c23400a45dcd38b883baa28c6ef8f3ba1f06054e
[platform/upstream/glibc.git] / ChangeLog
1 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
2
3         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
4
5 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6
7         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
8         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
9
10 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
11
12         * benchtests/Makefile (CPPFLAGS-nonlib): Add
13         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
14         (bench-deps): Add bench-timing.h.
15         * benchtests-bench-skeleton.c: Include bench-timing.h.
16         (main): Use TIMING_* macros instead of clock_gettime.
17         * benchtests/bench-timing.h: New file.
18
19         [BZ #14582]
20         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
21         Renamed from _LIB_VERSION.
22         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
23
24 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25
26         * math/libm-test.inc (struct test_fff_f_data): New type.
27         (RUN_TEST_LOOP_fff_f): New macro.
28         (fma_test_data): New variable.
29         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
30         (fma_towardzero_test_data): New variable.
31         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
32         (fma_downward_test_data): New variable.
33         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
34         (fma_upward_test_data): New variable.
35         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
36
37         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
38         (struct test_c_c_data): New type.
39         (RUN_TEST_LOOP_c_c): New macro.
40         (cacos_test_data): New variable.
41         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
42         (cacosh_test_data): New variable.
43         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
44         (casin_test_data): New variable.
45         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
46         (casinh_test_data): New variable.
47         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
48         (catan_test_data): New variable.
49         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
50         (catanh_test_data): New variable.
51         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
52         (ccos_test_data): New variable.
53         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
54         (ccosh_test_data): New variable.
55         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
56         (cexp_test_data): New variable.
57         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
58         (clog_test_data): New variable.
59         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
60         (clog10_test_data): New variable.
61         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
62         (conj_test_data): New variable.
63         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
64         (cproj_test_data): New variable.
65         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
66         (csin_test_data): New variable.
67         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
68         (csinh_test_data): New variable.
69         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
70         (csqrt_test_data): New variable.
71         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
72         (ctan_test_data): New variable.
73         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
74         (ctan_tonearest_test_data): New variable.
75         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
76         (ctan_towardzero_test_data): New variable.
77         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
78         (ctan_downward_test_data): New variable.
79         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
80         (ctan_upward_test_data): New variable.
81         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
82         (ctanh_test_data): New variable.
83         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
84         (ctanh_tonearest_test_data): New variable.
85         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
86         (ctanh_towardzero_test_data): New variable.
87         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
88         (ctanh_downward_test_data): New variable.
89         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
90         (ctanh_upward_test_data): New variable.
91         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
92         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
93         of BUILD_COMPLEX.
94
95         * math/libm-test.inc (struct test_ff_f_data): New type.
96         (struct test_ff_f_data_nexttoward): Likewise.
97         (RUN_TEST_LOOP_2_f): New macro.
98         (RUN_TEST_LOOP_ff_f): Likewise.
99         (atan2_test_data): New variable.
100         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
101         (copysign_test_data): New variable.
102         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
103         (fdim_test_data): New variable.
104         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
105         (fmax_test_data): New variable.
106         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
107         (fmin_test_data): New variable.
108         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
109         (fmod_test_data): New variable.
110         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
111         (hypot_test_data): New variable.
112         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
113         (nextafter_test_data): New variable.
114         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
115         (nexttoward_test_data): New variable.
116         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
117         (pow_test_data): New variable.
118         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
119         (pow_tonearest_test_data): New variable.
120         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
121         (pow_towardzero_test_data): New variable.
122         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
123         (pow_downward_test_data): New variable.
124         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
125         (pow_upward_test_data): New variable.
126         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
127         (remainder_test_data): New variable.
128         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
129         (scalb_test_data): New variable.
130         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
131         * sysdeps/i386/fpu/libm-test-ulps: Update.
132
133 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
134
135         * math/libm-test.inc (fma_test): Use max_value instead of local
136         variable fltmax.
137         (nextafter_test): Likewise.
138
139         * math/libm-test.inc (acos_towardzero_test_data): New variable.
140         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
141         (acos_downward_test_data): New variable.
142         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
143         (acos_upward_test_data): New variable.
144         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
145         (acosh_test_data): New variable.
146         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
147         (asin_test_data): New variable.
148         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
149         (asin_tonearest_test_data): New variable.
150         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
151         (asin_towardzero_test_data): New variable.
152         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
153         (asin_downward_test_data): New variable.
154         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
155         (asin_upward_test_data): New variable.
156         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
157         (asinh_test_data): New variable.
158         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
159         (atan_test_data): New variable.
160         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
161         (atanh_test_data): New variable.
162         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
163         (cbrt_test_data): New variable.
164         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
165         (ceil_test_data): New variable.
166         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
167         (cos_test_data): New variable.
168         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
169         (cos_tonearest_test_data): New variable.
170         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
171         (cos_towardzero_test_data): New variable.
172         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
173         (cos_downward_test_data): New variable.
174         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
175         (cos_upward_test_data): New variable.
176         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
177         (cosh_test_data): New variable.
178         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
179         (cosh_tonearest_test_data): New variable.
180         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
181         (cosh_towardzero_test_data): New variable.
182         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
183         (cosh_downward_test_data): New variable.
184         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
185         (cosh_upward_test_data): New variable.
186         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
187         (erf_test_data): New variable.
188         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
189         (erfc_test_data): New variable.
190         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
191         (exp_test_data): New variable.
192         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
193         (exp_tonearest_test_data): New variable.
194         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
195         (exp_towardzero_test_data): New variable.
196         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
197         (exp_downward_test_data): New variable.
198         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
199         (exp_upward_test_data): New variable.
200         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
201         (exp10_test_data): New variable.
202         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
203         (exp2_test_data): New variable.
204         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
205         (expm1_test_data): New variable.
206         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
207         (fabs_test_data): New variable.
208         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
209         (floor_test_data): New variable.
210         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
211         (j0_test_data): New variable.
212         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
213         (j1_test_data): New variable.
214         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
215         (log_test_data): New variable.
216         (log_test): Run tests with RUN_TEST_LOOP_f_f.
217         (log10_test_data): New variable.
218         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
219         (log1p_test_data): New variable.
220         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
221         (log2_test_data): New variable.
222         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
223         (logb_test_data): New variable.
224         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
225         (logb_downward_test_data): New variable.
226         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
227         (nearbyint_test_data): New variable.
228         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
229         (rint_test_data): New variable.
230         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
231         (rint_tonearest_test_data): New variable.
232         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
233         (rint_towardzero_test_data): New variable.
234         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
235         (rint_downward_test_data): New variable.
236         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
237         (rint_upward_test_data): New variable.
238         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
239         (round_test_data): New variable.
240         (round_test): Run tests with RUN_TEST_LOOP_f_f.
241         (sin_test_data): New variable.
242         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
243         (sin_tonearest_test_data): New variable.
244         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
245         (sin_towardzero_test_data): New variable.
246         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
247         (sin_downward_test_data): New variable.
248         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
249         (sin_upward_test_data): New variable.
250         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
251         (sinh_test_data): New variable.
252         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
253         (sinh_tonearest_test_data): New variable.
254         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
255         (sinh_towardzero_test_data): New variable.
256         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
257         (sinh_downward_test_data): New variable.
258         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
259         (sinh_upward_test_data): New variable.
260         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
261         (sqrt_test_data): New variable.
262         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
263         (tan_test_data): New variable.
264         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
265         (tan_tonearest_test_data): New variable.
266         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
267         (tan_towardzero_test_data): New variable.
268         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
269         (tan_downward_test_data): New variable.
270         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
271         (tan_upward_test_data): New variable.
272         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
273         (tanh_test_data): New variable.
274         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
275         (tgamma_test_data): New variable.
276         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
277         (trunc_test_data): New variable.
278         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
279         (y0_test_data): New variable.
280         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
281         (y1_test_data): New variable.
282         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
283         (significand_test_data): New variable.
284         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
285
286 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
287
288         [BZ #12387]
289         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
290
291 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
292
293         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
294
295 2013-05-10  Andreas Jaeger  <aj@suse.de>
296
297         [BZ #15448]
298         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
299         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
300
301 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
302
303         * math/gen-libm-test.pl (adjust_arg): New function.
304         (special_functions): Handle generating output in both functions
305         and arrays.
306         (parse_args): Likewise.
307         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
308         $in_func argument to parse_args.
309         * math/libm-test.inc (struct test_f_f_data): New type.
310         (IF_ROUND_INIT_): New macro.
311         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
312         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
313         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
314         (IF_ROUND_INIT_FE_UPWARD): Likewise.
315         (ROUND_RESTORE_): Likewise.
316         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
317         (ROUND_RESTORE_FE_TONEAREST): Likewise.
318         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
319         (ROUND_RESTORE_FE_UPWARD): Likewise.
320         (RUN_TEST_LOOP_f_f): New macro.
321         (acos_test_data): New variable.
322         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
323         (acos_tonearest_test_data): New variable.
324         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
325
326 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
327
328         * benchtests/bench-skeleton.c (startup): Fix coding style.
329
330 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
331
332         [BZ #6809]
333         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
334         negative infinity argument.
335         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
336         negative infinity argument.
337         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
338         negative infinity argument.
339         * math/libm-test.inc (tgamma_test): Expect errno to be set for
340         domain errors.
341
342 2013-05-10  Florian Weimer  <fweimer@redhat.com>
343
344         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
345         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
346         * iconv/iconv_prog.c (main): Likewise.
347         * locale/programs/charmap-dir.c (charmap_readdir)
348         (fopen_uncompressed): Likewise.
349         * locale/programs/locfile.c (siblings_uncached)
350         (write_locale_data): Use lstat64 instead of lstat.
351         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
352         stat.
353
354 2013-05-10  Andreas Jaeger  <aj@suse.de>
355
356         [BZ #15395]
357         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
358         localization.
359         Include <locale.h>.
360
361 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
362
363         * elf/dl-close.c (_dl_close_worker): Add comments.
364
365 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
366
367         [BZ #15359]
368         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
369         high part of pi/2.
370         (__ieee754_rem_pio2l): Update comments.
371
372         [BZ #15429]
373         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
374         high part of pi/2.
375         (__ieee754_rem_pio2l): Update comments.
376
377         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
378         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
379
380         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
381         M_PI_4l.
382
383         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
384         (M_PI_34_LOG10El): Likewise.
385         (M_PI2_LOG10El): Likewise.
386         (M_PI4_LOG10El): Likewise.
387         (M_PI_LOG10El): Likewise.
388
389 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
390
391         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
392
393 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
394
395         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
396         (MINUS_ZERO_INIT): Likewise.
397         (PLUS_INFTY_INIT): Likewise.
398         (MINUS_INFTY_INIT): Likewise.
399         (QNAN_VALUE_INIT): Likewise.
400         (MAX_VALUE_INIT): Likewise.
401         (MIN_VALUE_INIT): Likewise.
402         (MIN_SUBNORM_VALUE_INIT): Likewise.
403         (plus_zero): Initialize with PLUS_ZERO_INIT.
404         (minus_zero): Initialize with MINUS_ZERO_INIT.
405         (plus_infty): Initialize with PLUS_INFTY_INIT.
406         (minus_infty): Initialize with MINUS_INFTY_INIT.
407         (qnan_value): Initialize with QNAN_VALUE_INIT.
408         (max_value): Initialize with MAX_VALUE_INIT.
409         (min_value): Initialize with MIN_VALUE_INIT.
410         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
411
412         * math/libm-test.inc (RUN_TEST_if_f): New macro.
413         (jn_test): Use TEST_if_f instead of TEST_ff_f.
414         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
415         (yn_test): Use TEST_if_f instead of TEST_ff_f.
416
417         * math/libm-test.inc (RUN_TEST_f_f): New macro.
418         (RUN_TEST_2_f): Likewise.
419         (RUN_TEST_ff_f): Likewise.
420         (RUN_TEST_fi_f): Likewise.
421         (RUN_TEST_fl_f): Likewise.
422         (RUN_TEST_fff_f): Likewise.
423         (RUN_TEST_c_f): Likewise.
424         (RUN_TEST_f_f1): Likewise.
425         (RUN_TEST_fF_f1): Likewise.
426         (RUN_TEST_fI_f1): Likewise.
427         (RUN_TEST_ffI_f1): Likewise.
428         (RUN_TEST_c_c): Likewise.
429         (RUN_TEST_cc_c): Likewise.
430         (RUN_TEST_f_i): Likewise.
431         (RUN_TEST_f_i_tg): Likewise.
432         (RUN_TEST_ff_i_tg): Likewise.
433         (RUN_TEST_f_b): Likewise.
434         (RUN_TEST_f_b_tg): Likewise.
435         (RUN_TEST_f_l): Likewise.
436         (RUN_TEST_f_L): Likewise.
437         (RUN_TEST_sincos): Likewise.
438         * math/gen-libm-test.pl (new_test): Take new argument to indicate
439         whether to show exceptions.  Do not include ");\n" in return
440         value.
441         (special_functions): Output call to RUN_TEST_sincos instead of
442         check_float calls.  Update calls to new_test.
443         (parse_args): Output call to single RUN_TEST_* macro instead of
444         check_* calls and other assignments.  Update calls to new_test.
445
446         [BZ #2546]
447         [BZ #2560]
448         [BZ #5159]
449         [BZ #15426]
450         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
451         input to result for tgamma overflow.
452         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
453         (gamma_coeff): New variable.
454         (NCOEFF): New macro.
455         (gamma_positive): New function.
456         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
457         underflow here.  Use gamma_positive instead of exp (lgamma) for
458         other arguments.
459         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
460         (gamma_coeff): New variable.
461         (NCOEFF): New macro.
462         (gammaf_positive): New function.
463         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
464         underflow here.  Use gamma_positive instead of exp (lgamma) for
465         other arguments.
466         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
467         (gamma_coeff): New variable.
468         (NCOEFF): New macro.
469         (gammal_positive): New function.
470         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
471         underflow here.  Use gamma_positive instead of exp (lgamma) for
472         other arguments.
473         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
474         (gamma_coeff): New variable.
475         (NCOEFF): New macro.
476         (gammal_positive): New function.
477         (__ieee754_gammal_r): Handle positive infinity, overflow and
478         underflow here.  Handle NaN the same as positive infinity.  Remove
479         check x < 0xffffffff for negative integers.  Use gamma_positive
480         instead of exp (lgamma) for other arguments.
481         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
482         (gamma_coeff): New variable.
483         (NCOEFF): New macro.
484         (gammal_positive): New function.
485         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
486         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
487         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
488         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
489         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
490         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
491         * sysdeps/generic/math_private.h (__gamma_productf): New
492         prototype.
493         (__gamma_product): Likewise.
494         (__gamma_productl): Likewise.
495         * math/Makefile (libm-calls): Add gamma_product.
496         * math/libm-test.inc (tgamma_test): Add more tests.
497         * sysdeps/i386/fpu/libm-test-ulps: Update.
498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
499
500 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
501
502         * benchtests/bench-skeleton.c (main): Preheat CPU.
503
504 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
505
506         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
507
508 2013-05-07  Roland McGrath  <roland@hack.frob.com>
509
510         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
511         and _dl_skip_args_internal.
512
513 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
514
515         * manual/message.texi (Message Translation): Talk about users.
516         Message to key mapping impacts design.
517
518 2013-05-06  Roland McGrath  <roland@hack.frob.com>
519
520         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
521
522         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
523
524         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
525         * sysdeps/wordsize-64/glob64.c: ... here.
526
527         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
528         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
529         New macros.
530
531         * debug/getlogin_r_chk.c: Moved to ...
532         * login/getlogin_r_chk.c: ... here.
533         * debug/Makefile (routines): Move getlogin_r_chk to ...
534         * login/Makefile (routines): ... here.
535         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
536         * login/Versions (libc: GLIBC_2.4): ... here.
537
538         * io/poll.c (__poll): Renamed from poll.
539         Add libc_hidden_def.
540         (poll): Define as weak alias.
541
542         * debug/ptsname_r_chk.c: Moved to ...
543         * login/ptsname_r_chk.c: ... here.
544         * debug/Makefile (routines): Move ptsname_r_chk to ...
545         * login/Makefile (routines): ... here.
546         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
547         * login/Versions (libc: GLIBC_2.4): ... here.
548
549         * posix/getlogin.c: Moved to ...
550         * login/getlogin.c: ... here.
551         * posix/getlogin_r.c: Moved to ...
552         * login/getlogin_r.c: ... here.
553         * posix/getlogin_r.c: Moved to ...
554         * login/getlogin_r.c: ... here.
555         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
556         * login/Makefile (routines): ... here.
557         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
558         * login/Versions (libc: GLIBC_2.0): ... here.
559
560         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
561         (setrlimit): Define as weak alias.
562
563         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
564         Call __ names for open, ftruncate, and close.
565         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
566         (truncate): Define as weak alias.
567
568 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
569
570         * math/gen-libm-test.pl (parse_args): Initialize x before each
571         test of frexp, modf and remquo.
572
573         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
574         test signgam value.
575
576 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
577
578         [BZ #15418]
579         [BZ #15419]
580         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
581         internal tests.
582         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
583
584 2013-05-06  Roland McGrath  <roland@hack.frob.com>
585
586         * elf/dl-writev.h: New file.
587         * elf/dl-misc.c: Include it.
588         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
589         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
590
591 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
592
593         * math/libm-test.inc (noXFails): Remove variable.
594         (noXPasses): Likewise.
595         (BUILD_COMPLEX_INT): Remove macro.
596         (print_screen): Remove xfail argument.
597         (print_screen_max_error): Likewise.
598         (update_stats): Likewise.
599         (print_max_error): Likewise.  Update calls to other affected
600         functions.
601         (print_complex_max_error): Likewise.
602         (test_single_exception): Update calls to print_screen.
603         (test_single_errno): Likewise.
604         (check_float_internal): Remove xfail argument.  Update calls to
605         other affected functions.
606         (check_float): Likewise.
607         (check_complex): Likewise.
608         (check_int): Likewise.
609         (check_long): Likewise.
610         (check_bool): Likewise.
611         (check_longlong): Likewise.
612         (main): Don't print noXFails and noXPasses.
613         * math/gen-libm-test.pl (top level): Don't mention expected
614         failure handling in comment.
615         (new_test): Don't handle expected failures.
616         (parse_args): Don't mention expected failure handling in comment.
617         (generate_testfile): Don't handle expected failures.
618         (parse_ulps): Likewise.
619         (print_ulps_file): Likewise.
620         (get_failure): Remove function.
621         (output_test): Don't handle expected failures.
622         * make/README.libm-test: Don't mention expected failure handling.
623
624         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
625         (minus_zero): Likewise.
626         (plus_infty): Likewise.
627         (minus_infty): Likewise.
628         (qnan_value): Likewise.
629         (max_value): Likewise.
630         (min_value): Likewise.
631         (min_subnorm_value): Likewise.
632         (initialize): Do not initialize those variables dynamically.
633
634 2013-05-03  Roland McGrath  <roland@hack.frob.com>
635
636         * io/open.c (__open_2): Moved to ...
637         * io/open_2.c: ... this new file.
638         * io/open64.c (__open64_2): Moved to ...
639         * io/open64_2.c: ... this new file.
640         * io/openat.c (__openat_2): Moved to ...
641         * io/openat_2.c: ... this new file.
642         * io/openat64.c (__openat64_2): Moved to ...
643         * io/openat64_2.c: ... this new file.
644         * io/Makefile (routines): Add them.
645         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
646         * sysdeps/unix/sysv/linux/open_2.c: File removed.
647         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
648         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
649         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
650         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
651         (__openat64): Add hidden_ver.
652         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
653         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
654
655         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
656         Separately conditionalize setting of GLRO(dl_sysinfo) so
657         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
658         as well, but the actual setting is only under [NEED_DL_SYSINFO].
659
660 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
661
662         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
663         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
664         definition.
665         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
666         * sysdeps/unix/sysv/linux/powerpc/init-first.c
667         (_libc_vdso_platform_setup): Add __vdso_time initialization.
668         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
669         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
670
671 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
672
673         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
674         test signgam value.
675
676         * math/libm-test.inc (hypot_test): Do not use
677         IGNORE_ZERO_INF_SIGN.
678
679 2013-05-03  Andreas Jaeger  <aj@suse.de>
680
681         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
682         Linux 3.9.
683         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
684         (PF_MAX): Adjust for VSOCK change.
685
686 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
687
688         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
689
690 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
691
692         [BZ #15264]
693         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
694         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
695         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
696
697 2013-05-02  David S. Miller  <davem@davemloft.net>
698
699         * sysdeps/sparc/fpu/libm-test-ulps: Update.
700
701 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
702
703         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
704
705 2013-05-01  Roland McGrath  <roland@hack.frob.com>
706
707         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
708
709 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
710
711         [BZ #14952]
712         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
713         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
714         Use __attribute__ ((__gnu_inline__)).
715         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
716         Don't use __attribute__ ((__gnu_inline__)).
717
718 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
719
720         [BZ #15423]
721         * math/s_catan.c (__catan): Handle small real or imaginary part of
722         input specially to avoid spurious underflow.
723         * math/s_catanf.c (__catanf): Likewise.
724         * math/s_catanh.c (__catanh): Likewise.
725         * math/s_catanhf.c (__catanhf): Likewise.
726         * math/s_catanhl.c (__catanhl): Likewise.
727         * math/s_catanl.c (__catanl): Likewise.
728         * math/libm-test.inc (catan_test): Add more tests.
729         (catanh_test): Likewise.
730         * sysdeps/i386/fpu/libm-test-ulps: Update.
731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
732
733 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
734
735         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
736
737 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
738
739         [BZ #15416]
740         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
741         accurately for denominator in atan2.
742         * math/s_catanf.c (__catanf): Likewise.
743         * math/s_catanh.c (__catanh): Likewise.
744         * math/s_catanhf.c (__catanhf): Likewise.
745         * math/s_catanhl.c (__catanhl): Likewise.
746         * math/s_catanl.c (__catanl): Likewise.
747         * math/libm-test.inc (catan_test): Add more tests.
748         (catanh_test): Likewise.
749         * sysdeps/i386/fpu/libm-test-ulps: Update.
750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
751
752 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
753
754         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
755
756         * benchtests/Makefile (bench): Remove slow benchmarks.
757         * benchtests/atan-inputs: Add slow benchmark inputs.
758         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
759         (BENCH_FUNC): Accept variant offset.
760         (VARIANT): Define.
761         * benchtests/bench-skeleton.c (main): Run benchmark for each
762         variant.
763         * benchtests/cos-inputs: Add slow benchmark inputs.
764         * benchtests/exp-inputs: Likewise.
765         * benchtests/pow-inputs: Likewise.
766         * benchtests/sin-inputs: Likewise.
767         * benchtests/slowatan-inputs: Remove.
768         * benchtests/slowatan.c: Remove.
769         * benchtests/slowcos-inputs: Remove.
770         * benchtests/slowcos.c: Remove.
771         * benchtests/slowexp-inputs: Remove.
772         * benchtests/slowexp.c: Remove.
773         * benchtests/slowpow-inputs: Remove.
774         * benchtests/slowpow.c: Remove.
775         * benchtests/slowsin-inputs: Remove.
776         * benchtests/slowsin.c: Remove.
777         * benchtests/slowtan-inputs: Remove.
778         * benchtests/slowtan.c: Remove.
779         * benchtests/tan-inputs: Add slow benchmark inputs.
780         * scripts/bench.pl: Parse comments and directives.
781
782         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
783         in CPPFLAGS.
784         ($(objpfx)bench-%.c): Remove *-ITER.
785         * benchtests/bench-modf.c: Remove definition of ITER.
786         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
787         (main): Loop for DURATION seconds instead of fixed number of
788         iterations.
789         * scripts/bench.pl: Don't expect iterations in parameters.
790
791 2013-04-29  Roland McGrath  <roland@hack.frob.com>
792
793         * io/fchdir.c (__fchdir): Renamed from fchdir.
794         (fchdir): Define as weak alias.
795
796 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
797
798         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
799         (ERRNO_EDOM): Likewise.
800         (ERRNO_ERANGE): Likewise.
801         (noErrnoTests): New variable.
802         (init_max_error): Set errno to 0.
803         (test_single_errno): New function.
804         (test_errno): Likewise.
805         (check_float_internal): Call test_errno.  Set errno to 0.
806         (check_complex): Refer to errno tests in comment.
807         (check_int): Call test_errno.  Set errno to 0.
808         (check_long): Likewise.
809         (check_bool): Likewise.
810         (check_longlong): Likewise.
811         (cos_test): Use ERRNO_* flags for errno tests instead of
812         check_int.
813         (expm1_test): Likewise.
814         (fmod_test): Likewise.
815         (ilogb_test): Likewise.
816         (lgamma_test): Likewise.
817         (pow_test): Likewise.
818         (remainder_test): Likewise.
819         (sin_test): Likewise.
820         (tan_test): Likewise.
821         (yn_test): Likewise.
822         (initialize): Set errno to 0.
823         (main): Print number of errno tests.
824         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
825
826 2013-04-29  Andreas Jaeger  <aj@suse.de>
827
828         [BZ #15084]
829         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
830         and RES_USEVC.
831
832         [BZ #15085]
833         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
834         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
835         unimplemented.
836
837         [BZ #15380]
838         * stdlib/random.c (__initstate): Return NULL if
839         __initstate fails.
840
841         [BZ #15086]
842         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
843         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
844         RES_SNGLKUPREOP.
845
846 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
847
848         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
849
850 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
851
852         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
853         of individual tests.
854         (casin_test): Likewise.
855         (casinh_test): Likewise.
856
857 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
858
859         [BZ #15409]
860         * math/s_catan.c (__catan): Handle arguments with large real or
861         imaginary part separately without squaring.
862         * math/s_catanf.c (__catanf): Likewise.
863         * math/s_catanh.c (__catanh): Likewise.
864         * math/s_catanhf.c (__catanhf): Likewise.
865         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
866         and redefine.
867         (__catanhl): Handle arguments with large real or imaginary part
868         separately without squaring.
869         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
870         and redefine.
871         (__catanl): Handle arguments with large real or imaginary part
872         separately without squaring.
873         * math/libm-test.inc (catan_test): Add more tests.
874         (catanh_test): Likewise.
875         * sysdeps/i386/fpu/libm-test-ulps: Update.
876         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
877
878 2013-04-27  Andreas Jaeger  <aj@suse.de>
879
880         [BZ #15007]
881         * stdlib/stdlib.h: Update guards for qecvt.
882         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
883         <stdlib.h>.
884
885 2013-04-27  Allan McRae  <allan@archlinux.org>
886
887         * sysdeps/i386/fpu/libm-test-ulps: Update.
888
889 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
890
891         [BZ #15406]
892         * math/s_catan.c: Include <float.h>.
893         (__catan): Ensure underflow exception occurs for underflowed
894         result.
895         * math/s_catanf.c: Include <float.h>.
896         (__catanf): Ensure underflow exception occurs for underflowed
897         result.
898         * math/s_catanh.c: Include <float.h>.
899         (__catanh): Ensure underflow exception occurs for underflowed
900         result.
901         * math/s_catanhf.c: Include <float.h>.
902         (__catanhf): Ensure underflow exception occurs for underflowed
903         result.
904         * math/s_catanhl.c: Include <float.h>.
905         (__catanhl): Ensure underflow exception occurs for underflowed
906         result.
907         * math/s_catanl.c: Include <float.h>.
908         (__catanl): Ensure underflow exception occurs for underflowed
909         result.
910         * math/libm-test.inc (catan_test): Add more tests.
911         (catanh_test): Likewise.
912
913         [BZ #15405]
914         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
915         underflowed result.
916         * math/s_ccoshf.c (__ccoshf): Likewise.
917         * math/s_ccoshl.c (__ccoshl): Likewise.
918         * math/s_csin.c (__csin): Likewise.
919         * math/s_csinf.c (__csinf): Likewise.
920         * math/s_csinh.c (__csinh): Likewise.
921         * math/s_csinhf.c (__csinhf): Likewise.
922         * math/s_csinhl.c (__csinhl): Likewise.
923         * math/s_csinl.c (__csinl): Likewise.
924         * math/libm-test.inc (ccos_test): Add more tests.
925         (ccosh_test): Likewise.
926         (csin_test): Likewise.
927         (csinh_test): Likewise.
928
929 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
930
931         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
932         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
933         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
934         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
935         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
936         powerpc/power5+/fpu folders.
937         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
938
939
940 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
941
942         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
943
944 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
945
946         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
947         additions to variable.
948         [$(config-machine) = x86_64] (modules-names): Likewise.
949         ($(objpfx)tst-audit3): Remove dependency.
950         ($(objpfx)tst-audit3.out): Likewise.
951         ($(objpfx)tst-audit4): Likewise.
952         ($(objpfx)tst-audit4.out): Likewise.
953         ($(objpfx)tst-audit5): Likewise.
954         ($(objpfx)tst-audit5.out): Likewise.
955         ($(objpfx)tst-audit6): Likewise.
956         ($(objpfx)tst-audit6.out): Likewise.
957         ($(objpfx)tst-audit7): Likewise.
958         ($(objpfx)tst-audit7.out): Likewise.
959         (tst-audit3-ENV): Remove variable.
960         (tst-audit4-ENV): Likewise.
961         (tst-audit5-ENV): Likewise.
962         (tst-audit6-ENV): Likewise.
963         (tst-audit7-ENV): Likewise.
964         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
965         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
966         addition to variable.
967         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
968         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
969         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
970         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
971         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
972         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
973         tst-audit3, tst-audit4 and tst-audit5.
974         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
975         tst-audit6 and tst-audit7.
976         [$(subdir) = elf] (modules-names): Add audit modules for those
977         tests.
978         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
979         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
980         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
981         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
982         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
983         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
984         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
985         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
986         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
987         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
988         [$(subdir) = elf] (tst-audit3-ENV): New variable.
989         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
990         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
991         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
992         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
993         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
994         Likewise.
995         [$(subdir) = elf && $(config-cflags-avx) = yes]
996         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
997         [$(subdir) = elf && $(config-cflags-avx) = yes]
998         (CFLAGS-tst-auditmod4a.c): Likewise.
999         [$(subdir) = elf && $(config-cflags-avx) = yes]
1000         (CFLAGS-tst-auditmod4b.c): Likewise.
1001         [$(subdir) = elf && $(config-cflags-avx) = yes]
1002         (CFLAGS-tst-auditmod6b.c): Likewise.
1003         [$(subdir) = elf && $(config-cflags-avx) = yes]
1004         (CFLAGS-tst-auditmod6c.c): Likewise.
1005         [$(subdir) = elf && $(config-cflags-avx) = yes]
1006         (CFLAGS-tst-auditmod7b.c): Likewise.
1007         * elf/tst-audit3.c: Move to ...
1008         * sysdeps/x86_64/tst-audit3.c: ... here.
1009         * elf/tst-audit4.c: Move to ...
1010         * sysdeps/x86_64/tst-audit4.c: ... here.
1011         * elf/tst-audit5.c: Move to ...
1012         * sysdeps/x86_64/tst-audit5.c: ... here.
1013         * elf/tst-audit6.c: Move to ...
1014         * sysdeps/x86_64/tst-audit6.c: ... here.
1015         * elf/tst-audit7.c: Move to ...
1016         * sysdeps/x86_64/tst-audit7.c: ... here.
1017         * elf/tst-auditmod3a.c: Move to ...
1018         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
1019         * elf/tst-auditmod3b.c: Move to ...
1020         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
1021         * elf/tst-auditmod4a.c: Move to ...
1022         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
1023         * elf/tst-auditmod4b.c: Move to ...
1024         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
1025         * elf/tst-auditmod5a.c: Move to ...
1026         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
1027         * elf/tst-auditmod5b.c: Move to ...
1028         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
1029         * elf/tst-auditmod6a.c: Move to ...
1030         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
1031         * elf/tst-auditmod6b.c: Move to ...
1032         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
1033         * elf/tst-auditmod6c.c: Move to ...
1034         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
1035         * elf/tst-auditmod7a.c: Move to ...
1036         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
1037         * elf/tst-auditmod7b.c: Move to ...
1038         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
1039
1040 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
1041
1042         [BZ #15366]
1043         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
1044         define unconditionally.
1045         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
1046         define unconditionally.
1047         (INT8_C, INT16_C, etc.): Likewise.
1048
1049 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
1050
1051         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
1052         __ehdr_start with hidden visibility.
1053
1054         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
1055
1056 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
1057
1058         * math/libm-test.inc (cos_test): Use accurate hex constants.
1059         (sincost_test): Likewise.
1060
1061 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
1062
1063         * math/libm-test.inc (catan_test): Add more tests.
1064         (catanh_test): Likewise.
1065
1066         * math/s_catanf.c (__catanf): Use suffixed floating-point
1067         constants.
1068         * math/s_catanhf.c (__catanhf): Likewise.
1069         * math/s_catanhl.c (__catanhl): Likewise.
1070         * math/s_catanl.c (__catanl): Likewise.
1071
1072         [BZ #15394]
1073         * math/s_catan.c (__catan): Calculate imaginary part of result
1074         with log1p not log unless computing log of number close to 0.
1075         * math/s_catanf.c (__catanf): Likewise.
1076         * math/s_catanl.c (__catanl): Likewise.
1077         * math/s_catanh.c (__catanh): Calculate real part of result with
1078         log1p not log unless computing log of number close to 0.
1079         * math/s_catanhf.c (__catanhf): Likewise.
1080         * math/s_catanhl.c (__catanhl): Likewise.
1081         * math/libm-test.inc (catan_test): Add more tests.
1082         (catanh_test): Likewise.
1083         * sysdeps/i386/fpu/libm-test-ulps: Update.
1084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1085
1086 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1087
1088         * benchtests/Makefile: Mention files in which fast and slow
1089         paths of math functions are implemented.
1090
1091 2013-04-23  Roland McGrath  <roland@hack.frob.com>
1092
1093         * sysdeps/posix/timespec_get.c: New file.
1094
1095 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1096
1097         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
1098         POWER.
1099         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
1100         for POWER.
1101         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
1102         powerpc/power5/fpu folders.
1103         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
1104         * benchtests/Makefile: Add modf testcase.
1105         * benchtests/bench-modf.c: New file: Benchmark test for mo
1106
1107 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
1108
1109         [BZ #14888]
1110         * time/Makefile (tests): Add tst-strptime-whitespace.
1111         * time/strptime_l.c (get_number): Use ISSPACE.
1112         (__strptime_internal): Likewise.
1113         * time/tst-strptime-whitespace.c: New test case.
1114
1115 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
1116
1117         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
1118         member.
1119         (_nss_files_init): Set it here.
1120
1121 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
1122
1123         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
1124         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
1125         unsigned.
1126
1127 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
1128
1129         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
1130
1131 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
1132
1133         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
1134         size just once.
1135
1136 2013-04-21  David S. Miller  <davem@davemloft.net>
1137
1138         * po/ru.po: Update Russion translation from translation project.
1139
1140 2013-04-17  Adam Conrad  <adconrad@0c3.net>
1141
1142         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
1143         and setfsgid.
1144
1145 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
1146
1147         * configure.in: Remove i386 configure warning. Remove i386 case.
1148         * configure: Regenerate.
1149         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
1150         Add example to error message.
1151         * sysdeps/i386/configure: Regenerate.
1152
1153 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1154
1155         * benchtests/Makefile (bench): Add cos, tan, slowcos and
1156         slowtan.
1157         * benchtests/cos-inputs: New file.
1158         * benchtests/slowcos-inputs: New file.
1159         * benchtests/slowcos.c: New file.
1160         * benchtests/slowtan-inputs: New file.
1161         * benchtests/slowtan.c: New file.
1162         * benchtests/tan-inputs: New file.
1163
1164 2013-04-16  Roland McGrath  <roland@hack.frob.com>
1165
1166         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
1167         considered kosher.
1168
1169 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1170
1171         * benchtests/Makefile: Include cppflags-iterator.mk to add
1172         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
1173
1174         * Makefile.in (bench-clean): New target.
1175         * benchtests/Makefile (bench-clean): Likewise.
1176
1177 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
1178
1179         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
1180
1181 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
1182
1183         * stdio-common/tstdiomisc.c: Fix coding-style violation.
1184
1185 2013-04-15  Andreas Schwab  <schwab@suse.de>
1186
1187         * nscd/grpcache.c (cache_addgr): Properly check for short write.
1188         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1189         * nscd/pwdcache.c (cache_addpw): Likewise.
1190         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
1191         more than recsize.
1192
1193 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
1194
1195         * benchtests/Makefile (bench): Write all output to
1196         bench-out.tmp together.
1197
1198 2013-04-15  Andreas Schwab  <schwab@suse.de>
1199
1200         * nscd/nscd.c (main): Don't fork again after closing files.
1201
1202 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
1203
1204         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
1205
1206         * benchtests/Rules (bench-deps): Collect dependencies into a
1207         single variable.  Add Makefile to dependencies.
1208         ($(objpfx)bench-%.c): Depend on bench-deps.
1209
1210 2013-04-12  Roland McGrath  <roland@hack.frob.com>
1211             Xavier Roche  <roche+kml2@exalead.com>
1212
1213         [BZ #15361]
1214         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
1215         just that it's a file descriptor.
1216         * manual/llio.texi (Synchronizing AIO Operations): Update description
1217         for EBADF error from aio_fsync.
1218
1219 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1220
1221         * Rules (bench): Move target definition...
1222         * benchtests/Makefile: ... here.
1223
1224 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
1225
1226         * math/libm-test.inc (cos_test): Fix PI/2 test.
1227         (sincos_test): Likewise.
1228         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
1229         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
1230
1231 2013-04-11  Andreas Schwab  <schwab@suse.de>
1232
1233         [BZ #13988]
1234         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
1235         accept exponent character only when digits were seen.
1236         * stdio-common/Makefile (tests): Add bug26.
1237         * stdio-common/bug26.c: New file.
1238
1239         [BZ #14293]
1240         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
1241         non-freeable.
1242
1243 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
1244
1245         * Makeconfig (rtld-prefix): Define built linker prefix.
1246         * Rules (run-bench): Use it.
1247         * math/Makefile (run-regen-ulps): Likewise.
1248
1249         * Rules (bench): Remove eval.
1250
1251 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1252             Roland McGrath  <roland@hack.frob.com>
1253             Ondrej Bilka  <neleai@seznam.cz>
1254
1255         [BZ #15346]
1256         * time/getdate.c: Include ctype.h and alloca.h.
1257         (__getdate_r): Trim leading and trailing spaces of input.
1258         * time/tst-getdate.c (tests): Add tests with leading and
1259         trailing spaces.
1260
1261 2013-04-08  Roland McGrath  <roland@hack.frob.com>
1262
1263         [BZ #14280]
1264         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
1265         when computing value.
1266
1267 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
1268
1269         * math/README.libm-test (How can I generate "libm-test-ulps"?):
1270         Use testrun.sh to run libm tests.
1271
1272         [BZ #15309]
1273         * elf/dl-open.c (dl_open_worker): memset all of seen array.
1274
1275 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
1276
1277         [BZ #15264]
1278         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
1279
1280 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
1281
1282         * Makefile.in (regen-ulps): New target.
1283         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
1284         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
1285         [ifneq (no,$(PERL)] (regen-ulps): New target.
1286         [ifeq (no,$(PERL)] (regen-ulps): New target.
1287         * math/libm-test.inc (ulps_file_name): Define.
1288         (output_dir): New variable.
1289         (options): Add "output-dir" option.
1290         (parse_opt): Handle 'o' case.
1291         (main): If output_dir is non-NULL use it as a prefix
1292         otherwise use "".
1293         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
1294
1295 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
1296
1297         [BZ #10060, #10062]
1298         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
1299         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
1300         fail configure if __sync_val_compare_and_swap is not inlined.
1301         * sysdeps/i386/configure: Regenerate.
1302         * configure.in: Build for i686 when configured for i386.
1303         * configure: Regenerate.
1304         * README: Remove i386 reference.
1305
1306 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
1307
1308         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
1309         * sysdeps/s390/s390-64/sysdep.h: Likewise.
1310
1311 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
1312
1313         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
1314         (lmsnanval): New variables.
1315         (F): Add conversion tests.
1316         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
1317         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
1318
1319         * stdio-common/tstdiomisc.c (F): Properly collect individual
1320         tests' results.
1321
1322         [BZ #14686, #15336]
1323         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
1324         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
1325         Instead, use input NaN values or generate a qNaN by arithmetic
1326         operation.  Also fix bugs to comply with the standard.
1327         * math/libm-test.inc (remainder_test): Add more tests.
1328
1329         [BZ #15335, #15342]
1330         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
1331         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
1332         input NaN values or generate a qNaN by arithmetic operation.
1333
1334         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
1335         unreachable code.
1336
1337         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
1338         definitions.
1339
1340 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
1341
1342         [BZ #14478]
1343         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
1344         underflowed result.
1345         * math/s_cexpf.c (__cexpf): Likewise.
1346         * math/s_cexpl.c (__cexpl): Likewise.
1347         * math/libm-test.inc (cexp_test): Add more tests.
1348
1349 2013-04-03  Andreas Schwab  <schwab@suse.de>
1350
1351         [BZ #15330]
1352         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
1353         order arrays from heap if bigger than alloca cutoff.
1354
1355 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
1356
1357         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
1358         (SNAN_TESTS_double): Refer to GCC PR56831.
1359         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
1360         GCC PR56828.
1361
1362 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
1363
1364         * Rules (bench): Move bench.out after the run is complete.
1365
1366         * Rules (bench): Echo currently running benchmark.
1367
1368         * benchtests/Makefile (bench): Add atan and slowatan.
1369         * benchtests/atan-inputs: New file.
1370         * benchtests/slowatan-inputs: New file.
1371         * benchtests/slowatan.c: New file.
1372
1373         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
1374         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
1375         its value.
1376
1377         [BZ #15305]
1378         * sysdeps/unix/sysv/linux/kernel-features.h
1379         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
1380         __ASSUME_XFS_RESTRICTED_CHOWN.
1381         * sysdeps/unix/sysv/linux/pathconf.c
1382         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
1383         Save and restore errno.
1384
1385 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
1386
1387         [BZ #15327]
1388         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
1389         arguments using __kernel_casinh.
1390         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
1391         arguments using __kernel_casinhf.
1392         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
1393         arguments using __kernel_casinhl.
1394         * math/libm-test.inc (cacosh_test): Add more tests.
1395         * sysdeps/i386/fpu/libm-test-ulps: Update.
1396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1397
1398 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1399
1400         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
1401         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
1402
1403         * bench/Makefile (bench): Add sin and slowsin.
1404         * benchtests/sin-inputs: New file.
1405         * benchtests/slowsin-inputs: New file.
1406         * benchtests/slowsin.c: New file.
1407
1408         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
1409         (bench): Add slowexp and slowpow.
1410         (exp-ITER): Increase iterations.
1411         (pow-ITER): Likewise.
1412         * benchtests/exp-inputs: Change input.
1413         * benchtests/pow-inputs: Likewise.
1414         * benchtests/slowexp-inputs: New file.
1415         * benchtests/slowexp.c: New file.
1416         * benchtests/slowpow-inputs: New file.
1417         * benchtests/slowpow.c: New file.
1418
1419 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1420
1421         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
1422         instructions.
1423         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
1424         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
1425         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
1426         * benchtests/Makefile: Add rint benchtest.
1427         * benchtests/rint-inputs: Input for rint benchtest.
1428
1429 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
1430
1431         * Versions.def (libm): Add GLIBC_2.18.
1432         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
1433         hidden libm prototypes.
1434         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
1435         * math/Makefile (libm-calls): Add s_issignaling.
1436         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
1437         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
1438         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
1439         declaration.
1440         * math/math.h [__USE_GNU] (issignaling): New macro.
1441         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
1442         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
1443         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
1444         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
1445         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
1446         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
1447         * manual/arith.texi (issignaling): New section.
1448         * manual/libm-err-tab.pl (@all_functions): Update comment.
1449         * math/gen-libm-test.pl (parse_args): Apply special handling for
1450         issignaling.
1451         * math/libm-test.inc (print_float, issignaling_test): New
1452         functions.
1453         (check_float_internal): Add issignaling checks.
1454         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
1455         default definition.
1456         * sysdeps/powerpc/math-tests.h: New file.
1457         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
1458         tests.
1459         * math/test-snan.c (TEST_FUNC): Likewise.
1460
1461 2013-03-30  David S. Miller  <davem@davemloft.net>
1462
1463         * po/de.po: Update from translation team.
1464
1465 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
1466
1467         [BZ #10357]
1468         * math/k_casinh.c (__kernel_casinh): Handle arguments with
1469         imaginary part less than 1.0 and real part less than 0.5
1470         specially.
1471         * math/k_casinhf.c (__kernel_casinhf): Likewise.
1472         * math/k_casinhl.c (__kernel_casinhl): Likewise.
1473         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
1474         (cacos_test): Add more tests.
1475         (casin_test): Likewise.
1476         (casinh_test): Likewise.
1477         * sysdeps/i386/fpu/libm-test-ulps: Update.
1478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1479
1480 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1481
1482         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
1483         ONE with its value.
1484
1485         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
1486         (__pow_mp): Replace ONE and MONE with their values.
1487         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
1488         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
1489         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
1490         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
1491         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
1492         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
1493
1494         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
1495
1496         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
1497         (__pow_mp): Replace ZERO and MZERO with their values.
1498         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
1499         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
1500         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
1501         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1502         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
1503         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
1504         (__sqr): Likewise.
1505
1506         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
1507
1508         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
1509
1510 2013-03-28  Roland McGrath  <roland@hack.frob.com>
1511
1512         * include/stdlib.h [!SHARED] (__call_tls_dtors):
1513         Declare with __attribute__ ((weak)).
1514         * stdlib/exit.c (__libc_atexit) [!SHARED]:
1515         Call __call_tls_dtors only if it's not NULL.
1516
1517 2013-03-28  Roland McGrath  <roland@hack.frob.com>
1518
1519         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
1520         didn't do it already, then set _dl_phdr and _dl_phnum based on the
1521         magic __ehdr_start linker symbol if it's defined.
1522         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
1523         them up here if it was already done.
1524
1525         * elf/dl-support.c (_dl_phdr): Make pointer to const.
1526         (_dl_aux_init): Use const in cast when setting it.
1527         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
1528         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
1529         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
1530
1531         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
1532         Declare them here.
1533         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
1534         * csu/libc-tls.c: Nor here.
1535         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
1536
1537         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
1538         (__libc_message): Never call vsyslog.
1539
1540 2013-03-28  Alan Modra  <amodra@gmail.com>
1541
1542         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
1543         Define as empty.
1544         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
1545         Likewise.
1546
1547 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1548
1549         [BZ #15214]
1550         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
1551         underflow.
1552         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1553
1554 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1555
1556         [BZ #15304]
1557         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
1558         Don't add gid passed as argument.
1559
1560         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
1561
1562 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
1563
1564         [BZ #15307]
1565         * math/k_casinh.c (__kernel_casinh): Handle arguments with
1566         imaginary part between 1.0 and 1.5 and real part less than 0.5
1567         specially.
1568         * math/k_casinhf.c (__kernel_casinhf): Likewise.
1569         * math/k_casinhl.c (__kernel_casinhl): Likewise.
1570         * math/libm-test.inc (cacos_test): Add more tests.
1571         (casin_test): Likewise.
1572         (casinh_test): Likewise.
1573         * sysdeps/i386/fpu/libm-test-ulps: Update.
1574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1575
1576 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1577
1578         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
1579         constants.
1580         (norm): Likewise.
1581         (denorm): Likewise.
1582         (__dbl_mp): Likewise.
1583         (add_magnitudes): Likewise.
1584         (sub_magnitudes): Likewise.
1585         (__add): Likewise.
1586         (__sub): Likewise.
1587         (__mul): Likewise.
1588         (__sqr): Likewise.
1589         (__inv): Likewise.
1590         (__dvd): Likewise.
1591
1592         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
1593         commented code.
1594         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
1595         (__dubcos): Likewise.
1596         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
1597         (__ieee754_acos): Likewise.
1598         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
1599         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
1600         (__exp1): Likewise.
1601         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
1602         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
1603         (log1): Likewise.
1604         (my_log2): Likewise.
1605         (checkint): Likewise.
1606         * sysdeps/ieee754/dbl-64/e_remainder.c
1607         (__ieee754_remainder): Likewise.
1608         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
1609         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
1610         (bsloww): Likewise.
1611         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
1612
1613         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
1614         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
1615         MANTISSA_STORE_T to store computations on mantissa.  Use
1616         macros for rounding and division.
1617         (denorm): Likewise.
1618         (__dbl_mp): Likewise.
1619         (add_magnitudes): Likewise.
1620         (sub_magnitudes): Likewise.
1621         (__mul): Likewise.
1622         (__sqr): Likewise.
1623         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
1624         powers of two in terms of TWOPOW macro.
1625         (mp_no): Make type of mantissa as MANTISSA_T.
1626         [!RADIXI]: Define RADIXI.
1627         [!TWO52]: Define TWO52.
1628         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
1629
1630 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1631
1632         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
1633         llroundl symbol when building for PPC32.
1634
1635 2013-03-24  Mark H Weaver  <mhw@netris.org>
1636
1637         * manual/arith.texi (Normalization Functions): Fix prototypes for
1638         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
1639
1640 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1641
1642         [BZ #13889]
1643         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
1644         high value to check if expl overflow.
1645         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
1646         to check for underflow and overflow.
1647         * math/libm-test.inc: Add exp test.
1648
1649 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
1650
1651         [BZ #11120]
1652         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
1653         with NOT_IN_libc.
1654
1655 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1656
1657         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
1658         symbol.
1659
1660 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
1661
1662         * math/gen-libm-test.pl (parse_args, special_functions): Properly
1663         wrap blocks consisting of several statements.
1664
1665         * sysdeps/generic/math-tests.h: New file.
1666         * sysdeps/i386/fpu/math-tests.h: Likewise.
1667         * math/test-snan.c: Include it.
1668         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
1669
1670 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
1671
1672         [BZ #15285]
1673         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
1674         (__ieee754_j0l): Do not improve calculations using cos of twice
1675         input for inputs above LDBL_MAX / 2.0L.
1676         (__ieee754_y0l): Likewise.
1677         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
1678         (__ieee754_j1l): Do not improve calculations using cos of twice
1679         input for inputs above LDBL_MAX / 2.0L.
1680         (__ieee754_y1l): Likewise.
1681         * math/libm-test.inc (j0_test): Add another test.
1682         (j1_test): Likewise.
1683         (y0_test): Likewise.
1684         (y1_test): Likewise.
1685         * sysdeps/i386/fpu/libm-test-ulps: Update.
1686
1687 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1688
1689         * Rules ($(objpfx)bench-%.c): Include code from a C source
1690         file.
1691
1692 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
1693
1694         [BZ #15287]
1695         * math/k_casinh.c (__kernel_casinh): Handle arguments with
1696         imaginary part 1.0 and real part less than 0.5 specially.
1697         * math/k_casinhf.c (__kernel_casinhf): Likewise.
1698         * math/k_casinhl.c (__kernel_casinhl): Likewise.
1699         * math/libm-test.inc (cacos_test): Add more tests.
1700         (casin_test): Likewise.
1701         (casinh_test): Likewise.
1702         * sysdeps/i386/fpu/libm-test-ulps: Update.
1703         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1704
1705 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1706
1707         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
1708         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
1709
1710 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
1711
1712         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
1713         * config.make.in (config-cflags-sse4): Remove variable.
1714         (config-cflags-avx): Likewise.
1715         (config-cflags-sse2avx): Likewise.
1716         (config-cflags-novzeroupper): Likewise.
1717         (config-asflags-i686): Likewise.
1718         (have-mfma4): Likewise.
1719         (have-as-vis3): Likewise.
1720         (MIG): Likewise.
1721         * configure.in (MIG): Do not AC_SUBST.
1722         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
1723         (libc_cv_cc_sse4): Do not AC_SUBST.
1724         (libc_cv_cc_avx): Likewise.
1725         (libc_cv_cc_sse2avx): Likewise.
1726         (libc_cv_cc_novzeroupper): Likewise.
1727         (libc_cv_cc_fma4): Likewise.
1728         (libc_cv_as_i686): Likewise.
1729         (libc_cv_sparc_as_vis3): Likewise.
1730         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
1731         LIBC_CONFIG_VAR.
1732         (config-asflags-i686): Likewise.
1733         (config-cflags-avx): Likewise.
1734         (config-cflags-sse2avx): Likewise.
1735         (have-mfma4): Likewise.
1736         (config-cflags-novzeroupper): Likewise.
1737         * sysdeps/mach/configure.in (MIG): Likewise.
1738         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
1739         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
1740         LIBC_CONFIG_VAR.
1741         (config-cflags-avx): Likewise.
1742         (config-cflags-sse2avx): Likewise.
1743         (have-mfma4): Likewise.
1744         (config-cflags-novzeroupper): Likewise.
1745         * configure: Regenerated.
1746         * sysdeps/i386/configure: Likewise.
1747         * sysdeps/mach/configure: Likewise.
1748         * sysdeps/sparc/configure: Likewise.
1749         * sysdeps/x86_64/configure: Likewise.
1750
1751 2013-03-20  Roland McGrath  <roland@hack.frob.com>
1752
1753         [BZ #14812]
1754         * locale/programs/localedef.c (options): Put N_ translation marker
1755         on argument names, not just descriptions.
1756
1757 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
1758
1759         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
1760
1761 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
1762
1763         [BZ #14176]
1764         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
1765
1766 2013-03-19  Roland McGrath  <roland@hack.frob.com>
1767
1768         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
1769         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
1770         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
1771         [!BEFORE_ABORT] (before_abort): New function.
1772         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
1773         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
1774         (writev_for_fatal): New function.
1775         (WRITEV_FOR_FATAL): New macro; call that.
1776         (backtrace_and_maps): New function.
1777         (BEFORE_ABORT): New macro; call that.
1778         (struct str_list): Type removed.
1779         (__libc_message, __libc_fatal): Functions removed.
1780         Include <sysdeps/posix/libc_fatal.c> instead.
1781
1782 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
1783
1784         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
1785         constants.
1786         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
1787         double constants.
1788
1789 2013-03-19  Andreas Schwab  <schwab@suse.de>
1790
1791         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
1792         * sysdeps/gnu/configure: Regenerate.
1793
1794         * configure.in: Substitute libc_cv_rtlddir.
1795         * configure: Regenerate.
1796         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
1797         * Makeconfig (rtlddir, inst_rtlddir): New variables.
1798         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
1799         * elf/Makefile (install-others, CFLAGS-interp.c)
1800         (ldso_install, common-ldd-rewrite): Likewise.
1801         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
1802         $(inst_slibdir)/$(rtld-installed-name).
1803         * scripts/rellns-sh: Add -p option.
1804         * Makerules (make-shlib-link): Use rellns-sh to get relative name
1805         for source.
1806
1807 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1808
1809         * manual/nptl.texi: Renamed to ...
1810         * manual/threads.texi: ... this.
1811         * manual/Makefile (chapters): Update.
1812
1813 2013-03-18  Roland McGrath  <roland@hack.frob.com>
1814
1815         [BZ #14812]
1816         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
1817         on argument names, not just descriptions.
1818         * malloc/memusagestat.c (options): Likewise.
1819         * nss/getent.c (options): Likewise.
1820
1821 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
1822
1823         [BZ #14812]
1824         * iconv/iconv_prog.c (options): Put N_ translation marker
1825         on argument names, not just descriptions.
1826         * iconv/iconvconfig.c (options): Likewise.
1827
1828 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
1829
1830         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
1831         implementation which is faster on all x86_64 architectures.
1832         Tested on AMD, Intel Nehalem, SNB, IVB.
1833         * sysdeps/x86_64/strnlen.S: Likewise.
1834
1835         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
1836         Remove all multiarch strlen and strnlen versions.
1837         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
1838         Remove strlen and strnlen related parts.
1839
1840         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
1841         Inline strlen part.
1842         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1843
1844         * sysdeps/x86_64/multiarch/strlen.S: Remove.
1845         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
1846         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
1847         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
1848         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
1849         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
1850
1851 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
1852
1853         * manual/memory.texi (Malloc Tunable Parameters):
1854         Sort parameters alphabetically. Add comments for missing entries.
1855
1856 2013-03-17  David S. Miller  <davem@davemloft.net>
1857
1858         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1859
1860 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
1861
1862         [BZ #15283]
1863         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
1864         for arguments at most half maximum finite value.
1865         * math/libm-test.inc (j0_test): Add more tests.
1866         (j1_test): Likewise.
1867         (y0_test): Likewise.
1868         (y1_test): Likewise.
1869         * sysdeps/i386/fpu/libm-test-ulps: Update.
1870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1871
1872         [BZ #14155]
1873         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
1874         1 / x and functions P and Q for arguments above 0x1p256L.
1875         (__ieee754_y0l): Likewise.
1876         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
1877         (__ieee754_y1l): Likewise.
1878         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
1879         (j1_test): Likewise.
1880         (y0_test): Likewise.
1881         (y1_test): Likewise.
1882
1883 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
1884
1885         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
1886         variable.
1887
1888 2013-03-15  Roland McGrath  <roland@hack.frob.com>
1889
1890         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
1891         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
1892         zero since it's initialized to EXEC_PAGESIZE.
1893
1894         * sysdeps/unix/sysv/linux/ldsodefs.h
1895         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
1896         * sysdeps/generic/ldsodefs.h: ... here.
1897
1898 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
1899
1900         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
1901
1902         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
1903         math/test-snan.c.
1904         * math/test-snan.c: Renamed from
1905         sysdeps/powerpc/fpu/test-powerpc-snan.c.
1906         * math/Makefile (tests): Add test-snan.
1907         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
1908         test-powerpc-snan.
1909
1910         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
1911         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
1912         functions.
1913         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
1914         __builtin_nan family of functions.
1915         * math/libm-test.inc (initialize): Initialize qnan_value with
1916         __builtin_nan family of functions.
1917         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
1918         Remove variables.
1919         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
1920         Remove functions.
1921         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
1922         storage class.  Initialize qNaN_var and sNaN_var with
1923         __builtin_nan and __builtin_nans families of functions,
1924         respectively.
1925
1926         * math/libm-test.inc (acosh_test): Also test with qNaN input.
1927         (sqrt_test): Remove duplicate test with qNaN input.
1928         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
1929         (round_test, signbit_test, significand_test): Note missing +/-Inf
1930         as well as qNaN tests.
1931
1932         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
1933         qNaN_var.  Fix a few strings, too.
1934         * math/libm-test.inc (nan_value): Rename to qnan_value.
1935         * math/gen-libm-test.pl (%beautify): Adjust to that.
1936         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
1937         * math/test-misc.c (main): Likewise.
1938         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
1939         to __qnan_bytes, and __qnan_union, respectively.
1940         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
1941         Likewise.
1942         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
1943         and lqnanval, respectively.
1944         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
1945         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
1946         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
1947         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
1948
1949         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
1950         * math/test-misc.c (main) [__x86_64__]: Enable test for long
1951         doubles.
1952
1953         * math/test-misc.c (main): Fix copy'n'pastos.
1954         * misc/tst-efgcvt.c (special): Likewise.
1955
1956         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
1957         Remove declarations.
1958
1959 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
1960
1961         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
1962         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
1963         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
1964         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
1965
1966 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1967
1968         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
1969         macro to return vdso values correctly in IFUNC implementations.
1970         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
1971         Optimization by using IFUNC.
1972
1973 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
1974             Richard Henderson  <rth@redhat.com>
1975             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1976
1977         * Makefile.in (bench): New target.
1978         * NEWS: Mention the benchmark framework.
1979         * Rules (bench): Likewise.
1980         (binaries-bench): Generate binaries for functions to
1981         benchmark.
1982         * benchtests/Makefile: New makefile for benchmark tests.
1983         * benchtests/bench-skeleton.c: New skeleton file for benchmark
1984         programs.
1985         * benchtests/exp-inputs: New input file for EXP function.
1986         * benchtests/pow-inputs: New input file for POW function.
1987         * scripts/bench.pl: New script to generate source files for
1988         benchmark programs.
1989
1990 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
1991
1992         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
1993         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
1994         computations on mantissa.  Use macros for rounding and
1995         division.
1996         (denorm): Likewise.
1997         (__dbl_mp): Likewise.
1998         (add_magnitudes): Likewise.
1999         (sub_magnitudes): Likewise.
2000         (__mul): Likewise.
2001         (__sqr): Likewise.
2002         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
2003         powers of two in terms of TWOPOW macro.
2004         (mp_no): Make type of mantissa as MANTISSA_T.
2005         [!RADIXI]: Define RADIXI.
2006         [!TWO52]: Define TWO52.
2007         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
2008
2009         * manual/nptl.texi (cindex): Modify threads to pthreads.
2010
2011 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
2012
2013         * sysdeps/x86_64/preconfigure: Regenerated.
2014
2015 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
2016
2017         [BZ #14155]
2018         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
2019         0x1p28 and above.
2020         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
2021         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
2022         0x1p28 and above.
2023         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
2024         * math/libm-test.inc (j0_test): Do not allow one spurious
2025         underflow exception.
2026         (y1_test): Likewise.
2027
2028 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2029
2030         * manual/Makefile (chapters): Add nptl.
2031         * manual/debug.texi (Debugging Support): Add link to Threads
2032         chapter.
2033         * manual/nptl.texi: New file.
2034
2035         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
2036
2037 2013-03-14  Petr Baudis  <pasky@ucw.cz>
2038
2039         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
2040         for non-NULL pointer before the memory validity test. Pointed
2041         out by Holger Brunck <holger.brunck@keymile.com>.
2042
2043 2013-03-13  Andreas Schwab  <schwab@suse.de>
2044
2045         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
2046         instead of .os.
2047
2048 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
2049
2050         * timezone/zic.c: Update from tzcode 2013b.
2051
2052 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
2053
2054         * manual/install.texi (Configuring and compiling):
2055         Mention i686 and i586.
2056         * INSTALL: Regenerate.
2057
2058 2013-03-12  Roland McGrath  <roland@hack.frob.com>
2059
2060         * sysdeps/init_array/elf-init.c: New file.
2061         * csu/elf-init.c
2062         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
2063         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
2064
2065         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
2066         __gmon_start__ as global, but as static with a .preinit_array pointer.
2067         * sysdeps/init_array/gmon-start.c: New file.  Use that.
2068         * sysdeps/init_array/crti.S: New file, empty except for comments.
2069         * sysdeps/init_array/crtn.S: Likewise.
2070
2071 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
2072
2073         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
2074         definining bcopy.
2075         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2076         Remove Prefer_SSE_for_memop.
2077         * sysdeps/x86_64/multiarch/init-arch.h: Remove
2078         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
2079         HAS_PREFER_SSE_FOR_MEMOP.
2080         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
2081         memset-x86-64.
2082         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2083         Remove bzero, memset ifunc support.
2084         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
2085         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
2086         * sysdeps/x86_64/multiarch/memset.S: Likewise.
2087         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2088
2089 2013-03-11  Andreas Schwab  <schwab@suse.de>
2090
2091         [BZ #15234]
2092         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
2093         by SHLIB_COMPAT.
2094         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
2095         (GLIBC_2.16): Remove pthread_atfork.
2096
2097 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
2098
2099         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
2100         (ptestcases.h): Likewise.
2101
2102 2013-03-08  Roland McGrath  <roland@hack.frob.com>
2103
2104         * Makeconfig ($(common-objpfx)config.status): Depend on
2105         sysdeps/*/preconfigure{,.in} too.
2106
2107 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
2108
2109         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
2110         (__free_hook): Use void * instead of __malloc_ptr_t.
2111         (__malloc_hook): Likewise.
2112         (__realloc_hook): Likewise.
2113         (__memalign_hook): Likewise.
2114         (__after_morecore_hook): Likewise.
2115         * malloc/arena.c (save_malloc_hook): Likewise.
2116         (save_free_hook): Likewise.
2117         * malloc/hooks.c (malloc_hook_ini): Likewise.
2118         (realloc_hook_ini): Likewise.
2119         (memalign_hook_ini): Likewise.
2120         * malloc/malloc.c (malloc_hook_ini): Likewise.
2121         (realloc_hook_ini): Likewise.
2122         (memalign_hook_ini): Likewise.
2123         (__free_hook): Likewise.
2124         (__malloc_hook): Likewise.
2125         (__realloc_hook): Likewise.
2126         (__memalign_hook): Likewise.
2127         (__libc_malloc): Likewise.
2128         (__libc_free): Likewise.
2129         (__libc_realloc): Likewise.
2130         (__libc_memalign): Likewise.
2131         (__libc_valloc): Likewise.
2132         (__libc_pvalloc): Likewise.
2133         (__libc_calloc): Likewise.
2134         (__posix_memalign): Likewise.
2135         * malloc/morecore.c (__sbrk): Likewise.
2136         (__default_morecore): Likewise.
2137
2138         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
2139
2140         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
2141         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
2142         __malloc_ptrdiff_t.
2143
2144         * malloc/malloc.h (__malloc_size_t): Remove macro.
2145         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
2146         __malloc_size_t.
2147         (old_memalign_hook): Likewise.
2148         (old_realloc_hook): Likewise.
2149         (struct hdr): Likewise.
2150         (flood): Likewise.
2151         (mallochook): Likewise.
2152         (memalignhook): Likewise.
2153         (reallochook): Likewise.
2154         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
2155         (tr_old_realloc_hook): Likewise.
2156         (tr_old_memalign_hook): Likewise.
2157         (tr_mallochook): Likewise.
2158         (tr_reallochook): Likewise.
2159         (tr_memalignhook): Likewise.
2160
2161 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2162
2163         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
2164         default_ldbl_pack and using as default implementation.
2165         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
2166         implementation.
2167         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
2168         redundant definition.
2169         (ldbl_insert_mantissa): Likewise.
2170         (ldbl_canonicalize): Likewise.
2171         (ldbl_nearbyint): Likewise.
2172         (ldbl_pack): Rename to ldbl_pack_ppc.
2173         (ldbl_unpack): Rename to ldbl_unpack_ppc.
2174         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
2175         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
2176
2177 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2178
2179         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
2180         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
2181         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
2182         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
2183         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
2184         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
2185         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
2186         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
2187
2188 2013-03-07  Andreas Jaeger  <aj@suse.de>
2189
2190         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2191         bits/mman-linux.h.
2192
2193 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
2194
2195         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
2196         Include mpa.h and declare __MPEXP.
2197         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
2198         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
2199         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
2200         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
2201         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
2202         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
2203         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
2204
2205         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
2206         (__slowpow): Use long double EXPL and LOGL functions to
2207         compute POW.
2208         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
2209         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
2210         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
2211         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
2212         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
2213         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
2214
2215         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
2216         intermediate variable to calculate exponent.
2217         (__sqr): Likewise.
2218         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
2219         Likewise.
2220         (__sqr): Likewise.
2221
2222         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
2223         [!NO__SQR]: Define __sqr.
2224         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
2225         and NO__SQR.  Remove all code except __mul and __sqr.  Include
2226         sysdeps/ieee754/dbl-64/mpa.c.
2227         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
2228
2229         [BZ #12723]
2230         * posix/Makefile (tests): Add tst-pathconf.
2231         * posix/tst-pathconf.c: New test case.
2232         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
2233         _PC_PIPE_BUF.
2234         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
2235
2236 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
2237
2238         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
2239
2240 2013-03-06  Andreas Jaeger  <aj@suse.de>
2241
2242         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
2243         definition via __MAP_ANONYMOUS.
2244
2245         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
2246         it's not part of Linux headers.
2247
2248         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
2249         (MAP_HUGE_MASK): Define.
2250
2251         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
2252         Define.
2253         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
2254         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
2255         Define.
2256         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
2257         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
2258         Define.
2259         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
2260         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
2261         Define.
2262         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
2263
2264         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
2265         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
2266         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
2267         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
2268         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
2269         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
2270
2271         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
2272         Handle f2fs.
2273
2274         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
2275         Handle f2fs and efivarfs.
2276
2277         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
2278         f2fs.
2279
2280         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
2281         (EFIVARFS_MAGIC): Add.
2282         (F2FS_LINK_MAX): Add.
2283
2284 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
2285
2286         * stdio-common/vfprintf.c: Replace __builtin_expect with
2287         __glibc_unlikely.
2288
2289 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
2290
2291         [BZ #13550]
2292         * sysdeps/generic/bp-sym.h: Remove file.
2293         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
2294         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
2295         <bp-sym.h> and <bp-asm.h>.
2296         (__longjmp): Don't use BP_SYM.
2297         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
2298         and <bp-asm.h>.
2299         (memcpy): Don't use BP_SYM.
2300         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
2301         <bp-sym.h> and <bp-asm.h>.
2302         (memcpy): Don't use BP_SYM.
2303         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
2304         <bp-asm.h>.
2305         (memcpy): Don't use BP_SYM.
2306         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
2307         <bp-asm.h>.
2308         (memset): Don't use BP_SYM.
2309         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
2310         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
2311         (__bzero): Don't use BP_SYM.
2312         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
2313         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
2314         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
2315         <bp-sym.h> and <bp-asm.h>.
2316         (memcmp): Don't use BP_SYM.  Remove comment about bounded
2317         pointers.
2318         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
2319         <bp-sym.h> and <bp-asm.h>.
2320         (memcpy): Don't use BP_SYM.
2321         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
2322         <bp-sym.h> and <bp-asm.h>.
2323         (memset): Don't use BP_SYM.
2324         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
2325         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
2326         (__bzero): Don't use BP_SYM.
2327         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
2328         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
2329         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
2330         <bp-sym.h> and <bp-asm.h>.
2331         (strncmp): Don't use BP_SYM.  Remove comment about bounded
2332         pointers.
2333         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
2334         <bp-sym.h> and <bp-asm.h>.
2335         (memcpy): Don't use BP_SYM.
2336         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
2337         <bp-sym.h> and <bp-asm.h>.
2338         (memset): Don't use BP_SYM.
2339         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
2340         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
2341         (__bzero): Don't use BP_SYM.
2342         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
2343         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
2344         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
2345         <bp-sym.h> and <bp-asm.h>.
2346         (__memchr): Don't use BP_SYM.
2347         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
2348         <bp-sym.h> and <bp-asm.h>.
2349         (memcmp): Don't use BP_SYM.  Remove comment about bounded
2350         pointers.
2351         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
2352         <bp-sym.h> and <bp-asm.h>.
2353         (memcpy): Don't use BP_SYM.
2354         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
2355         <bp-sym.h> and <bp-asm.h>.
2356         (__mempcpy): Don't use BP_SYM.
2357         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
2358         <bp-sym.h> and <bp-asm.h>.
2359         (__memrchr): Don't use BP_SYM.
2360         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
2361         <bp-sym.h> and <bp-asm.h>.
2362         (memset): Don't use BP_SYM.
2363         (__bzero): Likewise.
2364         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
2365         <bp-sym.h> and <bp-asm.h>.
2366         (__rawmemchr): Don't use BP_SYM.
2367         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
2368         <bp-sym.h> and <bp-asm.h>.
2369         (__STRCMP): Don't use BP_SYM.
2370         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
2371         <bp-sym.h> and <bp-asm.h>.
2372         (strchr): Don't use BP_SYM.
2373         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
2374         <bp-sym.h> and <bp-asm.h>.
2375         (__strchrnul): Don't use BP_SYM.
2376         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
2377         <bp-sym.h> and <bp-asm.h>.
2378         (strlen): Don't use BP_SYM.
2379         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
2380         <bp-sym.h> and <bp-asm.h>.
2381         (strncmp): Don't use BP_SYM.  Remove comment about bounded
2382         pointers.
2383         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
2384         <bp-sym.h> and <bp-asm.h>.
2385         (__strnlen): Don't use BP_SYM.
2386         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
2387         <bp-sym.h> and <bp-asm.h>.
2388         (__GI__setjmp): Don't use BP_SYM.
2389         (_setjmp): Likewise.
2390         (__sigsetjmp): Likewise.
2391         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
2392         (L(start_addresses)): Don't use BP_SYM.
2393         (_start): Likewise.
2394         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
2395         <bp-asm.h>.
2396         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
2397         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
2398         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
2399         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
2400         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
2401         <bp-asm.h>.
2402         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
2403         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
2404         about bounded pointers.
2405         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
2406         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
2407         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
2408         <bp-asm.h>.
2409         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
2410         about bounded pointers.  Remove GKM FIXME comments.
2411         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
2412         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
2413         <bp-asm.h>.
2414         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
2415         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
2416         Remove GKM FIXME comments.
2417         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
2418         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
2419         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
2420         <bp-asm.h>.
2421         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
2422         about bounded pointers.  Remove GKM FIXME comment.
2423         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
2424         and <bp-asm.h>.
2425         (strncmp): Don't use BP_SYM.  Remove comment about bounded
2426         pointers.
2427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
2428         <bp-sym.h> and <bp-asm.h>.
2429         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
2430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
2431         <bp-sym.h> and <bp-asm.h>.
2432         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
2433         comment.
2434
2435 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2436
2437         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
2438         call free(NULL).
2439
2440 2013-03-05  David S. Miller  <davem@davemloft.net>
2441
2442         * po/es.po: Update from translation team.
2443
2444 2013-03-05  Andreas Jaeger  <aj@suse.de>
2445
2446         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
2447         <bits/mman-linux.h>.
2448         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
2449         is fine.
2450         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
2451         <bits/mman-linux.h> to end of file.
2452         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
2453         is fine.
2454         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
2455         <bits/mman-linux.h> to end of file.
2456         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
2457         is fine.
2458         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
2459         <bits/mman-linux.h> to end of file.
2460
2461         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
2462         (MCL_CURRENT, MCL_FUTURE): Define here.
2463
2464 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2465
2466         [BZ #15232]
2467         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
2468         attribute_hidden.
2469         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
2470
2471 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2472
2473         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
2474         fourth parameter needed for rt_sigprocmask syscall.
2475         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
2476         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
2477         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
2478         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
2479         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
2480         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
2481
2482 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
2483
2484         [BZ #13550]
2485         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
2486         comment about bounded pointers.
2487         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
2488         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
2489
2490 2013-03-04  Andreas Jaeger  <aj@suse.de>
2491
2492         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
2493         common definitions.
2494
2495         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
2496         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
2497         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
2498         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
2499         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
2500         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
2501
2502 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2503
2504         [BZ #15055]
2505         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
2506         __ieee754_sqrl instead of __sqrl.
2507
2508 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
2509
2510         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
2511         * sysdeps/powerpc/fpu_control.h: ... here.
2512         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
2513         * sysdeps/powerpc/bits/fenvinline.h: ... here.
2514         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
2515         * sysdeps/powerpc/bits/mathinline.h: ... here.
2516
2517 2013-03-01  Roland McGrath  <roland@hack.frob.com>
2518
2519         * elf/dl-hwcaps.c (_dl_important_hwcaps):
2520         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
2521         to just [NEED_DL_SYSINFO_DSO].
2522         * elf/dl-support.c: Likewise.
2523         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2524         * elf/rtld.c (dl_main): Likewise.
2525         * elf/setup-vdso.h (setup_vdso): Likewise.
2526         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
2527         * sysdeps/unix/sysv/linux/dl-sysdep.c
2528         (_dl_discover_osversion): Likewise.
2529
2530 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
2531
2532         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
2533         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
2534
2535 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2536
2537         * NEWS: Mention libm performance improvements and non-x86 PI
2538         futex support.
2539
2540         * csu/libc-start.c (__pthread_initialize_minimal): Change
2541         function arguments.
2542         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
2543
2544 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
2545
2546         [BZ #13550]
2547         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
2548         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
2549         <bp-sym.h> and <bp-asm.h>.
2550         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
2551         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
2552         and <bp-asm.h>.
2553         (memcpy): Don't use BP_SYM.
2554         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
2555         <bp-asm.h>.
2556         (__mpn_add_n): Don't use BP_SYM.
2557         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
2558         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
2559         and <bp-asm.h>.
2560         (__mpn_addmul_1): Don't use BP_SYM.
2561         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
2562         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
2563         <bp-sym.h>.
2564         (_setjmp): Don't use BP_SYM.
2565         (__novmx_setjmp): Likewise.
2566         (__GI__setjmp): Likewise.
2567         (__vmx_setjmp): Likewise.
2568         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
2569         <bp-sym.h>.
2570         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
2571         (__bzero): Don't use BP_SYM.
2572         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
2573         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
2574         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
2575         <bp-sym.h> and <bp-asm.h>.
2576         (memcpy): Don't use BP_SYM.
2577         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
2578         <bp-sym.h> and <bp-asm.h>.
2579         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
2580         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
2581         <bp-sym.h> and <bp-asm.h>.
2582         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
2583         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
2584         <bp-asm.h>.
2585         (__mpn_lshift): Don't use BP_SYM.
2586         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
2587         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
2588         <bp-asm.h>.
2589         (memset): Don't use BP_SYM.
2590         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
2591         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
2592         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
2593         <bp-asm.h>.
2594         (__mpn_mul_1): Don't use BP_SYM.
2595         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
2596         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
2597         <bp-sym.h> and <bp-asm.h>.
2598         (memcmp): Don't use BP_SYM.
2599         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
2600         <bp-sym.h> and <bp-asm.h>.
2601         (memcpy): Don't use BP_SYM.
2602         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
2603         <bp-sym.h> and <bp-asm.h>.
2604         (memset): Don't use BP_SYM.
2605         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
2606         <bp-sym.h> and <bp-asm.h>.
2607         (strncmp): Don't use BP_SYM.
2608         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
2609         <bp-sym.h> and <bp-asm.h>.
2610         (memcpy): Don't use BP_SYM.
2611         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
2612         <bp-sym.h> and <bp-asm.h>.
2613         (memset): Don't use BP_SYM.
2614         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
2615         <bp-sym.h> and <bp-asm.h>.
2616         (__memchr): Don't use BP_SYM.
2617         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
2618         <bp-sym.h> and <bp-asm.h>.
2619         (memcmp): Don't use BP_SYM.
2620         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
2621         <bp-sym.h> and <bp-asm.h>.
2622         (memcpy): Don't use BP_SYM.
2623         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
2624         <bp-sym.h> and <bp-asm.h>.
2625         (__mempcpy): Don't use BP_SYM.
2626         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
2627         <bp-sym.h> and <bp-asm.h>.
2628         (__memrchr): Don't use BP_SYM.
2629         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
2630         <bp-sym.h> and <bp-asm.h>.
2631         (memset): Don't use BP_SYM.
2632         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
2633         <bp-sym.h> and <bp-asm.h>.
2634         (__rawmemchr): Don't use BP_SYM.
2635         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
2636         <bp-sym.h> and <bp-asm.h>.
2637         (__STRCMP): Don't use BP_SYM.
2638         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
2639         <bp-sym.h> and <bp-asm.h>.
2640         (strchr): Don't use BP_SYM.
2641         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
2642         <bp-sym.h> and <bp-asm.h>.
2643         (__strchrnul): Don't use BP_SYM.
2644         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
2645         <bp-sym.h> and <bp-asm.h>.
2646         (strlen): Don't use BP_SYM.
2647         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
2648         <bp-sym.h> and <bp-asm.h>.
2649         (strncmp): Don't use BP_SYM.
2650         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
2651         <bp-sym.h> and <bp-asm.h>.
2652         (__strnlen): Don't use BP_SYM.
2653         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
2654         <bp-asm.h>.
2655         (__mpn_rshift): Don't use BP_SYM.
2656         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
2657         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
2658         <bp-sym.h> and <bp-asm.h>.
2659         (__sigsetjmp): Don't use BP_SYM.
2660         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
2661         (L(start_addresses)): Don't use BP_SYM.
2662         (_start): Likewise.
2663         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
2664         <bp-asm.h>.
2665         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
2666         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
2667         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
2668         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
2669         <bp-asm.h>.
2670         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
2671         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
2672         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
2673         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
2674         <bp-asm.h>.
2675         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
2676         comments.
2677         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
2678         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
2679         <bp-asm.h>.
2680         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
2681         FIXME comments.
2682         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
2683         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
2684         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
2685         <bp-asm.h>.
2686         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
2687         comment.
2688         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
2689         and <bp-asm.h>.
2690         (strncmp): Don't use BP_SYM,
2691         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
2692         <bp-asm.h>.
2693         (__mpn_sub_n): Don't use BP_SYM.
2694         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
2695         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
2696         and <bp-asm.h>.
2697         (__mpn_submul_1): Don't use BP_SYM.
2698         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
2699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
2700         <bp-sym.h> and <bp-asm.h>.
2701         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
2702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
2703         <bp-sym.h> and <bp-asm.h>.
2704         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
2705         comment.
2706
2707 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2708
2709         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
2710         Use ZK to minimize writes to Z.
2711         (sub_magnitudes): Simplify code a bit.
2712         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
2713         Use ZK to minimize writes to Z.
2714         (sub_magnitudes): Simplify code a bit.
2715
2716 2013-02-27  Roland McGrath  <roland@hack.frob.com>
2717
2718         * csu/gmon-start.c: Add special exception to license text.
2719
2720 2013-02-27  Richard Henderson  <rth@redhat.com>
2721
2722         * scripts/config.guess: Update from config.git.
2723         * scripts/config.sub: Likewise.
2724
2725 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2726
2727         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
2728
2729         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
2730
2731         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
2732
2733         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
2734
2735         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
2736
2737 2013-02-26  Roland McGrath  <roland@hack.frob.com>
2738
2739         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
2740         [$(build-shared = yes].
2741
2742 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2743
2744         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
2745         (__mul): Reduce iterations for calculating mantissa.
2746
2747         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
2748         MPTWO.
2749         (__mpranred): Likewise.
2750
2751         [BZ #15160]
2752         * malloc/memusagestat.c (main): Draw graphs for heap and stack
2753         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
2754
2755 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
2756
2757         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
2758         Define __attribute__.
2759
2760 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2761
2762         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
2763         unused.
2764         * posix/regex_internal.h (__attribute): Remove.
2765         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
2766         (re_string_context_at): Likewise.
2767         (bitset_not): Use __attribute__ and mark function as possibly
2768         unused.
2769         (bitset_merge): Likewise.
2770         (bitset_mask): Likewise.
2771         (re_string_char_size_at): Likewise.
2772         (re_string_wchar_at): Likewise.
2773         (re_string_elem_size_at): Likewise.
2774
2775 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2776
2777         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
2778         code.
2779         (cc32): Likewise.
2780
2781         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
2782         (__acr): Likewise.
2783         (__cpy): Likewise.
2784         (norm): Likewise.
2785         (denorm): Likewise.
2786         (__dbl_mp): Likewise.
2787         (add_magnitudes): Likewise.
2788         (sub_magnitudes): Likewise.
2789         (__mul): Likewise.
2790         (__inv): Likewise.
2791
2792         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
2793         style.
2794
2795         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
2796         style.
2797
2798         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
2799         code.
2800
2801         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
2802         up changes with default code.
2803         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
2804         Likewise.
2805
2806 2013-02-24  Allan McRae  <allan@archlinux.org>
2807
2808         * manual/socket.texi (The Internet Namespace): Order menu items
2809         to match that in the file.
2810
2811         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
2812         node listing of the info page menu.
2813
2814 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
2815
2816         [BZ #13550]
2817         * sysdeps/i386/bp-asm.h: Remove file.
2818         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
2819         (PARMS): Do not use macros from bp-asm.h.
2820         (S1): Likewise.
2821         (S2): Likewise.
2822         (SIZE): Likewise.
2823         (__mpn_add_n): Do not use BP_SYM
2824         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
2825         "bp-asm.h".
2826         (PARMS): Do not use macros from bp-asm.h.
2827         (S1): Likewise.
2828         (SIZE): Likewise.
2829         (__mpn_addmul_1): Do not use BP_SYM
2830         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
2831         "bp-asm.h".
2832         (PARMS): Do not use macros from bp-asm.h.
2833         (SIGMSK): Likewise.
2834         (_setjmp): Likewise.  Do not use BP_SYM.
2835         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
2836         "bp-asm.h".
2837         (PARMS): Do not use macros from bp-asm.h.
2838         (SIGMSK): Likewise.
2839         (setjmp): Likewise.  Do not use BP_SYM.
2840         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
2841         "bp-asm.h".
2842         (PARMS): Do not use macros from bp-asm.h.
2843         (__frexp): Do not use BP_SYM.
2844         (frexp): Likewise.
2845         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
2846         "bp-asm.h".
2847         (PARMS): Do not use macros from bp-asm.h.
2848         (__frexpf): Do not use BP_SYM.
2849         (frexpf): Likewise.
2850         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
2851         "bp-asm.h".
2852         (PARMS): Do not use macros from bp-asm.h.
2853         (__frexpl): Do not use BP_SYM.
2854         (frexpl): Likewise.
2855         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
2856         "bp-asm.h".
2857         (PARMS): Do not use macros from bp-asm.h.
2858         (__remquo): Do not use BP_SYM.
2859         (remquo): Likewise.
2860         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
2861         "bp-asm.h".
2862         (PARMS): Do not use macros from bp-asm.h.
2863         (__remquof): Do not use BP_SYM.
2864         (remquof): Likewise.
2865         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
2866         "bp-asm.h".
2867         (PARMS): Do not use macros from bp-asm.h.
2868         (__remquol): Do not use BP_SYM.
2869         (remquol): Likewise.
2870         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
2871         "bp-asm.h".
2872         (PARMS): Do not use macros from bp-asm.h.
2873         (DEST): Likewise.
2874         (SRC): Likewise.
2875         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
2876         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
2877         "bp-asm.h".
2878         (PARMS): Do not use macros from bp-asm.h.
2879         (strlen): Do not use BP_SYM.
2880         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
2881         "bp-asm.h".
2882         (PARMS): Do not use macros from bp-asm.h.
2883         (S1): Likewise.
2884         (S2): Likewise.
2885         (SIZE): Likewise.
2886         (__mpn_add_n): Do not use BP_SYM.
2887         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
2888         "bp-asm.h".
2889         (PARMS): Do not use macros from bp-asm.h.
2890         (S1): Likewise.
2891         (SIZE): Likewise.
2892         (__mpn_addmul_1): Do not use BP_SYM.
2893         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
2894         weak_alias.
2895         (bzero): Likewise.
2896         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
2897         "bp-asm.h".
2898         (PARMS): Do not use macros from bp-asm.h.
2899         (S): Likewise.
2900         (SIZE): Likewise.
2901         (__mpn_lshift): Do not use BP_SYM.
2902         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
2903         "bp-asm.h".
2904         (PARMS): Do not use macros from bp-asm.h.
2905         (DEST): Likewise.
2906         (SRC): Likewise.
2907         (LEN): Likewise.
2908         (memcpy): Likewise.  Do not use BP_SYM.
2909         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
2910         libc_hidden_def and weak_alias.
2911         (mempcpy): Do not use BP_SYM in weak_alias.
2912         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
2913         "bp-asm.h".
2914         (PARMS): Do not use macros from bp-asm.h.
2915         (DEST): Likewise.
2916         (LEN): Likewise.
2917         [!BZERO_P] (CHR): Likewise.
2918         (memset): Likewise.  Do not use BP_SYM.
2919         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
2920         "bp-asm.h".
2921         (PARMS): Do not use macros from bp-asm.h.
2922         (S1): Likewise.
2923         (SIZE): Likewise.
2924         (__mpn_mul_1): Do not use BP_SYM.
2925         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
2926         "bp-asm.h".
2927         (PARMS): Do not use macros from bp-asm.h.
2928         (S): Likewise.
2929         (SIZE): Likewise.
2930         (__mpn_rshift): Do not use BP_SYM.
2931         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
2932         "bp-asm.h".
2933         (PARMS): Do not use macros from bp-asm.h.
2934         (STR): Likewise.
2935         (CHR): Likewise.
2936         (strchr): Likewise.  Do not use BP_SYM.
2937         (index): Do not use BP_SYM in weak_alias.
2938         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
2939         "bp-asm.h".
2940         (PARMS): Do not use macros from bp-asm.h.
2941         (DEST): Likewise.
2942         (SRC): Likewise.
2943         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
2944         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
2945         "bp-asm.h".
2946         (PARMS): Do not use macros from bp-asm.h.
2947         (strlen): Do not use BP_SYM.
2948         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
2949         "bp-asm.h".
2950         (PARMS): Do not use macros from bp-asm.h.
2951         (S1): Likewise.
2952         (S2): Likewise.
2953         (SIZE): Likewise.
2954         (__mpn_sub_n): Do not use BP_SYM.
2955         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
2956         "bp-asm.h".
2957         (PARMS): Do not use macros from bp-asm.h.
2958         (S1): Likewise.
2959         (SIZE): Likewise.
2960         (__mpn_submul_1): Do not use BP_SYM.
2961         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
2962         "bp-asm.h".
2963         (PARMS): Do not use macros from bp-asm.h.
2964         (S1): Likewise.
2965         (S2): Likewise.
2966         (SIZE): Likewise.
2967         (__mpn_add_n): Do not use BP_SYM.
2968         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
2969         weak_alias.
2970         (bzero): Likewise.
2971         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
2972         "bp-asm.h".
2973         (PARMS): Do not use macros from bp-asm.h.
2974         (BLK2): Likewise.
2975         (LEN): Likewise.
2976         (memcmp): Do not use BP_SYM.
2977         (bcmp): Do not use BP_SYM in weak_alias.
2978         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
2979         "bp-asm.h".
2980         (PARMS): Do not use macros from bp-asm.h.
2981         (DEST): Likewise.
2982         (SRC): Likewise.
2983         (LEN): Likewise.
2984         (memcpy): Likewise.  Do not use BP_SYM.
2985         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
2986         "bp-asm.h".
2987         (PARMS): Do not use macros from bp-asm.h.
2988         (DEST): Likewise.
2989         (SRC): Likewise.
2990         (LEN): Likewise.
2991         (memmove): Likewise.  Do not use BP_SYM.
2992         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
2993         "bp-asm.h".
2994         (PARMS): Do not use macros from bp-asm.h.
2995         (DEST): Likewise.
2996         (SRC): Likewise.
2997         (LEN): Likewise.
2998         (__mempcpy): Likewise.  Do not use BP_SYM.
2999         (mempcpy): Do not use BP_SYM in weak_alias.
3000         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
3001         "bp-asm.h".
3002         (PARMS): Do not use macros from bp-asm.h.
3003         (DEST): Likewise.
3004         (LEN): Likewise.
3005         [!BZERO_P] (CHR): Likewise.
3006         (memset): Likewise.  Do not use BP_SYM.
3007         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
3008         "bp-asm.h".
3009         (PARMS): Do not use macros from bp-asm.h.
3010         (STR2): Likewise.
3011         (strcmp): Do not use BP_SYM.
3012         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
3013         "bp-asm.h".
3014         (PARMS): Do not use macros from bp-asm.h.
3015         (STR): Likewise.
3016         (DELIM): Likewise.
3017         [USE_AS_STRTOK_R] (SAVE): Likewise.
3018         (FUNCTION): Likewise.  Do not use BP_SYM.
3019         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
3020         aliases.
3021         (strtok_r): Likewise.
3022         (__GI___strtok_r): Likewise.
3023         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
3024         (PARMS): Do not use macros from bp-asm.h.
3025         (S): Likewise.
3026         (SIZE): Likewise.
3027         (__mpn_lshift): Do not use BP_SYM.
3028         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
3029         (PARMS): Do not use macros from bp-asm.h.
3030         (STR): Likewise.
3031         (CHR): Likewise.
3032         (__memchr): Do not use BP_SYM.
3033         (memchr): Do not use BP_SYM in weak_alias.
3034         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
3035         (PARMS): Do not use macros from bp-asm.h.
3036         (BLK2): Likewise.
3037         (LEN): Likewise.
3038         (memcmp): Do not use BP_SYM.
3039         (bcmp): Do not use BP_SYM in weak_alias.
3040         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
3041         (PARMS): Do not use macros from bp-asm.h.
3042         (S1): Likewise.
3043         (SIZE): Likewise.
3044         (__mpn_mul_1): Do not use BP_SYM.
3045         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
3046         "bp-asm.h".
3047         (PARMS): Do not use macros from bp-asm.h.
3048         (STR): Likewise.
3049         (CHR): Likewise.
3050         (__rawmemchr): Do not use BP_SYM.
3051         (rawmemchr): Do not use BP_SYM in weak_alias.
3052         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
3053         (PARMS): Do not use macros from bp-asm.h.
3054         (S): Likewise.
3055         (SIZE): Likewise.
3056         (__mpn_rshift): Do not use BP_SYM.
3057         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
3058         (PARMS): Do not use macros from bp-asm.h.
3059         (SIGMSK): Likewise.
3060         (__sigsetjmp): Likewise.  Do not use BP_SYM.
3061         * sysdeps/i386/start.S: Do not include "bp-sym.h".
3062         (_start): Do not use BP_SYM.
3063         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
3064         (PARMS): Do not use macros from bp-asm.h.
3065         (DEST): Likewise.
3066         (SRC): Likewise.
3067         (__stpcpy): Likewise.  Do not use BP_SYM.
3068         (stpcpy): Do not use BP_SYM in weak_alias.
3069         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
3070         "bp-asm.h".
3071         (PARMS): Do not use macros from bp-asm.h.
3072         (DEST): Likewise.
3073         (SRC): Likewise.
3074         (LEN): Likewise.
3075         (__stpncpy): Likewise.  Do not use BP_SYM.
3076         (stpncpy): Do not use BP_SYM in weak_alias.
3077         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
3078         (PARMS): Do not use macros from bp-asm.h.
3079         (STR): Likewise.
3080         (CHR): Likewise.
3081         (strchr): Likewise.  Do not use BP_SYM.
3082         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
3083         "bp-asm.h".
3084         (PARMS): Do not use macros from bp-asm.h.
3085         (STR): Likewise.
3086         (CHR): Likewise.
3087         (__strchrnul): Likewise.  Do not use BP_SYM.
3088         (strchrnul): Do not use BP_SYM in weak_alias.
3089         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
3090         "bp-asm.h".
3091         (PARMS): Do not use macros from bp-asm.h.
3092         (STOP): Likewise.
3093         (strcspn): Do not use BP_SYM.
3094         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
3095         "bp-asm.h".
3096         (PARMS): Do not use macros from bp-asm.h.
3097         (STR): Likewise.
3098         (STOP): Likewise.
3099         (strpbrk): Likewise.  Do not use BP_SYM.
3100         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
3101         "bp-asm.h".
3102         (PARMS): Do not use macros from bp-asm.h.
3103         (STR): Likewise.
3104         (CHR): Likewise.
3105         (strrchr): Likewise.  Do not use BP_SYM.
3106         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
3107         (PARMS): Do not use macros from bp-asm.h.
3108         (SKIP): Likewise.
3109         (strspn): Do not use BP_SYM.
3110         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
3111         (PARMS): Do not use macros from bp-asm.h.
3112         (STR): Likewise.
3113         (DELIM): Likewise.
3114         (SAVE): Likewise.
3115         (FUNCTION): Likewise.  Do not use BP_SYM.
3116         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
3117         aliases.
3118         (strtok_r): Likewise.
3119         (__GI___strtok_r): Likewise.
3120         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
3121         (PARMS): Do not use macros from bp-asm.h.
3122         (S1): Likewise.
3123         (S2): Likewise.
3124         (SIZE): Likewise.
3125         (__mpn_sub_n): Do not use BP_SYM.
3126         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
3127         "bp-asm.h".
3128         (PARMS): Do not use macros from bp-asm.h.
3129         (S1): Likewise.
3130         (SIZE): Likewise.
3131         (__mpn_submul_1): Do not use BP_SYM.
3132         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
3133         <bp-sym.h>.
3134         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
3135         and <bp-asm.h>.
3136         (PARMS): Do not use macros from bp-asm.h.
3137         (FLAGS): Likewise.
3138         (PTID): Likewise.
3139         (TLS): Likewise.
3140         (CTID): Likewise.
3141         (__clone): Do not use BP_SYM.
3142         (clone): Do not use BP_SYM in weak_alias.
3143         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
3144         and <bp-asm.h>.
3145         (PARMS): Do not use macros from bp-asm.h.
3146         (LEN): Likewise.
3147         (__mmap64): Do not use BP_SYM.
3148         (mmap64): Do not use BP_SYM in weak_alias.
3149         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
3150         <bp-sym.h> and <bp-asm.h>.
3151         (PARMS): Do not use macros from bp-asm.h.
3152         (__posix_fadvise64_l64): Do not use BP_SYM.
3153         * sysdeps/unix/sysv/linux/i386/semtimedop.S
3154         (PARMS): Do not use macros from bp-asm.h.
3155         (NSOPS): Likewise.
3156         (semtimedop): Do not use BP_SYM.
3157         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
3158         and <bp-asm.h>.
3159
3160 2013-02-21  Allan McRae  <allan@archlinux.org>
3161
3162         * manual/message.texi (Charset conversion in gettext):
3163         Move @end statement to beginning of line.
3164
3165 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
3166
3167         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
3168         static.
3169         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
3170         Likewise.
3171
3172         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
3173         (denorm): Likewise.
3174         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
3175         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
3176
3177 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3178
3179         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
3180         tail-call to the resolved function if pltexit isn't needed.
3181
3182 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
3183
3184         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
3185         or Y being zero as being unlikely.
3186         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
3187         Likewise.
3188
3189 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
3190
3191         * manual/nss.texi (System Databases and Name Service Switch):
3192         Remove frobnicate @pxref.
3193
3194 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3195
3196         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
3197         __attribute__ ((unused)) to __attribute__ ((__unused__)).
3198
3199 2013-02-20  Petr Machata  <pmachata@redhat.com>
3200
3201         * elf/elf.h (R_ARM_TARGET1): New macro.
3202         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
3203         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
3204         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
3205         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
3206         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
3207         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
3208         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
3209         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
3210         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
3211         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
3212         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
3213         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
3214         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
3215         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
3216         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
3217         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
3218         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
3219         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
3220         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
3221         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
3222         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
3223         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
3224         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
3225         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
3226         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
3227         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
3228         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
3229         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
3230         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
3231         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
3232         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
3233         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
3234         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
3235         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
3236         (R_ARM_THM_GOT_BREL12): Likewise.
3237         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
3238         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
3239         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
3240         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
3241         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
3242         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
3243         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
3244         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
3245         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
3246
3247 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
3248
3249         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
3250         __attribute_used__ to __attribute__ ((unused)).
3251
3252 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
3253
3254         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
3255         powerpc mpa.c.
3256         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
3257         comment formatting.
3258         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
3259
3260 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
3261
3262         [BZ #13550]
3263         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
3264         Remove macro.
3265         (ENTER): Remove both macro definitions.
3266         (LEAVE): Likewise.
3267         (CHECK_BOUNDS_LOW): Likewise.
3268         (CHECK_BOUNDS_HIGH): Likewise.
3269         (CHECK_BOUNDS_BOTH): Likewise.
3270         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
3271         (RETURN_BOUNDED_POINTER): Likewise.
3272         (RETURN_NULL_BOUNDED_POINTER): Likewise.
3273         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
3274         (POP_ERRNO_LOCATION_RETURN): Likewise.
3275         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
3276         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
3277         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
3278         macros.
3279         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
3280         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
3281         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
3282         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
3283         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
3284         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
3285         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
3286         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
3287         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
3288         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
3289         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
3290         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
3291         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
3292         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
3293         removed macros.
3294         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
3295         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
3296         macros.
3297         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
3298         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
3299         * sysdeps/i386/i586/memset.S (memset): Likewise.
3300         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
3301         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
3302         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
3303         macros.
3304         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
3305         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
3306         Change uses of L(2) to L(out).
3307         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
3308         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
3309         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
3310         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
3311         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
3312         removed macros.
3313         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
3314         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
3315         macros.
3316         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
3317         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
3318         (RETURN): Do not use macro LEAVE.
3319         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
3320         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
3321         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
3322         * sysdeps/i386/i686/memset.S (memset): Likewise.
3323         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
3324         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
3325         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
3326         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
3327         Likewise.
3328         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
3329         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
3330         L(1_2) and L(1_3) into L(1).
3331         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
3332         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
3333         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
3334         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
3335         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
3336         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
3337         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
3338         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
3339         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
3340         macros.
3341         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
3342         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
3343         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
3344         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
3345         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3346         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
3347         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
3348         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
3349         * sysdeps/i386/strcspn.S (strcspn): Likewise.
3350         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
3351         * sysdeps/i386/strrchr.S (strrchr): Likewise.
3352         * sysdeps/i386/strspn.S (strspn): Likewise.
3353         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
3354         conditional code.
3355         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
3356         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
3357         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
3358         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
3359         L(1_3) into L(1_1).
3360         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
3361         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
3362         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
3363         macros.
3364         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
3365
3366 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
3367
3368         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
3369         macro.
3370
3371 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3372
3373         * math/atest-exp.c (exp_mpn): Remove ROUND.
3374         * math/atest-exp2.c (exp_mpn): Likewise.
3375         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
3376
3377         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
3378         * stdlib/tst-tls-atexit-lib.c: Likewise.
3379         * stdlib/tst-tls-atexit.c: Likewise.
3380
3381 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
3382
3383         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
3384         and __attribute_alloc_size__.
3385
3386 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
3387
3388         * include/programs/xmalloc.h: Change __attribute_alloc_size to
3389         __attribute_alloc_size__.
3390         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
3391         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
3392
3393 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
3394
3395         * include/programs/xmalloc.h: New file.
3396         * catgets/gencat.c: Include it.
3397         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
3398         * elf/pldd.c: Likewise.
3399         * iconv/iconv_charmap.c: Likewise.
3400         * iconv/iconvconfig.c: Likewise.
3401         * iconv/strtab.c: Likewise.
3402         * locale/programs/locale.c: Likewise.
3403         * locale/programs/localedef.h: Likewise.
3404         * locale/programs/simple-hash.c: Likewise.
3405         * nscd/nscd.h: Likewise.
3406         * nss/makedb.c: Likewise.
3407         * sysdeps/generic/ldconfig.h: Likewise.
3408
3409 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
3410
3411         * Versions.def: Add GLIBC_2.18.
3412         * include/link.h (struct link_map): New member l_tls_dtor_count.
3413         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
3414         (__call_tls_dtors): Likewise.
3415         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
3416         __cxa_thread_atexit_impl.
3417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3418         Likewise.
3419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3420         Likewise.
3421         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
3422         Likewise.
3423         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
3424         Likewise.
3425         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
3426         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
3427         Likewise.
3428         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
3429         Likewise.
3430         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
3431         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
3432         Likewise.
3433         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
3434         (tests): Add test case tst-tls-atexit.
3435         (modules-names): Add shared library for tst-tls-atexit.
3436         * stdlib/Versions (GLIBC_2.17): Add __cxa_thread_atexit_impl.
3437         (GLIBC_PRIVATE): Add __call_tls_dtors.
3438         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
3439         for libstdc++.
3440         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
3441         * stdlib/tst-tls-atexit.c: New test case.
3442         * stdlib/tst-tls-atexit-lib.c: New test case.
3443
3444         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
3445
3446         * elf/Versions (ld): Add _dl_find_dso_for_object.
3447         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
3448         * elf/dl-open.c (_dl_find_dso_for_object): New function.
3449         (dl_open_worker): Use _dl_find_dso_for_object.
3450         * elf/dl-sym.c (do_sym): Likewise.
3451         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
3452
3453 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3454
3455         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
3456         Syntactic changes only.
3457         (_dl_runtime_profile): Do a tail-call to the resolved function.
3458
3459 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
3460
3461         [BZ #13550]
3462         * sysdeps/x86_64/bp-asm.h: Remove file.
3463         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
3464         <bp-sym.h> and <bp-asm.h>.
3465         (__clone): Do not use BP_SYM.
3466         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
3467         <bp-sym.h> and <bp-asm.h>.
3468         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3469         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
3470         "bp-asm.h".
3471         (_setjmp): Do not use BP_SYM.
3472         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
3473         "bp-asm.h".
3474         (setjmp): Do not use BP_SYM.
3475         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
3476         libc_hidden_def.
3477         (mempcpy): Do not use BP_SYM in weak_alias.
3478         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
3479         "bp-asm.h".
3480         (strchr): Do not use BP_SYM.
3481         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
3482         "bp-asm.h".
3483         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
3484         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
3485         (_start): Do not use BP_SYM.
3486         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
3487         "bp-asm.h".
3488         (strcat): Do not use BP_SYM.
3489         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
3490         "bp-asm.h".
3491         (STRCMP): Do not use BP_SYM.
3492         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
3493         "bp-asm.h".
3494         (STRCPY): Do not use BP_SYM.
3495         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
3496         "bp-asm.h".
3497         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
3498         "bp-asm.h".
3499         (FUNCTION): Do not use BP_SYM.
3500         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
3501         weak_alias.
3502         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
3503
3504 2013-02-17  Andreas Jaeger  <aj@suse.de>
3505
3506         * time/Versions: Sort entries.
3507         * string/Versions: Likewise.
3508         * resolv/Versions: Likewise.
3509         * posix/Versions: Likewise.
3510         * iconv/Versions: Likewise.
3511         * elf/Versions: Likewise.
3512         * wcsmbs/Versions: Likewise.
3513
3514 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3515
3516         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
3517         loop termination condition.
3518
3519         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
3520         variable to calculate EZ.
3521         (__sqr): Likewise.
3522
3523         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
3524         the lower precision input.
3525
3526 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
3527
3528         [BZ #13550]
3529         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
3530         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
3531         (run-via-rtld-prefix): Do not handle %-bp tests.
3532         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
3533         (all-object-suffixes): Remove .ob.
3534         (bppfx): Remove variable.
3535         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
3536         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
3537         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
3538         [$(build-bounded) = yes] (libtype.ob): Likewise.
3539         * Makerules (elide-routines.ob): Remove variable.
3540         (do-tests-clean): Do not handle *-bp.out.
3541         (common-mostlyclean): Do not handle *-bp and *-bp.out.
3542         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
3543         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
3544         (tests): Do not include $(tests-bp.out).
3545         (xtests): Do not include $(xtests-bp.out).
3546         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
3547         [$(build-bounded) = yes] ($(addprefix
3548         $(objpfx),$(binaries-bounded))): Remove rule.
3549         ($(objpfx)%-bp.out): Remove rule.
3550         * config.make.in (build-bounded): Remove variable.
3551         * crypt/Makefile [$(build-bounded) = yes]
3552         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
3553         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
3554         append to variable.
3555         [$(build-bounded) = yes] (install-lib): Likewise.
3556         [$(build-bounded) = yes] (generated): Likewise.
3557         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
3558         Remove rule.
3559         * intl/Makefile [$(build-bounded) = yes]
3560         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
3561         * math/Makefile [$(build-bounded) = yes]
3562         ($(tests:%=$(objpfx)%-bp): Likewise.
3563         * misc/Makefile [$(build-bounded) = yes]
3564         ($(objpfx)tst-tsearch-bp): Likewise.
3565         * nptl/Makeconfig (bounded-thread-library): Remove variable.
3566         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
3567         Remove dependency.
3568         * string/Makefile (o-objects.ob): Remove variable.
3569         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
3570         (CFLAGS-.ob): Remove variable.
3571         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
3572         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
3573         both definitions of variable.
3574         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
3575         (ASFLAGS-.ob): Remove variable.
3576
3577 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
3578
3579         [BZ #13550]
3580         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
3581         Remove __BOUNDED_POINTERS__ from condition.
3582         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
3583         * string/bits/string2.h [!__NO_STRING_INLINES &&
3584         !__BOUNDED_POINTERS__]: Likewise.
3585         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
3586         Likewise.
3587         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
3588         Remove conditional code.
3589         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
3590         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
3591         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
3592         condition.
3593
3594         [BZ #13550]
3595         * csu/libc-start.c: Do not include <bp-sym.h>.
3596         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
3597         * elf/dl-open.c: Do not include <bp-sym.h>.
3598         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
3599         * math/fegetenv.c: Do not include <bp-sym.h>.
3600         (fegetenv): Do not use BP_SYM in versioned symbols.
3601         * nptl/sysdeps/pthread/bits/libc-lockP.h
3602         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
3603         <bp-sym.h>.
3604         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3605         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
3606         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3607         (__pthread_mutex_destroy): Likewise.
3608         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3609         (__pthread_mutex_lock): Likewise.
3610         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3611         (__pthread_mutex_trylock): Likewise.
3612         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3613         (__pthread_mutex_unlock): Likewise.
3614         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3615         (__pthread_mutexattr_init): Likewise.
3616         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3617         (__pthread_mutexattr_destroy): Likewise.
3618         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3619         (__pthread_mutexattr_settype): Likewise.
3620         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3621         (__pthread_rwlock_init): Likewise.
3622         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3623         (__pthread_rwlock_destroy): Likewise.
3624         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3625         (__pthread_rwlock_rdlock): Likewise.
3626         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3627         (__pthread_rwlock_tryrdlock): Likewise.
3628         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3629         (__pthread_rwlock_wrlock): Likewise.
3630         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3631         (__pthread_rwlock_trywrlock): Likewise.
3632         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3633         (__pthread_rwlock_unlock): Likewise.
3634         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3635         (__pthread_key_create): Likewise.
3636         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3637         (__pthread_setspecific): Likewise.
3638         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3639         (__pthread_getspecific): Likewise.
3640         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
3641         Likewise.
3642         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3643         (_pthread_cleanup_push_defer): Likewise.
3644         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3645         (_pthread_cleanup_pop_restore): Likewise.
3646         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
3647         (pthread_setcancelstate): Likewise.
3648         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
3649         <bp-sym.h>.
3650         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
3651         (memchr): Do not use BP_SYM in weak_alias.
3652         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
3653         (fegetenv): Do not use BP_SYM in versioned symbols.
3654         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
3655         (fesetenv): Do not use BP_SYM in versioned symbols.
3656         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
3657         (feupdateenv): Do not use BP_SYM in versioned symbols.
3658         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
3659         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
3660         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
3661         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
3662         (open64): Do not use BP_SYM in weak_alias.
3663         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
3664         (fegetenv): Do not use BP_SYM in versioned symbols.
3665         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
3666         (fesetenv): Do not use BP_SYM in versioned symbols.
3667         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
3668         (feupdateenv): Do not use BP_SYM in versioned symbols.
3669         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
3670         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
3671         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
3672         (feraiseexcept): Do not use BP_SYM in versioned symbols.
3673         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
3674         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
3675         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
3676         <bp-sym.h>.
3677         (__libc_start_main): Do not use BP_SYM.
3678
3679 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
3680
3681         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
3682         redundant return line.
3683         (norm): Likewise.
3684         (denorm): Likewise.
3685         (dbl_mp): Likewise.
3686         (sub_magnitudes): Likewise.
3687         (__add): Likewise.
3688         (__sub): Likewise.
3689         (__mul): Likewise.
3690         (__inv): Likewise.
3691         (__dvd): Likewise.
3692         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
3693         (norm): Likewise.
3694         (denorm): Likewise.
3695         (dbl_mp): Likewise.
3696         (sub_magnitudes): Likewise.
3697         (__add): Likewise.
3698         (__sub): Likewise.
3699         (__mul): Likewise.
3700         (__inv): Likewise.
3701         (__dvd): Likewise.
3702
3703         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
3704         instead of __mul.
3705         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
3706         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
3707         (cc32): Likewise.
3708
3709         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
3710         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
3711         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
3712         of __mul for squares.
3713         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
3714         function
3715         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
3716         Likewise.
3717         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
3718         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
3719
3720 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
3721
3722         [BZ #13550]
3723         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
3724         code.
3725         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
3726         prototype or function definition.  Rename ubp_* variables and
3727         parameters.  Remove argv definitions conditional on
3728         [__BOUNDED_POINTERS__].
3729         * debug/backtrace.c (__backtrace): Do not use __unbounded.
3730         * elf/dl-runtime.c (_dl_fixup): Likewise.
3731         * include/set-hooks.h (RUN_HOOK): Likewise.
3732         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
3733         definition.
3734         * string/strcpy.c (strcpy): Do not use __unbounded.
3735         * sysdeps/generic/frame.h (struct layout): Likewise.
3736         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
3737         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
3738         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
3739         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
3740         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
3741         (__backtrace): Likewise.
3742         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
3743         use __ptrvalue.
3744         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
3745         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
3746         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
3747         Likewise.
3748         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
3749         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
3750         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
3751         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
3752         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
3753         Do not use __unbounded.
3754         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
3755         Rename __unboundedrlimits parameter to rlimits in prototype.
3756         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
3757         Do not use __unbounded.
3758         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
3759         not use __ptrvalue.
3760         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
3761         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
3762         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
3763         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
3764         __ptrvalue or __unbounded.
3765         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
3766         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
3767         use __unbounded.
3768         (__new_msgctl): Do not use __ptrvalue.
3769         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
3770         __unbounded.
3771         (__libc_msgrcv): Do not use __ptrvalue.
3772         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
3773         startup_info): Do not use __unbounded.
3774         (__libc_start_main): Likewise.  Rename ubp_* variables and
3775         parameters.  Remove argv definitions conditional on
3776         [__BOUNDED_POINTERS__].
3777         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
3778         __ptrvalue.
3779         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
3780         use __unbounded.
3781         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
3782         or __ptrvalue.
3783         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
3784         use __unbounded.
3785         (__new_shmctl): Do not use __ptrvalue.
3786         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
3787         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
3788         Likewise.
3789         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
3790         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
3791         (__libc_sigaction): Likewise.
3792         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
3793         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
3794         Likewise.
3795         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
3796
3797 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
3798
3799         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
3800
3801         * string/mempcpy.c: Implement by calling memcpy.
3802
3803 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
3804
3805         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
3806
3807         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
3808         evaluation.
3809
3810         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
3811         values in the mantissa.
3812
3813         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
3814         minimize writes to Z.
3815         (sub_magnitudes): Simplify code a bit.
3816
3817 2013-02-12  Roland McGrath  <roland@hack.frob.com>
3818
3819         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
3820         from the message.  The linker prefixes all warnings with that already.
3821
3822 2013-02-12  Andreas Schwab  <schwab@suse.de>
3823
3824         [BZ #15078]
3825         * posix/regexec.c (extend_buffers): Add parameter min_len.
3826         (check_matching): Pass minimum needed length.
3827         (clean_state_log_if_needed): Likewise.
3828         (get_subexp): Likewise.
3829         * posix/Makefile (tests): Add bug-regex34.
3830         (bug-regex34-ENV): Define.
3831         * posix/bug-regex34.c: New file.
3832
3833         [BZ #11561]
3834         * posix/regcomp.c (parse_bracket_exp): When looking up collating
3835         elements compare against the byte sequence of it, not its name.
3836         * posix/Makefile (tests): Add bug-regex35.
3837         (bug-regex35-ENV): Define.
3838         * posix/bug-regex35.c: New file.
3839
3840 2013-02-11  Tom de Vries  <tom@codesourcery.com>
3841
3842         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
3843         comment.
3844         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
3845         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
3846         (CHECK_EOL): Add undef.
3847
3848 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
3849
3850         * bits/stdlib-bsearch.h: New file.
3851         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
3852         * stdlib/stdlib.h: Likewise.
3853
3854 2013-02-11  Roland McGrath  <roland@hack.frob.com>
3855
3856         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
3857         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
3858         declaration.
3859         * manual/search.texi (Array Search Function): Add missing const in
3860         lfind prototype.
3861         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
3862         declaration to use rlim_t.
3863         (Basic Scheduling Functions): Remove erroneous const from
3864         sched_getparam prototype.  Remove erroneous * from
3865         sched_get_priority_max and sched_get_priority_min prototypes.
3866         (Resource Usage): Fix summary @comment on vtimes to refer to
3867         sys/vtimes.h rather than vtimes.h.
3868         Add missing *s in vtimes prototype.
3869         (Limits on Resources): Fix ulimit prototype to return long int.
3870         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
3871         prototypes to use long int rather than double.
3872         (BSD Random): Fix initstate and setstate to use char *, not void *.
3873         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
3874         prototype to make second argument 'struct aiocb64 *const[]'.
3875         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
3876         (Status of AIO Operations): Remove erroneous const in aio_return and
3877         aio_return64 prototypes.
3878         (Synchronizing I/O): Fix sync prototype to return void.
3879         * manual/startup.texi (Suboptions): Remove an erroneous const in
3880         getsubopt prototype.
3881         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
3882         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
3883         use size_t rather than int.
3884         (Scanning All Users): Likewise for getpwent_r.
3885         (Setting Groups): Add missing const to setgroups prototype.
3886         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
3887         * manual/socket.texi (Host Names): Fix gethostbyaddr and
3888         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
3889         'const void *' rather than 'const char *'.
3890         (Host Address Functions): Likewise for inet_ntop.
3891         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
3892         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
3893         ssize_t for return value.
3894         (Sending Data): Likewise for send, sendto, sendmsg.
3895         (Socket Option Functions): Add a missing const in setsockopt prototype.
3896         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
3897         use wchar_t for the argument.
3898         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
3899         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
3900         take no arguments.
3901         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
3902         double/float/long double for second argument.
3903         Fix return types of significand, significandf, significandl.
3904         * manual/filesys.texi (Setting Permissions): Use mode_t for second
3905         argument in fchmod prototype.
3906         (File Owner): Use uid_t and gid_t in fchown prototype.
3907         (File Times): Add const to utimes, futimes, and lutimes prototypes.
3908         (Making Special Files): Use mode_t and dev_t in mknod prototype.
3909         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
3910         use 'const struct dirent **' as argument types to CMP function pointer
3911         argument.
3912         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
3913         (File Times): Fix summary magic @comment for struct utimbuf and utime
3914         to refer to utime.h, not time.h.
3915         * manual/string.texi (Argz Functions): Add missing const in
3916         argz_extract and argz_next prototypes.
3917         (Finding Tokens in a String): Likewise for basename.
3918         (String/Array Comparison): Fix typo in wcscasecmp prototype.
3919         (Copying and Concatenation): Fix typo in wmemmove prototype.
3920         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
3921         (Signal Stack): Remove erroneous const in sigstack prototype.
3922         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
3923         prototype.
3924         (Simple Calendar Time): Likewise for stime.
3925         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
3926         prototype.
3927         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
3928         say sys/sysctl.h instead.
3929         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
3930         and vsyslog prototypes.
3931
3932 2013-02-11  Tom de Vries  <tom@codesourcery.com>
3933
3934         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
3935         Remove.
3936
3937 2013-02-11  Roland McGrath  <roland@hack.frob.com>
3938
3939         * misc/sys/mman.h: Fix typo in mremap comment.
3940
3941 2013-02-08  Roland McGrath  <roland@hack.frob.com>
3942
3943         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
3944         the '\0' terminator.
3945
3946 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
3947
3948         [BZ #13550]
3949         * debug/segfault.c: Don't include <bp-checks.h>.
3950         * sysdeps/generic/bp-checks.h: Remove file.
3951         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
3952         (__GETDENTS): Don't use CHECK_N.
3953         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
3954         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3955         (__getgroups): Don't use CHECK_N.
3956         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
3957         (setgroups): Don't use CHECK_N.
3958         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
3959         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
3960         (__libc_msgrcv): Don't use CHECK_N.
3961         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
3962         (__libc_msgsnd): Don't use CHECK_N.
3963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
3964         <bp-checks.h>.
3965         (__libc_pread): Don't use CHECK_N.
3966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
3967         include <bp-checks.h>.
3968         (__libc_pread64): Don't use CHECK_N.
3969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
3970         include <bp-checks.h>.
3971         (__libc_pwrite): Don't use CHECK_N.
3972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
3973         include <bp-checks.h>.
3974         (__libc_pwrite64): Don't use CHECK_N.
3975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
3976         <bp-checks.h>.
3977         (__libc_pread): Don't use CHECK_N.
3978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
3979         include <bp-checks.h>.
3980         (__libc_pread64): Don't use CHECK_N.
3981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
3982         include <bp-checks.h>.
3983         (__libc_pwrite): Don't use CHECK_N.
3984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
3985         include <bp-checks.h>.
3986         (__libc_pwrite64): Don't use CHECK_N.
3987         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
3988         (do_pread): Don't use CHECK_N.
3989         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
3990         (do_pread64): Don't use CHECK_N.
3991         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
3992         (do_pwrite): Don't use CHECK_N.
3993         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
3994         (do_pwrite64): Don't use CHECK_N.
3995         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
3996         (__libc_readv): Don't use CHECK_N.
3997         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
3998         (semop): Don't use CHECK_N.
3999         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
4000         <bp-checks.h>.
4001         (semtimedop): Don't use CHECK_N.
4002         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
4003         (__libc_pread): Don't use CHECK_N.
4004         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
4005         <bp-checks.h>.
4006         (__libc_pread64): Don't use CHECK_N.
4007         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
4008         <bp-checks.h>.
4009         (__libc_pwrite): Don't use CHECK_N.
4010         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
4011         <bp-checks.h>.
4012         (__libc_pwrite64): Don't use CHECK_N.
4013         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
4014         <bp-checks.h>.
4015         (__libc_msgrcv): Don't use CHECK_N.
4016         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
4017         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
4018         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
4019         (__libc_writev): Don't use CHECK_N.
4020
4021 2013-02-08  Roland McGrath  <roland@hack.frob.com>
4022
4023         * string/strcpy.c: Removed unused variable.
4024
4025         * Makeconfig (+sysdep-includes): Define with := rather than =.
4026         Use an existing include/ subdir of each sysdeps dir before it.
4027
4028 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
4029
4030         * nscd/connection.c (register_traced_file): Comment function.
4031         [HAVE_INOTIFY] (union __inev): Define.
4032         [HAVE_INOTIFY] (inotify_check_files): New function.
4033         [HAVE_INOTIFY] (clear_db_cache): Likewise.
4034         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
4035         clear_db_cache.
4036         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
4037
4038 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
4039
4040         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
4041         loaded if not already and that a failure is permanent.
4042
4043 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
4044
4045         [BZ #15006]
4046         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
4047         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
4048
4049 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
4050
4051         [BZ #13550]
4052         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
4053         (CHECK_1_NULL_OK): Likewise.
4054         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
4055         (__fxstat): Do not use CHECK_1.
4056         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
4057         <bp-checks.h>.
4058         (___fxstat64): Do not use CHECK_1.
4059         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4060         <bp-checks.h>.
4061         (__fxstatat): Do not use CHECK_1.
4062         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4063         <bp-checks.h>.
4064         (__fxstatat64): Do not use CHECK_1.
4065         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
4066         <bp-checks.h>.
4067         (__fxstat): Do not use CHECK_1.
4068         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4069         <bp-checks.h>.
4070         (__fxstatat): Do not use CHECK_1.
4071         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
4072         <bp-checks.h>.
4073         (__getresgid): Do not use CHECK_1.
4074         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
4075         <bp-checks.h>.
4076         (__getresuid): Do not use CHECK_1.
4077         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
4078         <bp-checks.h>.
4079         (__lxstat): Do not use CHECK_1.
4080         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
4081         <bp-checks.h>.
4082         (__old_msgctl): Do not use CHECK_1.
4083         (__new_msgctl): Likewise.
4084         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
4085         <bp-checks.h>.
4086         (__new_setrlimit): Do not use CHECK_1.
4087         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
4088         <bp-checks.h>.
4089         (__old_shmctl): Do not use CHECK_1.
4090         (__new_shmctl): Likewise.
4091         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
4092         <bp-checks.h>.
4093         (__xstat): Do not use CHECK_1.
4094         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
4095         (__lxstat): Do not use CHECK_1.
4096         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
4097         <bp-checks.h>.
4098         (___lxstat64): Do not use CHECK_1.
4099         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
4100         (__old_msgctl): Do not use CHECK_1.
4101         (__new_msgctl): Likewise.
4102         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
4103         <bp-checks.h>.
4104         (__gettimeofday): Do not use CHECK_1.
4105         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
4106         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
4107         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
4108         <bp-checks.h>.
4109         (__gettimeofday): Do not use CHECK_1.
4110         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
4111         (__old_shmctl): Do not use CHECK_1_NULL_OK.
4112         (__new_shmctl): Do not use CHECK_1.
4113         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
4114         <bp-checks.h>.
4115         (do_sigtimedwait): Do not use CHECK_1.
4116         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
4117         <bp-checks.h>.
4118         (do_sigwaitinfo): Do not use CHECK_1.
4119         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
4120         <bp-checks.h>.
4121         (msgctl): Do not use CHECK_1.
4122         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
4123         <bp-checks.h>.
4124         (shmctl): Do not use CHECK_1.
4125         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
4126         (ustat): Do not use CHECK_1.
4127         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
4128         <bp-checks.h>.
4129         (__fxstat): Do not use CHECK_1.
4130         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4131         <bp-checks.h>.
4132         (__fxstatat): Do not use CHECK_1.
4133         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
4134         <bp-checks.h>.
4135         (__lxstat): Do not use CHECK_1.
4136         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
4137         <bp-checks.h>.
4138         (__xstat): Do not use CHECK_1.
4139         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
4140         (__xstat): Do not use CHECK_1.
4141         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
4142         (___xstat64): Do not use CHECK_1.
4143
4144         [BZ #13550]
4145         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
4146         definitions.
4147         (CHECK_BOUNDS_HIGH): Likewise.
4148         * string/strcpy.c: Do not include <bp-checks.h>.
4149         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
4150
4151 2013-02-07  Roland McGrath  <roland@hack.frob.com>
4152
4153         * nscd/nscd-client.h (__nscd_drop_map_ref):
4154         Add __attribute__ ((unused)).
4155         * nis/nss-nisplus.h (niserr2nss): Likewise.
4156
4157         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
4158         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
4159
4160         * csu/libc-tls.c (init_static_tls, init_slotinfo):
4161         Remove inline keyword.
4162         * include/rounding-mode.h (round_away): Likewise.
4163         * libio/wfileops.c (adjust_wide_data): Likewise.
4164         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
4165         (__m128i_strloadu_tolower): Likewise.
4166         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
4167         (__m128i_strloadu_tolower): Likewise.
4168         * time/mktime.c (ydhms_diff): Likewise.
4169         * locale/elem-hash.h (elem_hash): Likewise.
4170         * locale/setlocale.c (setdata): Likewise.
4171         * posix/regex_internal.h (re_string_char_size_at): Likewise.
4172         (re_string_wchar_at): Likewise.
4173         (bitset_not, bitset_merge, bitset_mask): Likewise.
4174         [!(__GNUC__ > 3)] (inline): Remove macro.
4175         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
4176         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
4177         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
4178         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
4179         * string/memcmp.c (memcmp_bytes): Likewise.
4180         * locale/programs/locarchive.c (compute_hashval): Likewise.
4181         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
4182         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
4183         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
4184         * nss/getent.c (print_rpc, print_protocols): Likewise.
4185         (print_passwd, print_group, print_aliases): Likewise.
4186         * nis/nss-nisplus.h (niserr2nss): Likewise.
4187         * nscd/connections.c (restart_p): Likewise.
4188         Change return type to bool.
4189
4190 2013-02-05  Roland McGrath  <roland@hack.frob.com>
4191
4192         * Makeconfig (all-Depend-files): Add existing
4193         $(sorted-subdirs:=/Depend) files.
4194         (all-subdirs): Remove nss.
4195         * sysdeps/unix/inet/Subdirs: Add it here instead.
4196         * hesiod/Depend: New file.
4197
4198         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
4199         instead of calling alloca.
4200
4201         * io/lseek.c (__lseek): Rename to __libc_lseek.
4202         Define __lseek as an alias.
4203
4204         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
4205
4206 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
4207
4208         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
4209         else clause and remove check for non-standard endianness.
4210
4211 2013-02-04  David S. Miller  <davem@davemloft.net>
4212
4213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4214
4215 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
4216
4217         [BZ #13550]
4218         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
4219         (__ubp_memchr): Remove prototype.
4220         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
4221         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
4222         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
4223         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
4224         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
4225         Remove alias.
4226         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
4227         (__ubp_memchr): Likewise.
4228         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
4229         (__ubp_memchr): Likewise.
4230         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
4231         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
4232         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
4233         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
4234         CHECK_STRING.
4235         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
4236         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
4237         (__getcwd): Do not use CHECK_STRING.
4238         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
4239         <bp-checks.h>.
4240         (__real_chown): Do not use CHECK_STRING.
4241         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
4242         <bp-checks.h>.
4243         (fchownat): Do not use CHECK_STRING.
4244         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
4245         CHECK_STRING.
4246         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
4247         <bp-checks.h>.
4248         (__lchown): Do not use CHECK_STRING.
4249         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
4250         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
4251         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
4252         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
4253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
4254         include <bp-checks.h>.
4255         (truncate64): Do not use CHECK_STRING.
4256         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
4257         <bp-checks.h>.
4258         (__real_chown): Do not use CHECK_STRING.
4259         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
4260         <bp-checks.h>.
4261         (__lchown): Do not use CHECK_STRING.
4262         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
4263         <bp-checks.h>.
4264         (__chown): Do not use CHECK_STRING.
4265         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
4266         <bp-checks.h>.
4267         (truncate64): Do not use CHECK_STRING.
4268         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
4269         Likewise.
4270         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
4271         (__xmknod): Do not use CHECK_STRING.
4272         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4273         <bp-checks.h>.
4274         (__xmknodat): Do not use CHECK_STRING.
4275         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
4276         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
4277
4278 2013-02-04  Andreas Schwab  <schwab@suse.de>
4279
4280         [BZ #14142]
4281         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
4282         * include/netdb.h: Likewise for h_errno.
4283         * elf/tst-stackguard1.c: Include <tls.h>.
4284
4285 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4286
4287         * elf/link.h (struct link_map): Extend the l_addr comment.
4288         * include/link.h (struct link_map): Likewise.
4289
4290 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
4291
4292         [BZ #13550]
4293         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
4294         (BOUNDED_1): Remove macro.
4295         * debug/backtrace.c: Don't include <bp-checks.h>.
4296         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
4297         (__backtrace): Likewise.
4298         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
4299         <bp-checks.h>.
4300         (__backtrace): Don't use BOUNDED_1.
4301         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
4302         <bp-checks.h>.
4303         (__backtrace): Don't use BOUNDED_1.
4304         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
4305         (__backtrace): Don't use BOUNDED_1.
4306         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
4307         (shmat): Don't use BOUNDED_N.
4308
4309 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
4310
4311         [BZ #13550]
4312         * sysdeps/generic/bp-start.h: Remove file.
4313         * csu/libc-start.c: Don't include <bp-start.h>.
4314         (LIBC_START_MAIN): Set up __environ directly instead of using
4315         INIT_ARGV_and_ENVIRON.
4316         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
4317         <bp-start.h>.
4318
4319         [BZ #13550]
4320         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
4321         definitions.
4322         (CHECK_FCNTL): Likewise.
4323         (CHECK_N_PAGES): Likewise.
4324
4325         [BZ #13550]
4326         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
4327         definitions.
4328         (CHECK_SIGSET_NULL_OK): Likewise.
4329         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
4330         <bp-checks.h>.
4331         (sigpending): Don't use CHECK_SIGSET.
4332         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
4333         <bp-checks.h>.
4334         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
4335         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
4336         <bp-checks.h>.
4337         (do_sigsuspend): Don't use CHECK_SIGSET.
4338         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
4339         use CHECK_SIGSET.
4340         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
4341         (do_sigwait): Don't use CHECK_SIGSET.
4342         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
4343         use CHECK_SIGSET.
4344         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
4345         include <bp-checks.h>.
4346         (sigpending): Don't use CHECK_SIGSET.
4347         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
4348         include <bp-checks.h>.
4349         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
4350         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
4351         <bp-checks.h>.
4352         (sigpending): Don't use CHECK_SIGSET.
4353         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
4354         <bp-checks.h>.
4355         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
4356
4357         [BZ #13550]
4358         * sysdeps/generic/bp-semctl.h: Remove file.
4359         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
4360         <bp-checks.h> and <bp-semctl.h>.
4361         (__old_semctl): Don't use CHECK_SEMCTL.
4362         (__new_semctl): Likewise.
4363         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
4364         and <bp-semctl.h>.
4365         (__old_semctl): Don't use CHECK_SEMCTL.
4366         (__new_semctl): Likewise.
4367         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
4368         <bp-checks.h> and <bp-semctl.h>.
4369         (__old_semctl): Don't use CHECK_SEMCTL.
4370         (__new_semctl): Likewise.
4371         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
4372         <bp-checks.h> and <bp-semctl.h>.
4373         (semctl): Don't use CHECK_SEMCTL.
4374
4375         [BZ #13550]
4376         * Makerules (elide-bp-thunks): Remove variable.
4377         (elide-routines.oS): Don't use $(elide-bp-thunks).
4378         (elide-routines.os): Likewise.
4379         (elide-routines.o): Likewise.
4380         (elide-routines.op): Likewise.
4381         (elide-routines.og): Likewise.
4382         (objects): Don't use $(bp-thunks).
4383         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
4384         include.
4385         (common-generated): Do not add s-proto-bp.d.
4386         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
4387         (int): Likewise.
4388         (typ): Likewise.
4389         Do not generate makefile rules for bounded-pointer thunks.
4390         * sysdeps/generic/bp-thunks.h: Remove file.
4391         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
4392         * sysdeps/unix/s-proto-bp.S: Likewise.
4393
4394         [BZ #15062]
4395         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
4396         parts of result separately when argument is not close to line from
4397         -i to i and one part of argument is small.
4398         * math/k_casinhf.c (__kernel_casinhf): Likewise.
4399         * math/k_casinhl.c (__kernel_casinhl): Likewise.
4400         * math/libm-test.inc (cacos_test): Add more tests.
4401         (casin_test): Likewise.
4402         (casinh_test): Likewise.
4403         * sysdeps/i386/fpu/libm-test-ulps: Update.
4404         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4405
4406 2013-01-31  David S. Miller  <davem@davemloft.net>
4407
4408         * po/de.po: Update from translation team.
4409
4410 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4411
4412         * time/tzfile.c: Include stdint.h for SIZE_MAX.
4413
4414 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
4415
4416         * configure.in (_AC_PROG_CC_C89): New definition.
4417         * configure: Regenerate.
4418
4419         * configure.in (AC_PROG_CPP): New definition.
4420         * configure: Regenerate.
4421
4422 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
4423
4424         * debug/tst-backtrace.h: New file.
4425         * debug/tst-backtrace2.c: Include tst-backtrace.h.
4426         (ret): Remove variable.
4427         (x): Likewise.
4428         (FAIL): Remove macro.
4429         (NO_INLINE): Likewise.
4430         (fn1): Use match function instead of strstr.
4431         * debug/tst-backtrace3.c: Include tst-backtrace.h.
4432         (ret): Remove variable.
4433         (x): Likewise.
4434         (FAIL): Remove macro.
4435         (NO_INLINE): Likewise.
4436         (fn): Use match function instead of strstr.
4437         * debug/tst-backtrace4.c: Include tst-backtrace.h.
4438         (ret): Remove variable.
4439         (x): Likewise.
4440         (FAIL): Remove macro.
4441         (NO_INLINE): Likewise.
4442         (handle_signal): Use match function instead of strstr.
4443         * debug/tst-backtrace5.c: Include tst-backtrace.h.
4444         (ret): Remove variable.
4445         (x): Likewise.
4446         (FAIL): Remove macro.
4447         (NO_INLINE): Likewise.
4448         (handle_signal): Use match function instead of strstr.
4449
4450 2013-01-23  Roland McGrath  <roland@hack.frob.com>
4451
4452         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
4453
4454 2013-01-23  David S. Miller  <davem@davemloft.net>
4455
4456         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
4457         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
4458         argument of CAS if possible.
4459         * sysdeps/sparc/sparc64/bits/atomic.h
4460         (__arch_compare_and_exchange_val_32_acq): Likewise.
4461         (__arch_compare_and_exchange_val_64_acq): Likewise.
4462
4463 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
4464
4465         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
4466         * sysdeps/posix/ulimit.c: ... this.
4467         Include <limits.h>.
4468         * sysdeps/unix/bsd/ulimit.c: Remove file.
4469
4470 2013-01-23  Adam Conrad  <adconrad@0c3.net>
4471
4472         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
4473         (LDFLAGS-tst-array5): Likewise.
4474
4475 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
4476
4477         [BZ #15036]
4478         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
4479         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
4480         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
4481         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
4482
4483 2013-01-21  David S. Miller  <davem@davemloft.net>
4484
4485         * sysdeps/sparc/backtrace.c: New file.
4486         * sysdeps/sparc/sparc32/backtrace.h: New file.
4487         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
4488         * sysdeps/sparc/sparc64/backtrace.h: New file.
4489         * sysdeps/sparc/sparc64/backtrace.c: Delete.
4490         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
4491         -funwind-tables.
4492
4493 2013-01-21  Andreas Schwab  <schwab@suse.de>
4494
4495         [BZ #15020]
4496         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
4497         closed its stdout.
4498
4499 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
4500
4501         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
4502         "mpa2.h".
4503         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
4504
4505 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
4506             Mark Mitchell  <mark@codesourcery.com>
4507             Tom de Vries  <tom@codesourcery.com>
4508             Paul Pluzhnikov  <ppluzhnikov@google.com>
4509
4510         * debug/tst-backtrace2.c: New file.
4511         * debug/tst-backtrace3.c: Likewise.
4512         * debug/tst-backtrace4.c: Likewise.
4513         * debug/tst-backtrace5.c: Likewise.
4514         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
4515         (CFLAGS-tst-backtrace3.c): Likewise.
4516         (CFLAGS-tst-backtrace4.c): Likewise.
4517         (CFLAGS-tst-backtrace5.c): Likewise.
4518         (LDFLAGS-tst-backtrace2): Likewise.
4519         (LDFLAGS-tst-backtrace3): Likewise.
4520         (LDFLAGS-tst-backtrace4): Likewise.
4521         (LDFLAGS-tst-backtrace5): Likewise.
4522         (tests): Add new tests tst-backtrace2, tst-backtrace3,
4523         tst-backtrace4 and tst-backtrace5.
4524
4525 2013-01-18  Anton Blanchard  <anton@samba.org>
4526             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
4527
4528         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
4529         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
4530         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
4531         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
4532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
4533         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
4534         "+r" and remove output regs list as redundant.  Add explicit inline
4535         asm to specify register of return val to work around compiler codegen
4536         bug.  Remove (int) cast on return value.  Add return type parameter to
4537         use in macro so that this macro does not truncate return value for
4538         64-bit values.
4539         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
4540         pass to INTERNAL_VSYSCALL_NCS.
4541         (INLINE_VSYSCALL): Add 'long int' as return type to
4542         INTERNAL_VSYSCALL_NCS macro invocation.
4543         (INTERNAL_VSYSCALL): Add 'long int' as return type to
4544         INTERNAL_VSYSCALL_NCS macro invocation.
4545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4546
4547 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
4548
4549         [BZ #14496]
4550         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
4551         Fix application of SIMD FP exception mask.
4552
4553         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
4554         mp_no from a power of two.
4555         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
4556         __mpexp_twomm1.  Use __pow_mp.
4557
4558         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
4559         multiplication.
4560
4561 2013-01-17  David S. Miller  <davem@davemloft.net>
4562
4563         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4564
4565 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
4566
4567         [BZ #15023]
4568         * include/complex.h: Condition contents on [!_COMPLEX_H].
4569         (__kernel_casinhf): New prototype.
4570         (__kernel_casinh): Likewise.
4571         (__kernel_casinhl): Likewise.
4572         * math/Makefile (libm_calls): Add k_casinh.
4573         * math/k_casinh.c: New file.
4574         * math/k_casinhf.c: Likewise.
4575         * math/k_casinhl.c: Likewise.
4576         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
4577         finite nonzero arguments.
4578         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
4579         finite nonzero arguments.
4580         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
4581         finite nonzero arguments.
4582         * math/s_casinh.c: Do not include <float.h>.
4583         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
4584         * math/s_casinhf.c: Do not include <float.h>.
4585         (__casinhf): Move code for finite nonzero arguments to
4586         k_casinhf.c.
4587         * math/s_casinhl.c: Do not include <float.h>.
4588         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
4589         redefine.
4590         (__casinhl): Move code for finite nonzero arguments to
4591         k_casinhl.c.
4592         * math/libm-test.inc (cacos_test): Add more tests.
4593         * sysdeps/i386/fpu/libm-test-ulps: Update.
4594         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4595
4596 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
4597
4598         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
4599         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
4600         [!HAVE_MREMAP]: Remove [defined linux] case.
4601         * malloc/arena.c: Do not include <malloc-sysdep.h>.
4602
4603 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
4604
4605         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
4606
4607 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
4608
4609         * elf/elf.h (R_386_SIZE32): New relocation.
4610         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
4611         R_386_SIZE32.
4612         (elf_machine_rela): Likewise.
4613         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
4614         R_X86_64_SIZE64 and R_X86_64_SIZE32.
4615
4616 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
4617
4618         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
4619         (FP_FAST_FMA): Do not define.
4620         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
4621         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
4622         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
4623         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
4624         !_SOFT_FLOAT]: Likewise.
4625         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
4626         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
4627         value.
4628         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
4629         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
4630         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
4631         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
4632         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
4633         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
4634         file.
4635
4636 2013-01-16  Andreas Schwab  <schwab@suse.de>
4637
4638         [BZ #14327]
4639         * include/stdlib.h (__mktemp): Add declaration.
4640         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
4641         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
4642
4643 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4644
4645         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
4646         definitions.
4647         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
4648         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
4649         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
4650         definitions here.
4651         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
4652         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
4653         definitions.
4654         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
4655         and ONE.
4656         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
4657         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
4658         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
4659         definitions.
4660         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
4661         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
4662         definitions.
4663         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
4664
4665         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
4666
4667 2013-01-15  David S. Miller  <davem@davemloft.net>
4668
4669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
4670         trunc{,f} to libm-sysdep_routes.
4671         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
4672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
4673         file.
4674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
4675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
4676         file.
4677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
4678         file.
4679         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
4680         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
4681         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
4682         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
4683         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
4684         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
4685         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
4686         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
4687
4688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
4689         nearbyint{,f} to libm-sysdep_routes.
4690         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
4691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
4692         New file.
4693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
4694         file.
4695         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
4696         New file.
4697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
4698         file.
4699         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
4700         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
4701         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
4702         file.
4703         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
4704         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
4705         file.
4706         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
4707         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
4708         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
4709
4710         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
4711         libc_feholdexcept and libc_fesetenv.
4712
4713 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
4714
4715         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
4716
4717 2013-01-14  David S. Miller  <davem@davemloft.net>
4718
4719         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
4720         (SPARC_ASM_VIS2_IFUNC): Likewise.
4721         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
4722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
4723         use of 'siam' instruction.
4724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
4725         Likewise.
4726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
4727         Likewise.
4728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
4729         Likewise.
4730         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
4731         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
4732         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
4733         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
4734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
4735         file.
4736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
4737         file.
4738         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
4739         file.
4740         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
4741         file.
4742         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
4743         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
4744         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
4745         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
4746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
4747         new VIS2 routines.
4748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
4749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
4750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
4751         Likewise.
4752         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
4753         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
4754         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
4755         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
4756         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
4757         routines to libm-sysdep_routines.
4758         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
4759
4760         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
4761         fdim/fdimf to libm-sysdep_routines.
4762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
4763         file.
4764         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
4765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
4766         file.
4767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
4768         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
4769         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
4770         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
4771         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
4772         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
4773         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
4774
4775 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
4776
4777         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
4778         to optimize copies.
4779
4780         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
4781         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
4782         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
4783
4784         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
4785         local variable MPTWO.
4786         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
4787         Likewise.
4788
4789 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
4790
4791         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
4792         GLOB_NOESCAPE.
4793
4794 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
4795
4796         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
4797
4798 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
4799
4800         * manual/pattern.texi (glob_t): Document gl_flags.
4801         (glob64_t): Likewise.
4802
4803 2013-01-11  David S. Miller  <davem@davemloft.net>
4804
4805         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
4806         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
4807         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
4808         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
4809         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
4810         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
4811         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
4812         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
4813         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
4814         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
4815         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
4816         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
4817         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
4818
4819         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
4820         sparc V9 rather than using V8 code.
4821         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
4822         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
4823
4824         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
4825         Move to...
4826         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
4827         Here.
4828
4829 2013-01-11  Roland McGrath  <roland@hack.frob.com>
4830
4831         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
4832         not in the main loop.
4833         * configure: Regenerated.
4834
4835 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
4836
4837         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
4838         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
4839         to just #else.
4840         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
4841         [!__GLIBC_HAVE_LONG_LONG] case.
4842         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
4843         condition to just #else.
4844         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
4845         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
4846         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
4847         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
4848         unconditional.
4849         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
4850         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
4851         #elif condition to just #else.
4852         * sysdeps/unix/sysv/linux/sys/sysmacros.h
4853         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
4854         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
4855         #elif condition to just #else.
4856
4857 2013-01-11  Steve Ellcey  <sellcey@mips.com>
4858
4859         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
4860         (EF_MIPS_ARCH_64): Fix value.
4861         (EF_MIPS_ARCH_32R2): New.
4862         (EF_MIPS_ARCH_64R2): New.
4863
4864 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
4865
4866         * Makeconfig (+link-pie-before-libc): New.
4867         (+link-pie-after-libc): Likewise.
4868         (+link-pie-tests): Likewise.
4869         (+link-pie): Rewritten.
4870         (link-before-libc): Remove $(config-LDFLAGS).
4871         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
4872         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
4873         (config-LDFLAGS): Renamed to ...
4874         (rtld-LDFLAGS): This.
4875         (rtld-tests-LDFLAGS): New macro.
4876         (link-libc-rpath-link): Likewise.
4877         (link-libc-tests-rpath-link): Likewise.
4878         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
4879         (link-libc): Prepand $(link-libc-rpath-link).
4880         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
4881         (test-program-prefix): New macro.
4882         (test-via-rtld-prefix): Likewise.
4883         (test-program-cmd): Likewise.
4884         (host-test-program-cmd): Likewise.
4885         * Makefile ($(common-objpfx)testrun.sh): Replace
4886         $(run-program-prefix) with $(test-program-prefix).
4887         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
4888         $(rtld-LDFLAGS).
4889         ($(common-objpfx)shlib.lds): Likewise.
4890         (build-module-helper): Likewise.
4891         ($(common-objpfx)format.lds): Likewise.
4892         * Rules (binaries-pie-tests): New.
4893         (binaries-pie-notests): Likewise.
4894         (binaries-pie): Rewritten.
4895         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
4896         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
4897         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
4898         (make-test-out): Replace $(host-built-program-cmd) with
4899         $(host-test-program-cmd).
4900         * config.make.in (build-hardcoded-path-in-tests): New variable.
4901         * configure.in (--enable-hardcoded-path-in-tests): New configure
4902         option.
4903         (hardcoded_path_in_tests): New AC_SUBST.
4904         * configure: Regenerated.
4905         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
4906         $(built-program-cmd) with $(test-program-cmd).
4907         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
4908         (test_program_cmd): This.
4909         * elf/Makefile ($(objpfx)order.out): Run test with
4910         $(test-program-prefix).
4911         ($(objpfx)order2.out): Likewise.
4912         ($(objpfx)tst-initorder.out): Likewise.
4913         ($(objpfx)tst-initorder2.out): Likewise.
4914         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
4915         $(test-program-cmd).
4916         ($(objpfx)tst-array1-static.out): Likewise.
4917         ($(objpfx)tst-array2.out): Likewise.
4918         ($(objpfx)tst-array3.out): Likewise.
4919         ($(objpfx)tst-array4.out): Likewise.
4920         ($(objpfx)tst-array5.out): Likewise.
4921         ($(objpfx)tst-array5-static.out): Likewise.
4922         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
4923         $(test-program-cmd).
4924         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
4925         $(run-program-prefix) with $(test-program-prefix).
4926         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
4927         (test_program_prefix): This.
4928         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
4929         $(run-program-prefix) with $(test-program-prefix).
4930         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
4931         (test_program_prefix): This.
4932         * iconvdata/tst-tables.sh: Likewise.
4933         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
4934         $(run-program-prefix) with $(test-program-prefix).
4935         ($(objpfx)tst-translit.out): Likewise.
4936         ($(objpfx)tst-gettext2.out): Likewise.
4937         ($(objpfx)tst-gettext4.out): Likewise.
4938         ($(objpfx)tst-gettext6.out): Likewise.
4939         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
4940         (test_program_prefix): This.
4941         * intl/tst-gettext2.sh: Likewise.
4942         * intl/tst-gettext4.sh  Likewise.
4943         * intl/tst-gettext6.sh: Likewise.
4944         * intl/tst-translit.sh: Likewise.
4945         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
4946         with $(test-program-cmd).
4947         * libio/Makefile ($(objpfx)test-freopen.out): Replace
4948         $(run-program-prefix) with $(test-program-prefix).
4949         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
4950         (test_program_prefix): This.
4951         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
4952         $(run-program-prefix) with $(test-program-prefix).
4953         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
4954         (test_program_prefix): This.
4955         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
4956         * posix/Makefile ($(objpfx)globtest.out): Replace
4957         $(run-via-rtld-prefix) and $(test-wrapper) with
4958         $(test-program-prefix) and $(test-via-rtld-prefix).
4959         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
4960         $(test-program-prefix).
4961         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
4962         $(host-test-program-cmd).
4963         (tst-spawn-ARGS): Likewise.
4964         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
4965         $(test-program-prefix).
4966         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
4967         (test_via_rtld_prefix): This.
4968         (test_wrapper): Renamed to ...
4969         (test_program_prefix): This.
4970         (run_program_prefix): Replaced by test_program_prefix.
4971         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
4972         (test_program_prefix): This.
4973         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
4974         with $(host-test-program-cmd).
4975         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
4976         $(run-program-prefix) with $(test-program-prefix).
4977         ($(objpfx)tst-printf.out): Likewise.
4978         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
4979         $(test-program-cmd).
4980         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
4981         (test_program_prefix): This.
4982         * stdio-common/tst-unbputc.sh: Likewise.
4983         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
4984         $(run-program-prefix) with $(test-program-prefix).
4985         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
4986         (test_program_prefix): This.
4987         * string/Makefile ($(objpfx)tst-svc.out):  Replace
4988         $(built-program-cmd) with $(test-program-cmd).
4989
4990 2013-01-11  Andreas Jaeger  <aj@suse.de>
4991
4992         [BZ #15003]
4993         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
4994         value. Sync with Linux 3.7.
4995
4996 2013-01-10  David S. Miller  <davem@davemloft.net>
4997
4998         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
4999         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
5000         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
5001
5002 2013-01-10  Roland McGrath  <roland@hack.frob.com>
5003
5004         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
5005         never set.
5006         * configure: Regenerated.
5007
5008 2013-01-10  David S. Miller  <davem@davemloft.net>
5009
5010         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
5011         sparc V9 rather than using V8 code.
5012         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
5013         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
5014
5015 2013-01-10  Roland McGrath  <roland@hack.frob.com>
5016
5017         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
5018         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
5019         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
5020         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
5021         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
5022         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
5023         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
5024         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
5025         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
5026         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
5027         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
5028         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
5029         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
5030         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
5031         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
5032         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
5033         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
5034         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
5035         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
5036         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
5037         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
5038         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
5039         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
5040         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
5041         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
5042         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
5043         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
5044
5045 2013-01-10  David S. Miller  <davem@davemloft.net>
5046
5047         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5048
5049 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
5050
5051         * posix/Makefile (tests-static): New variable.
5052         (tests): Add $(tests-static).
5053         (tst-exec-static-ARGS): New variable.
5054         (tst-spawn-static-ARGS): Likewise.
5055         * posix/tst-exec-static.c: New file.
5056         * posix/tst-spawn-static.c: Likewise.
5057         * posix/tst-exec.c: Support run directly.
5058         * posix/tst-spawn.c: Likewise.
5059
5060 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
5061
5062         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
5063         long.
5064         * math/bits/mathcalls.h (llrint): Likewise.
5065         (llround): Likewise.
5066         * stdlib/stdlib.h (struct drand48_data): Likewise.
5067         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
5068         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
5069         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
5070         Likewise.
5071         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
5072         Likewise.
5073         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
5074         (elf_greg_t): Likewise.
5075         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
5076         (__jmp_buf): Likewise.
5077         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
5078         definitions.
5079         (llrint): Likewise, for all definitions.
5080         (llrintl): Likewise.
5081
5082         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
5083         Remove [__GNUC__] condition.
5084         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
5085         condition to just [__USE_ISOC99].
5086         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
5087
5088 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
5089
5090         [BZ #14200]
5091         * sysdeps/unix/sysv/linux/x86/bits/environments.h
5092         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
5093         defined.
5094         (_POSIX_V6_ILP32_OFF32): Likewise.
5095         (_XBS5_ILP32_OFF32): Likewise.
5096         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
5097         (__ILP32_OFFBIG_LDFLAGS): Likewise.
5098
5099 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5100
5101         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
5102
5103         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
5104         doubles __mpexp_twomm1.  Adjust usage.
5105         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
5106         Remove.
5107
5108 2013-01-10  Andreas Schwab  <schwab@suse.de>
5109
5110         [BZ #14964]
5111         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
5112         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
5113
5114 2013-01-09  David S. Miller  <davem@davemloft.net>
5115
5116         [BZ #15003]
5117         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
5118         TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
5119         TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
5120         TCP_FASTOPEN): Define.
5121         (tcp_repair_opt): New structure.
5122         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
5123         enum values.
5124         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
5125         TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
5126         TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
5127         (tcp_cookie_transactions): New structure.
5128
5129 2013-01-09  Anton Blanchard  <anton@samba.org>
5130
5131         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
5132         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
5133         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
5134         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
5135
5136 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
5137
5138         * include/features.h (__USE_ANSI): Remove.
5139
5140 2013-01-09  Roland McGrath  <roland@hack.frob.com>
5141
5142         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
5143
5144         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
5145
5146 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5147
5148         * sysdeps/s390/fpu/libm-test-ulps: Update.
5149
5150         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5151
5152         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
5153         (__acr): Likewise.
5154         (__cpy): Likewise.
5155         (norm): Likewise.
5156         (denorm): Likewise.
5157         (__mp_dbl): Likewise.
5158         (__dbl_mp): Likewise.
5159         (add_magnitudes): Likewise.
5160         (sub_magnitudes): Likewise.
5161         (__add): Likewise.
5162         (__sub): Likewise.
5163         (__mul): Likewise.
5164         (__inv): Likewise.
5165         (__dvd): Likewise.
5166         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
5167         (__acr): Likewise.
5168         (__cpy): Likewise.
5169         (norm): Likewise.
5170         (denorm): Likewise.
5171         (__mp_dbl): Likewise.
5172         (__dbl_mp): Likewise.
5173         (add_magnitudes): Likewise.
5174         (sub_magnitudes): Likewise.
5175         (__add): Likewise.
5176         (__sub): Likewise.
5177         (__mul): Likewise.
5178         (__inv): Likewise.
5179         (__dvd): Likewise.
5180         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
5181         (__acr): Likewise.
5182         (__cpy): Likewise.
5183         (norm): Likewise.
5184         (denorm): Likewise.
5185         (__mp_dbl): Likewise.
5186         (__dbl_mp): Likewise.
5187         (add_magnitudes): Likewise.
5188         (sub_magnitudes): Likewise.
5189         (__add): Likewise.
5190         (__sub): Likewise.
5191         (__mul): Likewise.
5192         (__inv): Likewise.
5193         (__dvd): Likewise.
5194
5195 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
5196
5197         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
5198         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
5199         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
5200         2 && __USE_EXTERN_INLINES]: Likewise.
5201
5202 2013-01-08  Andreas Jaeger  <aj@suse.de>
5203
5204         [BZ# 14985]
5205         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
5206         Remove.
5207         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
5208         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
5209
5210 2013-01-07  Anton Blanchard  <anton@samba.org>
5211
5212         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
5213         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
5214         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
5215         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
5216         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
5217         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
5218         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
5219         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
5220         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
5221         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
5222         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
5223         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
5224         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5225         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
5226         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
5227         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
5228         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
5229         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5230         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
5231         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
5232         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
5233         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
5234         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
5235         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
5236         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
5237         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
5238         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5239         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
5240         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
5241         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5242         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
5243         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
5244         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
5245         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5246         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5247         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
5248         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
5249         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
5250         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
5251         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
5252         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
5253         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
5254         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
5255
5256 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
5257
5258         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
5259         (__MALLOC_PMT): Likewise.
5260         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
5261         [__GNUC__], only on [_LIBC].
5262         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
5263         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
5264         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
5265         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
5266         forward declaration.
5267         (realloc_hook_ini): Likewise.
5268         (memalign_hook_ini): Likewise.
5269         (__libc_memalign): Do not use __MALLOC_PMT in variable
5270         declaration.
5271         (__libc_valloc): Likewise.
5272         (__libc_pvalloc): Likewise.
5273         (__libc_calloc): Likewise.
5274         (__posix_memalign): Likewise.
5275
5276         [BZ #14996]
5277         * math/s_casinh.c: Include <float.h>.
5278         (__casinh): Do not do computation with squaring and square root
5279         for large arguments.
5280         * math/s_casinhf.c: Include <float.h>.
5281         (__casinhf): Do not do computation with squaring and square root
5282         for large arguments.
5283         * math/s_casinhl.c: Include <float.h>.
5284         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
5285         (__casinhl): Do not do computation with squaring and square root
5286         for large arguments.
5287         * math/libm-test.inc (casin_test): Add more tests.
5288         (casinh_test): Likewise.
5289         * sysdeps/i386/fpu/libm-test-ulps: Update.
5290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5291
5292 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
5293
5294         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
5295         (__x86_64_raw_data_cache_size): Likewise.
5296         (__x86_64_data_cache_size_half): Likewise.
5297         (__x86_64_raw_data_cache_size_half): Likewise.
5298         (__x86_64_shared_cache_size): Likewise.
5299         (__x86_64_raw_shared_cache_size): Likewise.
5300         (__x86_64_shared_cache_size_half): Likewise.
5301         (__x86_64_raw_shared_cache_size_half): Likewise.
5302         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
5303         to ...
5304         (__x86_data_cache_size): This.
5305         (__x86_64_raw_data_cache_size): Renamed to ...
5306         (__x86_raw_data_cache_size): This.
5307         (__x86_64_data_cache_size_half): Renamed to ...
5308         (__x86_data_cache_size_half): This.
5309         (__x86_64_raw_data_cache_size_half): Renamed to ...
5310         (__x86_raw_data_cache_size_half): This.
5311         (__x86_64_shared_cache_size): Renamed to ...
5312         (__x86_shared_cache_size): This.
5313         (__x86_64_raw_shared_cache_size): Renamed to ...
5314         (__x86_raw_shared_cache_size): This.
5315         (__x86_64_shared_cache_size_half): Renamed to ...
5316         (__x86_shared_cache_size_half): This.
5317         (__x86_64_raw_shared_cache_size_half): Renamed to ...
5318         (__x86_raw_shared_cache_size_half): This.
5319         * sysdeps/x86_64/memcpy.S: Updated.
5320         * sysdeps/x86_64/memset.S: Likewise.
5321         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5322         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5323         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5324
5325 2013-01-04  David S. Miller  <davem@davemloft.net>
5326
5327         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5328
5329 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
5330
5331         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
5332         1 to avoid redefinition warning.
5333         (__USE_GNU): Don't define.
5334         (init_signaling_nan): Protoize.
5335
5336         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5337
5338 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5339
5340         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
5341         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
5342         (__cpymn): Likewise.
5343         (norm): Remove commented code.
5344         (denorm): Likewise.
5345         (__mp_dbl): Likewise.
5346         (__inv): Likewise.
5347         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
5348         (__cpymn): Likewise.
5349         (norm): Remove commented code.
5350         (denorm): Likewise.
5351         (__mp_dbl): Likewise.
5352         (__inv): Likewise.
5353
5354         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
5355         mp_no value for 1.0 and 2.0.
5356         (norm): Use RADIXI instead of radixi.d.
5357         (denorm): Likewise.
5358         (__mul): Use 0.0 instead of zero.d.
5359         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
5360         mp_no value for 1.0 and 2.0.
5361         (norm): Use RADIXI instead of radixi.d.
5362         (denorm): Likewise.
5363         (__mul): Use 0.0 instead of zero.d.
5364
5365 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
5366
5367         [BZ #14994]
5368         * math/s_casinh.c (__casinh): Reduce finite argument to first
5369         quadrant then set signs of results at the end.
5370         * math/s_casinhf.c (__casinhf): Likewise.
5371         * math/s_casinhl.c (__casinhl): Likewise.
5372         * math/libm-test.inc (casin_test): Add more tests.
5373         (casinh_test): Likewise.
5374         * sysdeps/i386/fpu/libm-test-ulps: Update.
5375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5376
5377 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5378
5379         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
5380
5381         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
5382
5383         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
5384         declarations.
5385         (denorm): Likewise.
5386         (__mp_dbl): Likewise.
5387         (__inv): Likewise.
5388
5389         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
5390         and adjust the header comment.
5391
5392         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
5393         variable name from declaration.
5394
5395 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
5396
5397         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5398         Initialize COMMON_CPUID_INDEX_7 element.
5399         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
5400         (CPUID_RTM): Likewise.
5401         (HAS_RTM): Likewise.
5402         (COMMON_CPUID_INDEX_7): New enum.
5403
5404 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
5405
5406         [BZ #14981]
5407         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
5408         size is zero, record memory as freed.
5409
5410 2013-01-03  Andreas Jaeger  <aj@suse.de>
5411
5412         * po/ia.po: Add new Interlingua translation.
5413
5414 2012-01-03  Allan McRae  <allan@archlinux.org>
5415
5416         * locale/programs/localedef.c: Fix description of '--posix' flag.
5417
5418 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
5419
5420         * NEWS: Update dates in second copyright notice.
5421         * README: Update copyright dates in example.
5422         * manual/libc.texinfo: Update copyright dates.
5423         * scripts/test-installation.pl: Update copyright date in --version
5424         output.
5425
5426         * hurd/ctty-input.c: Fix copyright notice formatting.
5427         * hurd/ctty-output.c: Likewise.
5428         * hurd/dtable.c: Likewise.
5429         * hurd/hurd-raise.c: Likewise.
5430         * hurd/hurdprio.c: Likewise.
5431         * hurd/msgportdemux.c: Likewise.
5432         * misc/sys/file.h: Likewise.
5433         * misc/sys/ioctl.h: Likewise.
5434         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
5435         * sysdeps/mach/hurd/chdir.c: Likewise.
5436         * sysdeps/mach/hurd/fchdir.c: Likewise.
5437         * sysdeps/mach/hurd/rename.c: Likewise.
5438         * sysdeps/mach/hurd/rmdir.c: Likewise.
5439         * sysdeps/mach/hurd/seekdir.c: Likewise.
5440         * sysdeps/mach/hurd/setsid.c: Likewise.
5441         * sysdeps/posix/wait3.c: Likewise.
5442
5443         * All files with FSF copyright notices: Update copyright dates
5444         using scripts/update-copyrights.
5445         * intl/plural.c: Regenerated.
5446         * locale/programs/charmap-kw.h: Likewise.
5447         * locale/programs/locfile-kw.h: Likewise.
5448
5449 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5450
5451         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
5452         four values.
5453
5454         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
5455         calculation loop and add branch prediction.
5456
5457         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
5458         check access beyond bounds of m1np.
5459
5460         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
5461         MPTWO.
5462         (__inv): Remove local variable MPTWO to use the global
5463         constant.
5464         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
5465         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
5466         variable MPTWO.
5467         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
5468         MP3HALFS static const.
5469
5470 2013-01-01  David S. Miller  <davem@davemloft.net>
5471
5472         * po/ca.po: Update from translation team.
5473
5474 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
5475
5476         * scripts/update-copyrights: New file.
5477         * Makeconfig: Reformat copyright notice.
5478         * ctype/ctype.h: Likewise.
5479         * debug/swprintf_chk.c: Likewise.
5480         * elf/dl-cache.c: Likewise.
5481         * elf/dl-debug.c: Likewise.
5482         * elf/dl-object.c: Likewise.
5483         * grp/initgroups.c: Likewise.
5484         * hurd/Makefile: Likewise.
5485         * hurd/hurd/signal.h: Likewise.
5486         * hurd/hurdfault.c: Likewise.
5487         * hurd/hurdioctl.c: Likewise.
5488         * hurd/hurdlookup.c: Likewise.
5489         * hurd/intr-msg.c: Likewise.
5490         * iconv/gconv_open.c: Likewise.
5491         * libio/swprintf.c: Likewise.
5492         * locale/lc-ctype.c: Likewise.
5493         * locale/nl_langinfo.c: Likewise.
5494         * mach/Machrules: Likewise.
5495         * mach/Makefile: Likewise.
5496         * malloc/obstack.h: Likewise.
5497         * manual/Makefile: Likewise.
5498         * manual/tsort.awk: Likewise.
5499         * misc/bits/stab.def: Likewise.
5500         * nis/nis_print_group_entry.c: Likewise.
5501         * nis/nis_table.c: Likewise.
5502         * nis/nss_compat/compat-pwd.c: Likewise.
5503         * nis/nss_compat/compat-spwd.c: Likewise.
5504         * po/Makefile: Likewise.
5505         * posix/fnmatch.c: Likewise.
5506         * posix/regex.h: Likewise.
5507         * resolv/Makefile: Likewise.
5508         * resolv/nss_dns/dns-network.c: Likewise.
5509         * resolv/res_hconf.c: Likewise.
5510         * scripts/gen-sorted.awk: Likewise.
5511         * soft-fp/soft-fp.h: Likewise.
5512         * stdio-common/printf.h: Likewise.
5513         * stdlib/monetary.h: Likewise.
5514         * stdlib/random.c: Likewise.
5515         * stdlib/random_r.c: Likewise.
5516         * sysdeps/generic/Makefile: Likewise.
5517         * sysdeps/gnu/Makefile: Likewise.
5518         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
5519         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5520         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
5521         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5522         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5523         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5524         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5525         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
5526         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
5527         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5528         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
5529         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
5530         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
5531         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
5532         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
5533         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
5534         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
5535         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5536         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
5537         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5538         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
5539         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
5540         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
5541         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
5542         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
5543         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
5544         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
5545         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
5546         * sysdeps/mach/hurd/errnos.awk: Likewise.
5547         * sysdeps/mach/hurd/fork.c: Likewise.
5548         * sysdeps/mach/hurd/getcwd.c: Likewise.
5549         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
5550         * sysdeps/mach/hurd/mmap.c: Likewise.
5551         * sysdeps/mach/hurd/utimes.c: Likewise.
5552         * sysdeps/mach/hurd/xmknod.c: Likewise.
5553         * sysdeps/posix/profil.c: Likewise.
5554         * sysdeps/posix/readdir_r.c: Likewise.
5555         * sysdeps/powerpc/bits/mathdef.h: Likewise.
5556         * sysdeps/powerpc/bits/setjmp.h: Likewise.
5557         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
5558         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
5559         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
5560         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
5561         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
5562         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
5563         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
5564         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
5565         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
5566         * sysdeps/pthread/lio_listio.c: Likewise.
5567         * sysdeps/sparc/dl-procinfo.h: Likewise.
5568         * sysdeps/unix/i386/sysdep.S: Likewise.
5569         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
5570         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
5571         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
5572         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
5573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5574         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
5575         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
5576         * sysdeps/unix/sysv/linux/speed.c: Likewise.
5577         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
5578         * sysdeps/wordsize-32/divdi3.c: Likewise.
5579         * time/sys/time.h: Likewise.
5580         * wcsmbs/Makefile: Likewise.
5581
5582 2013-01-01  David S. Miller  <davem@davemloft.net>
5583
5584         * po/fr.po: Update from translation team.
5585
5586         * catgets/gencat.c: Update copyright year.
5587         * csu/version.c: Likewise.
5588         * debug/catchsegv.sh: Likewise.
5589         * debug/pcprofiledump.c: Likewise.
5590         * debug/xtrace.sh: Likewise.
5591         * elf/ldconfig.c: Likewise.
5592         * elf/ldd.bash.in: Likewise.
5593         * elf/pldd.c: Likewise.
5594         * elf/sotruss.ksh: Likewise.
5595         * elf/sprof.c: Likewise.
5596         * iconv/iconv_prog.c: Likewise.
5597         * iconv/iconvconfig.c: Likewise.
5598         * locale/programs/locale.c: Likewise.
5599         * locale/programs/localedef.c: Likewise.
5600         * login/programs/pt_chown.c: Likewise.
5601         * malloc/memusage.sh: Likewise.
5602         * malloc/memusagestat.c: Likewise.
5603         * malloc/mtrace.pl: Likewise.
5604         * nscd/nscd.c: Likewise.
5605         * nss/getent.c: Likewise.
5606         * nss/makedb.c: Likewise.
5607         * posix/getconf.c: Likewise.
5608
5609 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
5610
5611         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
5612         numbers.
5613
5614 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
5615
5616         * math/bits/mathcalls.h (modf): Use __nonnull.
5617
5618 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
5619
5620         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
5621         (split): Use macro CN instead of the bare value.
5622         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
5623         could be used.
5624         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
5625         instead of the bare value.
5626         (power1): Likewise.
5627
5628 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5629
5630         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
5631         __ATAN_TWOM.
5632         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
5633
5634         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
5635         their values.
5636         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
5637         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
5638         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
5639         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
5640
5641 2012-12-28  Andreas Jaeger  <aj@suse.de>
5642
5643         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
5644         values are from Linux 3.7.
5645
5646         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
5647         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
5648
5649 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5650
5651         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
5652         TRUE case.
5653
5654         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
5655         (norm): Likewise.
5656         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
5657         variables with preprocessor constants.
5658         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
5659         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
5660         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
5661
5662 2012-12-27  Bruno Haible  <bruno@clisp.org>
5663
5664         [BZ #14317]
5665         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
5666         only if needed.
5667
5668 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5669
5670         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
5671         and use variable directly.
5672         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
5673
5674         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
5675         MPONE.
5676         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
5677         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
5678         variable MPONE.
5679         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
5680         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5681         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
5682         include directive.  Remove local variable MPONE.
5683         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
5684         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
5685         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
5686
5687 2012-12-25  David S. Miller  <davem@davemloft.net>
5688
5689         * version.h (RELEASE): Set to "development".
5690         (VERSION): Set to "2.17.90".
5691         * NEWS: Add 2.18 section.
5692
5693 2012-12-21  David S. Miller  <davem@davemloft.net>
5694
5695         * po/hr.po: Update from translation team.
5696
5697 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5698
5699         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
5700
5701 2012-12-19  Steve Ellcey  <sellcey@mips.com>
5702
5703         * NEWS:  Mention new memcpy for MIPS.
5704
5705 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
5706
5707         * manual/contrib.texi (Contributors): Spelling correction.
5708
5709 2012-12-15  David S. Miller  <davem@davemloft.net>
5710
5711         * po/ru.po: Update from translation team.
5712
5713 2012-12-13  David S. Miller  <davem@davemloft.net>
5714
5715         * NEWS: Mention IFUNC testsuite enhancements.
5716
5717         * po/pl.po: Update from translation team.
5718         * po/bg.po: Likewise.
5719
5720         * manual/contrib.texi (Contributors): Update entries for Hongjiu
5721         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
5722
5723 2012-12-11  David S. Miller  <davem@davemloft.net>
5724
5725         * po/sv.po: Update from translation team.
5726
5727         * po/vi.po: Update from translation team.
5728
5729         * po/cs.po: Update from translation team.
5730
5731         * po/de.po: Update from translation team.
5732         * po/eo.po: Likewise.
5733         * po/nl.po: Likewise.
5734
5735 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5736
5737         [BZ #14246]
5738         * manual/argp.texi (Argp Helper Functions): Move node to follow
5739         Argp Parsing State.
5740
5741         [BZ #14872]
5742         * manual/conf.texi (Limits on File System Capacity): Mention if
5743         terminating null is included in the max size.
5744
5745 2012-12-10  Andreas Jaeger  <aj@suse.de>
5746
5747         * po/cs.po: Update from translation team.
5748
5749 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5750
5751         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
5752         void pointer and cast to uintptr_t.
5753         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
5754         path.
5755         * sysdeps/s390/s390-64/memcpy.S: Likewise.
5756         * sysdeps/s390/s390-64/memset.S: Likewise.
5757
5758 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
5759
5760         [BZ #14833]
5761         * menual/message.texi (Message Translation): Fix typos.
5762         (Helper programs for gettext): Likewise.
5763
5764 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
5765
5766         [BZ #14898]
5767         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
5768         Change to -1.
5769
5770 2012-12-07  David S. Miller  <davem@davemloft.net>
5771
5772         * po/libc.pot: Update.
5773
5774 2012-12-07  Richard Henderson  <rth@redhat.com>
5775
5776         [BZ #10114]
5777         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
5778         normal/normal case to before the switch.
5779         (_FP_DIV): Likewise.
5780
5781 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
5782             Mike Frysinger  <vapier@gentoo.org>
5783
5784         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
5785         check for __NR_fadvise64_64.
5786
5787 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
5788
5789         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
5790         0, not just to plain "0" as a statement.
5791         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
5792         with cw.
5793
5794 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
5795
5796         * NEWS: Use sourceware.org in Bugzilla URL.
5797
5798 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5799
5800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
5801         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
5802
5803         * stdio-common/tst-put-error.c (do_test): Add newline to the
5804         padded test to ensure flush.
5805
5806 2012-12-05  Jeff Law  <law@redhat.com>
5807
5808         * sunrpc/etc.rpc (fedfs_admin): Add entry.
5809
5810 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
5811
5812         * README: Don't refer to ports add-on as distributed separately.
5813         Mention AArch64 in list of systems supported in the ports add-on.
5814
5815         * LICENSES: Add more non-FSF copyright and license notices.
5816
5817         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
5818         ((unused)).
5819
5820         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
5821
5822         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
5823         10000 as width of padded output.
5824
5825 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
5826
5827         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
5828
5829         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
5830         variable LX with __attribute__ ((unused)).
5831         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
5832         Likewise.
5833         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
5834         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
5835         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
5836         with __attribute__ ((unused)).
5837
5838 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
5839
5840         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
5841
5842 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
5843
5844         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
5845         (CFLAGS-nldbl-acos.c): New variable.
5846         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
5847         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
5848         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
5849         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
5850         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
5851         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
5852         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
5853         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
5854         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
5855         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
5856         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
5857         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
5858         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
5859         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
5860         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
5861         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
5862         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
5863         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
5864         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
5865         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
5866         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
5867         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
5868         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
5869         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
5870         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
5871         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
5872         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
5873         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
5874         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
5875         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
5876         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
5877         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
5878         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
5879         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
5880         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
5881         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
5882         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
5883         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
5884         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
5885         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
5886         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
5887         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
5888         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
5889         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
5890         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
5891         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
5892         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
5893         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
5894         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
5895         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
5896         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
5897         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
5898         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
5899         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
5900         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
5901         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
5902         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
5903         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
5904         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
5905         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
5906         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
5907         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
5908         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
5909         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
5910         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
5911         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
5912         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
5913         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
5914         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
5915         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
5916         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
5917         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
5918         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
5919         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
5920         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
5921         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
5922         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
5923         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
5924         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
5925         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
5926         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
5927         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
5928         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
5929         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
5930         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
5931         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
5932         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
5933         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
5934         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
5935         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
5936         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
5937         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
5938         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
5939         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
5940         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
5941         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
5942         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
5943
5944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
5945         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
5946
5947         [BZ #14914]
5948         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
5949         whole low double instead of just low 47 bits when splitting values
5950         into two parts.
5951
5952 2012-12-03  Allan McRae  <allan@archlinux.org>
5953
5954         * manual/stdio.texi (Predefined Printf Handlers): Remove
5955         @hsep and @vsep usage.
5956
5957 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
5958
5959         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
5960         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
5961
5962 2012-12-03  Jeff Law  <law@redhat.com>
5963
5964         * time/sys/time.h (settimeofday): Do not mark TV argument
5965         as __nonnull.
5966
5967 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
5968
5969         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
5970         when currently writing and seek to current position when not.
5971         * libio/Makefile (tests): Remove bug-fclose1.
5972         * libio/bug-fclose1.c: Delete.
5973
5974 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
5975
5976         * manual/arith.texi (feenableexcept): Fix typo.
5977         (fedisableexcept): Likewise.
5978
5979 2012-11-30  Roland McGrath  <roland@hack.frob.com>
5980
5981         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
5982         second, differently-typed declaration, rather than a cast.
5983
5984 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5985
5986         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
5987         * include/rpc/svc.h: ... here.
5988
5989 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
5990
5991         [BZ #13013]
5992         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
5993         depending n and resplen2 to catch cases where answer
5994         equals answerp2.
5995
5996 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
5997
5998         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
5999         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
6000
6001 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
6002
6003         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
6004
6005 2012-11-29  Roland McGrath  <roland@hack.frob.com>
6006
6007         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
6008
6009 2012-11-28  Jeff Law  <law@redhat.com>
6010
6011         [BZ #13761]
6012         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
6013         dataset_temporary.  Track alloca usage into alloca_used.
6014         If dataset is large allocate and release it via malloc/free.
6015
6016 2012-06-04  Florian Weimer  <fweimer@redhat.com>
6017
6018         [BZ #14197]
6019         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
6020
6021 2012-11-28  David S. Miller  <davem@davemloft.net>
6022
6023         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6024
6025 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
6026
6027         [BZ #14803]
6028         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
6029         of pi/2 rounded to nearest to 64 bits.
6030         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
6031         nearest to 64 bits.
6032         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
6033         bits.
6034
6035 2012-11-28  Jeff Law <law@redhat.com>
6036             Martin Osvald <mosvald@redhat.com>
6037
6038         [BZ #14889]
6039         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
6040         * sunrpc/svc.c: Include time.h.
6041         (__svc_accept_failed): New function.
6042         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
6043         any reason other than EINTR, call __svc_accept_failed.
6044         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
6045         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
6046
6047 2012-11-28  Andreas Schwab  <schwab@suse.de>
6048
6049         * scripts/abilist.awk: Also handle indirect functions in .opd
6050         section.
6051
6052 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
6053
6054         [BZ #13881]
6055         * sysdeps/x86/fpu/powl_helper.c: New file.
6056         * sysdeps/x86/fpu/Makefile: Likewise.
6057         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
6058         (p3): New object.
6059         (__ieee754_powl): Use __powl_helper for finite arguments except
6060         integer exponents below 8.
6061         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
6062         (p3): New object.
6063         (__ieee754_powl): Use __powl_helper for finite arguments except
6064         integer exponents below 8.
6065         * math/libm-test.inc (pow_test): Add more tests and enable some
6066         previously disabled tests.
6067         * sysdeps/i386/fpu/libm-test-ulps: Update.
6068         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6069
6070 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6071             Carlos O'Donell  <carlos_odonell@mentor.com>
6072
6073         * nss/makedb.c (is_prime): Assert that input is odd and greater
6074         than 4.  Note that fact in a comment too.
6075         (next_prime): Add 4 to input.
6076
6077 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6078
6079         [BZ #11741]
6080         * libio/Makefile (tests): Add test case tst-fwrite-error.
6081         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
6082         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
6083         * libio/tst-fwrite-error.c: New test case.
6084
6085 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
6086
6087         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
6088         before casting to void *.
6089         * include/libc-internal.h (__pointer_type): New macro.
6090         (__integer_if_pointer_type_sub): Likewise.
6091         (__integer_if_pointer_type): Likewise.
6092         (cast_to_integer): Likewise.
6093         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
6094         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
6095         before casting to atomic64_t.
6096         (atomic_exchange_acq): Likewise.
6097         (__arch_exchange_and_add_body): Likewise.
6098         (__arch_add_body): Likewise.
6099         (atomic_add_negative): Likewise.
6100         (atomic_add_zero): Likewise.
6101
6102 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
6103
6104         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
6105         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
6106         (add_fdes): Likewise.
6107         (linear_search_fdes): Likewise.
6108         (binary_search_unencoded_fdes): Likewise.
6109
6110 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
6111
6112         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
6113
6114 2012-11-24  Adam Conrad  <adconrad@0c3.net>
6115
6116         * configure.in: Autodetect C++ header directories.
6117         * configure: Regenerated.
6118
6119 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
6120
6121         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
6122
6123 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
6124
6125         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6126
6127 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
6128
6129         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
6130         LDBL_MANT_DIG == 106]: Disable some tests.
6131         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
6132         Likewise.
6133         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
6134         Likewise.
6135
6136         [BZ #14871]
6137         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
6138         input for small inputs.  Return +/- pi/2 for large inputs.
6139         * math/libm-test.inc (atan_test): Add more tests.
6140
6141         * sysdeps/generic/unwind-dw2-fde-glibc.c
6142         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
6143         __attribute__ ((unused)).
6144
6145         [BZ #14645]
6146         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
6147         x * y if x and y are nonzero and z is zero.
6148
6149         [BZ #14811]
6150         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
6151         nonzero exponents with absolute value below 0x1p-117 to +/-
6152         0x1p-117.
6153
6154         [BZ #14869]
6155         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
6156         up arguments below 2**-450, not just those below 2**-500.
6157         * math/libm-test.inc (hypot_test): Add another test.
6158
6159         [BZ #14868]
6160         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
6161         Return a+b for ratio over 2**120, not 2**60.
6162         * math/libm-test.inc (hypot_test): Add another test.
6163
6164         * math/libm-test.inc (clog_test): Use
6165         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
6166         (clog10_test): Likewise.
6167
6168         [BZ #6778]
6169         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
6170
6171 2012-11-22  Andreas Schwab  <schwab@suse.de>
6172
6173         * sysdeps/i386/fpu/libm-test-ulps: Update.
6174
6175 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
6176
6177         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
6178         printf output with newline.
6179
6180 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
6181
6182         [BZ #14865]
6183         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
6184         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
6185         -z nodlopen, -z initfirst and -z execstack support.
6186         * configure: Regenerated.
6187
6188         * elf/elf.h (DF_1_NODIRECT): New macro.
6189         (DF_1_IGNMULDEF): Likewise.
6190         (DF_1_NOKSYMS): Likewise.
6191         (DF_1_NOHDR): Likewise.
6192         (DF_1_EDITED): Likewise.
6193         (DF_1_NORELOC): Likewise.
6194         (DF_1_SYMINTPOSE): Likewise.
6195         (DF_1_GLOBAUDIT): Likewise.
6196         (DF_1_SINGLETON): Likewise.
6197         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
6198         DT_1_SUPPORTED_MASK bits.
6199         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
6200
6201 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
6202
6203         * sysdeps/unix/make-syscalls.sh: Document prefixes.
6204
6205 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
6206
6207         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
6208         macro.
6209
6210         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
6211         (sendmmsg): Move declarations...
6212         * socket/sys/socket.h: ... here.
6213         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
6214         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
6215         include it from...
6216         * socket/recvmmsg.c: ... this new file.
6217         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
6218         (sendmmsg): Rename to __sendmmsg, create weak alias and make
6219         definition of __sendmmsg hidden.
6220         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
6221         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
6222         Move ENOSYS stub into and include it from...
6223         * socket/sendmmsg.c: ... this new file.
6224         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
6225         (sysdep_routines): Move recvmmsg and sendmmsg...
6226         * socket/Makefile (routines): ... here.
6227         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
6228         (GLIBC_PRIVATE): Add __sendmmsg.
6229         * include/sys/socket.h (__sendmmsg): Add declarations.
6230         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
6231         sendmmsg.
6232
6233 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
6234
6235         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
6236         variable I1 with __attribute__ ((unused)).
6237         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
6238
6239 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
6240
6241         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
6242         DUMMY variables with __attribute__ ((unused)).
6243
6244         * bits/byteswap.h: Include <bits/types.h>.
6245         (__bswap_64): Use __uint64_t instead of unsigned long long int.
6246
6247 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
6248
6249         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
6250         string_t.  Do not manually set errno.
6251         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
6252         length with __strnlen.  Make sure to both set errno and return it on
6253         failure.
6254
6255 2012-11-19  David S. Miller  <davem@davemloft.net>
6256
6257         With help from Joseph Myers.
6258         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
6259         very large arguments properly.
6260         * math/libm-test.inc (atan_test): New tests.
6261         (atan2_test): New tests.
6262         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6263         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6264
6265 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
6266
6267         [BZ #14856]
6268         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
6269         Define to 3.
6270
6271         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
6272         [POSIX] (EADDRNOTAVAIL): Likewise.
6273         [POSIX] (EAFNOSUPPORT): Likewise.
6274         [POSIX] (EALREADY): Likewise.
6275         [POSIX] (ECONNABORTED): Likewise.
6276         [POSIX] (ECONNREFUSED): Likewise.
6277         [POSIX] (ECONNRESET): Likewise.
6278         [POSIX] (EDESTADDRREQ): Likewise.
6279         [POSIX] (EDQUOT): Likewise.
6280         [POSIX] (EHOSTUNREACH): Likewise.
6281         [POSIX] (EIDRM): Likewise.
6282         [POSIX] (EISCONN): Likewise.
6283         [POSIX] (ELOOP): Likewise.
6284         [POSIX] (EMULTIHOP): Likewise.
6285         [POSIX] (ENETDOWN): Likewise.
6286         [POSIX] (ENETUNREACH): Likewise.
6287         [POSIX] (ENOBUFS): Likewise.
6288         [POSIX] (ENODATA): Likewise.
6289         [POSIX] (ENOLINK): Likewise.
6290         [POSIX] (ENOMSG): Likewise.
6291         [POSIX] (ENOPROTOOPT): Likewise.
6292         [POSIX] (ENOSR): Likewise.
6293         [POSIX] (ENOSTR): Likewise.
6294         [POSIX] (ENOTCONN): Likewise.
6295         [POSIX] (ENOTSOCK): Likewise.
6296         [POSIX] (EOPNOTSUPP): Likewise.
6297         [POSIX] (EOVERFLOW): Likewise.
6298         [POSIX] (EPROTO): Likewise.
6299         [POSIX] (EPROTONOSUPPORT): Likewise.
6300         [POSIX] (EPROTOTYPE): Likewise.
6301         [POSIX] (ESTALE): Likewise.
6302         [POSIX] (ETIME): Likewise.
6303         [POSIX] (ETXTBSY): Likewise.
6304         [POSIX] (EWOULDBLOCK): Likewise.
6305         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
6306         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
6307         [POSIX] (SEEK_CUR): Likewise.
6308         [POSIX] (SEEK_END): Likewise.
6309         [POSIX || UNIX98] (mode_t): Do not require.
6310         [POSIX] (off_t): Likewise.
6311         [POSIX] (pid_t): Likewise.
6312         [POSIX] (sys/stat.h): Do not allow header.
6313         [POSIX] (unistd.h): Likewise.
6314         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
6315         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
6316         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
6317         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
6318         require.
6319         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
6320         sigevent): Specify elements.
6321         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
6322         entry.
6323         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
6324         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
6325
6326         * conform/data/cpio.h-data [POSIX]: Disable whole file.
6327         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
6328         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
6329         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
6330         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
6331         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
6332         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
6333         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
6334         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
6335         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
6336         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
6337         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
6338         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
6339         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
6340         Likewise.
6341         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
6342         Likewise.
6343         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
6344         Likewise.
6345         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
6346         Likewise.
6347         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
6348         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
6349         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
6350         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
6351         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
6352         Specify lower bound on value.
6353         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
6354         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
6355         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
6356         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
6357         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
6358         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
6359         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
6360         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
6361         value.
6362         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
6363         as optional.
6364         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
6365         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
6366         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
6367         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
6368         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
6369         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
6370         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
6371         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
6372         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
6373         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
6374         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
6375         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
6376         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
6377         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
6378         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
6379         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
6380         entry.
6381         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
6382         optional.
6383         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
6384         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
6385         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
6386         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
6387         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
6388         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
6389         Likewise.
6390         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
6391         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
6392         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
6393         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
6394         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
6395         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
6396         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
6397         as optional.
6398         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
6399         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
6400         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
6401         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
6402         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
6403         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
6404         specify as optional.
6405         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
6406         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
6407         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
6408         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
6409         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
6410         [XPG3] (NL_LANGMAX): Likewise.
6411         [POSIX || XPG3] (NL_MSGMAX): Likewise.
6412         [POSIX || XPG3] (NL_NMAX): Likewise.
6413         [POSIX || XPG3] (NL_SETMAX): Likewise.
6414         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
6415         [XPG3] (NZERO): Likewise.
6416         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
6417         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
6418         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
6419         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
6420         (REG_ERANGE): Expect.
6421         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
6422         optional-constant.
6423         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
6424         Use (void) in prototype.
6425         [POSIX] (*_t): Allow.
6426         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
6427         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
6428         (WRDE_BADVAL): Expect.
6429
6430         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
6431         expect.
6432         [XPG3 || XPG4] (O_RSYNC): Likewise.
6433         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
6434         Likewise.
6435         [XPG3 || XPG4] (pthread_sigmask): Likewise.
6436         [XPG3 || XPG4] (sigqueue): Likewise.
6437         [XPG3 || XPG4] (sigtimedwait): Likewise.
6438         [XPG3 || XPG4] (sigwaitinfo): Likewise.
6439         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
6440         [XPG3 || XPG4] (vsnprintf): Likewise.
6441         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
6442         Likewise.
6443         [XPG3 || XPG4] (blksize_t): Likewise.
6444         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
6445         Likewise.
6446         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
6447         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
6448         [XPG3 || XPG4] (struct itimerspec): Likewise.
6449         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
6450         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
6451         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
6452         [XPG3 || XPG4] (clockid_t): Likewise.
6453         [XPG3 || XPG4] (timer_t): Likewise.
6454         [XPG3 || XPG4] (clock_getres): Likewise.
6455         [XPG3 || XPG4] (clock_gettime): Likewise.
6456         [XPG3 || XPG4] (clock_settime): Likewise.
6457         [XPG3 || XPG4] (nanosleep): Likewise.
6458         [XPG3 || XPG4] (timer_create): Likewise.
6459         [XPG3 || XPG4] (timer_delete): Likewise.
6460         [XPG3 || XPG4] (timer_gettime): Likewise.
6461         [XPG3 || XPG4] (timer_getoverrun): Likewise.
6462         [XPG3 || XPG4] (timer_settime): Likewise.
6463         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
6464         [XPG3 || XPG4] (getlogin_r): Likewise.
6465         [XPG3 || XPG4] (pread): Likewise.
6466         [XPG3 || XPG4] (pthread_atfork): Likewise.
6467         [XPG3 || XPG4] (pwrite): Likewise.
6468
6469         [BZ #14835]
6470         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
6471         <bits/siginfo.h>.
6472
6473 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
6474
6475         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
6476         finalizing MALLSTREAM.
6477
6478         * sysdeps/mach/hurd/syncfs.c: New file.
6479
6480 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6481
6482         [BZ #14719]
6483         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
6484         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
6485         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
6486         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
6487         (_nss_dns_gethostbyname4_r): Likewise.
6488         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
6489         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
6490
6491 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
6492
6493         [BZ #13763]
6494         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
6495
6496 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
6497
6498         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
6499         * elf/cache.c (print_entry): Print ",AArch64" for
6500         FLAG_AARCH64_LIB64
6501
6502         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
6503         * elf/cache.c (print_entry): Print ",hard-float" for
6504         FLAG_ARM_LIBHF.
6505
6506 2012-11-18  David S. Miller  <davem@davemloft.net>
6507
6508         With help from Joseph Myers.
6509         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
6510         cutoff to 2**-13.
6511         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
6512         cutoff to 2**-25.
6513         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
6514         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
6515         small.
6516         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
6517         * math/libm-test.inc (y0_test): New tests.
6518         (y1_test): New tests.
6519         * sysdeps/i386/fpu/libm-test-ulps: Update.
6520         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6521         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6522
6523 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
6524
6525         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
6526         64-bit targets.
6527         * configure: Regenerated.
6528
6529 2012-11-17  David S. Miller  <davem@davemloft.net>
6530
6531         [BZ #14811]
6532         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
6533         nonzero exponents with absolute value below 0x1p-128 to +/-
6534         0x1p-128.
6535
6536 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
6537
6538         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
6539
6540         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
6541
6542         * posix/getconf-speclist.c: New file.
6543         * posix/posix-envs.def: Likewise.
6544         * posix/confstr.c (START_ENV_GROUP): New macro.
6545         (END_ENV_GROUP): Likewise.
6546         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
6547         (KNOWN_PRESENT_ENV_STRING): Likewise.
6548         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
6549         (UNKNOWN_ENVIRONMENT): Likewise.
6550         (confstr): Include posix-envs.def instead of handling
6551         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
6552         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
6553         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
6554         (END_ENV_GROUP): Likewise.
6555         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
6556         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
6557         (UNKNOWN_ENVIRONMENT): Likewise.
6558         (__sysconf): Include posix-envs.def instead of handling associated
6559         cases directly here.
6560         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
6561         preprocessing getconf-speclist.c rather than running getconf or
6562         generating empty file.
6563
6564 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
6565
6566         * scripts/check-local-headers.sh: Ignore 'mach' headers.
6567
6568 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
6569
6570         [BZ #14672]
6571         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
6572
6573 2012-11-16  David S. Miller  <davem@davemloft.net>
6574
6575         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
6576         smaller than LDBL_EPSILON/2.0L, just return xm1.
6577
6578 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
6579
6580         * elf/tst-array1.c (init): Set constructor priority to 1000.
6581         (fini): Set destructor priority to 1000.
6582         * elf/tst-array2dep.c: Likewise.
6583
6584 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6585
6586         [BZ #11741]
6587         * libio/fileops.c (_IO_new_file_write): Correctly return error.
6588         (_IO_new_file_xsputn): Also return EOF if none of the input
6589         data was written when overflow failed.
6590         * libio/iopadn.c (_IO_padn): Likewise.
6591         * libio/iowpadn.c (_IO_wpadn): Likewise.
6592         * stdio-common/tst-put-error.c: Add copyright notice.
6593         (do_test): Add case for printing padded string.
6594         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
6595         _IO_padn returned error.
6596         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
6597         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
6598         return EOF.
6599
6600 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6601
6602         * libio/libioP.h: Add comment note that the references to C++
6603         bits are now obsolete.
6604
6605 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
6606
6607         * math/libm-test.inc (check_complex): Use asprintf.
6608
6609 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
6610
6611         * debug/pcprofiledump.c (print_version): Update copyright year.
6612         * malloc/memusagestat.c (print_version): Likewise.
6613
6614 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
6615
6616         [BZ #14831]
6617         * elf/Makefile (tests): Add tst-audit8.
6618         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
6619         ($(objpfx)tst-audit8.out): New target.
6620         (tst-audit8-ENV): New variable.
6621         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
6622         audit if l_reloc_result is NULL.
6623         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
6624         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
6625         * elf/tst-audit8.c: New file.
6626
6627 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
6628
6629         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
6630         * misc/Makefile (CFLAGS-select.c): Define.
6631         * posix/Makefile (CFLAGS-pause.c): Define.
6632
6633 2012-11-13  David S. Miller  <davem@davemloft.net>
6634
6635         * crypt/Makefile: Move test targets after toplevel Rules
6636         inclusion.  Grab any necessary sysdep routines when linking.
6637         * crypt/md5.c (md5_process_block): Remove define, we will always
6638         name it __md5_process_block.
6639         (md5_finish_ctx): Update md5_process_block call.
6640         (md5_stream): Likewise.
6641         (md5_process_bytes): Likewise.
6642         (md5_process_block): Rename to __md5_process_block and move to ...
6643         * crypt/md5-block.c: ... here.
6644         * crypt/sha256.c (sha256_process_block): Move to ...
6645         * crypt/sha256-block.c: ... here.
6646         * crypt/sha512.c (sha512_process_block): Move to ...
6647         * crypt/sha512-block.c: ... here.
6648         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
6649         path.
6650         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
6651         * sysdeps/sparc/sparc64/multiarch/Makefile
6652         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
6653         crypt subdir.
6654         (localedef-aux): Add md5 crypto assembler when in locale subdir.
6655         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
6656         multiarch changes.
6657         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
6658         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
6659         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
6660         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
6661         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
6662         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
6663         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
6664         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
6665         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
6666         file.
6667         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
6668         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
6669         file.
6670         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
6671
6672 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
6673
6674         * timezone/tzselect.ksh: Update from tzcode git revision
6675         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
6676         * timezone/zdump.c: Likewise.
6677         * timezone/zic.c: Likewise.
6678         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
6679         in TZVERSION setting, not $(PKGVERSION).
6680         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
6681         REPORT_BUGS_TO settings.
6682
6683         [BZ #14838]
6684         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
6685         macro.
6686
6687 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
6688
6689         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
6690         detection to immediately after _FP_ROUND().
6691         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
6692         bits are 0.
6693
6694 2012-11-11  David S. Miller  <davem@davemloft.net>
6695
6696         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
6697         inttypes.h
6698         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
6699         __close rather than their public counterparts.
6700
6701 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
6702
6703         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
6704         file.
6705         [UNIX98] (sem_timedwait): Do not expect.
6706         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
6707         [XPG4 || UNIX98] (sockatmark): Do not expect.
6708         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
6709         (clock_getcpuclockid): Do not expect.
6710         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
6711         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
6712         Do not expect.
6713         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
6714         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
6715         [UNIX98] (vwscanf): Likewise.
6716         [UNIX98] (vswscanf): Likewise.
6717
6718 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
6719
6720         * timezone/version.h: Remove file.
6721         * timezone/README: Do not refer to version.h.
6722         * timezone/Makefile ($(objpfx)zic.o): New dependency on
6723         $(objpfx)version.h.
6724         ($(objpfx)zdump.o): Likewise.
6725         ($(objpfx)version.h): New target.
6726
6727         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
6728         2012i.
6729         * timezone/README: Don't mention modification to tzselect.ksh.
6730         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
6731         work on unmodified tzselect.ksh.  Substitute version numbers in
6732         tzselect.ksh.
6733
6734         * Makefile (format-me): Remove.
6735         (INSTALL): Adjust indentation.  Use commands directly instead of
6736         using $(format-me).
6737
6738         * aclocal.m4 (ACX_PKGVERSION): New macro.
6739         (ACX_BUGURL): Likewise.
6740         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
6741         (PKGVERSION): New AC_DEFINE_UNQUOTED.
6742         (REPORT_BUGS_TO): Likewise.
6743         * configure: Regenerated.
6744         * config.h.in (PKGVERSION): New macro.
6745         (REPORT_BUGS_TO): Likewise.
6746         * config.make.in (PKGVERSION): New variable.
6747         (PKGVERSION_TEXI): Likewise.
6748         (REPORT_BUGS_TO): Likewise.
6749         (REPORT_BUGS_TEXI): Likewise.
6750         * Makefile (format-me): Use -I$(common-objpfx)manual.
6751         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
6752         ($(common-objpfx)manual/%): New target.
6753         (manual/%): Remove target.
6754         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
6755         (print_version): Use PKGVERSION.
6756         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
6757         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
6758         and REPORT_BUGS_TO.
6759         ($(objpfx)xtrace): Likewise.
6760         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
6761         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
6762         (print_version): Use PKGVERSION.
6763         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
6764         (do_version): Use PKGVERSION.
6765         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
6766         REPORT_BUGS_TO.
6767         (common-ldd-rewrite): Likewise.
6768         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
6769         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
6770         (print_version): Use PKGVERSION.
6771         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
6772         * elf/pldd.c (argp_program_bug_address): Remove variable.
6773         (more_help): New function.
6774         (argp): Use more_help.
6775         (print_version): Use PKGVERSION.
6776         * elf/sln.c (main): Use PKGVERSION.
6777         (usage): Use REPORT_BUGS_TO.
6778         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
6779         (top level): Use PKGVERSION.
6780         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
6781         (print_version): Use PKGVERSION.
6782         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
6783         (print_version): Use PKGVERSION.
6784         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
6785         (print_version): Use PKGVERSION.
6786         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
6787         (print_version): Use PKGVERSION.
6788         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
6789         (print_version): Use PKGVERSION.
6790         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
6791         (print_version): Use PKGVERSION.
6792         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
6793         and BUGURL.
6794         ($(objpfx)memusage): Likewise.
6795         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
6796         (do_version): Use PKGVERSION.
6797         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
6798         (print_version): Use PKGVERSION.
6799         * malloc/mtrace.pl ($PACKAGE): Remove variable.
6800         ($PKGVERSION): New variable.
6801         ($REPORT_BUGS_TO): Likewise.
6802         (usage): Use $REPORT_BUGS_TO.
6803         (top level): Use $PKGVERSION.
6804         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
6805         ($(objpfx)pkgvers.texi): New rule.
6806         ($(objpfx)stamp-pkgvers): Likewise.
6807         * manual/install.texi: Include pkgvers.texi.
6808         (--with-pkgversion): Document new configure option.
6809         (--with-bugurl): Likewise.
6810         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
6811         than necessarily for this particular distribution.  Use
6812         REPORT_BUGS_TO for where to report bugs.
6813         * INSTALL: Regenerated.
6814         * manual/libc.texinfo: Include pkgvers.texi.
6815         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
6816         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
6817         (print_version): Use PKGVERSION.
6818         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
6819         (print_version): Use PKGVERSION.
6820         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
6821         (print_version): Use PKGVERSION.
6822         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
6823         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
6824         macro.
6825         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
6826         (print_version): Use PKGVERSION.
6827         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
6828         (print_version): Use PKGVERSION.
6829         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
6830         and PKGVERSION.
6831
6832         * timezone/checktab.awk: Update from tzcode 2012i.
6833         * timezone/ialloc.c: Likewise.
6834         * timezone/private.h: Likewise.
6835         * timezone/scheck.c: Likewise.
6836         * timezone/tzfile.h: Likewise.
6837         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
6838         (TZVERSION): Hardcode tzcode version number.
6839         * timezone/zdump.c: Update from tzcode 2012i.
6840         * timezone/zic.c: Likewise.
6841         * timezone/version.h: New file.
6842         * timezone/README: Describe version.h.  Update upstream location.
6843
6844         [BZ #14824]
6845         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
6846         (mktemp): Enable declaration.
6847         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
6848         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
6849         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
6850         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
6851         Likewise.
6852         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
6853         Likewise.
6854         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
6855         Likewise.
6856         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
6857         Likewise.
6858         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
6859         Likewise.
6860         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
6861         Likewise.
6862
6863         [BZ #14821]
6864         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
6865         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
6866         for copies of such integer values.
6867         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
6868         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
6869
6870 2012-11-09  Andreas Jaeger  <aj@suse.de>
6871
6872         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
6873         definitions and declarations that are provided by
6874         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
6875
6876 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6877
6878         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
6879         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
6880         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
6881         definition.
6882
6883 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
6884
6885         * elf/elf.h: Update comment before AArch64 relocations.
6886
6887 2012-11-07  David S. Miller  <davem@davemloft.net>
6888
6889         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
6890         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
6891         (__start_context): Declare.
6892         (__makecontext_ret): Delete.
6893         (__makecontext): Hook up __start_context instead of
6894         __makecontext_ret.
6895         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
6896         (sysdep_routines): Add __start_context when in stdlib.
6897
6898 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
6899
6900         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
6901         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
6902         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
6903         hardcoded "nm".
6904         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
6905         (READELF): New variable.  Use it instead of hardcoded "readelf".
6906
6907 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
6908
6909         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
6910         * sysdeps/x86/Makefile: Here.
6911         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
6912         * sysdeps/x86/tst-xmmymm.sh: This.
6913
6914 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
6915
6916         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
6917         expectations.
6918         [UNIX98] (pthread_barrier_t): Do not expect.
6919         [UNIX98] (pthread_barrierattr_t): Likewise.
6920         [UNIX98] (pthread_spinlock_t): Likewise.
6921         [UNIX98] (pthread_barrier_destroy): Likewise.
6922         [UNIX98] (pthread_barrier_init): Likewise.
6923         [UNIX98] (pthread_barrier_wait): Likewise.
6924         [UNIX98] (pthread_barrierattr_destroy): Likewise.
6925         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
6926         [UNIX98] (pthread_barrierattr_init): Likewise.
6927         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
6928         [UNIX98] (pthread_getcpuclockid): Likewise.
6929         [UNIX98] (pthread_mutex_timedlock): Likewise.
6930         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
6931         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
6932         [UNIX98] (pthread_sigmask): Likewise.
6933         [UNIX98] (pthread_spin_destroy): Likewise.
6934         [UNIX98] (pthread_spin_init): Likewise.
6935         [UNIX98] (pthread_spin_lock): Likewise.
6936         [UNIX98] (pthread_spin_trylock): Likewise.
6937         [UNIX98] (pthread_spin_unlock): Likewise.
6938         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
6939         Do not expect.
6940         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
6941         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
6942         [XPG3 || XPG4] (pthread_cond_t): Likewise.
6943         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
6944         [XPG3 || XPG4] (pthread_key_t): Likewise.
6945         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
6946         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
6947         [XPG3 || XPG4] (pthread_once_t): Likewise.
6948         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
6949         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
6950         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
6951         [XPG3 || XPG4] (pthread_t): Likewise.
6952
6953         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
6954         not expect.
6955         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
6956
6957         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
6958         Change function return type to int.
6959
6960         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
6961         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
6962         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
6963         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
6964         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
6965         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
6966         [!POSIX] (posix_madvise): Likewise.
6967         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
6968         && !UNIX98].
6969         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
6970         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
6971         (mode_t): Likewise.
6972         (posix_mem_offset): Likewise.
6973         (posix_typed_mem_get_info): Likewise.
6974         (posix_typed_mem_open): Likewise.
6975
6976         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
6977         Change condition to [XOPEN2K8].
6978
6979         * conform/conformtest.pl: Preprocess allow-header data with -x c
6980         instead of from stdin.
6981         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
6982         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
6983         [C99-based standards] (cerfc): Likewise.
6984         [C99-based standards] (cexp2): Likewise.
6985         [C99-based standards] (cexpm1): Likewise.
6986         [C99-based standards] (clog10): Likewise.
6987         [C99-based standards] (clog1p): Likewise.
6988         [C99-based standards] (clog2): Likewise.
6989         [C99-based standards] (clgamma): Likewise.
6990         [C99-based standards] (ctgamma): Likewise.
6991         [C99-based standards] (cerff): Likewise.
6992         [C99-based standards] (cerfcf): Likewise.
6993         [C99-based standards] (cexp2f): Likewise.
6994         [C99-based standards] (cexpm1f): Likewise.
6995         [C99-based standards] (clog10f): Likewise.
6996         [C99-based standards] (clog1pf): Likewise.
6997         [C99-based standards] (clog2f): Likewise.
6998         [C99-based standards] (clgammaf): Likewise.
6999         [C99-based standards] (ctgammaf): Likewise.
7000         [C99-based standards] (cerfl): Likewise.
7001         [C99-based standards] (cerfcl): Likewise.
7002         [C99-based standards] (cexp2l): Likewise.
7003         [C99-based standards] (cexpm1l): Likewise.
7004         [C99-based standards] (clog10l): Likewise.
7005         [C99-based standards] (clog1pl): Likewise.
7006         [C99-based standards] (clog2l): Likewise.
7007         [C99-based standards] (clgammal): Likewise.
7008         [C99-based standards] (ctgammal): Likewise.
7009         * conform/data/inttypes.h-data [C99-based standards]: Include
7010         stdint.h-data.  Remove all expectations for stdint.h contents.
7011         [C99-based standards] (PRI*): Do not allow.
7012         [C99-based standards] (SCN*): Likewise.
7013         [C99-based standards] (*_t): Likewise.
7014         [C99-based-standards] (PRId8): Expect macro.
7015         [C99-based-standards] (PRIi8): Likewise.
7016         [C99-based-standards] (PRIo8): Likewise.
7017         [C99-based-standards] (PRIu8): Likewise.
7018         [C99-based-standards] (PRIx8): Likewise.
7019         [C99-based-standards] (PRIX8): Likewise.
7020         [C99-based-standards] (SCNd8): Likewise.
7021         [C99-based-standards] (SCNi8): Likewise.
7022         [C99-based-standards] (SCNo8): Likewise.
7023         [C99-based-standards] (SCNu8): Likewise.
7024         [C99-based-standards] (SCNx8): Likewise.
7025         [C99-based-standards] (PRIdLEAST8): Likewise.
7026         [C99-based-standards] (PRIiLEAST8): Likewise.
7027         [C99-based-standards] (PRIoLEAST8): Likewise.
7028         [C99-based-standards] (PRIuLEAST8): Likewise.
7029         [C99-based-standards] (PRIxLEAST8): Likewise.
7030         [C99-based-standards] (PRIXLEAST8): Likewise.
7031         [C99-based-standards] (SCNdLEAST8): Likewise.
7032         [C99-based-standards] (SCNiLEAST8): Likewise.
7033         [C99-based-standards] (SCNoLEAST8): Likewise.
7034         [C99-based-standards] (SCNuLEAST8): Likewise.
7035         [C99-based-standards] (SCNxLEAST8): Likewise.
7036         [C99-based-standards] (PRIdFAST8): Likewise.
7037         [C99-based-standards] (PRIiFAST8): Likewise.
7038         [C99-based-standards] (PRIoFAST8): Likewise.
7039         [C99-based-standards] (PRIuFAST8): Likewise.
7040         [C99-based-standards] (PRIxFAST8): Likewise.
7041         [C99-based-standards] (PRIXFAST8): Likewise.
7042         [C99-based-standards] (SCNdFAST8): Likewise.
7043         [C99-based-standards] (SCNiFAST8): Likewise.
7044         [C99-based-standards] (SCNoFAST8): Likewise.
7045         [C99-based-standards] (SCNuFAST8): Likewise.
7046         [C99-based-standards] (SCNxFAST8): Likewise.
7047         [C99-based-standards] (PRId16): Likewise.
7048         [C99-based-standards] (PRIi16): Likewise.
7049         [C99-based-standards] (PRIo16): Likewise.
7050         [C99-based-standards] (PRIu16): Likewise.
7051         [C99-based-standards] (PRIx16): Likewise.
7052         [C99-based-standards] (PRIX16): Likewise.
7053         [C99-based-standards] (SCNd16): Likewise.
7054         [C99-based-standards] (SCNi16): Likewise.
7055         [C99-based-standards] (SCNo16): Likewise.
7056         [C99-based-standards] (SCNu16): Likewise.
7057         [C99-based-standards] (SCNx16): Likewise.
7058         [C99-based-standards] (PRIdLEAST16): Likewise.
7059         [C99-based-standards] (PRIiLEAST16): Likewise.
7060         [C99-based-standards] (PRIoLEAST16): Likewise.
7061         [C99-based-standards] (PRIuLEAST16): Likewise.
7062         [C99-based-standards] (PRIxLEAST16): Likewise.
7063         [C99-based-standards] (PRIXLEAST16): Likewise.
7064         [C99-based-standards] (SCNdLEAST16): Likewise.
7065         [C99-based-standards] (SCNiLEAST16): Likewise.
7066         [C99-based-standards] (SCNoLEAST16): Likewise.
7067         [C99-based-standards] (SCNuLEAST16): Likewise.
7068         [C99-based-standards] (SCNxLEAST16): Likewise.
7069         [C99-based-standards] (PRIdFAST16): Likewise.
7070         [C99-based-standards] (PRIiFAST16): Likewise.
7071         [C99-based-standards] (PRIoFAST16): Likewise.
7072         [C99-based-standards] (PRIuFAST16): Likewise.
7073         [C99-based-standards] (PRIxFAST16): Likewise.
7074         [C99-based-standards] (PRIXFAST16): Likewise.
7075         [C99-based-standards] (SCNdFAST16): Likewise.
7076         [C99-based-standards] (SCNiFAST16): Likewise.
7077         [C99-based-standards] (SCNoFAST16): Likewise.
7078         [C99-based-standards] (SCNuFAST16): Likewise.
7079         [C99-based-standards] (SCNxFAST16): Likewise.
7080         [C99-based-standards] (PRId32): Likewise.
7081         [C99-based-standards] (PRIi32): Likewise.
7082         [C99-based-standards] (PRIo32): Likewise.
7083         [C99-based-standards] (PRIu32): Likewise.
7084         [C99-based-standards] (PRIx32): Likewise.
7085         [C99-based-standards] (PRIX32): Likewise.
7086         [C99-based-standards] (SCNd32): Likewise.
7087         [C99-based-standards] (SCNi32): Likewise.
7088         [C99-based-standards] (SCNo32): Likewise.
7089         [C99-based-standards] (SCNu32): Likewise.
7090         [C99-based-standards] (SCNx32): Likewise.
7091         [C99-based-standards] (PRIdLEAST32): Likewise.
7092         [C99-based-standards] (PRIiLEAST32): Likewise.
7093         [C99-based-standards] (PRIoLEAST32): Likewise.
7094         [C99-based-standards] (PRIuLEAST32): Likewise.
7095         [C99-based-standards] (PRIxLEAST32): Likewise.
7096         [C99-based-standards] (PRIXLEAST32): Likewise.
7097         [C99-based-standards] (SCNdLEAST32): Likewise.
7098         [C99-based-standards] (SCNiLEAST32): Likewise.
7099         [C99-based-standards] (SCNoLEAST32): Likewise.
7100         [C99-based-standards] (SCNuLEAST32): Likewise.
7101         [C99-based-standards] (SCNxLEAST32): Likewise.
7102         [C99-based-standards] (PRIdFAST32): Likewise.
7103         [C99-based-standards] (PRIiFAST32): Likewise.
7104         [C99-based-standards] (PRIoFAST32): Likewise.
7105         [C99-based-standards] (PRIuFAST32): Likewise.
7106         [C99-based-standards] (PRIxFAST32): Likewise.
7107         [C99-based-standards] (PRIXFAST32): Likewise.
7108         [C99-based-standards] (SCNdFAST32): Likewise.
7109         [C99-based-standards] (SCNiFAST32): Likewise.
7110         [C99-based-standards] (SCNoFAST32): Likewise.
7111         [C99-based-standards] (SCNuFAST32): Likewise.
7112         [C99-based-standards] (SCNxFAST32): Likewise.
7113         [C99-based-standards] (PRId64): Likewise.
7114         [C99-based-standards] (PRIi64): Likewise.
7115         [C99-based-standards] (PRIo64): Likewise.
7116         [C99-based-standards] (PRIu64): Likewise.
7117         [C99-based-standards] (PRIx64): Likewise.
7118         [C99-based-standards] (PRIX64): Likewise.
7119         [C99-based-standards] (SCNd64): Likewise.
7120         [C99-based-standards] (SCNi64): Likewise.
7121         [C99-based-standards] (SCNo64): Likewise.
7122         [C99-based-standards] (SCNu64): Likewise.
7123         [C99-based-standards] (SCNx64): Likewise.
7124         [C99-based-standards] (PRIdLEAST64): Likewise.
7125         [C99-based-standards] (PRIiLEAST64): Likewise.
7126         [C99-based-standards] (PRIoLEAST64): Likewise.
7127         [C99-based-standards] (PRIuLEAST64): Likewise.
7128         [C99-based-standards] (PRIxLEAST64): Likewise.
7129         [C99-based-standards] (PRIXLEAST64): Likewise.
7130         [C99-based-standards] (SCNdLEAST64): Likewise.
7131         [C99-based-standards] (SCNiLEAST64): Likewise.
7132         [C99-based-standards] (SCNoLEAST64): Likewise.
7133         [C99-based-standards] (SCNuLEAST64): Likewise.
7134         [C99-based-standards] (SCNxLEAST64): Likewise.
7135         [C99-based-standards] (PRIdFAST64): Likewise.
7136         [C99-based-standards] (PRIiFAST64): Likewise.
7137         [C99-based-standards] (PRIoFAST64): Likewise.
7138         [C99-based-standards] (PRIuFAST64): Likewise.
7139         [C99-based-standards] (PRIxFAST64): Likewise.
7140         [C99-based-standards] (PRIXFAST64): Likewise.
7141         [C99-based-standards] (SCNdFAST64): Likewise.
7142         [C99-based-standards] (SCNiFAST64): Likewise.
7143         [C99-based-standards] (SCNoFAST64): Likewise.
7144         [C99-based-standards] (SCNuFAST64): Likewise.
7145         [C99-based-standards] (SCNxFAST64): Likewise.
7146         [C99-based-standards] (PRIdMAX): Likewise.
7147         [C99-based-standards] (PRIiMAX): Likewise.
7148         [C99-based-standards] (PRIoMAX): Likewise.
7149         [C99-based-standards] (PRIuMAX): Likewise.
7150         [C99-based-standards] (PRIxMAX): Likewise.
7151         [C99-based-standards] (PRIXMAX): Likewise.
7152         [C99-based-standards] (SCNdMAX): Likewise.
7153         [C99-based-standards] (SCNiMAX): Likewise.
7154         [C99-based-standards] (SCNoMAX): Likewise.
7155         [C99-based-standards] (SCNuMAX): Likewise.
7156         [C99-based-standards] (SCNxMAX): Likewise.
7157         [C99-based-standards] (PRIdPTR): Likewise.
7158         [C99-based-standards] (PRIiPTR): Likewise.
7159         [C99-based-standards] (PRIoPTR): Likewise.
7160         [C99-based-standards] (PRIuPTR): Likewise.
7161         [C99-based-standards] (PRIxPTR): Likewise.
7162         [C99-based-standards] (PRIXPTR): Likewise.
7163         [C99-based-standards] (SCNdPTR): Likewise.
7164         [C99-based-standards] (SCNiPTR): Likewise.
7165         [C99-based-standards] (SCNoPTR): Likewise.
7166         [C99-based-standards] (SCNuPTR): Likewise.
7167         [C99-based-standards] (SCNxPTR): Likewise.
7168         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
7169         allow.
7170         * conform/data/stdint.h-data: Update comments to clarify
7171         requirements.
7172         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
7173         type.
7174         [C99-based standards] (INT8_MAX): Likewise.
7175         [C99-based standards] (INT16_MIN): Likewise.
7176         [C99-based standards] (INT16_MAX): Likewise.
7177         [C99-based standards] (INT32_MIN): Likewise.
7178         [C99-based standards] (INT32_MAX): Likewise.
7179         [C99-based standards] (INT64_MIN): Likewise.
7180         [C99-based standards] (INT64_MAX): Likewise.
7181         [C99-based standards] (UINT8_MAX): Likewise.
7182         [C99-based standards] (UINT16_MAX): Likewise.
7183         [C99-based standards] (UINT32_MAX): Likewise.
7184         [C99-based standards] (UINT64_MAX): Likewise.
7185         [C99-based standards] (INT_LEAST8_MIN): Likewise.
7186         [C99-based standards] (INT_LEAST8_MAX): Likewise.
7187         [C99-based standards] (INT_LEAST16_MIN): Likewise.
7188         [C99-based standards] (INT_LEAST16_MAX): Likewise.
7189         [C99-based standards] (INT_LEAST32_MIN): Likewise.
7190         [C99-based standards] (INT_LEAST32_MAX): Likewise.
7191         [C99-based standards] (INT_LEAST64_MIN): Likewise.
7192         [C99-based standards] (INT_LEAST64_MAX): Likewise.
7193         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
7194         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
7195         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
7196         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
7197         [C99-based standards] (INT_FAST8_MIN): Likewise.
7198         [C99-based standards] (INT_FAST8_MAX): Likewise.
7199         [C99-based standards] (INT_FAST16_MIN): Likewise.
7200         [C99-based standards] (INT_FAST16_MAX): Likewise.
7201         [C99-based standards] (INT_FAST32_MIN): Likewise.
7202         [C99-based standards] (INT_FAST32_MAX): Likewise.
7203         [C99-based standards] (INT_FAST64_MIN): Likewise.
7204         [C99-based standards] (INT_FAST64_MAX): Likewise.
7205         [C99-based standards] (UINT_FAST8_MAX): Likewise.
7206         [C99-based standards] (UINT_FAST16_MAX): Likewise.
7207         [C99-based standards] (UINT_FAST32_MAX): Likewise.
7208         [C99-based standards] (UINT_FAST64_MAX): Likewise.
7209         [C99-based standards] (INTPTR_MIN): Likewise.
7210         [C99-based standards] (INTPTR_MAX): Likewise.
7211         [C99-based standards] (UINTPTR_MAX): Likewise.
7212         [C99-based standards] (INTMAX_MIN): Likewise.
7213         [C99-based standards] (INTMAX_MAX): Likewise.
7214         [C99-based standards] (UINTMAX_MAX): Likewise.
7215         [C99-based standards] (PTRDIFF_MIN): Likewise.
7216         [C99-based standards] (PTRDIFF_MAX): Likewise.
7217         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
7218         [C99-based standards] (SIZE_MAX): Likewise.
7219         [C99-based standards] (WCHAR_MAX): Likewise.
7220         [C99-based standards] (WINT_MAX): Likewise.
7221         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
7222         constraint on value.
7223         [C99-based standards] (WCHAR_MIN): Likewise.
7224         [C99-based standards] (WINT_MIN): Likewise.
7225         [C99-based standards] (*_t): Allow.
7226         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
7227         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
7228         Include math.h-data and complex.h-data.  Remove all expectations
7229         of math.h and complex.h contents.
7230         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
7231         at end of line.
7232         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
7233         (struct tm): Expect tag.
7234         [C99-based-standards] (wcstof): Expect function.
7235         [C99-based-standards] (wcstold): Likewise.
7236         [C99-based-standards] (wcstoll): Likewise.
7237         [C99-based-standards] (wcstoull): Likewise.
7238         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
7239         macro-int-constant.  Specify type.
7240         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
7241         constraint on value.
7242         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
7243         Specify type.
7244         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
7245         Specify value.
7246         [ISO C standards]: Do not allow headers.
7247         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
7248         wcs[abcdefghijklmnopqrstuvwxyz]*.
7249         [ISO C standards] (*_t): Do not allow.
7250         * conform/data/wctype.h-data [C99-based standards] (iswblank):
7251         Expect function.
7252         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
7253         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
7254         Specify type.
7255         [ISO C standards]: Do not allow headers.
7256         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
7257         is[abcdefghijklmnopqrstuvwxyz]*.
7258         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
7259         to[abcdefghijklmnopqrstuvwxyz]*.
7260         [ISO C standards] (*_t): Do not allow.
7261         * conform/data/stdalign.h-data: New file.
7262         * conform/data/stdbool.h-data: Likewise.
7263         * conform/data/stdnoreturn.h-data: Likewise.
7264
7265 2012-11-07  Roland McGrath  <roland@hack.frob.com>
7266
7267         [BZ #14815]
7268         * manual/filesys.texi (Directory Entries): Typo fix.
7269         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
7270
7271 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
7272
7273         * elf/elf.h (EM_AARCH64): New macro.
7274         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
7275         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
7276         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
7277         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
7278         (R_AARCH64_TLSDESC): Likewise.
7279         (NT_ARM_TLS): Likewise.
7280         (NT_ARM_HW_BREAK): Likewise.
7281         (NT_ARM_HW_WATCH): Likewise.
7282
7283 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
7284
7285         [BZ #14811]
7286         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
7287         (__ieee754_powl): Saturate nonzero exponents with absolute value
7288         below 0x1p-79 to +/- 0x1p-79.
7289         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
7290         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
7291         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
7292         nonzero exponents with absolute value below 0x1p-32 to +/-
7293         0x1p-32.
7294         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
7295         (__ieee754_powl): Saturate nonzero exponents with absolute value
7296         below 0x1p-79 to +/- 0x1p-79.
7297         * math/libm-test.inc (pow_test): Add more tests.
7298
7299 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7300
7301         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
7302         _dl_s390_cap_flags with kernel. Increase string length.
7303         (_dl_s390_platforms): Add z196 and zEC12.
7304
7305 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
7306
7307         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
7308         Change XOPEN21K to XOPEN2K.
7309
7310 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
7311
7312         * string/memmove.c: Use memcpy when possible.
7313
7314 2012-11-06  Andreas Jaeger  <aj@suse.de>
7315
7316         * po/eo.po: Update from translation team.
7317
7318 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
7319
7320         [BZ #14793]
7321         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
7322         exponent and small x and y exponents, scale x or y up.  Increase
7323         by 2 the exponent used in scaling up.
7324         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7325         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7326         * math/libm-test.inc (fma_test): Add more tests.
7327         (fma_test_towardzero): Likewise.
7328         (fma_test_downward): Likewise.
7329         (fma_test_upward): Likewise.
7330
7331 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
7332
7333         [BZ #14805]
7334         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
7335         fenv_t *.
7336
7337         [BZ #14801]
7338         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
7339         namespace for names of struct fields.
7340         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
7341         fenv_t fields.
7342         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
7343         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
7344
7345 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7346
7347         [BZ #3665]
7348         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7349
7350 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
7351
7352         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
7353         PTR_DEMANGLE.
7354
7355         [BZ #5246]
7356         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
7357         PTR_DEMANGLE.
7358
7359 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
7360
7361         [BZ #14797]
7362         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
7363         definitely overflow as x * y not x * y + z.
7364         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7365         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7366         * math/libm-test.inc (fma_test): Add more tests.
7367         (fma_test_towardzero): Likewise.
7368         (fma_test_downward): Likewise.
7369         (fma_test_upward): Likewise.
7370
7371 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
7372
7373         [BZ #157]
7374
7375         * include/stub-tag.h: Remove file.
7376         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
7377         '#include' of it.
7378         * manual/maint.texi (Porting): Don't reference it.
7379         * Makerules ($(objpfx)stubs): Likewise.
7380         * dirent/closedir.c: Don't include <stub-tag.h>.
7381         * dirent/dirfd.c: Likewise.
7382         * dirent/fdopendir.c: Likewise.
7383         * dirent/getdents.c: Likewise.
7384         * dirent/getdents64.c: Likewise.
7385         * dirent/opendir.c: Likewise.
7386         * dirent/readdir.c: Likewise.
7387         * dirent/readdir64.c: Likewise.
7388         * dirent/readdir64_r.c: Likewise.
7389         * dirent/readdir_r.c: Likewise.
7390         * dirent/rewinddir.c: Likewise.
7391         * dirent/seekdir.c: Likewise.
7392         * dirent/telldir.c: Likewise.
7393         * gmon/profil.c: Likewise.
7394         * grp/setgroups.c: Likewise.
7395         * inet/if_index.c: Likewise.
7396         * io/access.c: Likewise.
7397         * io/chdir.c: Likewise.
7398         * io/chmod.c: Likewise.
7399         * io/chown.c: Likewise.
7400         * io/close.c: Likewise.
7401         * io/dup.c: Likewise.
7402         * io/dup2.c: Likewise.
7403         * io/dup3.c: Likewise.
7404         * io/euidaccess.c: Likewise.
7405         * io/faccessat.c: Likewise.
7406         * io/fchdir.c: Likewise.
7407         * io/fchmod.c: Likewise.
7408         * io/fchmodat.c: Likewise.
7409         * io/fchown.c: Likewise.
7410         * io/fchownat.c: Likewise.
7411         * io/fcntl.c: Likewise.
7412         * io/flock.c: Likewise.
7413         * io/fstatfs.c: Likewise.
7414         * io/fstatfs64.c: Likewise.
7415         * io/fstatvfs.c: Likewise.
7416         * io/fstatvfs64.c: Likewise.
7417         * io/futimens.c: Likewise.
7418         * io/fxstat.c: Likewise.
7419         * io/fxstat64.c: Likewise.
7420         * io/fxstatat.c: Likewise.
7421         * io/fxstatat64.c: Likewise.
7422         * io/getcwd.c: Likewise.
7423         * io/isatty.c: Likewise.
7424         * io/lchmod.c: Likewise.
7425         * io/lchown.c: Likewise.
7426         * io/link.c: Likewise.
7427         * io/linkat.c: Likewise.
7428         * io/lseek.c: Likewise.
7429         * io/lseek64.c: Likewise.
7430         * io/lxstat64.c: Likewise.
7431         * io/mkdir.c: Likewise.
7432         * io/mkdirat.c: Likewise.
7433         * io/mkfifo.c: Likewise.
7434         * io/mkfifoat.c: Likewise.
7435         * io/open.c: Likewise.
7436         * io/open64.c: Likewise.
7437         * io/openat.c: Likewise.
7438         * io/openat64.c: Likewise.
7439         * io/pipe.c: Likewise.
7440         * io/pipe2.c: Likewise.
7441         * io/poll.c: Likewise.
7442         * io/posix_fadvise.c: Likewise.
7443         * io/posix_fadvise64.c: Likewise.
7444         * io/posix_fallocate.c: Likewise.
7445         * io/posix_fallocate64.c: Likewise.
7446         * io/read.c: Likewise.
7447         * io/readlink.c: Likewise.
7448         * io/readlinkat.c: Likewise.
7449         * io/rmdir.c: Likewise.
7450         * io/sendfile.c: Likewise.
7451         * io/sendfile64.c: Likewise.
7452         * io/statfs.c: Likewise.
7453         * io/statfs64.c: Likewise.
7454         * io/statvfs.c: Likewise.
7455         * io/statvfs64.c: Likewise.
7456         * io/symlink.c: Likewise.
7457         * io/symlinkat.c: Likewise.
7458         * io/ttyname.c: Likewise.
7459         * io/ttyname_r.c: Likewise.
7460         * io/umask.c: Likewise.
7461         * io/unlink.c: Likewise.
7462         * io/unlinkat.c: Likewise.
7463         * io/utime.c: Likewise.
7464         * io/utimensat.c: Likewise.
7465         * io/write.c: Likewise.
7466         * io/xmknod.c: Likewise.
7467         * io/xmknodat.c: Likewise.
7468         * io/xstat.c: Likewise.
7469         * io/xstat64.c: Likewise.
7470         * login/getpt.c: Likewise.
7471         * login/grantpt.c: Likewise.
7472         * login/unlockpt.c: Likewise.
7473         * math/e_acoshl.c: Likewise.
7474         * math/e_acosl.c: Likewise.
7475         * math/e_asinl.c: Likewise.
7476         * math/e_atan2l.c: Likewise.
7477         * math/e_atanhl.c: Likewise.
7478         * math/e_coshl.c: Likewise.
7479         * math/e_expl.c: Likewise.
7480         * math/e_fmodl.c: Likewise.
7481         * math/e_gammal_r.c: Likewise.
7482         * math/e_hypotl.c: Likewise.
7483         * math/e_j0l.c: Likewise.
7484         * math/e_j1l.c: Likewise.
7485         * math/e_jnl.c: Likewise.
7486         * math/e_lgammal_r.c: Likewise.
7487         * math/e_log10l.c: Likewise.
7488         * math/e_log2l.c: Likewise.
7489         * math/e_logl.c: Likewise.
7490         * math/e_powl.c: Likewise.
7491         * math/e_rem_pio2l.c: Likewise.
7492         * math/e_sinhl.c: Likewise.
7493         * math/e_sqrtl.c: Likewise.
7494         * math/fclrexcpt.c: Likewise.
7495         * math/fedisblxcpt.c: Likewise.
7496         * math/feenablxcpt.c: Likewise.
7497         * math/fegetenv.c: Likewise.
7498         * math/fegetexcept.c: Likewise.
7499         * math/fegetround.c: Likewise.
7500         * math/feholdexcpt.c: Likewise.
7501         * math/fesetenv.c: Likewise.
7502         * math/fesetround.c: Likewise.
7503         * math/feupdateenv.c: Likewise.
7504         * math/fgetexcptflg.c: Likewise.
7505         * math/fraiseexcpt.c: Likewise.
7506         * math/fsetexcptflg.c: Likewise.
7507         * math/ftestexcept.c: Likewise.
7508         * math/k_cosl.c: Likewise.
7509         * math/k_rem_pio2l.c: Likewise.
7510         * math/k_sinl.c: Likewise.
7511         * math/k_tanl.c: Likewise.
7512         * math/s_asinhl.c: Likewise.
7513         * math/s_atanl.c: Likewise.
7514         * math/s_cbrtl.c: Likewise.
7515         * math/s_erfl.c: Likewise.
7516         * math/s_expm1l.c: Likewise.
7517         * math/s_log1pl.c: Likewise.
7518         * math/s_tanhl.c: Likewise.
7519         * misc/acct.c: Likewise.
7520         * misc/brk.c: Likewise.
7521         * misc/chflags.c: Likewise.
7522         * misc/chroot.c: Likewise.
7523         * misc/fchflags.c: Likewise.
7524         * misc/fgetxattr.c: Likewise.
7525         * misc/flistxattr.c: Likewise.
7526         * misc/fremovexattr.c: Likewise.
7527         * misc/fsetxattr.c: Likewise.
7528         * misc/fsync.c: Likewise.
7529         * misc/ftruncate.c: Likewise.
7530         * misc/futimes.c: Likewise.
7531         * misc/futimesat.c: Likewise.
7532         * misc/getdomain.c: Likewise.
7533         * misc/getdtsz.c: Likewise.
7534         * misc/gethostid.c: Likewise.
7535         * misc/gethostname.c: Likewise.
7536         * misc/getloadavg.c: Likewise.
7537         * misc/getpagesize.c: Likewise.
7538         * misc/getsysstats.c: Likewise.
7539         * misc/getxattr.c: Likewise.
7540         * misc/gtty.c: Likewise.
7541         * misc/ioctl.c: Likewise.
7542         * misc/lgetxattr.c: Likewise.
7543         * misc/listxattr.c: Likewise.
7544         * misc/llistxattr.c: Likewise.
7545         * misc/lremovexattr.c: Likewise.
7546         * misc/lsetxattr.c: Likewise.
7547         * misc/lutimes.c: Likewise.
7548         * misc/madvise.c: Likewise.
7549         * misc/mincore.c: Likewise.
7550         * misc/mlock.c: Likewise.
7551         * misc/mlockall.c: Likewise.
7552         * misc/mmap.c: Likewise.
7553         * misc/mprotect.c: Likewise.
7554         * misc/msync.c: Likewise.
7555         * misc/munlock.c: Likewise.
7556         * misc/munlockall.c: Likewise.
7557         * misc/munmap.c: Likewise.
7558         * misc/preadv.c: Likewise.
7559         * misc/preadv64.c: Likewise.
7560         * misc/ptrace.c: Likewise.
7561         * misc/pwritev.c: Likewise.
7562         * misc/pwritev64.c: Likewise.
7563         * misc/readv.c: Likewise.
7564         * misc/reboot.c: Likewise.
7565         * misc/remap_file_pages.c: Likewise.
7566         * misc/removexattr.c: Likewise.
7567         * misc/revoke.c: Likewise.
7568         * misc/select.c: Likewise.
7569         * misc/setdomain.c: Likewise.
7570         * misc/setegid.c: Likewise.
7571         * misc/seteuid.c: Likewise.
7572         * misc/sethostid.c: Likewise.
7573         * misc/sethostname.c: Likewise.
7574         * misc/setregid.c: Likewise.
7575         * misc/setreuid.c: Likewise.
7576         * misc/setxattr.c: Likewise.
7577         * misc/sstk.c: Likewise.
7578         * misc/stty.c: Likewise.
7579         * misc/swapoff.c: Likewise.
7580         * misc/swapon.c: Likewise.
7581         * misc/sync.c: Likewise.
7582         * misc/syncfs.c: Likewise.
7583         * misc/syscall.c: Likewise.
7584         * misc/truncate.c: Likewise.
7585         * misc/ualarm.c: Likewise.
7586         * misc/usleep.c: Likewise.
7587         * misc/ustat.c: Likewise.
7588         * misc/utimes.c: Likewise.
7589         * misc/vhangup.c: Likewise.
7590         * misc/writev.c: Likewise.
7591         * posix/_exit.c: Likewise.
7592         * posix/alarm.c: Likewise.
7593         * posix/execve.c: Likewise.
7594         * posix/fexecve.c: Likewise.
7595         * posix/fork.c: Likewise.
7596         * posix/fpathconf.c: Likewise.
7597         * posix/getaddrinfo.c: Likewise.
7598         * posix/getegid.c: Likewise.
7599         * posix/geteuid.c: Likewise.
7600         * posix/getgid.c: Likewise.
7601         * posix/getgroups.c: Likewise.
7602         * posix/getlogin.c: Likewise.
7603         * posix/getlogin_r.c: Likewise.
7604         * posix/getpgid.c: Likewise.
7605         * posix/getpid.c: Likewise.
7606         * posix/getppid.c: Likewise.
7607         * posix/getresgid.c: Likewise.
7608         * posix/getresuid.c: Likewise.
7609         * posix/getsid.c: Likewise.
7610         * posix/getuid.c: Likewise.
7611         * posix/glob64.c: Likewise.
7612         * posix/nanosleep.c: Likewise.
7613         * posix/pathconf.c: Likewise.
7614         * posix/pause.c: Likewise.
7615         * posix/posix_madvise.c: Likewise.
7616         * posix/pread.c: Likewise.
7617         * posix/pread64.c: Likewise.
7618         * posix/pwrite.c: Likewise.
7619         * posix/pwrite64.c: Likewise.
7620         * posix/sched_getaffinity.c: Likewise.
7621         * posix/sched_getp.c: Likewise.
7622         * posix/sched_gets.c: Likewise.
7623         * posix/sched_primax.c: Likewise.
7624         * posix/sched_primin.c: Likewise.
7625         * posix/sched_rr_gi.c: Likewise.
7626         * posix/sched_setaffinity.c: Likewise.
7627         * posix/sched_setp.c: Likewise.
7628         * posix/sched_sets.c: Likewise.
7629         * posix/sched_yield.c: Likewise.
7630         * posix/setgid.c: Likewise.
7631         * posix/setlogin.c: Likewise.
7632         * posix/setpgid.c: Likewise.
7633         * posix/setresgid.c: Likewise.
7634         * posix/setresuid.c: Likewise.
7635         * posix/setsid.c: Likewise.
7636         * posix/setuid.c: Likewise.
7637         * posix/sleep.c: Likewise.
7638         * posix/spawni.c: Likewise.
7639         * posix/sysconf.c: Likewise.
7640         * posix/times.c: Likewise.
7641         * posix/wait.c: Likewise.
7642         * posix/wait3.c: Likewise.
7643         * posix/wait4.c: Likewise.
7644         * posix/waitpid.c: Likewise.
7645         * resolv/gai_sigqueue.c: Likewise.
7646         * resource/getpriority.c: Likewise.
7647         * resource/getrlimit.c: Likewise.
7648         * resource/getrusage.c: Likewise.
7649         * resource/nice.c: Likewise.
7650         * resource/setpriority.c: Likewise.
7651         * resource/setrlimit.c: Likewise.
7652         * resource/ulimit.c: Likewise.
7653         * rt/aio_cancel.c: Likewise.
7654         * rt/aio_fsync.c: Likewise.
7655         * rt/aio_read.c: Likewise.
7656         * rt/aio_sigqueue.c: Likewise.
7657         * rt/aio_suspend.c: Likewise.
7658         * rt/aio_write.c: Likewise.
7659         * rt/clock_getres.c: Likewise.
7660         * rt/clock_gettime.c: Likewise.
7661         * rt/clock_nanosleep.c: Likewise.
7662         * rt/clock_settime.c: Likewise.
7663         * rt/lio_listio.c: Likewise.
7664         * rt/mq_close.c: Likewise.
7665         * rt/mq_getattr.c: Likewise.
7666         * rt/mq_notify.c: Likewise.
7667         * rt/mq_open.c: Likewise.
7668         * rt/mq_receive.c: Likewise.
7669         * rt/mq_send.c: Likewise.
7670         * rt/mq_setattr.c: Likewise.
7671         * rt/mq_timedreceive.c: Likewise.
7672         * rt/mq_timedsend.c: Likewise.
7673         * rt/mq_unlink.c: Likewise.
7674         * rt/shm_open.c: Likewise.
7675         * rt/shm_unlink.c: Likewise.
7676         * rt/timer_create.c: Likewise.
7677         * rt/timer_delete.c: Likewise.
7678         * rt/timer_getoverr.c: Likewise.
7679         * rt/timer_gettime.c: Likewise.
7680         * rt/timer_settime.c: Likewise.
7681         * setjmp/__longjmp.c: Likewise.
7682         * setjmp/setjmp.c: Likewise.
7683         * signal/kill.c: Likewise.
7684         * signal/killpg.c: Likewise.
7685         * signal/raise.c: Likewise.
7686         * signal/sigaction.c: Likewise.
7687         * signal/sigaltstack.c: Likewise.
7688         * signal/sigblock.c: Likewise.
7689         * signal/sigignore.c: Likewise.
7690         * signal/sigintr.c: Likewise.
7691         * signal/signal.c: Likewise.
7692         * signal/sigpause.c: Likewise.
7693         * signal/sigpending.c: Likewise.
7694         * signal/sigqueue.c: Likewise.
7695         * signal/sigreturn.c: Likewise.
7696         * signal/sigset.c: Likewise.
7697         * signal/sigsetmask.c: Likewise.
7698         * signal/sigstack.c: Likewise.
7699         * signal/sigsuspend.c: Likewise.
7700         * signal/sigtimedwait.c: Likewise.
7701         * signal/sigvec.c: Likewise.
7702         * signal/sigwait.c: Likewise.
7703         * signal/sigwaitinfo.c: Likewise.
7704         * signal/sysv_signal.c: Likewise.
7705         * socket/accept.c: Likewise.
7706         * socket/accept4.c: Likewise.
7707         * socket/bind.c: Likewise.
7708         * socket/connect.c: Likewise.
7709         * socket/getpeername.c: Likewise.
7710         * socket/getsockname.c: Likewise.
7711         * socket/getsockopt.c: Likewise.
7712         * socket/isfdtype.c: Likewise.
7713         * socket/listen.c: Likewise.
7714         * socket/recv.c: Likewise.
7715         * socket/recvfrom.c: Likewise.
7716         * socket/recvmsg.c: Likewise.
7717         * socket/send.c: Likewise.
7718         * socket/sendmsg.c: Likewise.
7719         * socket/sendto.c: Likewise.
7720         * socket/setsockopt.c: Likewise.
7721         * socket/shutdown.c: Likewise.
7722         * socket/sockatmark.c: Likewise.
7723         * socket/socket.c: Likewise.
7724         * socket/socketpair.c: Likewise.
7725         * stdio-common/ctermid.c: Likewise.
7726         * stdio-common/cuserid.c: Likewise.
7727         * stdio-common/remove.c: Likewise.
7728         * stdio-common/rename.c: Likewise.
7729         * stdio-common/renameat.c: Likewise.
7730         * stdio-common/tempname.c: Likewise.
7731         * stdlib/getcontext.c: Likewise.
7732         * stdlib/makecontext.c: Likewise.
7733         * stdlib/setcontext.c: Likewise.
7734         * stdlib/swapcontext.c: Likewise.
7735         * stdlib/system.c: Likewise.
7736         * streams/fattach.c: Likewise.
7737         * streams/fdetach.c: Likewise.
7738         * streams/getmsg.c: Likewise.
7739         * streams/getpmsg.c: Likewise.
7740         * streams/putmsg.c: Likewise.
7741         * streams/putpmsg.c: Likewise.
7742         * sysdeps/unix/bsd/getpt.c: Likewise.
7743         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
7744         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
7745         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
7746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
7747         Likewise.
7748         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
7749         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
7750         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
7751         * sysvipc/msgctl.c: Likewise.
7752         * sysvipc/msgget.c: Likewise.
7753         * sysvipc/msgrcv.c: Likewise.
7754         * sysvipc/msgsnd.c: Likewise.
7755         * sysvipc/semctl.c: Likewise.
7756         * sysvipc/semget.c: Likewise.
7757         * sysvipc/semop.c: Likewise.
7758         * sysvipc/semtimedop.c: Likewise.
7759         * sysvipc/shmat.c: Likewise.
7760         * sysvipc/shmctl.c: Likewise.
7761         * sysvipc/shmdt.c: Likewise.
7762         * sysvipc/shmget.c: Likewise.
7763         * termios/tcdrain.c: Likewise.
7764         * termios/tcflow.c: Likewise.
7765         * termios/tcflush.c: Likewise.
7766         * termios/tcgetattr.c: Likewise.
7767         * termios/tcgetpgrp.c: Likewise.
7768         * termios/tcsendbrk.c: Likewise.
7769         * termios/tcsetattr.c: Likewise.
7770         * termios/tcsetpgrp.c: Likewise.
7771         * time/adjtime.c: Likewise.
7772         * time/clock.c: Likewise.
7773         * time/getitimer.c: Likewise.
7774         * time/gettimeofday.c: Likewise.
7775         * time/setitimer.c: Likewise.
7776         * time/settimeofday.c: Likewise.
7777         * time/stime.c: Likewise.
7778         * time/time.c: Likewise.
7779
7780 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
7781
7782         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
7783         /usr/old/bin.
7784
7785         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
7786         instead of spaces.
7787         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
7788
7789 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
7790
7791         [BZ #14796]
7792         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
7793         FE_TONEAREST before applying Dekker multiplication and Knuth
7794         addition.  Clear inexact exceptions and check for exact zero
7795         results afterwards.
7796         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7797         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7798         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7799         * math/libm-test.inc (fma_test): Add more tests.
7800         (fma_test_towardzero): Likewise.
7801         (fma_test_downward): Likewise.
7802         (fma_test_upward): Likewise.
7803         * sysdeps/generic/math_private.h (default_libc_fesetround): New
7804         function.
7805         (libc_fesetround): New macro.
7806         (libc_fesetroundf): Likewise.
7807         (libc_fesetroundl): Likewise.
7808         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
7809         function.
7810         (libc_fesetround_387): Likewise.
7811         (libc_fesetroundf): New macro.
7812         (libc_fesetround): Likewise.
7813         (libc_fesetroundl): Likewise.
7814         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
7815         function.
7816         (libc_fesetroundf): New macro.
7817         (libc_fesetround): Likewise.
7818         (libc_fesetroundl): Likewise.
7819         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
7820         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
7821         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
7822         libm_hidden_ver.
7823         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
7824         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
7825         libm_hidden_def.
7826         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
7827         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
7828         libm_hidden_ver.
7829         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
7830         libm_hidden_def.
7831
7832         [BZ #3439]
7833         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
7834         integer constant usable in #if and use that to give value to enum
7835         constant.
7836         (FE_DIVBYZERO): Likewise.
7837         (FE_UNDERFLOW): Likewise.
7838         (FE_OVERFLOW): Likewise.
7839         (FE_INVALID): Likewise.
7840         (FE_INVALID_SNAN): Likewise.
7841         (FE_INVALID_ISI): Likewise.
7842         (FE_INVALID_IDI): Likewise.
7843         (FE_INVALID_ZDZ): Likewise.
7844         (FE_INVALID_IMZ): Likewise.
7845         (FE_INVALID_COMPARE): Likewise.
7846         (FE_INVALID_SOFTWARE): Likewise.
7847         (FE_INVALID_SQRT): Likewise.
7848         (FE_INVALID_INTEGER_CONVERSION): Likewise.
7849         (FE_TONEAREST): Likewise.
7850         (FE_TOWARDZERO): Likewise.
7851         (FE_UPWARD): Likewise.
7852         (FE_DOWNWARD): Likewise.
7853         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
7854         (FE_DIVBYZERO): Likewise.
7855         (FE_OVERFLOW): Likewise.
7856         (FE_UNDERFLOW): Likewise.
7857         (FE_INEXACT): Likewise.
7858         (FE_TONEAREST): Likewise.
7859         (FE_DOWNWARD): Likewise.
7860         (FE_UPWARD): Likewise.
7861         (FE_TOWARDZERO): Likewise.
7862         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
7863         (FE_UNDERFLOW): Likewise.
7864         (FE_OVERFLOW): Likewise.
7865         (FE_DIVBYZERO): Likewise.
7866         (FE_INVALID): Likewise.
7867         (FE_TONEAREST): Likewise.
7868         (FE_TOWARDZERO): Likewise.
7869         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
7870         (FE_OVERFLOW): Likewise.
7871         (FE_UNDERFLOW): Likewise.
7872         (FE_DIVBYZERO): Likewise.
7873         (FE_INEXACT): Likewise.
7874         (FE_TONEAREST): Likewise.
7875         (FE_TOWARDZERO): Likewise.
7876         (FE_UPWARD): Likewise.
7877         (FE_DOWNWARD): Likewise.
7878         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
7879         (FE_DIVBYZERO): Likewise.
7880         (FE_OVERFLOW): Likewise.
7881         (FE_UNDERFLOW): Likewise.
7882         (FE_INEXACT): Likewise.
7883         (FE_TONEAREST): Likewise.
7884         (FE_DOWNWARD): Likewise.
7885         (FE_UPWARD): Likewise.
7886         (FE_TOWARDZERO): Likewise.
7887
7888 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
7889
7890         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
7891
7892 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
7893
7894         * scripts/cross-test-ssh.sh (command): Use newlines to separate
7895         commands.  Quote $PWD.
7896         (blacklist_exports): Don't use remove_newlines.  Replace "declare
7897         -x" by "export".
7898         (remove_newlines): Remove.
7899
7900 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
7901
7902         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
7903         * stdlib/stdlib.h (atof): Moved to ...
7904         * include/bits/stdlib-float.h: Here.  New file.
7905         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
7906         * stdlib/bits/stdlib-float.h: New file.
7907         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
7908         -mno-sse -mno-mmx.
7909         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
7910         <xmmintrin.h>.
7911
7912 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
7913
7914         * conform/conformtest.pl (@headers): Add fenv.h.
7915         * conform/data/fenv.h-data: New file.
7916         * include/fenv.h [_ISOMAC]: Disable all contents of file except
7917         include of <math/fenv.h>.
7918
7919         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
7920         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
7921         && !UNIX98].  Enables tests for XOPEN2K8.
7922         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
7923         POSIX2008]: Likewise.
7924
7925         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
7926         (struct rusage): Do not expect type or its members.
7927
7928         [BZ #3439]
7929         * math/math.h (FP_NAN): Define macro to integer constant usable in
7930         #if and use that to give value to enum constant.
7931         (FP_INFINITE): Likewise.
7932         (FP_ZERO): Likewise.
7933         (FP_SUBNORMAL): Likewise.
7934         (FP_NORMAL): Likewise.
7935
7936 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
7937
7938         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
7939         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
7940         arguments.
7941
7942 2012-11-02  Roland McGrath  <roland@hack.frob.com>
7943
7944         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
7945         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
7946         autoconf-time if not.
7947         * configure.in: Remove AC_PREREQ.
7948
7949 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
7950
7951         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
7952         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
7953         of the internal implementation.
7954
7955 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
7956
7957         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
7958         except include of <misc/sys/syslog.h>.
7959
7960 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
7961
7962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
7963         function returns with a NULL context exit with zero.
7964
7965 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
7966
7967         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
7968
7969 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
7970
7971         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
7972         (run_program_cmd): This.
7973         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
7974         (tst_langinfo): New variable.  Use it.
7975
7976 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
7977
7978         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
7979         floating point opcodes.
7980
7981 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
7982
7983         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
7984         variable.
7985
7986         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
7987
7988         * sysdeps/mach/hurd/powerpc: Remove directory.
7989         * sysdeps/mach/powerpc: Likewise.
7990
7991 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
7992
7993         * scripts/check-local-headers.sh: Ignore c++ headers.
7994
7995 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
7996
7997         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
7998         __libc_cleanup_region_start argument.
7999
8000 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
8001
8002         [BZ #14784]
8003         [BZ #14785]
8004         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
8005         x * y using scaling, not as x * y + z.
8006         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8007         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8008         * math/libm-test.inc (fma_test): Add more tests.
8009         (fma_test_towardzero): Likewise.
8010         (fma_test_downward): Likewise.
8011         (fma_test_upward): Likewise.
8012
8013 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
8014
8015         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
8016
8017 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
8018
8019         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
8020         New variable.
8021
8022 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
8023
8024         * rt/tst-shm.c (worker): Correct checking for mmap failure.
8025
8026 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
8027
8028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
8029         Fix sort order.
8030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
8031         Likewise.
8032
8033 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
8034
8035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
8036         Fix the order of the list for glibc 2.17.
8037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
8038         Likewise.
8039
8040 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
8041
8042         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8043
8044 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
8045
8046         [BZ #14610]
8047         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
8048         for low part of x being zero before using __atanl (y).
8049         * math/libm-test.inc (atan2_test): Add another test.
8050
8051         * manual/install.texi (Configuring and compiling): Document
8052         general use of test-wrapper and test-wrapper-env.
8053         * INSTALL: Regenerated.
8054
8055         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
8056         (__fma): Do not extract and scale down low bits on after-rounding
8057         systems when result rounded to normal precision would have normal
8058         exponent.
8059         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
8060         (__fmal): Do not extract and scale down low bits on after-rounding
8061         systems when result rounded to normal precision would have normal
8062         exponent.
8063         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
8064         (__fmal): Do not extract and scale down low bits on after-rounding
8065         systems when result rounded to normal precision would have normal
8066         exponent.
8067         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
8068         macro.
8069         (fma_test): Add more tests.
8070         (fma_test_towardzero): Likewise.
8071         (fma_test_downward): Likewise.
8072         (fma_test_upward): Likewise.
8073
8074 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
8075
8076         * sysdeps/i386/tininess.h: Renamed to ...
8077         * sysdeps/x86/tininess.h: This.
8078         * sysdeps/x86_64/tininess.h: Removed.
8079
8080 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
8081
8082         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
8083         input.  Use $(build-program-cmd).
8084         ($(objpfx)tst-array1-static.out): Likewise.
8085         ($(objpfx)tst-array2.out): Likewise.
8086         ($(objpfx)tst-array3.out): Likewise.
8087         ($(objpfx)tst-array4.out): Likewise.
8088         ($(objpfx)tst-array5.out): Likewise.
8089         ($(objpfx)tst-array5-static.out): Likewise.
8090
8091 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
8092
8093         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
8094         if defined.
8095
8096         * nss/nsswitch.h (nss_interface_function): Provide new
8097         macro for use with NSS functions.
8098         * grp/initgroups.c: Use new macro.
8099         * nss/getXXbyYY.c: Likewise.
8100         * nss/getXXbyYY_r.c: Likewise.
8101         * nss/getXXent.c: Likewise.
8102         * nss/getXXent_r.c: Likewise.
8103         * sysdeps/posix/getaddrinfo.c: Likewise.
8104
8105 2012-10-30  Andreas Jaeger  <aj@suse.de>
8106
8107         * po/ru.po: Update Russion translation from translation project.
8108
8109 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
8110
8111         [BZ #14152]
8112         [BZ #14783]
8113         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
8114         result and shift together with sticky bit instead of replicating
8115         round-to-nearest rounding.
8116         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8117         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8118         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
8119         missing underflow exceptions.
8120         (fma_test_towardzero): Add more tests.
8121         (fma_test_downward): Likewise.
8122         (fma_test_upward): Likewise.
8123
8124         [BZ #14047]
8125         * sysdeps/generic/tininess.h: New file.
8126         * sysdeps/i386/tininess.h: Likewise.
8127         * sysdeps/sh/tininess.h: Likewise.
8128         * sysdeps/x86_64/tininess.h: Likewise.
8129         * stdlib/tst-strtod-underflow.c: Likewise.
8130         * stdlib/tst-tininess.c: Likewise.
8131         * stdlib/strtod_l.c: Include <tininess.h>.
8132         (round_and_return): Do not set errno for exact underflow cases.
8133         Force an underflow exception when setting errno for underflow.
8134         Determine underflow based on rounding to normal precision if
8135         TININESS_AFTER_ROUNDING.
8136         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
8137         ERANGE for exact underflow cases.
8138         * stdlib/Makefile (tests): Add tst-tininess and
8139         tst-strtod-underflow.
8140         ($(objpfx)tst-tininess): Use $(link-libm).
8141         ($(objpfx)tst-strtod-underflow): Likewise.
8142
8143 2012-10-30  Andreas Jaeger  <aj@suse.de>
8144
8145         [BZ#14767]
8146         * elf/Makefile (tests): Remove conditional for have-initfini-array
8147         since this is now always required and the variable does not exist
8148         anymore.
8149         (tests-static): Likewise.
8150         (modules-names): Likewise.
8151
8152         * po/eo.po: Add Esperanto translation from translation project.
8153
8154         * elf/tst-array1.c (fini_array): Make writeable so that it can be
8155         merged with constructor/destructor.
8156         (init_array): Likewise.
8157         * elf/tst-array2dep.c (fini_array): Likewise.
8158         (init_array): Likewise.
8159
8160 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
8161
8162         * manual/message.texi: Delete @cartouche tags.
8163
8164 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
8165
8166         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
8167         EOPNOTSUPP.
8168         * sysdeps/mach/hurd/fsync.c: Likewise.
8169
8170         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
8171         [_POSIX_REALTIME_SIGNALS]: Change condition to
8172         [_POSIX_REALTIME_SIGNALS > 0].
8173
8174 2012-10-27  Andreas Jaeger  <aj@suse.de>
8175
8176         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
8177         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
8178         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
8179         [__WORDSIZE != 64]: Likewise.
8180
8181 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
8182
8183         *  iconvdata/tst-table.sh: Remove ${SHELL}.
8184         *  iconvdata/tst-tables.sh: Likewise.
8185
8186 2012-10-25  David S. Miller  <davem@davemloft.net>
8187
8188         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
8189         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
8190         of strtoull.
8191
8192         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
8193         ifunc-impl-list.c
8194         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
8195         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
8196         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
8197         file.
8198
8199 2012-10-25  Roland McGrath  <roland@hack.frob.com>
8200
8201         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
8202         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
8203         __getdirentries.
8204
8205 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
8206             Jim Blandy  <jimb@codesourcery.com>
8207
8208         * scripts/cross-test-ssh.sh: New file.
8209         * manual/install.texi (Configuring and compiling): Document use of
8210         cross-test-ssh.sh.
8211         * INSTALL: Regenerated.
8212
8213 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
8214
8215         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
8216         EOPNOTSUPP.
8217
8218 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
8219
8220         * Makeconfig (run-program-prefix): Fix comment.
8221
8222 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
8223             Jim Blandy  <jimb@codesourcery.com>
8224
8225         * Makeconfig (test-wrapper): New variable,
8226         (test-wrapper-env): Likewise.
8227         [$(cross-compiling) = yes && $(test-wrapper) != ""]
8228         (run-built-tests): Define to yes.
8229         (run-program-prefix): Use $(test-wrapper).
8230         (built-program-cmd): Likewise.
8231         * Rules (make-test-out): Use $(test-wrapper-env) and
8232         $(host-built-program-cmd).
8233         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
8234         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
8235         tst-pathopt.sh.
8236         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
8237         $(test-wrapper-env) to tst-rtld-load-self.sh.
8238         ($(objpfx)order2.out): Use $(test-wrapper).
8239         ($(objpfx)tst-initorder.out): Likewise.
8240         ($(objpfx)tst-initorder2.out): Likewise.
8241         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
8242         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
8243         (test_wrapper_env): New variable.  Use it to run ld.so.
8244         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
8245         Use it to run ld.so.
8246         (test_wrapper_env): Likewise.
8247         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
8248         $(test-wrapper) to run-iconv-test.sh.
8249         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
8250         (ICONV): Use $test_wrapper.
8251         * posix/Makefile ($(objpfx)globtest.out): Pass
8252         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
8253         globtest.sh, not $(run-program-prefix).
8254         * posix/globtest.sh (run_via_rtld_prefix): New variable.
8255         (test_wrapper): Likewise.
8256         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
8257         set together with run_via_rtld_prefix.
8258         (run_program_prefix): Define in terms of test_wrapper and
8259         run_via_rtld_prefix.
8260
8261 2012-10-24  Roland McGrath  <roland@hack.frob.com>
8262
8263         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
8264         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
8265         Targets removed.
8266
8267         [BZ #14743]
8268         * include/time.h: Remove librt_hidden_proto (clock_gettime).
8269         Declare __clock_getres, __clock_gettime, __clock_settime,
8270         __clock_nanosleep, and __clock_getcpuclockid.
8271         * rt/clock_gettime.c: Define __clock_gettime as an alias.
8272         Remove librt_hidden_def (clock_gettime).
8273         * sysdeps/unix/clock_gettime.c: Likewise.
8274         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
8275         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8276         * rt/clock_getres.c: Define __clock_getres as an alias.
8277         * sysdeps/posix/clock_getres.c: Likewise.
8278         * rt/clock_settime.c: Define __clock_settime as an alias.
8279         * sysdeps/unix/clock_settime.c: Likewise.
8280         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
8281         * sysdeps/unix/clock_nanosleep.c: Likewise.
8282         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8283         * rt/clock-compat.c: New file.
8284         * rt/Makefile (librt-routines): Add clock-compat and move
8285         $(clock-routines) to ...
8286         (routines): ... here, new variable.
8287         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
8288         Don't add get_clockfreq here.
8289         * rt/Versions (libc: GLIBC_2.17): New version set.
8290         Add clock_* symbols here.
8291         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
8292         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
8293         (GLIBC_2.17): Add clock_* symbols.
8294         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
8295         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
8296         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
8297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
8298         Likewise.
8299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
8300         Likewise.
8301         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
8302         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
8303         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
8304         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
8305         * NEWS: Mention the move.
8306
8307         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
8308         Use __open, __read, __close rather than their public counterparts.
8309         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
8310         (__get_clockfreq_via_cpuinfo): Likewise.
8311         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
8312         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
8313
8314         * config.h.in (HAVE_IFUNC): New #undef.
8315         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
8316         was successful.
8317         * configure: Regenerated.
8318
8319 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
8320
8321         * configure.in: Move READELF check to start of file.
8322         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
8323         libc_cv_asm_gnu_indirect_function in the process.
8324         * configure: Regenerated.
8325
8326 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
8327
8328         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
8329         send the output to /dev/null.
8330         (libc_cv_cc_with_libunwind): Likewise.
8331         (libc_cv_as_noexecstack): Likewise.
8332         * configure: Regenerate.
8333
8334 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
8335
8336         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
8337
8338         * posix/globtest.sh (TMPDIR): Do not set.
8339         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
8340         (testout): Likewise.
8341
8342 2012-10-24  Andreas Jaeger  <aj@suse.de>
8343
8344         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
8345         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
8346         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
8347         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
8348         posix_fadvise64, posix_fallocate64.
8349
8350         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
8351         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
8352         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
8353         Likewise.
8354         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
8355         Likewise.
8356         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
8357
8358         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
8359         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
8360         <bits/fcntl-linux.h>.
8361         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
8362
8363         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
8364         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
8365         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
8366         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
8367         [__WORDSIZE != 64]: Likewise.
8368
8369 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
8370
8371         * Makeconfig (run-built-tests): New variable.
8372         * Rules [$(cross-compiling) = yes]: Change condition to
8373         [$(run-built-tests) = no].
8374         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
8375         to [$(run-built-tests) = yes].
8376         * elf/Makefile [$(cross-compiling) = no]: Likewise
8377         * grp/Makefile [$(cross-compiling) = no]: Likewise.
8378         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
8379         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
8380         * intl/Makefile [$(cross-compiling) = no]: Likewise.
8381         * io/Makefile [$(cross-compiling) = no]: Likewise.
8382         * libio/Makefile [$(cross-compiling) = no]: Likewise.
8383         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
8384         * misc/Makefile [$(cross-compiling) = no]: Likewise.
8385         * posix/Makefile [$(cross-compiling) = no]: Likewise.
8386         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
8387         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
8388         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
8389         * string/Makefile [$(cross-compiling) = no]: Likewise.
8390
8391         * posix/Makefile ($(objpfx)globtest.out): Pass
8392         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
8393         $(rtld-installed-name).
8394         * posix/globtest.sh (elf_objpfx): Remove variable.
8395         (rtld_installed_name): Likewise.
8396         (library_path): Likewise.
8397         (run_program_prefix): New variable.  Use for running globtest
8398         binary.
8399
8400 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
8401             Joseph Myers  <joseph@codesourcery.com>
8402
8403         * Makeconfig (host-built-program-cmd): New variable.
8404         * elf/Makefile (tst-stackguard1-ARGS): Use
8405         $(host-built-program-cmd).
8406         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
8407         (tst-spawn-ARGS): Likewise.
8408         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
8409
8410 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
8411             Jim Blandy  <jimb@codesourcery.com>
8412
8413         * Makeconfig (run-via-rtld-prefix): New variable.
8414         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
8415         (built-program-cmd): Likewise.
8416
8417 2012-10-22  Andreas Jaeger  <aj@suse.de>
8418
8419         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
8420         __O_RSYNC if it exists, otherwise to O_SYNC.
8421
8422 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
8423             Joseph Myers  <joseph@codesourcery.com>
8424
8425         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
8426         /dev/null.
8427         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
8428         from /dev/null
8429         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
8430         /dev/null.
8431
8432 2012-10-22  Andreas Jaeger  <aj@suse.de>
8433
8434         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
8435         Define always.
8436         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
8437
8438         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8439         bits/fcntl-linux.h.
8440
8441         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
8442         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
8443
8444         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
8445         to __O_LARGEFILE.
8446         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
8447         to __O_LARGEFILE.
8448
8449 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
8450             Joseph Myers  <joseph@codesourcery.com>
8451
8452         * config.make.in (NM): New variable.
8453
8454 2012-10-21  Andreas Jaeger  <aj@suse.de>
8455
8456         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
8457         definitions and declarations that are provided by
8458         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
8459
8460 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
8461
8462         [BZ #14683]
8463         * elf/Makefile (tests-static): Add tst-leaks1-static.
8464         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
8465         ($(objpfx)tst-leaks1-static): New rule.
8466         ($(objpfx)tst-leaks1-static-mem): Likewise.
8467         (tst-leaks1-static-ENV): New macro.
8468         * elf/dl-open.c (dl_open_worker): Check the main application
8469         only if SHARED is defined.
8470         * elf/tst-leaks1-static.c: New file.
8471
8472 2012-10-20  Andreas Jaeger  <aj@suse.de>
8473
8474         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
8475         generic values for Linux.
8476         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
8477         and declarations that are provided by <bits/fcntl-linux.h> and
8478         include <bits/fcntl-linux.h>.
8479         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8480         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8481
8482 2012-10-20  Roland McGrath  <roland@hack.frob.com>
8483
8484         * io/fcntl.h: Move include of <bits/types.h> to the top and
8485         include it unconditionally.
8486
8487 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
8488
8489         * wcsmbs/Makefile (tests-ifunc): New variable.
8490         (tests): Add $(tests-ifunc).
8491         * wcsmbs/test-wcschr-ifunc.c: New file.
8492         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
8493         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
8494         * wcsmbs/test-wcslen-ifunc.c: Likewise.
8495         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
8496         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
8497
8498         * string/Makefile (tests-ifunc): New variable.
8499         (tests): Add $(tests-ifunc).
8500         * string/test-memccpy.c (TEST_NAME): New macro.
8501         * string/test-memchr.c (TEST_NAME): Likewise.
8502         * string/test-memcmp.c (TEST_NAME): Likewise.
8503         * string/test-memcpy.c (TEST_NAME): Likewise.
8504         * string/test-memmem.c (TEST_NAME): Likewise.
8505         * string/test-memmove.c (TEST_NAME): Likewise.
8506         * string/test-memset.c (TEST_NAME): Likewise.
8507         * string/test-rawmemchr.c (TEST_NAME): Likewise.
8508         * string/test-stpcpy.c (TEST_NAME): Likewise.
8509         * string/test-stpncpy.c (TEST_NAME): Likewise.
8510         * string/test-strcasecmp.c (TEST_NAME): Likewise.
8511         * string/test-strcasestr.c (TEST_NAME): Likewise.
8512         * string/test-strcat.c (TEST_NAME): Likewise.
8513         * string/test-strchr.c (TEST_NAME): Likewise.
8514         * string/test-strcmp.c(TEST_NAME): Likewise.
8515         * string/test-strcpy.c (TEST_NAME): Likewise.
8516         * string/test-strcspn.c (TEST_NAME): Likewise.
8517         * string/test-strlen.c (TEST_NAME): Likewise.
8518         * string/test-strncasecmp.c (TEST_NAME): Likewise.
8519         * string/test-strncmp.c (TEST_NAME): Likewise.
8520         * string/test-strncpy.c (TEST_NAME): Likewise.
8521         * string/test-strnlen.c (TEST_NAME): Likewise.
8522         * string/test-strpbrk.c (TEST_NAME): Likewise.
8523         * string/test-strrchr.c (TEST_NAME): Likewise.
8524         * string/test-strspn.c (TEST_NAME): Likewise.
8525         * string/test-strstr.c (TEST_NAME): Likewise.
8526         * string/test-bcopy-ifunc.c: New file.
8527         * string/test-bzero-ifunc.c: Likewise.
8528         * string/test-memccpy-ifunc.c: Likewise.
8529         * string/test-memchr-ifunc.c: Likewise.
8530         * string/test-memcmp-ifunc.c: Likewise.
8531         * string/test-memcpy-ifunc.c: Likewise.
8532         * string/test-memmem-ifunc.c: Likewise.
8533         * string/test-memmove-ifunc.c: Likewise.
8534         * string/test-mempcpy-ifunc.c: Likewise.
8535         * string/test-memset-ifunc.c: Likewise.
8536         * string/test-rawmemchr-ifunc.c: Likewise.
8537         * string/test-stpcpy-ifunc.c: Likewise.
8538         * string/test-stpncpy-ifunc.c: Likewise.
8539         * string/test-strcasecmp-ifunc.c: Likewise.
8540         * string/test-strcasestr-ifunc.c: Likewise.
8541         * string/test-strcat-ifunc.c: Likewise.
8542         * string/test-strchr-ifunc.c: Likewise.
8543         * string/test-strchrnul-ifunc.c: Likewise.
8544         * string/test-strcmp-ifunc.c: Likewise.
8545         * string/test-strcpy-ifunc.c: Likewise.
8546         * string/test-strcspn-ifunc.c: Likewise.
8547         * string/test-strlen-ifunc.c: Likewise.
8548         * string/test-strncasecmp-ifunc.c: Likewise.
8549         * string/test-strncat-ifunc.c: Likewise.
8550         * string/test-strncmp-ifunc.c: Likewise.
8551         * string/test-strncpy-ifunc.c: Likewise.
8552         * string/test-strnlen-ifunc.c: Likewise.
8553         * string/test-strpbrk-ifunc.c: Likewise.
8554         * string/test-strrchr-ifunc.c: Likewise.
8555         * string/test-strspn-ifunc.c: Likewise.
8556         * string/test-strstr-ifunc.c: Likewise.
8557
8558         * debug/Makefile (tests-ifunc): New variable.
8559         (tests): Add $(tests-ifunc).
8560         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
8561         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
8562         * debug/test-stpcpy_chk-ifunc.c: New file.
8563         * debug/test-strcpy_chk-ifunc.c: Likewise.
8564
8565 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
8566
8567         [BZ #13601]
8568         * elf/dl-load.c (open_verify): Retry read if the entire ELF
8569         header is not read in.
8570
8571 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
8572
8573         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
8574         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
8575         directly.  Pass built executable to script as
8576         $(built-program-cmd).
8577         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
8578         $testprogram without using LD_LIBRARY_PATH and $ldso.
8579
8580         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
8581         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
8582         $(rtld-installed-name).
8583         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
8584         (rtld_installed_name): Likewise.
8585         (library_path): Likewise.
8586         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
8587         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
8588         $(run-program-prefix) to tst-tables.sh.
8589         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
8590         it to run tst-table-from and tst-table-to.
8591         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
8592         Pass it to tst-table.sh.
8593         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
8594         $(run-program-prefix) to tst-gettext.sh.
8595         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
8596         tst-translit.sh.
8597         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
8598         tst-gettext2.sh.
8599         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
8600         to run tst-gettext.
8601         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
8602         to run tst-gettext2.
8603         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
8604         to run tst-translit.
8605         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
8606         $(run-program-prefix) to tst-mtrace.sh.
8607         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
8608         to run tst-mtrace.
8609         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
8610         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
8611         $(rtld-installed-name).
8612         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
8613         (rtld_installed_name): Likewise.
8614         (run_program_prefix): New variable.  Use it to run wordexp-test.
8615
8616         * Makeconfig (ARCH): Remove all definitions.
8617         (machine): Likewise.
8618         [ARCH]: Remove conditional code.
8619         [!objdir]: Give error.
8620         [!objdir] (objpfx): Remove.
8621         [!objdir] (common-objpfx): Likewise.
8622         [!objdir] (common-objdir): Likewise.
8623         * configure.in (config_makefile): Remove.  Hardcode Makefile in
8624         AC_CONFIG_FILES call.
8625         * configure: Regenerated.
8626
8627         [BZ #13888]
8628         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
8629         or TMPDIR.
8630         (testout): Likewise.
8631
8632         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
8633         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
8634         $(rtld-installed-name).
8635         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
8636         (rtld_installed_name): Likwise.
8637         (runit): Remove function.
8638         (run_getconf): New variable,  Use it for running getconf binary.
8639
8640 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
8641
8642         [BZ #14716]
8643         * string/test-memmem.c (check_result): New function.
8644         (do_one_test): Use it.
8645         (check1): New function.
8646         (test_main): Use it.
8647
8648 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
8649
8650         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
8651
8652 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
8653
8654         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
8655         (_G_LSEEK64): Likewise.
8656         (_G_MMAP64): Likewise.
8657         (_G_FSTAT64): Likewise.
8658         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
8659         (_G_LSEEK64): Likewise.
8660         (_G_MMAP64): Likewise.
8661         (_G_FSTAT64): Likewise.
8662         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
8663         unconditional.  Call __mmap64 directly.
8664         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
8665         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
8666         __lseek64 directly.
8667         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
8668         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
8669         __mmap64 directly.
8670         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
8671         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
8672         __lseek64 directly.
8673         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
8674         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
8675         __lseek64 directly.
8676         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
8677         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
8678         __lseek64 directly.
8679         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
8680         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
8681         __fxstat64 directly.
8682         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
8683         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
8684         unconditional.
8685         (freopen64) [!_G_OPEN64]: Remove conditional code.
8686         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
8687         unconditional.
8688         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
8689         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
8690         unconditional.
8691         (ftello64) [!_G_LSEEK64]: Remove conditional code.
8692         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
8693         unconditional.
8694         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
8695         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
8696         unconditional.
8697         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
8698         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
8699         unconditional.
8700         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
8701         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
8702         unconditional.
8703         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
8704         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
8705         unconditional.
8706         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
8707
8708 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
8709
8710         [BZ #12140]
8711         * manual/memory.texi (Malloc Tunable Parameters): Add note
8712         about free list pointers overwriting some perturb bytes.
8713         Wording suggested by Roland McGrath.
8714
8715 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
8716
8717         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
8718         (lgamma_test): Likewise.
8719         (tgamma_test): Likewise.
8720
8721 2012-10-16  Florian Weimer  <fweimer@redhat.com>
8722
8723         [BZ #14700]
8724         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
8725         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
8726
8727 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
8728
8729         * NEWS: Mention BZ #14716.
8730         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
8731         when removing AVAILABLE1_USES_J macro.
8732
8733 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
8734
8735         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
8736         (__bswap_64): __uint64_t for unsigned 64-bit int.
8737
8738 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
8739
8740         * include/string.h (memmem): Declare libc hidden alias.
8741         * string/memmem.c (memmem): Define libc hidden alias.
8742         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
8743         __read, __close instead of open, read, close.
8744
8745 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
8746
8747         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
8748         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
8749         global and hidden.
8750         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
8751         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
8752         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
8753         Likewise.
8754         (__rawmemchr_sse2): Likewise.
8755         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
8756         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
8757         (__strchr_sse2): Likewise.
8758         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
8759         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
8760         (__strcasecmp_sse2): Likewise.
8761         (__strncasecmp_sse2): Likewise.
8762         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
8763         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
8764         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
8765         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
8766         (__strrchr_sse2): Likewise.
8767         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
8768         ifunc-impl-list.c.
8769         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
8770         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
8771         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
8772         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
8773         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
8774         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
8775         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8776         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8777         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
8778         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
8779         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
8780         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
8781         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
8782         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
8783         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
8784         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
8785         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
8786         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
8787         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
8788         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
8789         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
8790         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
8791         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
8792         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
8793         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
8794         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
8795         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
8796         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
8797         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
8798         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
8799
8800         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
8801         global and hidden.
8802         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
8803         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
8804         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
8805         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
8806         Likewise.
8807         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
8808         Likewise.
8809         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
8810         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
8811         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
8812         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
8813         ifunc-impl-list.c.
8814         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
8815         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
8816         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
8817         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
8818         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
8819         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
8820         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
8821         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
8822         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
8823         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
8824         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
8825         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
8826         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
8827         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
8828         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
8829         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
8830         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
8831         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
8832         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
8833         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
8834         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
8835         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
8836         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
8837         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
8838         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
8839         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
8840         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
8841         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
8842         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
8843         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
8844         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
8845         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
8846         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
8847         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
8848         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
8849         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
8850         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
8851         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
8852         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
8853         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
8854         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
8855
8856         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
8857         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
8858         * include/ifunc-impl-list.h: New file.
8859         * misc/ifunc-impl-list.c: Likewise.
8860         * misc/Makefile (routines): Add ifunc-impl-list.
8861         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
8862         * string/test-string.h: Include <ifunc-impl-list.h>.
8863         [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
8864         impl_array): New variables.
8865         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
8866         are defined.
8867         (test_init): Call __libc_ifunc_impl_list to initialize
8868         func_list if TEST_IFUNC and TEST_NAME are defined.
8869
8870         * string/Makefile (strop-tests): Add bcopy and bzero.
8871         * string/test-bcopy.c: New file.
8872         * string/test-bzero.c: Likewise.
8873         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
8874         defined.
8875         * string/test-memset.c: Support bzero test if TEST_BZERO is
8876         defined.
8877         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
8878         __libc_memmove.
8879         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
8880         __libc_memset.
8881         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
8882         of memset.
8883
8884 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
8885
8886         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
8887         * configure: Regenerated.
8888
8889         * Makeconfig (+link-static-before-libc): Don't include
8890         $(link-static-libc).
8891
8892         * libio/libio.h (_IO_pos_t): Remove.
8893
8894 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
8895
8896         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
8897         McGrath.
8898
8899 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
8900
8901         * crypt/crypt-entry.c: Include fips-private.h.
8902         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
8903         * crypt/md5c-test.c (main): Tolerate disabled MD5.
8904         * sysdeps/unix/sysv/linux/fips-private.h: New file.
8905         * sysdeps/generic/fips-private.h: New file, dummy fallback.
8906
8907 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
8908
8909         * crypt/crypt-private.h: Include stdbool.h.
8910         (_ufc_setup_salt_r): Return bool.
8911         * crypt/crypt-entry.c: Include errno.h.
8912         (__crypt_r): Return NULL with EINVAL for bad salt.
8913         * crypt/crypt_util.c (bad_for_salt): New.
8914         (_ufc_setup_salt_r): Check that salt is long enough and within
8915         the specified alphabet.
8916         * crypt/badsalttest.c: New file.
8917         * crypt/Makefile (tests): Add it.
8918         ($(objpfx)badsalttest): New.
8919
8920 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
8921
8922         * NEWS: Add entry for BZ #14602.
8923
8924 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
8925
8926         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
8927         type-generic.
8928         * math/libm-test.inc: Update comment listing what functions and
8929         macros are tested.
8930         (isgreater_test): New function.
8931         (isgreaterequal_test): Likewise.
8932         (isless_test): Likewise.
8933         (islessequal_test): Likewise.
8934         (islessgreater_test): Likewise.
8935         (isunordered_test): Likewise.
8936         (main): Call the new functions.
8937
8938 2012-10-09  Roland McGrath  <roland@hack.frob.com>
8939
8940         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
8941         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
8942         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
8943         * sysdeps/i386/configure: Regenerated.
8944         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
8945         * sysdeps/mach/configure: Regenerated.
8946         * sysdeps/mach/hurd/configure: Regenerated.
8947         * sysdeps/powerpc/configure: Regenerated.
8948         * sysdeps/powerpc/powerpc32/configure: Regenerated.
8949         * sysdeps/powerpc/powerpc64/configure: Regenerated.
8950         * sysdeps/s390/s390-32/configure: Regenerated.
8951         * sysdeps/s390/s390-64/configure: Regenerated.
8952         * sysdeps/sh/configure: Regenerated.
8953         * sysdeps/sparc/configure: Regenerated.
8954         * sysdeps/unix/sysv/linux/configure: Regenerated.
8955         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
8956         * sysdeps/x86_64/configure: Regenerated.
8957
8958         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
8959         defined.  Don't check if MAP is NULL.
8960
8961 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
8962
8963         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
8964         (_G_stat64): Likewise.
8965         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
8966         (_G_stat64): Likewise.
8967         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
8968         instead of struct _G_stat64.
8969         * libio/fileops.c (mmap_remap_check): Likewise.
8970         (decide_maybe_mmap): Likewise.
8971         (_IO_new_file_seekoff): Likewise.
8972         (_IO_file_stat): Likewise.
8973         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
8974         _G_off64_t.
8975         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
8976         instead of struct _G_stat64.
8977         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
8978
8979 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
8980
8981         [BZ #14602]
8982         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
8983         Replace with ...
8984         (CHECK_EOL): New macro.
8985         (two_way_short_needle): Check beginning of haystack for EOL.  Use
8986         CHECK_EOL.
8987         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
8988         Replace with CHECK_EOL.
8989         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
8990         Replace with CHECK_EOL.
8991
8992 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
8993
8994         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
8995         type-generic.
8996         * math/libm-test.inc: Update comment listing what functions and
8997         macros are tested.
8998         (finite_test): New function.
8999         (isinf_test): Likewise.
9000         (isnan_test): Likewise.
9001         (fpclassify_test): Test subnormal input.
9002         (isfinite_test): Likewise.
9003         (isnormal_test): Likewise.
9004         (main): Call the new functions.
9005
9006 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
9007
9008         [BZ #14660]
9009         * Makerules (%.dynsym): Force C locale when running
9010         $(OBJDUMP) --dynamic-syms.
9011
9012 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
9013
9014         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
9015         <stdint.h>.
9016
9017 2012-10-06  David S. Miller  <davem@davemloft.net>
9018
9019         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
9020         upper 32-bits of the length value in %o2 since we use branch-on-register
9021         tests which consider the entire 64-bit register.
9022
9023 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
9024
9025         * string/test-strstr.c (check2): Add a test for page boundary.
9026
9027 2012-10-05  David S. Miller  <davem@davemloft.net>
9028
9029         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
9030         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
9031         file.
9032         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
9033         sysdep_routines.
9034         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
9035         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
9036         and bzero when HWCAP_SPARC_CRYPTO is present.
9037
9038 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
9039
9040         [BZ #14602]
9041         * string/test-strstr.c (check2): New function.
9042         (test_main): Call check2.
9043
9044         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
9045         and bug-strchr1.
9046         * string/bug-strcasestr1.c (do_test): Moved to ...
9047         * string/test-strcasestr.c (check1): Here.  New function.
9048         (do_one_test): Break out result checking code into ...
9049         (check_result): This.  New function.
9050         (do_one_test): Call check_result.
9051         (test_main): Call check1.
9052         * string/bug-strchr1.c (do_test): Moved to ...
9053         * string/test-strchr.c (check1): Here.  New function.
9054         (do_one_test): Break out result checking code into ...
9055         (check_result): This.  New function.
9056         (do_one_test): Call check_result.
9057         (test_main): Call check1.
9058         * string/bug-strstr1.c (main): Moved to ...
9059         * string/test-strstr.c (check1): Here.  New function.
9060         (do_one_test): Break out result checking code into ...
9061         (check_result): This.  New function.
9062         (do_one_test): Call check_result.
9063         (test_main): Call check1.
9064         * string/bug-strcasestr1.c: Removed.
9065         * string/bug-strchr1.c: Likewise.
9066         * string/bug-strstr1.c: Likewise.
9067
9068         * elf/Makefile (dl-routines): Add hwcaps.
9069         * elf/dl-support.c (_dl_important_hwcaps): Removed.
9070         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
9071         (_dl_important_hwcaps): Moved to ...
9072         * elf/dl-hwcaps.c: Here.  New file.
9073         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
9074
9075         [BZ #14557]
9076         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
9077         if IS_IN_rtld isn't defined.
9078
9079         * elf/dl-support.c (_dl_sysinfo_map): New.
9080         Include "get-dynamic-info.h" and "setup-vdso.h".
9081         (_dl_non_dynamic_init): Call setup_vdso.
9082         * elf/dynamic-link.h: Don't include <assert.h>.
9083         (elf_get_dynamic_info): Moved to ...
9084         * elf/get-dynamic-info.h: Here.  New file.
9085         * elf/dynamic-link.h: Include "get-dynamic-info.h".
9086         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
9087         * elf/setup-vdso.h: Here.  New file.
9088         * elf/rtld.c: Include "setup-vdso.h".
9089         (dl_main): Call setup_vdso.
9090
9091 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
9092
9093         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
9094         creal in comment listing functions tested.  List finite, isinf,
9095         isnan, isless, islessequal, isgreater, isgreaterequal,
9096         islessgreater, isunordered, lgamma_r and pow10 as functions and
9097         macros not tested.  Mention which functions not tested are aliases
9098         for other functions.  Fix typo.  Note that signs of NaNs are not
9099         tested.
9100
9101         * scripts/config.guess: Update from config.git.
9102         * scripts/config.sub: Likewise.
9103
9104 2012-10-04  Roland McGrath  <roland@hack.frob.com>
9105
9106         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
9107         * misc/madvise.c (madvise): Renamed to __madvise.
9108         Make madvise a weak alias.
9109         * include/sys/mman.h: Declare __madvise.
9110         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
9111         * sysdeps/unix/syscalls.list
9112         (madvise): Make __madvise the strong name, and madvise a weak alias.
9113         * sysdeps/unix/sysv/linux/syscalls.list
9114         (madvise, mmap): Remove redundant entries.
9115         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
9116         * malloc/malloc.c (mtrim): Likewise.
9117         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
9118
9119 2012-10-03  Roland McGrath  <roland@hack.frob.com>
9120
9121         * sysdeps/mach/hurd/dl-cache.c: File removed.
9122         * config.h.in (USE_LDCONFIG): New #undef.
9123         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
9124         * configure: Regenerated.
9125         * elf/Makefile (dl-routines): Add dl-cache only under
9126         [$(use-ldconfig) = yes].
9127         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
9128         cache on [USE_LDCONFIG].
9129         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
9130         [USE_LDCONFIG].
9131         * elf/rtld.c (dl_main): Likewise.
9132
9133 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
9134
9135         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
9136         _SC_LEVEL4_CACHE_LINESIZE.
9137
9138 2012-10-03  Roland McGrath  <roland@hack.frob.com>
9139
9140         * sysdeps/unix/bsd/confstr.h: File removed.
9141
9142 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
9143
9144         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
9145         sys/sdt-config.h.
9146
9147 2012-10-02  Roland McGrath  <roland@hack.frob.com>
9148
9149         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
9150         Make 'mapoff' field ElfW(Off) rather than off_t.
9151
9152 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9153
9154         * nscd/Makefile: Remove nscd-cflags and all its users.
9155         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
9156         (CFLAGS-nonlib): Add compiler flags for nscd modules.
9157
9158         [BZ #10631]
9159         * malloc.c (malloc_printerr): Clarify error message.
9160
9161 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
9162
9163         [BZ #14648]
9164         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
9165         Set bit_FMA_Usable if FMA is supported.
9166         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
9167         macro.
9168         (bit_FMA4_Usable): Updated.
9169         (index_FMA_Usable): New macro.
9170         (CPUID_FMA): Likewise
9171         (HAS_FMA): Defined with bit_FMA_Usable.
9172
9173 2012-10-01  Roland McGrath  <roland@hack.frob.com>
9174
9175         * bits/types.h (__swblk_t): Type removed.
9176         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
9177         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
9178         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
9179         (__SWBLK_T_TYPE): Likewise.
9180         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
9181         (__SWBLK_T_TYPE): Likewise.
9182         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
9183         (__SWBLK_T_TYPE): Likewise.
9184         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
9185         (__SWBLK_T_TYPE): Likewise.
9186
9187 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
9188             Honza Horak <hhorak@redhat.com>
9189
9190         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
9191         (xdr_mapname): Use YPMAXMAP as maxsize.
9192         (xdr_peername): Use YPMAXPEER as maxsize.
9193         (xdr_keydat): Use YPAXRECORD as maxsize.
9194         (xdr_valdat): Use YPMAXRECORD as maxsize.
9195
9196 2012-10-01  Roland McGrath  <roland@hack.frob.com>
9197
9198         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
9199
9200         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
9201         * csu/init-first.c: ... here.
9202         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
9203         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
9204         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
9205         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
9206         * sysdeps/i386/init-first.c: File removed.
9207         * sysdeps/sh/init-first.c: File removed.
9208
9209 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
9210
9211         [BZ #14645]
9212         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
9213         if x * y might underflow to zero and z is zero.
9214         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
9215         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
9216         * math/libm-test.inc (min_subnorm_value): New variable.
9217         (fma_test): Add more tests.
9218         (fma_test_towardzero): Likewise.
9219         (fma_test_downward): Likewise
9220         (fma_test_upward): Likewise.
9221         (initialize): Set min_subnorm_value.
9222
9223 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
9224
9225         [BZ #14638]
9226         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
9227         0 + 0.
9228         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
9229         mode for addition resulting in exact zero.
9230         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
9231         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
9232         exact 0 + 0.
9233         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
9234         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
9235         * math/libm-test.inc (fma_test): Add more tests.
9236         (fma_test_towardzero): New function.
9237         (fma_test_downward): Likewise.
9238         (fma_test_upward): Likewise.
9239         (main): Call the new functions.
9240
9241 2012-09-28  David S. Miller  <davem@davemloft.net>
9242
9243         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
9244
9245 2012-09-28  Roland McGrath  <roland@hack.frob.com>
9246
9247         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
9248         instead of SIGALRM.
9249
9250         * sysdeps/gnu/_G_config.h: Moved to ...
9251         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
9252         * sysdeps/mach/hurd/_G_config.h: Moved to ...
9253         * sysdeps/generic/_G_config.h: ... here.
9254
9255         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
9256
9257         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
9258
9259         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
9260         Conditionalize target on [libnss_test1.so-version].
9261
9262         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
9263
9264         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
9265         (elfobjdir): Move out of conditionals.
9266
9267         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
9268         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
9269         (__nss_lookup_function): Conditionalize label remove_from_tree on
9270         [!DO_STATIC_NSS || SHARED], matching its only use.
9271
9272 2012-09-28  David S. Miller  <davem@davemloft.net>
9273
9274         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
9275         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
9276         file.
9277         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
9278         sysdep_routines.
9279         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
9280         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
9281         when HWCAP_SPARC_CRYPTO is present.
9282
9283 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
9284
9285         * io/tst-mknodat.c: Create a FIFO instead of a socket.
9286
9287 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
9288
9289         [BZ #6530]
9290         * stdio-common/vfprintf.c (process_string_arg): Revert
9291         2000-07-22 change.
9292
9293 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
9294
9295         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
9296         for testcase.
9297         * stdio-common/tst-sprintf.c: Include <locale.h>
9298         (main): Test sprintf's handling of incomplete multibyte
9299         characters.
9300
9301 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
9302
9303         * elf/dl-runtime.c (VERSYMIDX): Removed.
9304         * elf/dl-version.c (VERSYMIDX): Likewise.
9305         * elf/do-rel.h (VERSYMIDX): Likewise.
9306         (VALIDX): Likewise.
9307         * elf/dynamic-link.h (VERSYMIDX): Likewise.
9308         * elf/rtld.c (VALIDX): Likewise.
9309         (ADDRIDX): Likewise.
9310         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
9311         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
9312         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9313         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
9314         (VALIDX): Likewise.
9315         (ADDRIDX): Likewise.
9316
9317 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
9318
9319         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
9320
9321 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
9322
9323         [BZ #11438]
9324         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
9325         to global scope.
9326         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
9327         addresses are in the same scope as 192.0.2/24.
9328         * posix/gai.conf: Document new scope table defaults.
9329
9330 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9331
9332         [BZ #5298]
9333         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
9334         for ftell.  Compute offsets from write pointers instead.
9335         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
9336
9337 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9338
9339         [BZ #14543]
9340         * libio/Makefile (tests): New test case tst-fseek.
9341         * libio/tst-fseek.c: New test case to verify that fseek/ftell
9342         combination works in wide mode.
9343         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
9344         state when the external buffer state changes.
9345
9346 2012-09-27  David S. Miller  <davem@davemloft.net>
9347
9348         [BZ #14376]
9349         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
9350         pass reloc->r_addend in as the 'high' argument to
9351         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
9352
9353         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9354
9355 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
9356
9357         * rt/tst-aio2.c: Include <pthread.h>.
9358         * rt/tst-aio3.c: Likewise.
9359
9360 2012-09-27  Steve Ellcey  <sellcey@mips.com>
9361
9362         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
9363
9364 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
9365
9366         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
9367         contents on [SHARED].
9368
9369 2012-09-26  Marek Polacek  <polacek@redhat.com>
9370
9371         [BZ #14530]
9372         [BZ #13741]
9373         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
9374         for C++ and GCC <4.3 as well as for non GCC compilers.
9375
9376 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
9377
9378         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9379
9380 2012-09-25  Roland McGrath  <roland@hack.frob.com>
9381
9382         * Makefile.in (all, install): Declare with .PHONY.
9383         Reported by Michael Hope <michael.hope@linaro.org>.
9384
9385 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
9386
9387         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
9388         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
9389         system header.
9390         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
9391         Likewise.
9392         (sydep_routines): Add the new and the internal functions.
9393         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
9394         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
9395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
9396         (GLIBC_2.17): Add the new function.
9397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
9398         (GLIBC_2.17): Likewise.
9399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
9400         (GLIBC_2.17): Likewise.
9401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
9402         (GLIBC_2.17): Likewise.
9403         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
9404
9405 2012-09-25  Alan Modra  <amodra@gmail.com>
9406
9407         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
9408         Add release barrier before setting once_control to say
9409         initialisation is done.  Add hints on lwarx.  Use macro in
9410         place of isync.
9411         (clear_once_control): Add release barrier.
9412
9413 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
9414
9415         [BZ #13629]
9416         * math/s_clog.c (__clog): Handle more values close to |z| = 1
9417         specially.
9418         * math/s_clog10.c (__clog10): Likewise.
9419         * math/s_clog10f.c (__clog10f): Likewise.
9420         * math/s_clog10l.c (__clog10l): Likewise.
9421         * math/s_clogf.c (__clogf): Likewise.
9422         * math/s_clogl.c (__clogl): Likewise.
9423         * math/Makefile (libm-calls): Add x2y2m1.
9424         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
9425         (__x2y2m1): Likewise.
9426         (__x2y2m1l): Likewise.
9427         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
9428         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
9429         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
9430         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
9431         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
9432         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
9433         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
9434         * sysdeps/i386/fpu/libm-test-ulps: Update.
9435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9436
9437         [BZ #14621]
9438         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
9439         int as type of variable DEPTH.
9440         (glob): Use size_t instead of int as type of variables NEWCOUNT
9441         and OLD_PATHC.
9442
9443 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9444
9445         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
9446         Add s_sincosf-sse2.
9447         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
9448         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
9449         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
9450         macros for using routine as __sincosf_ia32.
9451         Use macro for function declaration and weak_alias.
9452         * sysdeps/i386/fpu/libm-test-ulps: Update.
9453
9454         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
9455         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9456
9457         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
9458         subnormal argument.
9459         * math/s_cexpf.c (__cexpf): Likewise.
9460         * math/s_csinf.c (__csinf): Likewise.
9461         * math/s_csinhf.c (__csinhf): Likewise.
9462         * math/s_ctanf.c (__ctanf): Likewise.
9463         * math/s_ctanhf.c (__ctanhf): Likewise.
9464         * math/s_ccosh.c (__ccoshf): Likewise.
9465         * math/s_cexp.c (__cexpl): Likewise.
9466         * math/s_csin.c (__csin): Likewise.
9467         * math/s_csinh.c (__csinh): Likewise.
9468         * math/s_ctan.c (__ctan): Likewise.
9469         * math/s_ctanh.c (ctanh): Likewise.
9470         * math/s_ccoshl.c (__ccoshl): Likewise.
9471         * math/s_cexpl.c (__cexpl): Likewise.
9472         * math/s_csinl.c (__csinl): Likewise.
9473         * math/s_csinhl.c (__csinhl): Likewise.
9474         * math/s_ctanl.c (__ctanl): Likewise.
9475         * math/s_ctanhl.c (__ctanhl): Likewise.
9476
9477 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
9478
9479         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
9480         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
9481         (_IO_off_t): Define to __off_t, not _G_off_t.
9482         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
9483         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
9484         (_IO_wint_t): Define to wint_t, not _G_wint_t.
9485         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
9486         type of __dummy and __dummy2 fields.
9487         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
9488         (_G_ssize_t): Likewise.
9489         (_G_off_t): Likewise.
9490         (_G_pid_t): Likewise.
9491         (_G_uid_t): Likewise.
9492         (_G_wchar_t): Likewise.
9493         (_G_wint_t): Likewise.
9494         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
9495         (_G_ssize_t): Likewise.
9496         (_G_off_t): Likewise.
9497         (_G_pid_t): Likewise.
9498         (_G_uid_t): Likewise.
9499         (_G_wchar_t): Likewise.
9500         (_G_wint_t): Likewise.
9501         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
9502         (_G_ssize_t): Likewise.
9503         (_G_off_t): Likewise.
9504         (_G_pid_t): Likewise.
9505         (_G_uid_t): Likewise.
9506         (_G_wchar_t): Likewise.
9507         (_G_wint_t): Likewise.
9508
9509 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9510
9511         * malloc/arena.c: Include malloc-sysdep.h.
9512         (shrink_heap): Use check_may_shrink_heap to decide if madvise
9513         is sufficient to shrink the heap or an unmap is needed.
9514         * sysdeps/generic/malloc-sysdep.h: New file.  Define
9515         new function check_may_shrink_heap.
9516         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
9517         new function check_may_shrink_heap.
9518
9519 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9520
9521         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
9522         comments.
9523
9524 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
9525
9526         * catgets/test-gencat.sh: Add "set -e".
9527         * elf/tst-pathopt.sh: Likewise.
9528         * grp/tst_fgetgrent.sh: Likewise.
9529         * iconvdata/run-iconv-test.sh: Likewise.
9530         * intl/tst-gettext.sh: Likewise.
9531         * intl/tst-gettext2.sh: Likewise.
9532         * intl/tst-gettext4.sh: Likewise.
9533         * intl/tst-gettext6.sh: Likewise.
9534         * intl/tst-translit.sh: Likewise.
9535         * io/ftwtest-sh: Likewise.
9536         * libio/test-freopen.sh: Likewise.
9537         * malloc/tst-mtrace.sh: Likewise.
9538         * posix/globtest.sh: Likewise.
9539         * posix/tst-getconf.sh: Likewise.
9540         * posix/wordexp-tst.sh: Likewise.
9541         * stdio-common/tst-printf.sh: Likewise.
9542         * stdio-common/tst-unbputc.sh: Likewise.
9543         * stdlib/tst-fmtmsg.sh: Likewise.
9544         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
9545         * catgets/Makefile: Do not specify -e option when running
9546         testsuite shell scripts.
9547         * elf/Makefile: Likewise.
9548         * grp/Makefile: Likewise.
9549         * iconvdata/Makefile: Likewise.
9550         * intl/Makefile: Likewise.
9551         * io/Makefile: Likewise.
9552         * libio/Makefile: Likewise.
9553         * malloc/Makefile: Likewise.
9554         * posix/Makefile: Likewise.
9555         * stdio-common/Makefile: Likewise.
9556         * stdlib/Makefile: Likewise.
9557         * sysdeps/x86_64/Makefile: Likewise.
9558
9559         * io/ftwtest-sh: Add copyright header.
9560         * posix/globtest.sh: Likewise.
9561         * posix/tst-getconf.sh: Likewise.
9562         * posix/wordexp-tst.sh: Likewise.
9563         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
9564
9565 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
9566
9567         [BZ #13679]
9568         * Makeconfig (+link): Defined as $(+link-static) if
9569         $(build-shared) isn't yes.
9570         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
9571         isn't yes.
9572         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
9573
9574         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
9575
9576         [BZ #14562]
9577         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
9578         new chunk size with MALLOC_ALIGN_MASK.
9579
9580 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
9581
9582         [BZ #5044]
9583         * stdio-common/printf_fphex.c: Include <stdbool.h> and
9584         <rounding-mode.h>.
9585         (__printf_fphex): Determine rounding using get_rounding_mode and
9586         round_away.
9587         * stdio-common/tst-printf-round.c (struct hex_test): New
9588         structure.
9589         (hex_tests): New variable.
9590         (test_hex_in_one_mode): New function.
9591         (do_test): Also run tests for hex float output.
9592
9593 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
9594
9595         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
9596         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
9597         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
9598         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
9599         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
9600         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
9601         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
9602         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
9603
9604 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
9605
9606         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
9607         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
9608         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
9609         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
9610
9611 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
9612
9613         [BZ #14579]
9614         * elf/rtld.c (dl_main): Limit the check for self loading to normal
9615         mode only.
9616         * elf/tst-rtld-load-self.sh: New test.
9617         * elf/Makefile: Run it.
9618
9619 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
9620
9621         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
9622         (tst-writev-ENV): Remove.
9623         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
9624
9625 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
9626
9627         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
9628
9629 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
9630
9631         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
9632         unconditional.
9633         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
9634         Likewise.
9635         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
9636         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
9637         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
9638         Likewise.
9639
9640 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
9641
9642         [BZ #14587]
9643         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
9644         * config.make.in (have-cpp-asm-debuginfo): Removed.
9645         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
9646         * configure: Regenerated.
9647
9648 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
9649
9650         [BZ #5044]
9651         * stdio-common/printf_fp.c: Include <stdbool.h> and
9652         <rounding-mode.h>.
9653         (___printf_fp): Determine rounding using get_rounding_mode and
9654         round_away.
9655         * stdio-common/tst-printf-round.c: New file.
9656         * stdio-common/Makefile (tests): Add tst-printf-round.
9657         (link-libm): New variable.
9658         ($(objpfx)tst-printf-round): Depend in $(link-libm).
9659
9660 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
9661
9662         [BZ #14576]
9663         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
9664         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
9665         Likewise.
9666         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
9667         Likewise.
9668
9669 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
9670
9671         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
9672         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
9673         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
9674         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
9675
9676 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
9677
9678         [BZ #14518]
9679         * include/rounding-mode.h: New file.
9680         * sysdeps/generic/get-rounding-mode.h: Likewise.
9681         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
9682         * stdlib/strtod_l.c: Include <rounding-mode.h>.
9683         (MAX_VALUE): New macro.
9684         (MIN_VALUE): Likewise.
9685         (overflow_value): New function.
9686         (underflow_value): Likewise.
9687         (round_and_return): Use overflow_value and underflow_value to
9688         determine return values in overflow and underflow cases.  Use
9689         round_away to determine rounding depending on rounding mode.
9690         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
9691         determine return values in overflow and underflow cases.
9692         * stdlib/tst-strtod-round.c: Include <fenv.h>.
9693         (struct test_results): New structure.
9694         (struct test): Use struct test_results to store expected results
9695         for all rounding modes.
9696         (TEST): Include expected results for all rounding modes.
9697         (test_in_one_mode): New function.
9698         (do_test): Use test_in_one_mode to compute and check results.
9699         Check results for all rounding modes.
9700         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
9701         $(link-libm).
9702
9703 2012-12-09  Allan McRae  <allan@archlinux.org>
9704
9705         * sysdeps/i386/fpu/libm-test-ulps: Update
9706
9707 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
9708
9709         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
9710         (_G_int32_t): Likewise.
9711         (_G_uint16_t): Likewise.
9712         (_G_uint32_t): Likewise.
9713         (_G_HAVE_BOOL): Likewise.
9714         (_G_HAVE_ATEXIT): Likewise.
9715         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
9716         (_G_HAVE_IO_FILE_OPEN): Likewise.
9717         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
9718         (_G_int32_t): Likewise.
9719         (_G_uint16_t): Likewise.
9720         (_G_uint32_t): Likewise.
9721         (_G_HAVE_BOOL): Likewise.
9722         (_G_HAVE_ATEXIT): Likewise.
9723         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
9724         (_G_HAVE_IO_FILE_OPEN): Likewise.
9725         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
9726         (_G_int32_t): Likewise.
9727         (_G_uint16_t): Likewise.
9728         (_G_uint32_t): Likewise.
9729         (_G_HAVE_BOOL): Likewise.
9730         (_G_HAVE_ATEXIT): Likewise.
9731         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
9732         (_G_HAVE_IO_FILE_OPEN): Likewise.
9733
9734 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
9735
9736         * csu/libc-tls.c: Update copyright years.
9737
9738 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
9739
9740         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
9741         [!_G_USING_THUNKS]: Remove conditional code.
9742         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
9743         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
9744
9745         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
9746         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
9747         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
9748         (_G_VTABLE_LABEL_PREFIX): Likewise.
9749         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
9750         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
9751         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
9752         (_G_VTABLE_LABEL_PREFIX): Likewise.
9753         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
9754         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
9755         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
9756         (_G_VTABLE_LABEL_PREFIX): Likewise.
9757         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
9758
9759 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
9760
9761         * libio/Makefile: Include ../Makeconfig before tests.
9762         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
9763         only if $(build-shared) is yes.
9764
9765         * iconv/gconv_db.c: Update copyright years.
9766
9767 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9768
9769         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
9770         unwind info if defined PIC. Fix special cases description.
9771         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
9772
9773         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
9774         DP_HI_MASK entry.
9775         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
9776
9777 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
9778
9779         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
9780
9781         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
9782         is NULL.
9783
9784         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
9785         (LDLIBS-tst-chk4): This.
9786         (LDFLAGS-tst-chk5): Renamed to ...
9787         (LDLIBS-tst-chk5): This.
9788         (LDFLAGS-tst-chk6): Renamed to ...
9789         (LDLIBS-tst-chk6): This.
9790         (LDFLAGS-tst-lfschk4): Renamed to ...
9791         (LDLIBS-tst-lfschk4): This.
9792         (LDFLAGS-tst-lfschk5): Renamed to ...
9793         (LDLIBS-tst-lfschk5): This.
9794         (LDFLAGS-tst-lfschk6): Renamed to ...
9795         (LDLIBS-tst-lfschk6): This.
9796
9797         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
9798         on $(common-objpfx)soversions.mk.
9799
9800 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
9801
9802         [BZ #10014]
9803         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
9804         example host name.
9805
9806 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
9807
9808         * malloc/arena.c (arena_get_retry): New function that gets
9809         another arena for the caller to try its request on.
9810         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
9811         current arena cannot fulfill the request.
9812         (__libc_memalign): Likewise.
9813         (__libc_memalign): Likewise.
9814         (__libc_pvalloc): Likewise.
9815         (__libc_calloc): Likewise.
9816
9817 2012-09-05  John Tobey  <john.tobey@gmail.com>
9818
9819         [BZ #13542]
9820         * manual/arith.texi (Operations on Complex): Fix description
9821         of carg branch cut.
9822
9823 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
9824
9825         [BZ #10014]
9826         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
9827         host name.
9828
9829         [BZ #10038]
9830         * manual/memory.texi (Memory): Make order of menu items match
9831         order of sections.
9832
9833 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
9834
9835         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
9836         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
9837         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
9838
9839 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
9840
9841         * csu/libc-tls.c (static_dtv): Renamed to ...
9842         (_dl_static_dtv): This.  Make it global.
9843         (_dl_initial_dtv): Removed.
9844         (__libc_setup_tls): Updated.
9845         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
9846         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
9847         DL_INITIAL_DTV.
9848
9849 2012-09-06  Petr Machata  <pmachata@redhat.com>
9850
9851         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
9852         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
9853         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
9854         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
9855
9856 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
9857
9858         [BZ #14545]
9859         * csu/libc-tls.c (_dl_initial_dtv): New variable.
9860         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
9861         freeing dtv[-1].
9862
9863 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
9864
9865         [BZ #14544]
9866         * Makeconfig (link-static-before-libc): Replace $(+prector)
9867         with $(+prectorT).
9868         (link-static-after-libc): Replace $(+postctor) with
9869         $(+postctorT).
9870         (link-bounded): Replace $(+prector)/$(+postctor) with
9871         $(+prectorT)/$(+postctorT).
9872         (+prectorT): New macro.
9873         (+postctorT): Likewise.
9874
9875 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
9876
9877         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
9878         (round_str): Handle values above the maximum for IBM long double
9879         as inexact.
9880         * stdlib/tst-strtod-round.c (tests): Regenerated.
9881
9882 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9883
9884         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
9885         assembler flag.
9886         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
9887         zarch_nohighgprs around the zarch optimized routines.
9888         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
9889         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
9890         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
9891         for zarch.
9892
9893 2012-09-05  David S. Miller  <davem@davemloft.net>
9894
9895         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9896
9897         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
9898         HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
9899         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
9900         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
9901         entries.
9902
9903 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
9904
9905         * malloc/arena.c: Fold copyright years.
9906         * malloc/mcheck.c, malloc/memusage.c: Likewise.
9907
9908 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
9909
9910         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
9911
9912 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
9913
9914         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
9915
9916 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
9917
9918         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
9919         change internal state upon failure.
9920
9921 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
9922
9923         * malloc/mcheck.c (mcheck_check_all): Fix typo.
9924         * malloc/memusage.c (mmap): Likewise.
9925         (mmap64, mremap): Likewise.  Adjust name in comment.
9926
9927 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9928
9929         * libio/fileops.c: Fix typos in comments.
9930         * libio/oldfileops.c: Likewise.
9931         * libio/wfileops.c: Likewise.
9932
9933 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9934
9935         [BZ #1349]
9936         * malloc/Makefile (tests): Add tst-malloc-usable test case.
9937         (tst-malloc-usable-ENV): Set environment for test case.
9938         * malloc/hooks.c (malloc_check_get_size): New function to get
9939         requested size.
9940         * malloc/malloc.c (musable): Use malloc_check_get_size.
9941         * malloc/tst-malloc-usable.c: New test case.
9942
9943 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
9944
9945         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
9946
9947 2012-09-05  Allan McRae  <allan@archlinux.org>
9948
9949         [BZ #13966]
9950         * configure.in (CXX_SYSINCLUDES): Use compiler output to
9951         determine header location.
9952         * configure: Regenerated.
9953
9954 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
9955
9956         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
9957         float format.
9958         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
9959         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
9960         format.
9961         (test): Regenerate.
9962
9963 2012-09-04  David S. Miller  <davem@davemloft.net>
9964
9965         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
9966         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
9967         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
9968
9969 2012-09-04  Florian Weimer  <fweimer@redhat.com>
9970
9971         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
9972         failures.
9973
9974         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
9975
9976 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
9977
9978         [BZ #9914]
9979         * libio/iogetdelim.c: Include <limits.h>.
9980         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
9981         + len + 1 would overflow.
9982
9983 2012-09-03  Andreas Jaeger  <aj@suse.de>
9984
9985         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9986         * sysdeps/i386/fpu/libm-test-ulps: Update.
9987
9988 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
9989
9990         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
9991         Add s_sinf-sse2, s_conf-sse2.
9992
9993         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
9994         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
9995         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
9996         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
9997
9998         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
9999         for using routine as __sinf_ia32.
10000         Use macro for function declaration and weak_alias.
10001         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
10002         for using routine as __cosf_ia32.
10003         Use macro for function declaration and weak_alias.
10004
10005         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
10006         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
10007
10008         * sysdeps/x86_64/fpu/s_sinf.S: New file.
10009         * sysdeps/x86_64/fpu/s_cosf.S: New file.
10010         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10011
10012         * math/libm-test.inc (cos_test): Add more test cases.
10013         (sin_test): Likewise.
10014         (sincos_test): Likewise.
10015
10016 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10017
10018         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
10019         (IFUNC_RESOLVE): Make pointers to the specialized implementations
10020         hidden.
10021         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
10022
10023 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
10024
10025         [BZ #14538]
10026         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
10027         first element of the GOT.
10028         (elf_machine_load_address): Return the difference between
10029         the runtime address of _DYNAMIC and elf_machine_dynamic ().
10030
10031 2012-09-01  Allan McRae  <allan@archlinux.org>
10032
10033         [BZ #13412]
10034         * configure.in (AWK): Require gawk version 3.0 or later.
10035         * configure: Regenerated.
10036
10037 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
10038
10039         * sysdeps/unix/sysv/linux/kernel-features.h
10040         (__ASSUME_POSIX_CPU_TIMERS): Remove.
10041         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
10042         [__NR_clock_getres]: Make code unconditional.
10043         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
10044         (clock_getcpuclockid): Remove code left unreachable by removal of
10045         conditionals.
10046         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
10047         code unconditional.
10048         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
10049         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
10050         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
10051         Make code unconditional.
10052         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
10053         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
10054         * sysdeps/unix/sysv/linux/clock_settime.c
10055         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
10056         conditional code.
10057         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
10058         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
10059
10060 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
10061
10062         [BZ #14476]
10063         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
10064         scripts/test-installation.pl.
10065
10066         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
10067         and $ld_so_version if it is set.
10068
10069 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
10070
10071         [BZ #14516]
10072         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
10073         failure if reading from procfs failed.
10074         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
10075
10076 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
10077
10078         * sysdeps/unix/sysv/linux/kernel-features.h
10079         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
10080         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
10081         Remove conditional code.
10082         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
10083         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
10084         Remove conditional code.
10085         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
10086         * sysdeps/unix/sysv/linux/i386/fxstat.c
10087         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
10088         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
10089         * sysdeps/unix/sysv/linux/i386/fxstatat.c
10090         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
10091         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
10092         * sysdeps/unix/sysv/linux/i386/lxstat.c
10093         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
10094         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
10095         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
10096         Remove conditional code.
10097         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
10098         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
10099         Remove conditional code.
10100         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
10101         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
10102         <kernel-features.h>.
10103         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
10104         Remove.
10105         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
10106         Remove conditional code.
10107         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
10108         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
10109         Remove conditional.
10110
10111 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
10112
10113         [BZ #5400]
10114         * NEWS: Add fixed bug number.
10115
10116 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
10117
10118         [BZ #14519]
10119         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
10120         underflowing exponent in case of negative sign.
10121         * stdlib/tst-strtod-round-data: Add more tests.
10122         * stdlib/tst-strtod-round.c (tests): Regenerated.
10123
10124         [BZ #3479]
10125         * stdlib/strtod_l.c (NDIG): Remove.
10126         (HEXNDIG): Likewise.
10127         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
10128         smallest representable value.
10129         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
10130         lie within an exact representation of 1/2 ulp of the result.
10131         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
10132         unconditionally.
10133         (TENS_P9_IDX): Define unconditionally.
10134         (TENS_P9_SIZE): Likewise.
10135         (TENS_P10_IDX): Likewise.
10136         (TENS_P10_SIZE): Likewise.
10137         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
10138         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
10139         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
10140         entries for 10^2^13 and 10^2^14.
10141         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
10142         (TENS_P13_IDX): Define.
10143         (TENS_P13_SIZE): Likewise.
10144         (TENS_P14_IDX): Likewise.
10145         (TENS_P14_SIZE): Likewise.
10146         (_fpioconst_pow10): Change array size to
10147         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
10148         unconditional.
10149         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
10150         1024]: Add entries for 10^2^13 and 10^2^14.
10151         [LAST_POW10 > _LAST_POW10]: Remove #error.
10152         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
10153         (_fpioconst_pow10): Change array size to
10154         FPIOCONST_POW10_ARRAY_SIZE.
10155         * stdlib/gen-fpioconst.c: New file.
10156         * stdlib/gen-tst-strtod-round.c: Likewise.
10157         * stdlib/tst-strtod-round-data: Likewise.
10158         * stdlib/tst-strtod-round.c: Likewise.
10159         * stdlib/Makefile (tests): Add tst-strtod-round.
10160
10161         [BZ #14459]
10162         * stdlib/strtod_l.c: Include <stdint.h>.
10163         (NDEBUG): Do not define.
10164         (round_and_return): Change EXPONENT parameter to type intmax_t.
10165         Rearrange calculations to avoid internal overflow possibilities.
10166         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
10167         Rearrange calculations to avoid internal overflow possibilities.
10168         Assert that number fits inside MPNSIZE limbs.
10169         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
10170         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
10171         calculations and add assertions to avoid internal overflow
10172         possibilities.  Add casts to avoid signed/unsigned operations.
10173         * stdlib/tst-strtod-overflow.c: New file.
10174         * stdlib/Makefile (tests): Add tst-strtod-overflow.
10175
10176 2012-08-25  Marek Polacek  <polacek@redhat.com>
10177
10178         * time/time.h: Fix some typos in comments.
10179
10180 2012-08-23  Roland McGrath  <roland@hack.frob.com>
10181
10182         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
10183         * posix/tst-rfc3484-2.c: Likewise.
10184         * posix/tst-rfc3484-3.c: Likewise.
10185
10186 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
10187
10188         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
10189         (EF_ARM_ABI_FLOAT_HARD): Likewise.
10190
10191 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
10192
10193         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
10194         #include of fxstatat64.c.
10195
10196 2012-08-22  Roland McGrath  <roland@hack.frob.com>
10197
10198         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
10199         * shadow/getspent_r.c: Likewise.
10200         * shadow/getspnam.c: Likewise.
10201         * shadow/getspnam_r.c: Likewise.
10202         * gshadow/getsgent.c: Likewise.
10203         * gshadow/getsgent_r.c: Likewise.
10204         * gshadow/getsgnam.c: Likewise.
10205         * gshadow/getsgnam_r.c: Likewise.
10206         * inet/getnetbyad.c: Likewise.
10207         * inet/getnetbyad_r.c: Likewise.
10208         * inet/getnetbynm.c: Likewise.
10209         * inet/getnetbynm_r.c: Likewise.
10210         * inet/getnetent.c: Likewise.
10211         * inet/getnetent_r.c: Likewise.
10212         * inet/getproto.c: Likewise.
10213         * inet/getproto_r.c: Likewise.
10214         * inet/getprtent.c: Likewise.
10215         * inet/getprtent_r.c: Likewise.
10216         * inet/getprtname.c: Likewise.
10217         * inet/getprtname_r.c: Likewise.
10218         * inet/getrpcbyname.c: Likewise.
10219         * inet/getrpcbyname_r.c: Likewise.
10220         * inet/getrpcbynumber.c: Likewise.
10221         * inet/getrpcbynumber_r.c: Likewise.
10222         * inet/getrpcent.c: Likewise.
10223         * inet/getrpcent_r.c: Likewise.
10224         * inet/getaliasent.c: Likewise.
10225         * inet/getaliasent_r.c: Likewise.
10226         * inet/getaliasname.c: Likewise.
10227         * inet/getaliasname_r.c: Likewise.
10228         * nscd/getgrgid_r.c: Likewise.
10229         * nscd/getgrnam_r.c: Likewise.
10230         * nscd/gethstbyad_r.c: Likewise.
10231         * nscd/gethstbynm3_r.c: Likewise.
10232         * nscd/getpwnam_r.c: Likewise.
10233         * nscd/getpwuid_r.c: Likewise.
10234         * nscd/getsrvbynm_r.c: Likewise.
10235         * nscd/getsrvbypt_r.c: Likewise.
10236         * nscd/gai.c: Likewise.
10237
10238         * configure.in (build_nscd): New substituted variable, set
10239         by --disable-build-nscd and defaults to $use_nscd.
10240         * configure: Regenerated.
10241         * config.make.in (build-nscd): New substituted variable.
10242         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
10243         Change conditional to require [$(build-nscd) = yes] as well.
10244         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
10245
10246         [BZ# 13696]
10247         * configure.in (use_nscd): New substituted variable, set by
10248         --disable-nscd.  If enabled, define USE_NSCD.
10249         * configure: Regenerated.
10250         * config.h.in: Add USE_NSCD.
10251         * config.make.in (use-nscd): New substituted variable.
10252         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
10253         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
10254         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
10255         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
10256         (CFLAGS-getgrnam_r.c): Likewise.
10257         (CFLAGS-initgroups.c): Likewise.
10258         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
10259         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
10260         Variables removed.
10261         * inet/getnetgrent_r.c
10262         (nscd_setnetgrent): New function, broken out of ...
10263         (setnetgrent): ... here.  Call it.
10264         (innetgr): Conditionalize nscd bits on [USE_NSCD].
10265         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
10266         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
10267         * nscd/Makefile (routines, aux): Move definitions after include of
10268         Makeconfig.  Conditionalize on [$(use-nscd) != no].
10269         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
10270         Conditionalize on [USE_NSCD].
10271         (is_nscd, nscd_init_cb): Likewise.
10272         (nss_load_library): Conditionalize init callback on [USE_NSCD].
10273         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
10274         * nss/nss_db/db-init.c: Likewise.
10275         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
10276         [USE_NSCD].
10277         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
10278         (make_request): Use it.
10279         (cache_valid_p): New function.
10280         (__check_pf): Use it.
10281         * NEWS: Add item for --disable-nscd.
10282
10283 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
10284
10285         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
10286         to support sed >= 4.2.1-20-ga9bf076.
10287         * configure: Regenerated.
10288
10289 2012-08-22  Roland McGrath  <roland@hack.frob.com>
10290
10291         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
10292         Conditionalize whole body on [IREL].
10293
10294 2012-08-22  Jeff Law <law@redhat.com>
10295
10296         [BZ #14505]
10297         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
10298         if the family is PF_UNSPEC.
10299
10300 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
10301
10302         * Makerules (lib-version): Rename from V.
10303         (install-lib-nosubdir): Change V to lib-version.
10304
10305 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
10306
10307         [BZ #14252]
10308         * powerpc32/power6/wcschr.c: New file.
10309         * powerpc32/power6/wcscpy.c: New file.
10310         * powerpc32/power6/wcsrchr.c: New file.
10311         * powerpc64/power6/wcschr.c: New file.
10312         * powerpc64/power6/wcscpy.c: New file.
10313         * powerpc64/power6/wcsrchr.c: New file.
10314
10315 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
10316
10317         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
10318         (two_way_short_needle): Use it.
10319         * string/strstr.c (AVAILABLE1_USES_J): Define.
10320         * string/strcasestr.c: Likewise.
10321
10322         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
10323         array references.
10324         * string/strcasestr.c (TOLOWER): Make side-effect safe.
10325
10326         [BZ #11607]
10327         * NEWS: Add an entry.
10328         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
10329         define their defaults.
10330         (two_way_short_needle): Detect end-of-string on-the-fly.
10331         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
10332         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
10333         * string/bug-strcasestr1.c: New test.
10334         * string/Makefile: Run it.
10335
10336 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
10337
10338         [BZ #11607]
10339         * string/str-two-way.h (two_way_short_needle): Optimize matching of
10340         the first character.
10341
10342 2012-08-21  Roland McGrath  <roland@hack.frob.com>
10343
10344         * csu/elf-init.c (__libc_csu_irel): Function removed.
10345         * csu/libc-start.c (apply_irel): New function.
10346         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
10347
10348 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
10349
10350         * sysdeps/unix/sysv/linux/kernel-features.h
10351         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
10352         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
10353         <kernel-features.h>.
10354         [__NR_fadvise64_64]: Make code unconditional.
10355         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
10356         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
10357         !__NR_fadvise64_64)]: Likewise.
10358         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
10359         !__NR_fadvise64_64))]: Likewise.
10360         [__NR_fadvise64]: Make code unconditional.
10361         [!__NR_fadvise64]: Remove conditional code.
10362         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
10363         <kernel-features.h>.
10364         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
10365         unconditional.
10366         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
10367         conditional code.
10368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
10369         not include <kernel-features.h>.
10370         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
10371         unconditional.
10372         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
10373         conditional code.
10374         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
10375         include <kernel-features.h>.
10376         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
10377         unconditional.
10378         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
10379         conditional code.
10380
10381 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
10382
10383         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
10384         slight instruction rearrangements per scrollpipe analysis.
10385         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
10386
10387 2012-08-20  Roland McGrath  <roland@hack.frob.com>
10388
10389         * manual/syslog.texi (syslog; vsyslog, closelog):
10390         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
10391         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
10392
10393         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
10394         DSOCAPS to match condition on defining it.
10395
10396 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
10397
10398         * sysdeps/unix/sysv/linux/kernel-features.h
10399         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
10400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
10401         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
10402         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
10403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
10404         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
10405         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
10406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
10407         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
10408         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
10409
10410         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
10411         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
10412
10413         * sysdeps/unix/sysv/linux/kernel-features.h
10414         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
10415         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
10416         unconditional.
10417         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
10418         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
10419         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
10420         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
10421         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
10422         Make code unconditional.
10423         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
10424         (__mmap64) [!__NR_mmap2]: Likewise.
10425         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
10426         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
10427         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
10428         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
10429         [__NR_mmap2]: Make code unconditional.
10430         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
10431         (__mmap64) [!__NR_mmap2]: Likewise.
10432
10433 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10434
10435         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
10436
10437 2012-08-18  Andreas Jaeger  <aj@suse.de>
10438
10439         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
10440
10441 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
10442
10443         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
10444         * include/unistd.h (__have_sock_cloexec): Likewise.
10445         (__have_pipe2): Likewise.
10446         (__have_dup3): Likewise.
10447
10448 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
10449
10450         [BZ #9685]
10451         * include/unistd.h (__have_pipe2): Change define into an extern int.
10452         (__have_dup3): Likewise.
10453         * socket/have_sock_cloexec.c: Include fcntl.h.
10454         (__have_pipe2): New variable.
10455         (__have_dup3): Likewise.
10456
10457 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
10458
10459         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
10460
10461 2012-08-17  Marek Polacek  <polacek@redhat.com>
10462
10463         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
10464         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
10465
10466 2012-08-17  Roland McGrath  <roland@hack.frob.com>
10467
10468         * configure.in: Add AC_SUBST for sysheaders.
10469         * configure: Regenerated.
10470         * config.make.in (sysheaders): New substituted variable.
10471
10472         * sysdeps/unix/mkfifo.c: Moved ...
10473         * sysdeps/posix/mkfifo.c: ... here.
10474         * sysdeps/unix/mkfifoat.c: Moved ...
10475         * sysdeps/posix/mkfifoat.c: ... here.
10476
10477         * sysdeps/unix/utime.c: Moved ...
10478         * sysdeps/posix/utime.c: ... here.
10479
10480         * sysdeps/unix/time.c: Moved ...
10481         * sysdeps/posix/time.c: ... here.
10482         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
10483         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
10484
10485         * sysdeps/unix/nice.c: Moved ...
10486         * sysdeps/posix/nice.c: ... here.
10487
10488         * sysdeps/unix/alarm.c: Moved ...
10489         * sysdeps/posix/alarm.c: ... here.
10490
10491         * intl/Makefile ($(codeset_mo)): Depend on the input file.
10492
10493 2012-08-17  Jeff Law <law@redhat.com>
10494
10495         * intl/Makefile (codeset_mo): New variable.
10496         ($(codeset_mo)): New target.
10497         (tst-codeset.out): Depend on that.  Remove explicit rule.
10498         (tst-gettext3.out, tst-gettext5.out): Likewise.
10499         (LOCPATH-ENV, tst-codeset-ENV): New variables.
10500         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
10501         * intl/tst-codeset.sh: Remove.
10502         * intl/tst-gettext3.sh: Likewise.
10503         * intl/tst-gettext5.sh: Likewise.
10504
10505 2012-08-17  Roland McGrath  <roland@hack.frob.com>
10506
10507         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
10508         * sysdeps/unix/syscalls.list: ... here.
10509
10510         * sysdeps/posix/getaddrinfo.c
10511         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
10512         (gaiconf_init, gaiconf_reload): Use them.
10513         [!_STATBUF_ST_NSEC]
10514         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
10515         Define using time_t rather than struct timespec.
10516
10517         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
10518         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
10519         Macros removed.
10520         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
10521         [!NO_THREADS].
10522         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
10523         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
10524         Likewise.
10525
10526         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
10527         __libc_cleanup_push argument.
10528
10529         * bits/param.h: New file.
10530         * misc/sys/param.h: New file.
10531         * include/sys/param.h: New file.
10532         * misc/Makefile (headers): Add bits/param.h.
10533         * sysdeps/generic/sys/param.h: File removed.
10534         * sysdeps/unix/sysv/linux/bits/param.h: New file.
10535         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
10536         * sysdeps/mach/hurd/bits/param.h: New file.
10537         * sysdeps/mach/hurd/sys/param.h: File removed.
10538
10539         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
10540         last change.
10541
10542         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
10543         [_IO_MTSAFE_IO].
10544         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
10545         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
10546         New macros.
10547
10548         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
10549         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
10550         rather than -D_IO_MTSAFE_IO conditionally.
10551         * stdio-common/Makefile (CPPFLAGS): Likewise.
10552         * wcsmbs/Makefile (CPPFLAGS): Likewise.
10553         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
10554         Use $(libio-mtsafe).
10555         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
10556         of -D_IO_MTSAFE_IO.
10557         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
10558         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
10559         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
10560         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
10561         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
10562         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
10563         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
10564         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
10565         (CFLAGS-fread_u_chk.c): Likewise.
10566         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
10567         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
10568         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
10569         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
10570         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
10571         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
10572         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
10573         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
10574         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
10575
10576         * libio/Makefile: Test [$(libc-reentrant) = yes]
10577         instead of [$(filter %REENTRANT, $(defines)) nonempty].
10578
10579         * Makeconfig
10580         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
10581         * sysdeps/pthread/configure: File removed.
10582         * sysdeps/pthread/Makeconfig: New file.
10583         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
10584         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
10585
10586 2012-08-16  Gary Benson  <gbenson@redhat.com>
10587
10588         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
10589         unmapping the first object in a namespace.
10590
10591 2012-08-16  Roland McGrath  <roland@hack.frob.com>
10592
10593         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
10594         (__internal_setnetgrent): ... this.  Add internal_function to
10595         definition.  Add libc_hidden_def.
10596         (setnetgrent): Update caller.
10597         (internal_endnetgrent): Renamed to ...
10598         (__internal_endnetgrent): ... this.  Add internal_function to
10599         definition.  Add libc_hidden_def.
10600         (endnetgrent): Update caller.
10601         (internal_getnetgrent_r): Renamed to ...
10602         (__internal_getnetgrent_r): ... this.  Add internal_function to
10603         definition.  Add libc_hidden_def.
10604         (__getnetgrent_r): Update caller.
10605         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
10606
10607 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
10608
10609         * stdlib/longlong.h: Update from GCC.
10610
10611 2012-08-16  Roland McGrath  <roland@hack.frob.com>
10612
10613         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
10614         on _QL, which is set by umul_ppmm but never used.
10615         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
10616         variables, which are set by GMP macros but never used.
10617         * stdio-common/_itowa.c (_itowa): Likewise.
10618         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
10619         * stdlib/mod_1.c (mpn_mod_1): Likewise.
10620
10621 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
10622
10623         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
10624         struct La_sh_regs is not constant.
10625         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
10626         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
10627         and struct La_sparc64_regs are not constant.
10628
10629 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
10630
10631         * sysdeps/unix/sysv/linux/kernel-features.h
10632         (__ASSUME_POSIX_TIMERS): Remove.
10633         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
10634         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
10635         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
10636         Make code unconditional.
10637         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
10638         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
10639         Make code unconditional.
10640         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
10641         * sysdeps/unix/sysv/linux/clock_nanosleep.c
10642         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
10643         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
10644         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
10645         Make code unconditional.
10646         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
10647         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
10648         (__libc_missing_posix_timers): Remove.
10649
10650 2012-08-15  Roland McGrath  <roland@hack.frob.com>
10651
10652         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
10653         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
10654
10655         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
10656
10657         * elf/dl-sym.c: Include <stdlib.h>.
10658
10659         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
10660         constants, which avoids warnings in 32-bit builds.
10661
10662         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
10663         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
10664
10665         * misc/lseek.c: File moved to ...
10666         * io/lseek.c: ... here.
10667
10668         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
10669
10670         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
10671         shifting LEN more than 31 bits at once.
10672
10673 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10674
10675         [BZ #14195]
10676         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
10677         segmentation fault for a case of two empty input strings.
10678         * string/test-strncasecmp.c (check1): Renamed to...
10679         (bz12205): ...this.
10680         (bz14195): Add new testcase for two empty input strings and N > 0.
10681         (test_main): Call new testcase, adapt for renamed function.
10682
10683 2012-08-15  Andreas Jaeger  <aj@suse.de>
10684
10685         [BZ #14090]
10686         * crypt/md5test2.c: New test, based on test supplied by Serge
10687         Belyshev <belyshev@depni.sinp.msu.ru>.
10688         * crypt/Makefile (xtests): Add md5test-giant..
10689         * crypt/Makefile ($(objpfx)md5test-giant): Add.
10690
10691 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10692
10693         [BZ #14090]
10694         * crypt/md5.c (md5_process_block): Don't assume the buffer
10695         length is less than 2**32.
10696         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
10697         length is less than 2**64.
10698
10699 2012-08-15  Roland McGrath  <roland@hack.frob.com>
10700
10701         * string/str-two-way.h: Include <sys/param.h>.
10702         (MAX): Macro removed.
10703
10704         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
10705         Move #define and #undef of memmove to just before and after
10706         including <string.h>.
10707
10708         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
10709         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
10710         and after including <string.h>.  Move declarations of
10711         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
10712         to before #include "string/memmove.c".
10713
10714         * include/dirent.h: Declare __getdirentries.
10715
10716         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
10717         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
10718
10719 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
10720
10721         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
10722         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
10723         * sysdeps/i386/configure: Regenerated.
10724         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
10725         STABS_CURRENT_FILE, and STABS_FUN.
10726         (END): Remove call to STABS_FUN_END.
10727         (STABS_CURRENT_FILE1): Delete.
10728         (STABS_CURRENT_FILE): Likewise.
10729         (STABS_FUN): Likewise.
10730         (STABS_FUN_END): Likewise.
10731         (STABS_FUN2): Likewise.
10732         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
10733         * sysdeps/x86_64/configure: Regenerated.
10734
10735 2012-08-14  Roland McGrath  <roland@hack.frob.com>
10736
10737         * elf/dl-open.c: Include <atomic.h>.
10738         * elf/dl-lookup.c: Likewise.
10739
10740 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
10741
10742         * sysdeps/unix/sysv/linux/kernel-features.h
10743         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
10744         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
10745         unconditionally.
10746         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
10747         unconditionally.
10748         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
10749         condition on __ASSUME_CLONE_THREAD_FLAGS.
10750
10751 2012-08-14  Andreas Jaeger  <aj@suse.de>
10752
10753         * sysdeps/i386/fpu/libm-test-ulps: Update.
10754
10755 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
10756
10757         * include/atomic.h (atomic_exchange_and_add): Split into ...
10758         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
10759         New atomic macros.
10760
10761 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
10762
10763         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10764
10765 2012-08-13  Jeff Law <law@redhat.com>
10766
10767         * manual/stdio.texi (snprintf): Clarify handling of the trailing
10768         null byte in the output string.
10769
10770 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
10771
10772         * sysdeps/unix/sysv/linux/kernel-features.h
10773         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
10774         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
10775         (__ASSUME_ARG_MAX_STACK_BASED): Define.
10776         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10777         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
10778         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
10779         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
10780
10781 2012-08-09  Jeff Law <law@redhat.com>
10782
10783         [BZ #13939]
10784         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
10785         When avoid_arena is set, don't retry in the that arena.  Pick the
10786         next one, whatever it might be.
10787         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
10788         (arena_lock): Pass in new parameter to arena_get2.
10789         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
10790         arena_get2.
10791         (__libc_malloc): Unify retrying after main arena failure with
10792         __libc_memalign version.
10793         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
10794
10795 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
10796
10797         [BZ #14166]
10798         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
10799         to __redirect_strstr.
10800         (__strstr_sse42): Use typeof __redirect_strstr.
10801         (__strstr_ia32): Likewise.
10802         (__libc_strstr): New prototype.
10803         (strstr): Renamed to ...
10804         (__libc_strstr): This.
10805         (strstr): New strong alias of __libc_strstr.
10806         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
10807         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
10808         __redirect_time.
10809         Include <time.h>.
10810         (__libc_time): New prototype.
10811         (time_ifunc): Replace time with __libc_time.
10812         (time): New strong alias and hidden definition of __libc_time.
10813         (__GI_time): Remove strong alias.
10814         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
10815         Include <stddef.h>.
10816         (memmove): Redefined to __redirect_memmove.
10817         (__memmove_sse2): Use typeof __redirect_memmove.
10818         (__memmove_ssse3): Likewise.
10819         (__memmove_ssse3_back): Likewise.
10820         (__libc_memmove): New prototype.
10821         (memmove): Renamed to ...
10822         (__libc_memmove): This.
10823         (memmove): New strong alias of __libc_memmove.
10824
10825 2012-08-08  Mark Salter  <msalter@redhat.com>
10826
10827         * elf/elf.h
10828         (R_MN10300_TLS_GD): Define.
10829         (R_MN10300_TLS_LD): Likewise.
10830         (R_MN10300_TLS_LDO): Likewise.
10831         (R_MN10300_TLS_GOTIE): Likewise.
10832         (R_MN10300_TLS_IE): Likewise.
10833         (R_MN10300_TLS_LE): Likewise.
10834         (R_MN10300_TLS_DTPMOD): Likewise.
10835         (R_MN10300_TLS_DTPOFF): Likewise.
10836         (R_MN10300_TLS_TPOFF): Likewise.
10837         (R_MN10300_SYM_DIFF): Likewise.
10838         (R_MN10300_ALIGN): Likewise.
10839         (R_MN10300_NUM): Update.
10840
10841 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
10842
10843         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
10844         Remove.
10845
10846 2012-08-08  Roland McGrath  <roland@hack.frob.com>
10847
10848         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
10849
10850         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
10851         sysdeps/unix -> sysdeps/posix move.
10852         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
10853
10854 2012-08-07      Allan McRae     <allan@archlinux.org>
10855
10856         [BZ #14303]
10857         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
10858         (SUNOS_CPP): Likewise.
10859         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
10860         not found.
10861         (open_input): Call CPP using execvp.
10862
10863 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
10864
10865         * sysdeps/unix/sysv/linux/kernel-features.h
10866         (__ASSUME_PROT_GROWSUPDOWN): Remove.
10867         (__ASSUME_NO_CLONE_DETACHED): Likewise.
10868         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
10869         (__ASSUME_WAITID_SYSCALL): Likewise.
10870         * sysdeps/unix/sysv/linux/dl-execstack.c
10871         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
10872         code unconditional.
10873         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
10874         conditional code.
10875         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
10876         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
10877         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
10878         code.
10879         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
10880         unconditional.
10881         [__ASSUME_WAITID_SYSCALL]: Likewise.
10882         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
10883
10884 2012-08-07  Roland McGrath  <roland@hack.frob.com>
10885
10886         * sysdeps/unix/closedir.c: Renamed to ...
10887         * sysdeps/posix/closedir.c: ... here.
10888         * sysdeps/unix/dirfd.c: Renamed to ...
10889         * sysdeps/posix/dirfd.c: ... here.
10890         * sysdeps/unix/dirstream.h: Renamed to ...
10891         * sysdeps/posix/dirstream.h: ... here.
10892         * sysdeps/unix/fdopendir.c: Renamed to ...
10893         * sysdeps/posix/fdopendir.c: ... here.
10894         * sysdeps/unix/opendir.c: Renamed to ...
10895         * sysdeps/posix/opendir.c: ... here.
10896         * sysdeps/unix/readdir.c: Renamed to ...
10897         * sysdeps/posix/readdir.c: ... here.
10898         * sysdeps/unix/readdir_r.c: Renamed to ...
10899         * sysdeps/posix/readdir_r.c: ... here.
10900         * sysdeps/unix/rewinddir.c: Renamed to ...
10901         * sysdeps/posix/rewinddir.c: ... here.
10902         * sysdeps/unix/seekdir.c: Renamed to ...
10903         * sysdeps/posix/seekdir.c: ... here.
10904         * sysdeps/unix/telldir.c: Renamed to ...
10905         * sysdeps/posix/telldir.c: ... here.
10906         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
10907         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
10908         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
10909         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
10910
10911         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
10912         * bits/fcntl.h: ... here.
10913
10914         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
10915         not 0.
10916         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
10917         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
10918         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
10919         (struct flock): Move l_start, l_len to the beginning.
10920         Use __pid_t for l_pid.
10921         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
10922         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
10923         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
10924         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
10925         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
10926         [__USE_LARGEFILE64] (struct flock64): New type.
10927         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
10928
10929         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
10930         * bits/dirent.h: ... here.
10931
10932         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
10933         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
10934
10935 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
10936
10937         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
10938         Change from 2.6.0 to 2.6.16.
10939         * sysdeps/unix/sysv/linux/configure: Regenerated.
10940         * sysdeps/unix/sysv/linux/kernel-features.h
10941         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
10942         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
10943         version.
10944         (__ASSUME_UTIMES): Likewise.
10945         (__ASSUME_CLONE_STOPPED): Remove.
10946         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
10947         architectures, not kernel version.
10948         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
10949         (__ASSUME_NO_CLONE_DETACHED): Likewise.
10950         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
10951         (__ASSUME_WAITID_SYSCALL): Likewise.
10952         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
10953         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
10954         * README: State 2.6.16 as minimum Linux kernel version.  Do not
10955         refer to older versions.
10956
10957 2012-08-06  Roland McGrath  <roland@hack.frob.com>
10958
10959         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
10960         Define alphasort64 as an alias.
10961         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
10962         Define versionsort64 as an alias.
10963         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
10964         Define scandir64 as an alias.
10965         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
10966         Define scandirat64 as an alias.
10967         * dirent/alphasort64.c (alphasort64):
10968         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
10969         * dirent/versionsort64.c: Likewise.
10970         * dirent/scandir64.c: Likewise.
10971         * dirent/scandirat64.c: Likewise.
10972         * sysdeps/wordsize-64/alphasort.c: File removed.
10973         * sysdeps/wordsize-64/alphasort64.c: File removed.
10974         * sysdeps/wordsize-64/scandir.c: File removed.
10975         * sysdeps/wordsize-64/scandir64.c: File removed.
10976         * sysdeps/wordsize-64/scandirat.c: File removed.
10977         * sysdeps/wordsize-64/scandirat64.c: File removed.
10978         * sysdeps/wordsize-64/versionsort.c: File removed.
10979         * sysdeps/wordsize-64/versionsort64.c: File removed.
10980         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
10981         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
10982         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
10983         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
10984         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
10985         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
10986         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
10987         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
10988
10989         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
10990         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
10991         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
10992         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
10993         [defined __arch64__ || defined __sparcv9]
10994         (__INO_T_MATCHES_INO64_T): New macro.
10995         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
10996         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
10997         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
10998         * sysdeps/unix/sysv/linux/bits/dirent.h
10999         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
11000         (_DIRENT_MATCHES_DIRENT64): New macro.
11001
11002         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
11003         Define lockf64 as an alias.
11004         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
11005         Define fseeko64 as an alias.
11006         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
11007         Define ftello64 as an alias.
11008         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
11009         Define _IO_fgetpos64 and fgetpos64 as aliases.
11010         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
11011         Define _IO_fsetpos64 and fsetpos64 as aliases.
11012         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
11013         Conditionalize body on this.
11014         * libio/fseeko64.c: Likewise.
11015         * libio/ftello64.c: Likewise.
11016         * libio/iofgetpos64.c: Likewise.
11017         * libio/iofsetpos64.c: Likewise.
11018         * sysdeps/wordsize-64/lockf.c: File removed.
11019         * sysdeps/wordsize-64/lockf64.c: File removed.
11020         * sysdeps/wordsize-64/fseeko.c: File removed.
11021         * sysdeps/wordsize-64/fseeko64.c: File removed.
11022         * sysdeps/wordsize-64/ftello.c: File removed.
11023         * sysdeps/wordsize-64/ftello64.c: File removed.
11024         * sysdeps/wordsize-64/iofgetpos.c: File removed.
11025         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
11026         * sysdeps/wordsize-64/iofsetpos.c: File removed.
11027         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
11028         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
11029         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
11030         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
11031         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
11032         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
11033         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
11034         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
11035         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
11036         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
11037         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
11038
11039         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
11040         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
11041         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
11042         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
11043         [defined __arch64__ || defined __sparcv9]
11044         (__OFF_T_MATCHES_OFF64_T): New macro.
11045         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
11046         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
11047         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
11048         (__OFF_T_MATCHES_OFF64_T): New macro.
11049
11050 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
11051
11052         * stdlib/secure-getenv.c (__secure_getenv): Replace
11053         GLIBC_2_16 with GLIBC_2_17.
11054
11055 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
11056
11057         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
11058         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
11059
11060 2012-08-03  David S. Miller  <davem@davemloft.net>
11061
11062         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11063
11064 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
11065
11066         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
11067         Remove.
11068         (__ASSUME_CORRECT_SI_PID): Likewise.
11069         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
11070         (__ASSUME_TMPFS_NAME): Likewise.
11071         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
11072         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
11073         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
11074         (HAVE_AUX_SECURE): Make definition unconditional.
11075         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
11076         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
11077
11078 2012-08-03  Roland McGrath  <roland@hack.frob.com>
11079
11080         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
11081         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
11082         * sysdeps/mach/hurd/eloop-threshold.h: New file.
11083         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
11084         __eloop_threshold instead of SYMLOOP_MAX.
11085
11086         * sysdeps/generic/eloop-threshold.h: New file.
11087         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
11088         of MAXSYMLINKS.
11089         * elf/chroot_canon.c (chroot_canon): Likewise.
11090
11091 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
11092
11093         [BZ #13717]
11094         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
11095         Change to 2.6.0 everywhere.
11096         * sysdeps/unix/sysv/linux/configure: Regenerated.
11097         * sysdeps/unix/sysv/linux/kernel-features.h
11098         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
11099         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
11100         kernel versions.
11101         (__ASSUME_POSIX_TIMERS): Define unconditionally.
11102         (__ASSUME_FUTEX_REQUEUE): Remove.
11103         (__ASSUME_STATFS64): Define unconditionally.
11104         (__ASSUME_AT_SECURE): Likewise.
11105         (__ASSUME_CORRECT_SI_PID): Likewise.
11106         (__ASSUME_TGKILL): Define without depending on kernel version for
11107         i386.
11108         (__ASSUME_UTIMES): Likewise.
11109         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
11110         kernel version.
11111         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
11112         (__ASSUME_TMPFS_NAME): Likewise.
11113         * README: Update reference to Linux kernel versions.
11114
11115 2012-08-02  Marek Polacek  <polacek@redhat.com>
11116
11117         [BZ# 14150]
11118         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
11119         libc_cv_asm_type_prefix with %.
11120         * configure: Regenerated.
11121         * include/libc-symbols.h: Remove comment about
11122         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
11123         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
11124         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
11125         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
11126         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
11127         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
11128         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
11129         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
11130         * elf/tst-unique2mod1.c: Likewise.
11131         * elf/tst-unique1mod2.c: Likewise.
11132         * elf/tst-unique1mod1.c: Likewise.
11133         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
11134         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
11135         Replace ASM_TYPE_DIRECTIVE with .type.
11136         * sysdeps/s390/s390-64/sysdep.h: Likewise.
11137         * sysdeps/i386/sysdep.h: Likewise.
11138         * sysdeps/x86_64/sysdep.h: Likewise.
11139         * sysdeps/sh/sysdep.h: Likewise.
11140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
11141         Do not define ASM_TYPE_DIRECTIVE.
11142         * sysdeps/powerpc/sysdep.h: Likewise.
11143         * sysdeps/powerpc/powerpc32/sysdep.h:
11144         Replace ASM_TYPE_DIRECTIVE with .type.
11145         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
11146         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
11147         * sysdeps/i386/fpu/e_powf.S: Likewise.
11148         * sysdeps/i386/fpu/e_expl.S: Likewise.
11149         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
11150         * sysdeps/i386/fpu/e_acosh.S: Likewise.
11151         * sysdeps/i386/fpu/e_pow.S: Likewise.
11152         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
11153         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
11154         * sysdeps/i386/fpu/s_expm1.S: Likewise.
11155         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
11156         * sysdeps/i386/fpu/e_log2.S: Likewise.
11157         * sysdeps/i386/fpu/e_log2l.S: Likewise.
11158         * sysdeps/i386/fpu/e_scalb.S: Likewise.
11159         * sysdeps/i386/fpu/e_powl.S: Likewise.
11160         * sysdeps/i386/fpu/e_log10f.S: Likewise.
11161         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
11162         * sysdeps/i386/fpu/e_logl.S: Likewise.
11163         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
11164         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
11165         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
11166         * sysdeps/i386/fpu/e_log2f.S: Likewise.
11167         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
11168         * sysdeps/i386/fpu/e_log.S: Likewise.
11169         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
11170         * sysdeps/i386/fpu/e_logf.S: Likewise.
11171         * sysdeps/i386/fpu/e_log10l.S: Likewise.
11172         * sysdeps/i386/fpu/e_atanh.S: Likewise.
11173         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
11174         * sysdeps/i386/fpu/e_log10.S: Likewise.
11175         * sysdeps/i386/fpu/s_frexp.S: Likewise.
11176         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
11177         * sysdeps/i386/fpu/s_asinh.S: Likewise.
11178         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
11179         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
11180         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
11181         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
11182         * sysdeps/i386/i686/strtok.S: Likewise.
11183         * sysdeps/i386/i386-mcount.S: Likewise.
11184         * sysdeps/i386/strtok.S: Likewise.
11185         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
11186         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
11187         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
11188         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
11189         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
11190         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
11191         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
11192         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
11193         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
11194         * sysdeps/x86_64/_mcount.S: Likewise.
11195         * sysdeps/x86_64/strtok.S: Likewise.
11196         * sysdeps/sh/_mcount.S: Likewise.
11197
11198 2012-08-01  Roland McGrath  <roland@hack.frob.com>
11199
11200         * libio/iofopen.c: Include <fcntl.h>.
11201         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
11202         (_IO_fopen64, fopen64): Define as aliases.
11203         * libio/iofopen64.c: Include <fcntl.h>.
11204         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
11205         Conditionalize body on this.
11206         * sysdeps/wordsize-64/iofopen.c: File removed.
11207         * sysdeps/wordsize-64/iofopen64.c: File removed.
11208
11209 2012-08-01  Marek Polacek  <polacek@redhat.com>
11210
11211         * libc/Makeconfig: Use elf in place of binfmt-subdir.
11212         Use dlfcn directly instead of a variable.
11213         (binfmt-subdir): Do not define.
11214         (dlfcn): Likewise.
11215
11216 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
11217
11218         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
11219         Remove all definitions.
11220         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
11221         <kernel-features.h>.
11222         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
11223         (miss_F_GETOWN_EX): Remove all definitions.
11224         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
11225         macro definition.
11226         [!__ASSUME_FCNTL64]: Remove conditional code.
11227         [__ASSUME_FCNTL64]: Make code unconditional.
11228         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
11229         <kernel-features.h>.
11230         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
11231         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
11232         (lockf64) [__NR_fcntl64]: Make code unconditional.
11233         (lockf64) [__ASSUME_FCNTL64]: Likewise.
11234
11235         * sysdeps/unix/sysv/linux/kernel-features.h
11236         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
11237         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
11238         Make code unconditional.
11239         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
11240         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
11241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
11242         [__NR_vfork]: Make code unconditional.
11243         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
11244         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
11245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
11246         [__NR_vfork]: Make code unconditional.
11247         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
11248         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
11249
11250 2012-08-01  Roland McGrath  <roland@hack.frob.com>
11251
11252         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
11253         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
11254
11255         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
11256         Define mkstemp64 as an alias.
11257         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
11258         Define mkstemps64 as an alias.
11259         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
11260         Define mkostemp64 as an alias.
11261         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
11262         Define mkostemps64 as an alias.
11263         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
11264         Conditionalize body on this.
11265         * misc/mkostemp64.c: Likewise.
11266         * misc/mkostemps64.c: Likewise.
11267         * misc/mkstemps64.c: Likewise.
11268         * sysdeps/wordsize-64/mkstemp64.c: File removed.
11269         * sysdeps/wordsize-64/mkostemp64.c: File removed.
11270         * sysdeps/wordsize-64/mkostemp.c: File removed.
11271         * sysdeps/wordsize-64/mkstemp.c: File removed.
11272         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
11273         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
11274         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
11275         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
11276
11277         [BZ #14138]
11278         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
11279         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
11280         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
11281         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
11282
11283         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
11284         compat_symbol macros from <shlib-compat.h> rather than the underlying
11285         default_symbol_version and symbol_version macros, so that DEFAULT
11286         lines in shlib-versions are respected.
11287         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
11288
11289 2012-08-01  Florian Weimer  <fweimer@redhat.com>
11290
11291         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
11292         Declare with warn_unused_result.
11293         (setgid, setregid, setegid, setresgid): Likewise.
11294         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
11295         Likewise.
11296         * WUR-REPORT: Remove set*id functions.
11297
11298 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
11299
11300         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
11301
11302 2012-07-31  Roland McGrath  <roland@hack.frob.com>
11303
11304         [BZ #10191]
11305         * include/sys/socket.h (__libc_accept, __libc_accept4):
11306         Add attribute_hidden.
11307         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
11308
11309         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
11310         use of PTR_MANGLE.
11311         * inet/getnetgrent_r.c (setup): Likewise.
11312
11313         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
11314
11315 2012-07-31  David S. Miller  <davem@davemloft.net>
11316
11317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11318
11319 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
11320
11321         [BZ #13629]
11322         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
11323         value between 1.0 and 2.0 and smaller part has absolute value less
11324         than 1.0.
11325         * math/s_clog10.c (__clog10): Likewise.
11326         * math/s_clog10f.c (__clog10f): Likewise.
11327         * math/s_clog10l.c (__clog10l): Likewise.
11328         * math/s_clogf.c (__clogf): Likewise.
11329         * math/s_clogl.c (__clogl): Likewise.
11330         * math/libm-test.inc (clog_test): Add more tests.
11331         (clog10_test): Likewise.
11332         * sysdeps/i386/fpu/libm-test-ulps: Update.
11333         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11334
11335 2012-07-31  Florian Weimer  <fweimer@redhat.com>
11336
11337         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
11338         Exit with zero in case no suitable GID is found, and write a
11339         message to standard error.
11340
11341 2012-07-30  Roland McGrath  <roland@hack.frob.com>
11342
11343         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
11344         rather than to 1.
11345         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
11346         (MAXPATHLEN): Removed.
11347         (NOGROUP, NODEV): New macros.
11348         (setbit, clrbit, isset, isclr): New macros.
11349         (howmany, roundup, powerof2): New macros.
11350         (DEV_BSIZE): New macro.
11351
11352         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
11353         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
11354
11355         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
11356         definition on [!__NO_LONG_DOUBLE_MATH].
11357
11358         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
11359         PTR_MANGLE and PTR_DEMANGLE.
11360
11361         * socket/accept4.c (accept4): Rename to __libc_accept4.
11362         Define accept4 as a weak alias.
11363
11364         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
11365         on [_DIRENT_HAVE_D_TYPE].
11366         * io/ftw.c (ftw_dir): Likewise.
11367
11368         * io/xmknod.c (__xmknod): Don't check PATH for being null.
11369
11370         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
11371
11372         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
11373         Use the BSD numbers rather than the arbitrary ones we had.
11374         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
11375         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
11376         (SIGXCPU, SIGXFSZ): New macros.
11377         (_NSIG): Now 32.
11378
11379         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
11380         initializer on [_LIBC_REENTRANT].
11381
11382         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
11383         definitions inside [_POSIX_MAPPED_FILES].
11384
11385         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
11386
11387         * dirent/opendir.c: Include <fcntl.h>.
11388
11389         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
11390         (__libc_getspecific): Likewise.
11391         (__libc_key_create): Likewise.
11392
11393         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
11394         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
11395         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
11396         (tmpfile64): Define as alias.
11397         * sysdeps/wordsize-64/tmpfile.c: File removed.
11398         * sysdeps/wordsize-64/tmpfile64.c: File removed.
11399         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
11400         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
11401
11402         * stdio-common/vfscanf.c: Include <stdbool.h>.
11403         * nss/makedb.c: Likewise.
11404         * stdio-common/_i18n_number.h: Likewise.
11405         * argp/argp-help.c: Likewise.
11406         * posix/wordexp.c: Likewise.
11407         * sysdeps/posix/spawni.c: Likewise.
11408         * nss/nss_files/files-initgroups.c: Likewise.
11409         * stdio-common/reg-modifier.c: Include <stdlib.h>.
11410         * nss/nss_files/files-initgroups.c: Likewise.
11411         * nss/nss_db/db-netgrp.c: Likewise.
11412         * nss/nss_db/db-initgroups.c: Likewise.
11413         * io/fchmodat.c: Include <sys/stat.h>.
11414
11415         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
11416         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
11417
11418         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
11419         [HAVE_MMAP].
11420
11421         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
11422         Add multiple inclusion protection.
11423
11424 2012-07-27  David S. Miller  <davem@davemloft.net>
11425
11426         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11427
11428 2012-07-27  Gary Benson  <gbenson@redhat.com>
11429
11430         [BZ #14298]
11431         * elf/rtld.c: Include <stap-probe.h>.
11432         (dl_main): Added static probes "init_start" and "init_complete".
11433         * elf/dl-load.c: Include <stap-probe.h>.
11434         (lose): Take new parameter "nsid".
11435         Added static probe "map_failed".
11436         (_dl_map_object_from_fd): Pass namespace id to lose.
11437         Added static probe "map_start".
11438         (open_verify): Pass namespace id to lose.
11439         * elf/dl-open.c: Include <stap-probe.h>.
11440         (dl_open_worker) Added static probes "map_complete", "reloc_start"
11441         and "reloc_complete".
11442         * elf/dl-close.c: Include <stap-probe.h>.
11443         (_dl_close_worker): Added static probes "unmap_start" and
11444         "unmap_complete".
11445         * elf/rtld-debugger-interface.txt: New file documenting the above.
11446
11447 2012-07-26  Roland McGrath  <roland@hack.frob.com>
11448
11449         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
11450         rather than a string variable.
11451         * sunrpc/rpc_main.c (h_output): Likewise.
11452         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
11453
11454 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
11455
11456         * inet/check_native.c: New file.
11457
11458 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
11459
11460         [BZ #13629]
11461         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
11462         if larger part has absolute value 1.0.
11463         * math/s_clog10.c (__clog10): Likewise.
11464         * math/s_clog10f.c (__clog10f): Likewise.
11465         * math/s_clog10l.c (__clog10l): Likewise.
11466         * math/s_clogf.c (__clogf): Likewise.
11467         * math/s_clogl.c (__clogl): Likewise.
11468         * math/libm-test.inc (clog_test): Add more tests.
11469         (clog10_test): Likewise.
11470         * sysdeps/i386/fpu/libm-test-ulps: Update.
11471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11472
11473         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
11474         (pltexit): Likewise.
11475         (La_regs): Likewise.
11476         (La_retval): Likewise.
11477         (int_retval): Likewise.
11478         Update #error for removed macros to refer only to definitions in
11479         tst-audit.h.
11480         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
11481         macro.
11482         (pltexit): Likewise.
11483         (La_regs): Likewise.
11484         (La_retval): Likewise.
11485         (int_retval): Likewise.
11486         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
11487         macro.
11488         (pltexit): Likewise.
11489         (La_regs): Likewise.
11490         (La_retval): Likewise.
11491         (int_retval): Likewise.
11492         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
11493         macro.
11494         (pltexit): Likewise.
11495         (La_regs): Likewise.
11496         (La_retval): Likewise.
11497         (int_retval): Likewise.
11498         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
11499         macro.
11500         (pltexit): Likewise.
11501         (La_regs): Likewise.
11502         (La_retval): Likewise.
11503         (int_retval): Likewise.
11504         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
11505         macro.
11506         (pltexit): Likewise.
11507         (La_regs): Likewise.
11508         (La_retval): Likewise.
11509         (int_retval): Likewise.
11510         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
11511         macro.
11512         (pltexit): Likewise.
11513         (La_regs): Likewise.
11514         (La_retval): Likewise.
11515         (int_retval): Likewise.
11516         * sysdeps/generic/tst-audit.h: Update comment to refer only to
11517         macro definitions in tst-audit.h.
11518         * sysdeps/i386/tst-audit.h: New file.
11519         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
11520         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
11521         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
11522         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
11523         * sysdeps/sh/tst-audit.h: Likewise.
11524         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
11525         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
11526         * sysdeps/x86_64/tst-audit.h: Likewise.
11527
11528 2012-07-26  Andreas Jaeger  <aj@suse.de>
11529
11530         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
11531         ptrace.
11532
11533         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
11534         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
11535         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
11536         PTRACE_O_MASK.
11537         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
11538         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
11539         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
11540
11541         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
11542         value.
11543
11544         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
11545         _sigsys.
11546         (si_call_addr, si_syscall, si_arch): Define new macro.
11547         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
11548         _sigsys.
11549         (si_call_addr, si_syscall, si_arch): Define new marcro.
11550         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
11551         _sigsys.
11552         (si_call_addr, si_syscall, si_arch): Define new macro.
11553         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
11554         _sigsys.
11555         (si_call_addr, si_syscall, si_arch): Define new macro.
11556
11557 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
11558
11559         [BZ #13717]
11560         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
11561         Change to 2.4.21 where previously 2.4.1.
11562         * sysdeps/unix/sysv/linux/configure: Regenerated.
11563         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
11564         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
11565         Linux kernel version.
11566         (__ASSUME_STD_AUXV): Remove.
11567         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
11568         kernel version.
11569         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
11570         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
11571         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
11572         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
11573         (__ASSUME_NETLINK_SUPPORT): Likewise.
11574         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
11575         (__no_netlink_support): Remove conditional definition.
11576         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
11577         Remove.
11578         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
11579         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
11580         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
11581         (if_nameindex_ioctl): Remove.
11582         (if_nameindex_netlink): Do not handle __no_netlink_support.
11583         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
11584         code.
11585         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
11586         Remove conditional code.
11587         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
11588         code.
11589         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
11590         unconditional.
11591         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
11592         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
11593         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
11594         Remove.
11595         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
11596         [!__ASSUME_STD_AUXV]: Remove conditional code.
11597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
11598         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
11599         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
11600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
11601         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
11602         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
11603         code.
11604         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
11605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
11606         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
11607         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
11608         conditional code.
11609         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
11610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
11611         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
11612         code.
11613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
11614         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
11615         conditional code.
11616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
11617         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
11618         code unconditional.
11619         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
11620         conditional code.
11621         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
11622         unconditional.
11623         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
11624         conditional code.
11625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
11626         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
11627         unconditional.
11628         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
11629         conditional code.
11630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
11631         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
11632         code unconditional.
11633         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
11634         conditional code.
11635         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
11636         unconditional.
11637         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
11638         conditional code.
11639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
11640         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
11641         code unconditional.
11642         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
11643         conditional code.
11644         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
11645         unconditional.
11646         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
11647         conditional code.
11648
11649 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
11650
11651         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
11652         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
11653         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
11654         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
11655         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
11656         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
11657         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
11658         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
11659         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
11660         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
11661         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
11662         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
11663         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
11664         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
11665         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
11666         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
11667         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
11668         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
11669         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
11670         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
11671         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
11672         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
11673         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
11674
11675 2012-07-25  Florian Weimer  <fweimer@redhat.com>
11676
11677         * Versions.def: Add GLIBC_2.17.
11678         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
11679         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
11680         Introduce __libc_secure_getenv.
11681         * stdlib/Versions (2.17): Add secure_getenv
11682         (GLIBC_PRIVATE): Add __libc_secure_getenv.
11683         * stdlib/secure-getenv.c: Rename __secure_getenv to
11684         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
11685         symbol __secure_getenv for GLIBC_2.0.
11686         * stdlib/tst-secure-getenv.c: New.
11687         * stdlib/Makefile (tests): Add testcase.
11688         * manual/startup.texi (Environment Access): Document
11689         secure_getenv.
11690         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
11691         __libc_secure_getenv.
11692         * inet/ruserpass.c (ruserpass): Likewise.
11693         * malloc/mtrace.c (mtrace): Likewise.
11694         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
11695         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
11696         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
11697         * sysdeps/posix/tempname.c: Likewise.  Evaluate
11698         HAVE_SECURE_GETENV.
11699         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
11700         __secure_getenv to __libc_secure_getenv.
11701         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
11702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11703         Likewise.
11704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11705         Likewise.
11706         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
11707         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
11708         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
11709         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
11710         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
11711         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
11712         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
11713
11714 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
11715
11716         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
11717         (struct La_i86_retval): Likewise.
11718         (struct La_x86_64_regs): Likewise.
11719         (struct La_x86_64_retval): Likewise.
11720         (struct La_x32_regs): Likewise.
11721         (struct La_x32_retval): Likewise.
11722         (struct La_ppc32_regs): Likewise.
11723         (struct La_ppc32_retval): Likewise.
11724         (struct La_ppc64_regs): Likewise.
11725         (struct La_ppc64_retval): Likewise.
11726         (struct La_sh_regs): Likewise.
11727         (struct La_sh_retval): Likewise.
11728         (struct La_s390_32_regs): Likewise.
11729         (struct La_s390_32_retval): Likewise.
11730         (struct La_s390_64_regs): Likewise.
11731         (struct La_s390_64_retval): Likewise.
11732         (struct La_sparc32_regs): Likewise.
11733         (struct La_sparc32_retval): Likewise.
11734         (struct La_sparc64_regs): Likewise.
11735         (struct La_sparc64_retval): Likewise.
11736         (struct audit_ifaces): Remove architecture-specific pltenter and
11737         pltexit members.
11738         * sysdeps/i386/ldsodefs.h: New file.
11739         * sysdeps/powerpc/ldsodefs.h: Likewise.
11740         * sysdeps/s390/ldsodefs.h: Likewise.
11741         * sysdeps/sh/ldsodefs.h: Likewise.
11742         * sysdeps/sparc/ldsodefs.h: Likewise.
11743         * sysdeps/x86_64/ldsodefs.h: Likewise.
11744
11745 2012-07-25  Marek Polacek  <polacek@redhat.com>
11746
11747         [BZ #6808]
11748         * math/libm-test.inc (yn_test): Add another test.
11749         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
11750         to ERANGE when the result is +-Inf.
11751         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
11752         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
11753         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
11754         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
11755
11756 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
11757
11758         * conform/data/time.h-data (NULL): Use macro-constant.  Require
11759         equal to 0.
11760         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
11761         clock_t.
11762         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
11763
11764 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
11765
11766         * configure.in <sysdeps resolving>: Correct printing
11767         Implies_before.
11768         * configure: Regenerate.
11769
11770 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
11771
11772         * math/w_ilogb.c: Include <limits.h>.
11773         * math/w_ilogbl.c: Likewise.
11774
11775 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
11776
11777         * manual/lang.texi (__va_copy): Document primarily as ISO C99
11778         va_copy.  Document allowing for unavailable va_copy only as
11779         pre-C99 compatibility.
11780         * manual/string.texi (Copying and Concatenation): Use va_copy
11781         instead of __va_copy in concat example.
11782
11783 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
11784
11785         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
11786         (__sendto): Use create_address_port.  Initialize APORT and deallocate
11787         it if not null.
11788
11789         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
11790         with O_NOLINK passed to __file_name_lookup.
11791
11792         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
11793         with O_NOLINK passed to __file_name_lookup.
11794
11795         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
11796         negative N or less than NGIDS.
11797
11798         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
11799         type to string_t.  Set ERANGE as errno and return it if NAME is not big
11800         enough.  Use memcpy instead of strncpy.
11801
11802 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
11803
11804         * elf/Makefile (check-data): Remove.
11805         (localplt.data): New vpath directive.
11806         ($(objpfx)check-localplt.out): Use localplt.data from vpath
11807         instead of $(check-data).
11808         * scripts/data/localplt-generic.data: Move to ...
11809         * sysdeps/generic/localplt.data: ... here.
11810         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
11811         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
11812         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
11813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11814         ... here.
11815         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
11816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11817         ... here.
11818         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
11819         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
11820         ... here.
11821         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
11822         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
11823         ... here.
11824         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
11825         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
11826         ... here.
11827         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
11828         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
11829         ... here.
11830
11831 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11832
11833         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
11834         PPC32 and PPC64 files.
11835         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
11836         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
11837
11838 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11839
11840         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
11841         __makecontext_ret to ...
11842         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
11843         ... here and call exit if uc_link is NULL.  New file.
11844         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
11845         __makecontext_ret.S.
11846         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
11847         __makecontext_ret to ...
11848         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
11849         ... here and call exit if uc_link is NULL.  New file.
11850         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
11851         __makecontext_ret.S.
11852
11853 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11854
11855         * elf/elf.h (R_390_IRELATIVE): New definition.
11856         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
11857         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
11858         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
11859         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
11860         (elf_machine_lazy_rel): Likewise.
11861         * sysdeps/s390/dl-irel.h: New file.
11862         * sysdeps/s390/s390-64/memcpy.S: New asm code.
11863         * sysdeps/s390/s390-64/memset.S: New asm code.
11864         * sysdeps/s390/s390-64/memcmp.S: New asm code.
11865         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
11866         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
11867         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
11868         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
11869         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
11870         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
11871         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
11872         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
11873         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
11874         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
11875         * sysdeps/s390/s390-32/memcpy.S: New asm code.
11876         * sysdeps/s390/s390-32/memset.S: New asm code.
11877         * sysdeps/s390/s390-32/memcmp.S: New asm code.
11878
11879 2012-07-17  Marek Polacek  <polacek@redhat.com>
11880
11881         [BZ #14349]
11882         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
11883         * sysdeps/s390/s390-64/configure.in: Likewise.
11884         * sysdeps/sparc/configure.in: Likewise.
11885         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
11886         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
11887         * sysdeps/i386/configure.in: Likewise.
11888         * sysdeps/x86_64/configure.in: Likewise.
11889         * sysdeps/sh/configure.in: Likewise.
11890         * sysdeps/s390/s390-32/configure: Regenerated.
11891         * sysdeps/s390/s390-64/configure: Likewise.
11892         * sysdeps/x86_64/configure: Likewise.
11893         * sysdeps/sh/configure: Likewise.
11894         * sysdeps/powerpc/powerpc64/configure: Likewise.
11895         * sysdeps/powerpc/powerpc32/configure: Likewise.
11896         * sysdeps/sparc/configure: Likwise.
11897         * sysdeps/i386/configure: Likewise.
11898
11899         * elf/dl-open.c: Comment fixes.
11900
11901 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
11902
11903         * Makefile [CXX] (check-data): Remove.
11904         [CXX] (c++-types.data): New vpath directive.
11905         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
11906         vpath.  Do not allow for C++ type data being missing.
11907         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
11908         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
11909         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
11910         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
11911         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
11912         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
11913         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
11914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11915         ... here.
11916         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
11917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11918         ... here.
11919         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
11920         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
11921         ... here.
11922         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
11923         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
11924         ... here.
11925         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
11926         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
11927         ... here.
11928         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
11929         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
11930         ... here.
11931         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
11932         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
11933         ... here.
11934         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
11935         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
11936
11937         * elf/tls-macros.h (TLS_LE): Move architecture-specific
11938         definitions to architecture-specific files.
11939         (TLS_IE): Likewise.
11940         (TLS_LD): Likewise.
11941         (TLS_GD): Likewise.
11942         * sysdeps/i386/tls-macros.h: New file.
11943         * sysdeps/powerpc/tls-macros.h: Likewise.
11944         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
11945         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
11946         * sysdeps/sh/tls-macros.h: Likewise.
11947         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
11948         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
11949         * sysdeps/x86_64/tls-macros.h: Likewise.
11950
11951 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
11952
11953         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
11954         zero value for regular exit case.
11955
11956         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
11957         (__start_context): Preserve zero value for regular exit case.
11958
11959 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
11960             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11961
11962         * manual/setjmp.texi (setcontext): Clarify normal process
11963         termination when uc_link is the null pointer.
11964         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
11965         exit call.
11966
11967 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
11968
11969         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
11970         preprocessor.  Test for each exception mask separately.
11971
11972 2012-07-16  Andreas Jaeger  <aj@suse.de>
11973
11974         * po/ru.po: Update from translation team.
11975
11976 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
11977
11978         * conform/data/string.h-data (NULL): Use macro-constant.  Require
11979         equal to 0.
11980         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
11981         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
11982         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
11983         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
11984         [ISO || ISO99 || ISO11] (*_t): Do not allow.
11985
11986 2012-07-13  Andreas Jaeger  <aj@suse.de>
11987
11988         * po/fr.po: Update from translation team.
11989
11990 2012-07-12  Marek Polacek  <polacek@redhat.com>
11991
11992         [BZ #14173]
11993         * math/libm-test.inc (yn_test): Add test for BZ #14173.
11994         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
11995         loop condition.
11996
11997 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
11998
11999         [BZ #13717]
12000         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
12001         Change to 2.4.1 where previously 2.4.0.
12002         * sysdeps/unix/sysv/linux/configure: Regenerated.
12003         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
12004         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
12005         version.
12006         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
12007         (__ASSUME_AT_CLKTCK): Remove.
12008         (__ASSUME_AT_PAGESIZE): Likewise.
12009         (__ASSUME_AT_XID): Likewise.
12010         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
12011         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
12012         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
12013         unconditionally.
12014         (HAVE_AUX_PAGESIZE): Likewise.
12015         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
12016         [__ASSUME_AT_CLKTCK]: Make code unconditional.
12017         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
12018
12019 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
12020
12021         [BZ #14307]
12022         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
12023         the temporary buffer used to invoke __gethostbyname2_r,
12024         __gethostbyaddr_r and gethostbyname4_r to make room for struct
12025         host_data / struct gaih_addrtuple.
12026         * resolv/nss_dns/dns-host.c (global scope): Move definition of
12027         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
12028         header file nss/nsswitch.h.
12029         * nss/nsswitch.h (global scope): Add definition of implementation
12030         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
12031         resolv/nss_dns/dns-host.c).
12032
12033 2012-07-11  Andreas Jaeger  <aj@suse.de>
12034
12035         * po/fr.po: Update from translation team.
12036
12037         * po/sv.po: Update from translation team
12038         * po/fr.po: Another update from translation team.
12039
12040 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12041
12042         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
12043         for subnormals or multiply small sinh result by itself.
12044         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
12045         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12046
12047 2012-07-11  David S. Miller  <davem@davemloft.net>
12048
12049         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12050
12051 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
12052
12053         [BZ #14347]
12054         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
12055         (INTERNAL_MARK): Shift it here.
12056
12057 2012-07-10  Marek Polacek  <polacek@redhat.com>
12058
12059         [BZ #14151]
12060         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
12061         libc_cv_asm_global_directive with .globl.
12062         * configure: Regenerated.
12063         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
12064         with .globl.
12065         * sysdeps/i386/configure: Regenerated.
12066         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
12067         with .globl.
12068         * sysdeps/x86_64/configure: Regenerated.
12069         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
12070         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
12071         * elf/tst-unique2mod2.c: Likewise.
12072         * elf/tst-unique2mod1.c: Likewise.
12073         * elf/tst-unique1mod2.c: Likewise.
12074         * elf/tst-unique1mod1.c: Likewise.
12075         * sysdeps/s390/s390-32/sysdep.h: Likewise.
12076         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
12077         * sysdeps/s390/s390-64/sysdep.h: Likewise.
12078         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
12079         * sysdeps/mach/sysdep.h: Likewise.
12080         * sysdeps/i386/sysdep.h: Likewise.
12081         * sysdeps/i386/i386-mcount.S: Likewise.
12082         * sysdeps/x86_64/_mcount.S: Likewise.
12083         * sysdeps/x86_64/sysdep.h: Likewise.
12084         * sysdeps/sh/_mcount.S: Likewise.
12085         * sysdeps/sh/sysdep.h: Likewise.
12086         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
12087         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
12088         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
12089         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12090         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
12091         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
12092         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
12093         * locale/localeinfo.h: Likewise.
12094         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
12095         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
12096
12097 2012-07-09  Roland McGrath  <roland@hack.frob.com>
12098
12099         [BZ #14336]
12100         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
12101         system".
12102         * manual/message.texi (The Uniforum approach): Likewise.
12103         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
12104         (glibc iconv Implementation): Likewise.
12105
12106 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
12107
12108         [BZ #14337]
12109         * math/s_clog.c (__clog): Avoid scaling a value down where that
12110         could result in underflow.
12111         * math/s_clog10.c (__clog10): Likewise.
12112         * math/s_clog10f.c (__clog10f): Likewise.
12113         * math/s_clog10l.c (__clog10l): Likewise.
12114         * math/s_clogf.c (__clogf): Likewise.
12115         * math/s_clogl.c (__clogl): Likewise.
12116         * math/libm-test.inc (clog_test): Add more tests.
12117         (clog10_test): Likewise.
12118         * sysdeps/i386/fpu/libm-test-ulps: Update.
12119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12120
12121 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
12122
12123         [BZ #14283]
12124         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
12125         by 7 not 8 to examine high bit of fractional part.
12126
12127         [BZ #14042]
12128         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
12129         for call to __mcount_internal.
12130         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
12131         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
12132         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
12133
12134 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
12135
12136         [BZ #14154]
12137         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
12138         approximation for values within 0x1p-13f of an odd multiple of
12139         pi/4.
12140         * math/libm-test.inc (tan_test): Do not allow spurious underflow
12141         exception.  Add more tests.
12142         * sysdeps/i386/fpu/libm-test-ulps: Update.
12143
12144         [BZ #6778]
12145         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
12146         inputs and return -1 for them.  Do not check for +Inf in case not
12147         reachable for +Inf.
12148         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12149         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
12150         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
12151         and return -1 for them.  Do not check for +Inf in case not
12152         reachable for +Inf.
12153         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
12154         define.
12155         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
12156         and return -1 for them.  Do not check for +Inf in case not
12157         reachable for +Inf.
12158         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
12159         spurious underflow.
12160         * sysdeps/i386/fpu/libm-test-ulps: Update.
12161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12162
12163 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
12164
12165         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
12166
12167 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
12168
12169         [BZ #14157]
12170         [BZ #14331]
12171         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
12172         could result in spurious underflow.  Scale down values above
12173         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
12174         * math/s_csqrtf.c (__csqrtf): Likewise.
12175         * math/s_csqrtl.c (__csqrtl): Likewise.
12176         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
12177         spurious underflow.
12178         * sysdeps/i386/fpu/libm-test-ulps: Update.
12179         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12180
12181 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
12182
12183         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
12184         xopen-msg.sed.
12185         * catgets/xopen-msg.awk: New file.
12186         * catgets/xopen-msg.sed: Removed.
12187
12188         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
12189         po2text.sed.
12190         * intl/po2test.awk: New file.
12191         * intl/po2test.sed: Removed.
12192
12193 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
12194
12195         [BZ #14328]
12196         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
12197         or multiply small sinh result by itself.
12198         * math/s_ctanf.c (__ctanf): Likewise.
12199         * math/s_ctanh.c (__ctanh): Likewise.
12200         * math/s_ctanhf.c (__ctanhf): Likewise.
12201         * math/s_ctanhl.c (__ctanhl): Likewise.
12202         * math/s_ctanl.c (__ctanl): Likewise.
12203         * math/libm-test.inc (ctan_test_tonearest): New function.
12204         (ctan_test_towardzero): Likewise.
12205         (ctan_test_downward): Likewise.
12206         (ctan_test_upward): Likewise.
12207         (ctanh_test_tonearest): Likewise.
12208         (ctanh_test_towardzero): Likewise.
12209         (ctanh_test_downward): Likewise.
12210         (ctanh_test_upward): Likewise.
12211         (main): Call these new functions.
12212         * sysdeps/i386/fpu/libm-test-ulps: Update.
12213         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12214
12215 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
12216
12217         * .gitignore: Delete /ports entry.
12218
12219 2012-07-03  Andreas Jaeger  <aj@suse.de>
12220
12221         * po/bg.po: Update from translation team.
12222         * po/cs.po: Likewise.
12223         * po/de.po: Likewise.
12224         * po/hr.po: Likewise.
12225         * po/nl.pl: Likewise.
12226         * po/pl.po: Likewise.
12227         * po/vi.po: Likewise.
12228
12229 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
12230
12231         * Makeconfig [!+link] (+link-before-libc): New variable.
12232         [!+link] (+link-after-libc): Likewise.
12233         [!+link] (+link-tests): Likewise.
12234         [!+link] (+link): Define in terms of $(+link-before-libc) and
12235         $(+link-after-libc).
12236         [!+link-static] (+link-static-before-libc): New variable.
12237         [!+link-static] (+link-static-after-libc): Likewise.
12238         [!+link-static] (+link-static-tests): Likewise.
12239         [!+link-static] (+link-static): Define in terms of
12240         $(+link-static-before-libc) and $(+link-static-after-libc).
12241         [build-shared] (link-libc-before-gnulib): New variable.
12242         [build-shared] (link-libc-tests): Likewise.
12243         [build-shared] (link-libc): Define in terms of
12244         $(link-libc-before-gnulib).
12245         [!build-shared] (link-libc-tests): New variable.
12246         (link-libc-static-tests): New variable.
12247         [!gnulib] (gnulib-arch): New variable.
12248         [!gnulib] (gnulib-tests): Likewise.
12249         [!gnulib] (static-gnulib-arch): Likewise.
12250         [!gnulib] (static-gnulib-tests): Likewise.
12251         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
12252         Define with "=" instead of ":=".
12253         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
12254         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
12255         * Rules (binaries-all-notests): New variable.
12256         (binaries-all-tests): Likewise.
12257         (binaries-static-notests): Likewise.
12258         (binaries-static-tests): Likewise.
12259         (binaries-all): Define using $(binaries-all-notests) and
12260         $(binaries-all-tests).
12261         (binaries-static): Define using $(binaries-static-notests) and
12262         $(binaries-static-tests).
12263         (binaries-shared-tests): New variable.
12264         (binaries-shared-notests): Likewise.
12265         (binaries-shared): Remove variable.
12266         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
12267         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
12268         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
12269         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
12270         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
12271         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
12272         * elf/Makefile (sln-modules): New variable.
12273         (extra-objs): Add $(sln-modules:=.o).
12274         (ldconfig-modules): Add static-stubs.
12275         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
12276         * elf/static-stubs.c: New file.
12277
12278         [BZ #14283]
12279         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
12280         by 7 not 8 to examine high bit of fractional part.  Use volatile
12281         variables when splitting into final array of floats if
12282         __FLT_EVAL_METHOD__ != 0.
12283         * math/libm-test.inc (cos_test): Add another test.
12284         (sin_test): Likewise.
12285         * sysdeps/i386/fpu/libm-test-ulps: Update.
12286
12287         [BZ #14273]
12288         * math/libm-test.inc (cosh_test): Add more tests.
12289
12290         * version.h (RELEASE): Set to "development".
12291         (VERSION): Set to "2.16.90".
12292
12293 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
12294
12295         * NEWS: Update copyright. Remove last-updated date.
12296         Mention math library bug fixes and timezone data changes.
12297         * README: Mention GNU/Hurd, x32, and HPPA support status.
12298
12299 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
12300
12301         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
12302
12303 2012-06-27  Andreas Jaeger  <aj@suse.de>
12304
12305         * manual/contrib.texi (Contributors): Add Samuel Thibault.
12306
12307 2012-06-25  Andreas Jaeger  <aj@suse.de>
12308
12309         * sysdeps/s390/fpu/libm-test-ulps: Update.
12310
12311 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
12312             Thomas Schwinge  <thomas@codesourcery.com>
12313
12314         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
12315         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
12316         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
12317         fanotify_mark.
12318
12319 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
12320
12321         * sysdeps/mach/start.c: Remove file.
12322         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
12323         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
12324         * sysdeps/sh/init-first.c: Likewise.
12325
12326         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
12327         registers for frame unwinding purposes, add CFI directives.
12328         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
12329         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
12330         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
12331         Likewise.
12332
12333         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
12334         __fortify_fail returning.
12335         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
12336
12337         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
12338         sysdeps/sh/____longjmp_chk.S.
12339         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
12340         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
12341         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
12342         (gen-as-const-headers): Append sigaltstack-offsets.sym.
12343
12344         * sysdeps/sh/abort-instr.h: New file.
12345         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
12346         process in case exit returns.
12347
12348         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
12349         initialize the GOT register before use.
12350
12351         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
12352         calculation of ARGC > 4.
12353
12354         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
12355         meaningful names to some local labels.
12356
12357 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
12358             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12359
12360         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
12361         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
12362         (__arch_compare_and_exchange_val_16_acq): Likewise.
12363         (__arch_compare_and_exchange_val_32_acq): Likewise.
12364         (atomic_exchange_and_add): Fix gUSA sequence.
12365         (atomic_add): Likewise.
12366         (atomic_add_negative): Likewise.
12367         (atomic_add_zero): Likewise.
12368         (atomic_bit_test_set): Likewise.
12369
12370 2012-06-22  Andreas Schwab  <schwab@redhat.com>
12371
12372         [BZ #13579]
12373         * include/link.h (struct link_map): Add l_free_initfini.
12374         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
12375         l_initfini.
12376         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
12377         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
12378         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
12379         set.
12380
12381 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
12382
12383         * configure.in: Use AC_LANG_SOURCE.
12384         * configure: Regenerate.
12385
12386 2012-06-22  Roland McGrath  <roland@hack.frob.com>
12387
12388         * configure.in (libc_cv_localstatedir): New substituted variable.
12389         * configure: Regenerated.
12390         * config.make.in (localstatedir): New variable, substituted from
12391         libc_cv_localstatedir.
12392         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
12393         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
12394         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
12395         * sysdeps/gnu/configure: Regenerated.
12396
12397 2012-06-21  Jeff Law  <law@redhat.com>
12398
12399         [BZ #14277]
12400         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
12401         free.  Simplify list management for _LIBC case.
12402
12403 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
12404
12405         [BZ #14273]
12406         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
12407         Clear sign bit of 64-bit integer value before comparing against
12408         overflow value.
12409
12410         * sysdeps/mach/configure: Regenerated.
12411
12412 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
12413
12414         [BZ #14278]
12415         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
12416
12417 2012-06-21  Jeff Law  <law@redhat.com>
12418
12419         [BZ #13882]
12420         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
12421         uint16_t for elements in the "seen" array to avoid char overflows.
12422         * elf/dl-fini.c (_dl_sort_fini): Likewise.
12423         * elf/dl-open.c (dl_open_worker): Likewise.
12424
12425 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
12426
12427         * scripts/list-sources.sh: Scan PORTS for translations.
12428         * po/libc.pot: Regenerated.
12429
12430 2012-06-21  Andreas Jaeger  <aj@suse.de>
12431
12432         [BZ #12194]
12433         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
12434         warning.
12435         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
12436         * bits/byteswap-16.h (__bswap_16): Likewise.
12437         * bits/byteswap.h (__bswap_constant_16): Likewise.
12438
12439 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
12440
12441         [BZ #14117]
12442         * sysdeps/i386/fpu_control.h: Removed.
12443         * sysdeps/x86_64/fpu_control.h: Moved to ...
12444         * sysdeps/x86/fpu_control.h: Here.
12445
12446         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
12447         (_FPU_SETCW): Likewise.
12448
12449 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
12450
12451         [BZ #14117]
12452         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
12453         * sysdeps/x86/fpu/bits/mathinline.h: This.
12454         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
12455
12456         [BZ #14050]
12457         [BZ #14117]
12458         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
12459         functions if __x86_64__ is defined.
12460
12461 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
12462
12463         * string/endian.h: Add !__ASSEMBLER__ condition for including
12464         conversion interfaces.
12465
12466 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
12467
12468         [BZ #14241]
12469         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
12470         of ABS(x) in calculating zero to negative powers other than odd
12471         integers.
12472         * math/libm-test.inc (pow_test): Add more tests.
12473
12474 2012-06-15  Andreas Jaeger  <aj@suse.de>
12475
12476         * manual/contrib.texi (Contributors): Update entry of Liubov
12477         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
12478         Machado Filho.
12479
12480 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
12481
12482         * string/string.h: Add __wur to GNU version of strerror_r.
12483
12484 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
12485
12486         [BZ #14229]
12487         * string/Makefile (tests): Add tst-strtok_r.
12488         * string/tst-strtok_r.c: New file.
12489         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
12490         RAX_LP/RDX_LP on SAVE_PTR.
12491
12492 2012-06-14  Roland McGrath  <roland@hack.frob.com>
12493
12494         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
12495
12496 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
12497
12498         * libm_test.inc (csqrt_test): Allow more spurious underflow
12499         exceptions.
12500         (j0_test): Likewise.
12501         (j1_test): Likewise.
12502         (y0_test): Likewise.
12503         (y1_test): Likewise.
12504
12505 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
12506
12507         * po/Makefile (libc.pot): Use UTF-8 charset.
12508
12509 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
12510
12511         [BZ #14210]
12512         Suppress sign-conversion warning from FD_SET.
12513         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
12514         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
12515         not unsigned long int.
12516         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
12517
12518 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
12519
12520         [BZ #14050]
12521         [BZ #14117]
12522         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
12523         __extern_always_inline instead of __extern_inline.
12524         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
12525         (__signbit): Likewise.
12526         (__signbitl): Support C++ namespace.
12527         (lrintf): New inline function.
12528         (lrint): Likewise.
12529         (llrintf): Likewise.
12530         (llrint): Likewise.
12531         (fmaxf): Likewise.
12532         (fmax): Likewise.
12533         (fminf): Likewise.
12534         (fmin): Likewise.
12535         (rint): Likewise.
12536         (rintf): Likewise.
12537         (ceil): Likewise.
12538         (ceilf): Likewise.
12539         (floor): Likewise.
12540         (floorf): Likewise.
12541         (nearbyint): Likewise.
12542         (nearbyintf): Likewise.
12543
12544 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
12545
12546         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
12547         non-default versions.
12548
12549 2012-06-11  Roland McGrath  <roland@hack.frob.com>
12550
12551         [BZ #14218]
12552         * manual/argp.texi (Argp): Reword argp_parse description slightly.
12553
12554 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
12555
12556         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
12557         (FE_UPWARD, FE_DOWNWARD): Don't define.
12558         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
12559         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
12560
12561         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
12562         reading it.
12563         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
12564         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
12565
12566 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12567
12568         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
12569         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
12570         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
12571         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
12572
12573 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
12574
12575         [BZ #14117]
12576         * sysdeps/i386/fpu/bits/fenv.h: Removed.
12577         * sysdeps/i386/fpu/Implies: New file.
12578         * sysdeps/x86_64/fpu/Implies: Likewise.
12579         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
12580         * sysdeps/x86/fpu/bits/fenv.h: This.
12581
12582         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
12583         __SSE_MATH__.
12584
12585 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12586
12587         [BZ #14134]
12588         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
12589         character 0xffff that matches the last element of the
12590         conversion table.
12591
12592 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12593
12594         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
12595         fmodl commit.
12596
12597 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12598
12599         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
12600         values higher than 25.6283.
12601
12602 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12603
12604         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
12605         subnormal exponent extraction and add some __builtin_expect.
12606         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
12607         Fix for subnormal mantissa calculation.
12608
12609 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
12610
12611         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
12612         cpu2 is -1 and errno is not ENOSYS.
12613
12614 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
12615
12616         [BZ #14117]
12617         * sysdeps/i386/i486/bits/string.h: Renamed to ...
12618         * sysdeps/x86/bits/string.h: This.
12619         * sysdeps/x86_64/bits/string.h: Removed.
12620
12621         * sysdeps/i386/i486/bits/string.h: Define inline functions only
12622         if not compiling for x86-64, but compiling for >= i486.
12623
12624         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
12625         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
12626
12627         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
12628         New macro from Linux kernel 3.4.0.
12629         (FP_XSTATE_MAGIC2): Likewise.
12630         (FP_XSTATE_MAGIC2_SIZE): Likewise.
12631         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
12632         (struct _fpx_sw_bytes): New struct.
12633         (struct _xsave_hdr): Likewise.
12634         (struct _ymmh_state): Likewise.
12635         (struct _xstate): Likewise.
12636
12637         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
12638         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
12639         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
12640         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
12641         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
12642         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
12643
12644         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
12645         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
12646         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
12647         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
12648         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
12649         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
12650
12651 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
12652
12653         [BZ #13743]
12654         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
12655         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
12656         (sysdep_headers): Include sys/platform/ppc.h.
12657         * sysdeps/powerpc/test-gettimebase.c: Test for
12658         __ppc_get_timebase() to catch future ISA opcode/insn changes.
12659         * manual/Makefile (appendices): Include platform.texi.
12660         * manual/contrib.texi (Contributors): Update @node pointers.
12661         * manual/maint.texi (Maintenance): Likewise.
12662         (Platform): New node.
12663         * manual/platform.texi: New file.  Document the new features.
12664
12665 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
12666             Jakub Jelinek  <jakub@redhat.com>
12667
12668         [BZ #14188]
12669         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
12670         where __builtin_expect is unavailable.
12671
12672 2012-06-03  David S. Miller  <davem@davemloft.net>
12673
12674         * stdlib/longlong.h: Updated from GCC.
12675
12676 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
12677
12678         [BZ #14042]
12679         * sysdeps/powerpc/powerpc32/mcount.c: New file.
12680         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
12681         __mcount_internal.
12682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
12683         (GLIBC_2.16): Likewise.
12684
12685 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
12686
12687         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
12688
12689 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
12690
12691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
12692         (default-abi): New variable.
12693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
12694         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
12695         variable.
12696         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
12697         Likewise.
12698         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
12699         Likewise.
12700         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
12701         Likewise.
12702
12703         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
12704         definition.  Document in comment.
12705
12706 2012-06-01  David S. Miller  <davem@davemloft.net>
12707
12708         * stdlib/longlong.h: Updated from GCC.
12709
12710 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
12711
12712         [BZ #14117]
12713         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
12714         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
12715         sys/debugreg.h sys/io.h here.
12716         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
12717         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
12718         sys/io.h.
12719         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
12720         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
12721         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
12722         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
12723         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
12724         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
12725
12726         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
12727         Define only if __x86_64__ is defined.
12728
12729 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
12730
12731         [BZ #14048]
12732         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
12733         Use int64_t for variable i.
12734         * math/libm-test.inc (fmod_test): Add more tests.
12735
12736         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
12737         z computation is not scheduled after fetestexcept.
12738         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
12739         Use math_force_eval instead of asm to ensure calculation scheduled
12740         before exception test.
12741         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
12742         Ensure a1 + u.d computation is not scheduled after fetestexcept.
12743
12744 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
12745
12746         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
12747         computation is not scheduled after fetestexcept.
12748
12749 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
12750
12751         [BZ #14117]
12752         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
12753         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
12754
12755 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12756
12757         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
12758         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
12759
12760 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
12761
12762         [BZ #14117]
12763         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
12764         <bits/wordsize.h>.
12765         (__WCHAR_MIN): Support __WORDSIZE == 64.
12766         (__WCHAR_MAX): Likewise.
12767
12768         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
12769         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
12770
12771         [BZ #14183]
12772         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
12773         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
12774
12775         [BZ #14117]
12776         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
12777         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
12778
12779         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
12780         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
12781
12782         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
12783         Defined to 1 if __x86_64__ isn't defined.
12784         (_STAT_VER_LINUX_OLD): New.
12785         (st_atime): Remove duplicate.
12786         (st_mtime): Likewise.
12787         (st_ctime): Likewise.
12788
12789 2012-05-31  David S. Miller  <davem@davemloft.net>
12790
12791         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
12792         entries.
12793
12794 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
12795
12796         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
12797         gen-libm-test.pl.
12798
12799         [BZ #14132]
12800         * elf/dl-reloc.c: Include <_itoa.h>.
12801         (_dl_reloc_bad_type): Remove use of INTUSE.
12802         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
12803         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
12804         * stdio-common/psiginfo.c (psiginfo): Likewise.
12805         * stdio-common/psignal.c (psignal): Likewise.
12806         * string/strsignal.c (strsignal): Likewise.
12807         * include/signal.h (_sys_siglist): Declare hidden proto.
12808         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
12809         INTVARDEF with libc_hidden_data_def.
12810         * stdio-common/itoa-udigits.c: Likewise.
12811         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
12812         (_itoa_lower_digits_internal): Remove declaration.
12813         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
12814         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
12815         (_sys_sigabbrev_internal): Remove aliases.
12816         (_sys_siglist): Define hidden alias.
12817
12818 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
12819
12820         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
12821         bits/sysctl.h.
12822
12823 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
12824
12825         [BZ #14117]
12826         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
12827         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
12828
12829         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
12830         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
12831         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
12832         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
12833         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
12834         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
12835
12836         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
12837         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
12838         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
12839
12840         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
12841         with __addr.
12842         (insw): Likewise.
12843         (insl): Likewise.
12844         (outsb): Likewise.
12845         (outsw): Likewise.
12846         (outsl): Likewise.
12847
12848         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
12849         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
12850         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
12851
12852         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
12853         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
12854         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
12855         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
12856         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
12857         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
12858
12859         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
12860         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
12861
12862         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
12863         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
12864
12865         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
12866         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
12867         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
12868
12869         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
12870         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
12871         to ...
12872         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
12873
12874         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
12875         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
12876         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
12877
12878         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
12879         for x86-64.
12880         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
12881
12882 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
12883
12884         * math/math.h (M_El): Use two more decimal places.
12885         (M_LOG2El): Likewise.
12886         (M_LOG10El): Likewise.
12887         (M_LN2l): Likewise.
12888         (M_LN10l): Likewise.
12889         (M_PIl): Likewise.
12890         (M_PI_2l): Likewise.
12891         (M_PI_4l): Likewise.
12892         (M_1_PIl): Likewise.
12893         (M_2_PIl): Likewise.
12894         (M_2_SQRTPIl): Likewise.
12895         (M_SQRT2l): Likewise.
12896         (M_SQRT1_2l): Likewise.
12897
12898 2012-05-31  David S. Miller  <davem@davemloft.net>
12899
12900         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
12901         values between float registers.
12902         * sysdeps/sparc/sparc64/memset.S: Likewise.
12903         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
12904
12905 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
12906
12907         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
12908         -D_FORTIFY_SOURCE=1.
12909         (CPPFLAGS-tst-longjmp_chk.c): Define.
12910         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
12911         (CPPFLAGS-tst-longjmp_chk2.c): Define.
12912         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
12913         CFLAGS-tst-wchar-h.c.
12914
12915 2012-05-31  Marek Polacek  <polacek@redhat.com>
12916
12917         [BZ #14132]
12918         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
12919         __endmntent_internal): Remove declaration.
12920         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
12921         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
12922         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
12923
12924 2012-05-30  David S. Miller  <davem@davemloft.net>
12925
12926         * sysdeps/sparc/sparc32/soft-fp/q_util.c
12927         (___Q_simulate_exceptions): Use real FP ops rather than writing
12928         into the %fsr.
12929         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
12930         Likewise.
12931
12932 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
12933
12934         [BZ #14117]
12935         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
12936         * sysdeps/x86/bits/xtitypes.h: This.
12937
12938         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
12939         * sysdeps/x86/bits/wordsize.h: This.
12940
12941         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
12942         * sysdeps/x86/bits/huge_vall.h: This.
12943
12944         * sysdeps/i386/bits/select.h: Removed.
12945         * sysdeps/x86_64/bits/select.h: Renamed to ...
12946         * sysdeps/x86/bits/select.h: This.
12947
12948         * sysdeps/i386/bits/setjmp.h: Removed.
12949         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
12950         * sysdeps/x86/bits/setjmp.h: This.
12951
12952         * sysdeps/i386/bits/mathdef.h: Removed.
12953         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
12954         * sysdeps/x86/bits/mathdef.h: This.
12955
12956 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
12957
12958         [BZ #14132]
12959         * include/sys/socket.h (__connect_internal)
12960         (__libc_sa_len_internal): Remove declaration.
12961         (__connect, __libc_sa_len): Declare hidden_proto.
12962         (SA_LEN): Remove use of INTUSE.
12963         * socket/connect.c: Add libc_hidden_def.
12964         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
12965         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
12966         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
12967         alias.
12968         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
12969         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
12970         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
12971         of adding _internal alias.
12972
12973 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
12974
12975         [BZ #14117]
12976         * sysdeps/i386/bits/link.h: Removed.
12977         * sysdeps/i386/bits/linkmap.h: Likewise.
12978         * sysdeps/x86_64/bits/link.h: Renamed to ...
12979         * sysdeps/x86/bits/link.h: This.
12980         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
12981         * sysdeps/x86/bits/linkmap.h: This.
12982
12983         * sysdeps/i386/bits/endian.h: Removed.
12984         * sysdeps/x86_64/bits/endian.h: Renamed to ...
12985         * sysdeps/x86/bits/endian.h: This.
12986
12987         * sysdeps/i386/bits/byteswap.h: Removed.
12988         * sysdeps/i386/bits/byteswap-16.h: Likewise.
12989         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
12990         * sysdeps/x86/bits/byteswap.h: This.
12991         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
12992         * sysdeps/x86/bits/byteswap-16.h: This.
12993         * sysdeps/i386/Implies: Add x86.
12994         * sysdeps/x86_64/Implies: Likewise.
12995
12996 2012-05-30  David S. Miller  <davem@davemloft.net>
12997
12998         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
12999         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
13000         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
13001         (FP_TRAPPING_EXCEPTIONS): Define.
13002         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
13003         (FP_TRAPPING_EXCEPTIONS): Define.
13004         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
13005         subnormals only when inexact has been signalled or underflow
13006         exceptions are enabled.
13007         (_FP_PACK_CANONICAL): Likewise.
13008
13009 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
13010
13011         [BZ #14183]
13012         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
13013         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
13014
13015 2012-05-30  Richard Henderson  <rth@twiddle.net>
13016
13017         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
13018         with #ifndef NOT_IN_libc.
13019
13020         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
13021         marked to avoid plt entry.
13022
13023 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
13024
13025         [BZ #14112]
13026         * Makeconfig (default-abi): New macro.
13027         (abi-includes): Likewise.
13028         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
13029         $(abi-$(default-abi)-lib-soname) for soname if defined.
13030         ($(common-objpfx)gnu/lib-names.stmp): Generate from
13031         abi-variants.
13032         * Makefile (installed-stubs): Likewise.
13033         * include/stubs-biarch.h: Removed.
13034         * scripts/lib-names.awk: Only handle one library at a time.
13035         * scripts/soversions.awk: Remove WORDSIZE support.
13036         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
13037         entries.
13038         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
13039         Removed.
13040         (syscall-list-default-condition): Likewise.
13041         (syscall-list-default-condition): Likewise.
13042         (syscall-list-includes): Likewise.
13043         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
13044         syscall-list-* with abi-*.  Handle undefined abi-variants.
13045         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
13046         * sysdeps/unix/sysv/linux/i386/Implies: New file.
13047         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
13048         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
13049         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
13050         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
13051         Removed.
13052         (syscall-list-32-options): Likewise.
13053         (syscall-list-32-condition): Likewise.
13054         (syscall-list-64-options): Likewise.
13055         (syscall-list-64-condition): Likewise.
13056         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
13057         macro.
13058         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
13059         Renamed to ...
13060         (abi-*): This.
13061         (abi-64-ld-soname): New macro.
13062         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
13063         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
13064         Renamed to ...
13065         (abi-*): This.
13066         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
13067         * sysdeps/x86_64/x32/shlib-versions: Likewise.
13068
13069 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
13070
13071         * sysdeps/unix/sysv/linux/kernel-features.h
13072         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
13073         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
13074         include <kernel-features.h>.
13075         [!__NR_ftruncate64]: Remove conditional code.
13076         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
13077         [__NR_ftruncate64]: Make code unconditional.
13078         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
13079         * sysdeps/unix/sysv/linux/truncate64.c: Do not
13080         include <kernel-features.h>.
13081         [!__NR_ftruncate64]: Remove conditional code.
13082         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
13083         [__NR_ftruncate64]: Make code unconditional.
13084         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
13085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
13086         include <kernel-features.h>.
13087         [!__NR_ftruncate64]: Remove conditional code.
13088         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
13089         [__NR_ftruncate64]: Make code unconditional.
13090         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
13091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
13092         include <kernel-features.h>.
13093         [!__NR_ftruncate64]: Remove conditional code.
13094         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
13095         [__NR_ftruncate64]: Make code unconditional.
13096         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
13097
13098         * configure.in (libc_cv_fpie): Weaken to a compile test using
13099         LIBC_TRY_CC_OPTION.
13100         * configure: Regenerated.
13101
13102 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13103
13104         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
13105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
13106         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
13107         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13108         Refreshed.
13109         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
13110         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
13111         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
13112         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
13113         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
13114         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13115         Refreshed.
13116
13117 2012-05-27  David S. Miller  <davem@davemloft.net>
13118
13119         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
13120         (___Q_zero): New.
13121         (__Q_simulate_exceptions): Return void.  Change to simulate
13122         exceptions by writing into the %fsr.
13123         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
13124         (__Qp_handle_exceptions): Likewise.
13125         (numbers): Delete.
13126         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
13127         __Qp_handle_exceptions.
13128         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
13129         __Qp_handle_exceptions.
13130         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
13131         as unused and give dummy FP_RND_NEAREST initializer.
13132         (FP_INHIBIT_RESULTS): Define.
13133         (___Q_simulate_exceptions): Update declaration.
13134         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
13135         formatting.
13136         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
13137         as unused and give dummy FP_RND_NEAREST initializer.
13138         (__Qp_handle_exceptions): Update declaration.
13139         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
13140         formatting.
13141
13142 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
13143
13144         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
13145         the temporary FPU control word.
13146         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13147         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
13148         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
13149         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
13150         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
13151         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
13152         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
13153         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
13154         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
13155         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
13156         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
13157
13158 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13159
13160         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
13161         fields.
13162
13163 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
13164
13165         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
13166         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
13167         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
13168         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
13169         Likewise.
13170         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
13171         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
13172         Likewise.
13173
13174 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
13175
13176         * po/h.po: Update from translation team.
13177
13178 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
13179
13180         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
13181
13182         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
13183         handling of denormals.
13184         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
13185         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
13186         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
13187         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
13188         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
13189         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
13190         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
13191         Likewise.
13192
13193 2012-05-26  Marek Polacek  <polacek@redhat.com>
13194
13195         [BZ #14152]
13196         * math/libm-test.inc (fma_test): Don't always expect underflow
13197         exception.
13198
13199 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13200
13201         [BZ #12416]
13202         * elf/tst-execstack.c: Include stackinfo.h.
13203         (do_test): Adjust test case to ensure that pthread_getattr_np
13204         behaviour remains the same after marking stack executable.
13205
13206 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
13207
13208         * sysdeps/unix/sysv/linux/kernel-features.h
13209         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
13210         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
13211         kernel-features.h.
13212         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
13213         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
13214         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
13215         kernel-features.h.
13216         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
13217         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
13218
13219 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
13220
13221         * configure.in: Define the default includes to being none.
13222         * configure: Regenerated.
13223
13224 2012-05-25  Roland McGrath  <roland@hack.frob.com>
13225
13226         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
13227         * sysdeps/x86_64/setjmp.S: Likewise.
13228         * sysdeps/i386/bsd-setjmp.S: Likewise.
13229         * sysdeps/i386/bsd-_setjmp.S: Likewise.
13230         * sysdeps/i386/setjmp.S: Likewise.
13231         * sysdeps/i386/__longjmp.S: Likewise.
13232         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
13233         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
13234
13235         * include/stap-probe.h: New file.
13236         * configure.in: Handle --enable-systemtap.
13237         * configure: Regenerated.
13238         * config.h.in (USE_STAP_PROBE): New #undef.
13239         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
13240         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
13241         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
13242
13243 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
13244
13245         [BZ #13717]
13246         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
13247         to 2.4.0 where earlier.
13248         * sysdeps/unix/sysv/linux/configure: Regenerated.
13249         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
13250         <kernel-features.h>.
13251         [__ASSUME_32BITUIDS]: Make code unconditional.
13252         [!__ASSUME_32BITUIDS]: Remove conditional code.
13253         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
13254         <kernel-features.h>.
13255         [__ASSUME_32BITUIDS]: Make code unconditional.
13256         [!__ASSUME_32BITUIDS]: Remove conditional code.
13257         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
13258         [__ASSUME_32BITUIDS]: Make code unconditional.
13259         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
13260         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
13261         <kernel-features.h>.
13262         [__ASSUME_32BITUIDS]: Make code unconditional.
13263         [!__ASSUME_32BITUIDS]: Remove conditional code.
13264         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
13265         <kernel-features.h>.
13266         [__ASSUME_32BITUIDS]: Make code unconditional.
13267         [!__ASSUME_32BITUIDS]: Remove conditional code.
13268         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
13269         <kernel-features.h>.
13270         [__ASSUME_32BITUIDS]: Make code unconditional.
13271         [!__ASSUME_32BITUIDS]: Remove conditional code.
13272         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
13273         <kernel-features.h>.
13274         [__ASSUME_32BITUIDS]: Make code unconditional.
13275         [!__ASSUME_32BITUIDS]: Remove conditional code.
13276         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
13277         <kernel-features.h>.
13278         [__ASSUME_32BITUIDS]: Make code unconditional.
13279         [!__ASSUME_32BITUIDS]: Remove conditional code.
13280         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
13281         <kernel-features.h>.
13282         [__ASSUME_32BITUIDS]: Make code unconditional.
13283         [!__ASSUME_32BITUIDS]: Remove conditional code.
13284         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
13285         <kernel-features.h>.
13286         [__ASSUME_32BITUIDS]: Make code unconditional.
13287         [!__ASSUME_32BITUIDS]: Remove conditional code.
13288         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
13289         <kernel-features.h>.
13290         [__ASSUME_32BITUIDS]: Make code unconditional.
13291         [!__ASSUME_32BITUIDS]: Remove conditional code.
13292         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
13293         <kernel-features.h>.
13294         [__ASSUME_32BITUIDS]: Make code unconditional.
13295         [!__ASSUME_32BITUIDS]: Remove conditional code.
13296         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
13297         <kernel-features.h>.
13298         [__ASSUME_32BITUIDS]: Make code unconditional.
13299         [!__ASSUME_32BITUIDS]: Remove conditional code.
13300         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
13301         <kernel-features.h>.
13302         [__NR_setresgid] (__setresgid): Do not declare.
13303         [__ASSUME_32BITUIDS]: Make code unconditional.
13304         [!__ASSUME_32BITUIDS]: Remove conditional code.
13305         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
13306         <kernel-features.h>.
13307         [__NR_setresuid] (__setresuid): Do not declare.
13308         [__ASSUME_32BITUIDS]: Make code unconditional.
13309         [!__ASSUME_32BITUIDS]: Remove conditional code.
13310         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
13311         <kernel-features.h>.
13312         [__ASSUME_32BITUIDS]: Make code unconditional.
13313         [!__ASSUME_32BITUIDS]: Remove conditional code.
13314         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
13315         <kernel-features.h>.
13316         [__ASSUME_32BITUIDS]: Make code unconditional.
13317         [!__ASSUME_32BITUIDS]: Remove conditional code.
13318         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
13319         <kernel-features.h>.
13320         [__ASSUME_32BITUIDS]: Make code unconditional.
13321         [!__ASSUME_32BITUIDS]: Remove conditional code.
13322         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
13323         <kernel-features.h>.
13324         [__ASSUME_32BITUIDS]: Make code unconditional.
13325         [!__ASSUME_32BITUIDS]: Remove conditional code.
13326         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
13327         <kernel-features.h>.
13328         [__ASSUME_32BITUIDS]: Make code unconditional.
13329         [!__ASSUME_32BITUIDS]: Remove conditional code.
13330         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
13331         <kernel-features.h>.
13332         [__ASSUME_32BITUIDS]: Make code unconditional.
13333         [!__ASSUME_32BITUIDS]: Remove conditional code.
13334         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
13335         <kernel-features.h>.
13336         [__ASSUME_32BITUIDS]: Make code unconditional.
13337         [!__ASSUME_32BITUIDS]: Remove conditional code.
13338         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
13339         <kernel-features.h>.
13340         [__ASSUME_32BITUIDS]: Make code unconditional.
13341         [!__ASSUME_32BITUIDS]: Remove conditional code.
13342         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
13343         <kernel-features.h>.
13344         [__ASSUME_32BITUIDS]: Make code unconditional.
13345         [!__ASSUME_32BITUIDS]: Remove conditional code.
13346         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
13347         <kernel-features.h>.
13348         [__ASSUME_32BITUIDS]: Make code unconditional.
13349         [!__ASSUME_32BITUIDS]: Remove conditional code.
13350         * sysdeps/unix/sysv/linux/kernel-features.h
13351         (__ASSUME_SETRESUID_SYSCALL): Remove.
13352         (__ASSUME_SETRESGID_SYSCALL): Likewise.
13353         (__ASSUME_32BITUIDS): Likewise.
13354         (__ASSUME_LDT_WORKS): Likewise.
13355         (__ASSUME_O_DIRECTORY): Likewise.
13356         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
13357         architecture but not kernel version.
13358         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13359         (__ASSUME_MMAP2_SYSCALL): Likewise.
13360         (__ASSUME_STAT64_SYSCALL): Likewise.
13361         (__ASSUME_IPC64): Likewise.
13362         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
13363         <kernel-features.h>.
13364         [__ASSUME_32BITUIDS]: Make code unconditional.
13365         [!__ASSUME_32BITUIDS]: Remove conditional code.
13366         * sysdeps/unix/sysv/linux/opendir.c: Do not include
13367         <kernel-features.h>.
13368         [__ASSUME_O_DIRECTORY]: Make code unconditional.
13369         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
13370         132096]: Remove conditional code.
13371         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
13372         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
13373         <kernel-features.h>.
13374         [__ASSUME_32BITUIDS]: Make code unconditional.
13375         [!__ASSUME_32BITUIDS]: Remove conditional code.
13376         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
13377         <kernel-features.h>.
13378         [__ASSUME_32BITUIDS]: Make code unconditional.
13379         [!__ASSUME_32BITUIDS]: Remove conditional code.
13380         * sysdeps/unix/sysv/linux/setegid.c: Do not include
13381         <kernel-features.h>.
13382         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
13383         unconditional.
13384         (__setresgid): Do not declare.
13385         [__ASSUME_32BITUIDS]: Make code unconditional.
13386         [!__ASSUME_32BITUIDS]: Remove conditional code.
13387         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
13388         <kernel-features.h>.
13389         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
13390         unconditional.
13391         (__setresuid): Do not declare.
13392         [__ASSUME_32BITUIDS]: Make code unconditional.
13393         [!__ASSUME_32BITUIDS]: Remove conditional code.
13394         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
13395         <kernel-features.h>.
13396         [__ASSUME_32BITUIDS]: Make code unconditional.
13397         [!__ASSUME_32BITUIDS]: Remove conditional code.
13398         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
13399         <kernel-features.h>.
13400         [__ASSUME_32BITUIDS]: Make code unconditional.
13401         [!__ASSUME_32BITUIDS]: Remove conditional code.
13402
13403 2012-05-25  Richard Henderson  <rth@twiddle.net>
13404
13405         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
13406         dl_hwcap to ifunc resolver.
13407         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
13408         elf_ifunc_invoke.
13409         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
13410         dl_hwcap to ifunc resolver.
13411         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
13412
13413 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
13414
13415         [BZ #14153]
13416         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
13417         for |x| <= 2**-26, not 2**-57.
13418         * math/libm-test.inc (acos_test): Do not allow spurious underflow
13419         exception.
13420
13421 2012-05-24  Jeff Law  <law@redhat.com>
13422
13423         * stdio-common/Makefile (tests): Add bug25.
13424         * stdio-common/bug25.c: New test.
13425
13426 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
13427
13428         [BZ #13576]
13429         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
13430         multiple of MALLOC_ALIGNMENT in size.
13431         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
13432
13433 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
13434
13435         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
13436         Require >= 256.
13437         (FILENAME_MAX): Use macro-int-constant.
13438         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
13439         (_IOFBF): Use macro-int-constant.
13440         (_IOLBF): Likewise.
13441         (_IONBF): Likewise.
13442         (SEEK_CUR): Likewise.
13443         (SEEK_END): Likewise.
13444         (SEEK_SET): Likewise.
13445         (TMP_MAX): Likewise.
13446         (EOF): Use macro-int-constant.  Require < 0.
13447         (NULL): Use macro-constant.  Require == 0.
13448         (stdin): Require type to be FILE *.
13449         (stdout): Likewise.
13450         (stderr): Likewise.
13451         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
13452         macro-int-constant.
13453         (EXIT_SUCCESS): Likewise.
13454         (NULL): Use macro-constant.  Require == 0.
13455         (RAND_MAX): Use macro-int-constant.
13456         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
13457         [C99-based standards] (strtof): Require function.
13458         [C99-based standards] (strtold): Likewise.
13459         [C99-based standards] (strtoll): Likewise.
13460         [C99-based standards] (strtoull): Likewise.
13461         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
13462         [ISO || ISO99 || ISO11] (limits.h): Likewise.
13463         [ISO || ISO99 || ISO11] (math.h): Likewise.
13464         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
13465         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
13466         [ISO || ISO99 || ISO11] (*_t): Do not allow.
13467
13468 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
13469
13470         [BZ #14132]
13471         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
13472         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
13473         * intl/dgettext.c (DCGETTEXT): Likewise.
13474         * intl/gettext.c (DCGETTEXT): Likewise.
13475         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
13476         * posix/regex_internal.h (gettext): Likewise.
13477         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
13478         Remove declaration.
13479         * include/argz.h (__argz_count_internal)
13480         (__argz_stringify_internal): Remove declaration.
13481         (__argz_count, __argz_stringify): Declare hidden proto.
13482         * intl/dcgettext.c: Remove use of INTDEF.
13483         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
13484         * string/argz-stringify.c: Likewise.
13485         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
13486         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
13487         Declare hidden proto.
13488         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
13489         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
13490         Declare hidden proto.
13491         * include/stdio.h (__asprintf_internal): Don't declare.
13492         (__asprintf): Don't define as macro.  Declare hidden proto.
13493         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
13494         (__fsetlocking): Declare hidden proto.
13495         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
13496         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
13497         hidden proto.
13498         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
13499         (_IO_setlinebuf): Remove use of INTUSE.
13500         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
13501         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
13502         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
13503         Remove declaration.
13504         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
13505         (_IO_do_flush): Remove use of INTUSE.
13506         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
13507         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
13508         (_IO_adjust_column, _IO_least_wmarker)
13509         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
13510         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
13511         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
13512         (_IO_default_doallocate, _IO_wdefault_doallocate)
13513         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
13514         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
13515         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
13516         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
13517         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
13518         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
13519         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
13520         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
13521         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
13522         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
13523         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
13524         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
13525         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
13526         proto.
13527         (_IO_flush_all_internal, _IO_adjust_column_internal)
13528         (_IO_default_uflow_internal, _IO_default_finish_internal)
13529         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
13530         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
13531         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
13532         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
13533         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
13534         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
13535         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
13536         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
13537         (_IO_file_close_internal, _IO_file_close_it_internal)
13538         (_IO_file_underflow_internal, _IO_file_overflow_internal)
13539         (_IO_file_init_internal, _IO_file_attach_internal)
13540         (_IO_file_fopen_internal, _IO_file_read_internal)
13541         (_IO_file_sync_internal, _IO_file_seek_internal)
13542         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
13543         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
13544         (_IO_str_underflow_internal, _IO_str_overflow_internal)
13545         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
13546         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
13547         (_IO_list_all_internal, _IO_link_in_internal)
13548         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
13549         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
13550         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
13551         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
13552         (_IO_do_write_internal, _IO_padn_internal)
13553         (_IO_getline_info_internal, _IO_getline_internal)
13554         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
13555         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
13556         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
13557         (_IO_vfscanf_internal, _IO_vfprintf_internal)
13558         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
13559         (_IO_init_internal, _IO_un_link_internal): Don't declare.
13560         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
13561         with libc_hidden_ver, remove use of INTUSE.
13562         * libio/genops.c: Likewise.
13563         * libio/freopen.c: Likewise.
13564         * libio/freopen64.c: Likewise.
13565         * libio/iofclose.c: Likewise.
13566         * libio/iofdopen.c: Likewise.
13567         * libio/iofflush.c: Likewise.
13568         * libio/iofflush_u.c: Likewise.
13569         * libio/iofgets.c: Likewise.
13570         * libio/iofgets_u.c: Likewise.
13571         * libio/iofopen.c: Likewise.
13572         * libio/iofopncook.c: Likewise.
13573         * libio/iofread.c: Likewise.
13574         * libio/iofread_u.c: Likewise.
13575         * libio/ioftell.c: Likewise.
13576         * libio/iofwrite.c: Likewise.
13577         * libio/iogetline.c: Likewise.
13578         * libio/iogets.c: Likewise.
13579         * libio/iogetwline.c: Likewise.
13580         * libio/iopadn.c: Likewise.
13581         * libio/iopopen.c: Likewise.
13582         * libio/ioseekoff.c: Likewise.
13583         * libio/ioseekpos.c: Likewise.
13584         * libio/iosetbuffer.c: Likewise.
13585         * libio/iosetvbuf.c: Likewise.
13586         * libio/ioungetc.c: Likewise.
13587         * libio/ioungetwc.c: Likewise.
13588         * libio/iovdprintf.c: Likewise.
13589         * libio/iovsprintf.c: Likewise.
13590         * libio/iovsscanf.c: Likewise.
13591         * libio/memstream.c: Likewise.
13592         * libio/obprintf.c: Likewise.
13593         * libio/oldfileops.c: Likewise.
13594         * libio/oldiofclose.c: Likewise.
13595         * libio/oldiofdopen.c: Likewise.
13596         * libio/oldiofopen.c: Likewise.
13597         * libio/oldiopopen.c: Likewise.
13598         * libio/oldstdfiles.c: Likewise.
13599         * libio/putc.c: Likewise.
13600         * libio/setbuf.c: Likewise.
13601         * libio/setlinebuf.c: Likewise.
13602         * libio/stdfiles.c: Likewise.
13603         * libio/strops.c: Likewise.
13604         * libio/vasprintf.c: Likewise.
13605         * libio/vscanf.c: Likewise.
13606         * libio/vsnprintf.c: Likewise.
13607         * libio/vswprintf.c: Likewise.
13608         * libio/wfiledoalloc.c: Likewise.
13609         * libio/wfileops.c: Likewise.
13610         * libio/wgenops.c: Likewise.
13611         * libio/wmemstream.c: Likewise.
13612         * libio/wstrops.c: Likewise.
13613         * libio/__fpurge.c: Likewise.
13614         * libio/__fsetlocking.c: Likewise.
13615         * assert/assert.c: Likewise.
13616         * debug/fgets_chk.c: Likewise.
13617         * debug/fgets_u_chk.c: Likewise.
13618         * debug/fread_chk.c: Likewise.
13619         * debug/fread_u_chk.c: Likewise.
13620         * debug/gets_chk.c: Likewise.
13621         * debug/obprintf_chk.c: Likewise.
13622         * debug/vasprintf_chk.c: Likewise.
13623         * debug/vdprintf_chk.c: Likewise.
13624         * debug/vsnprintf_chk.c: Likewise.
13625         * debug/vsprintf_chk.c: Likewise.
13626         * malloc/mtrace.c: Likewise.
13627         * misc/error.c: Likewise.
13628         * misc/syslog.c: Likewise.
13629         * stdio-common/asprintf.c: Likewise.
13630         * stdio-common/fxprintf.c: Likewise.
13631         * stdio-common/getw.c: Likewise.
13632         * stdio-common/isoc99_fscanf.c: Likewise.
13633         * stdio-common/isoc99_scanf.c: Likewise.
13634         * stdio-common/isoc99_vfscanf.c: Likewise.
13635         * stdio-common/isoc99_vscanf.c: Likewise.
13636         * stdio-common/isoc99_vsscanf.c: Likewise.
13637         * stdio-common/printf-prs.c: Likewise.
13638         * stdio-common/printf_fp.c: Likewise.
13639         * stdio-common/printf_fphex.c: Likewise.
13640         * stdio-common/printf_size.c: Likewise.
13641         * stdio-common/putw.c: Likewise.
13642         * stdio-common/scanf.c: Likewise.
13643         * stdio-common/sprintf.c: Likewise.
13644         * stdio-common/tmpfile.c: Likewise.
13645         * stdio-common/vfprintf.c: Likewise.
13646         * stdio-common/vfscanf.c: Likewise.
13647         * stdlib/strfmon_l.c: Likewise.
13648         * sunrpc/openchild.c: Likewise.
13649         * sunrpc/xdr_stdio.c: Likewise.
13650         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
13651         * sysdeps/mach/hurd/tmpfile.c: Likewise.
13652
13653 2012-05-24  Roland McGrath  <roland@hack.frob.com>
13654
13655         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
13656
13657         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
13658         in the third column, to generate for the shared library an IFUNC
13659         that uses _dl_vdso_vsym.
13660         * Makerules (COMPILE.c, compile-stdin.c): New variables.
13661         * Makeconfig (object-suffixes-noshared): New variable.
13662
13663         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
13664         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
13665         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
13666         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
13667
13668         [BZ #14132]
13669         * include/sys/time.h (__gettimeofday): Remove macro.
13670         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
13671         * time/gettimeofday.c (__gettimeofday): Remove #undef.
13672         Remove INTDEF.
13673         (__gettimeofday): Add libc_hidden_def.
13674         (gettimeofday): Add libc_hidden_weak.
13675         * sysdeps/mach/gettimeofday.c: Likewise.
13676         * sysdeps/posix/gettimeofday.c: Likewise.
13677         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
13678         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
13679         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
13680         (__gettimeofday_internal): Remove strong_alias.
13681         (__gettimeofday): Add libc_hidden_def.
13682         (gettimeofday): Add libc_hidden_weak.
13683         * sysdeps/unix/syscalls.list (gettimeofday):
13684         Remove __gettimeofday_internal alias.
13685
13686 2012-05-24  Daniel Jacobowitz  <drow@false.org>
13687             H.J. Lu  <hongjiu.lu@intel.com>
13688
13689         [BZ #12495]
13690         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
13691         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
13692         (largebin_index_32_big): New.
13693         (largebin_index): Use it for 16-byte alignment.
13694         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
13695         correction with front_misalign.
13696
13697 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
13698
13699         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
13700         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13701         Likewise.
13702         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
13703         Likewise.
13704         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
13705         Likewise.
13706         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
13707         Likewise.
13708         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
13709         Likewise.
13710         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
13711         Likewise.
13712         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
13713         Likewise.
13714         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
13715         Likewise.
13716         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
13717         Likewise.
13718         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
13719         Likewise.
13720         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13721         Likewise.
13722         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
13723         Likewise.
13724
13725         * scripts/data/c++-types-x32-linux-gnu.data: New file.
13726         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
13727
13728 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
13729
13730         [BZ #10846]
13731         [BZ #14036]
13732         * math/libm-test.inc (exp_test): Add test from bug 14036.
13733         (pow_test): Add test from bug 10846.
13734
13735         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
13736         and other flags.
13737         (special_function): Do not include flags in test name.
13738         (parse_args): Likewise.
13739         * sysdeps/i386/fpu/libm-test-ulps: Update.
13740         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13741         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13742         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13744
13745         * math/gen-libm-test.pl (%beautify): Add entries for underflow
13746         exceptions.
13747         * math/libm-test.inc ("Philosophy"): Update comment about
13748         exception testing.
13749         (UNDERFLOW_EXCEPTION): New macro.
13750         (UNDERFLOW_EXCEPTION_OK): Likewise.
13751         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
13752         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
13753         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
13754         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
13755         (INVALID_EXCEPTION_OK): Update value.
13756         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
13757         (OVERFLOW_EXCEPTION_OK): Likewise.
13758         (IGNORE_ZERO_INF_SIGN): Likewise.
13759         (test_exceptions): Handle underflow exceptions.
13760         (acos_test): Update for underflow exception expectations.
13761         (cexp_test): Likewise.
13762         (clog_test): Likewise.
13763         (clog10_test): Likewise.
13764         (csqrt_test): Likewise.
13765         (ctan_test): Likewise.
13766         (ctanh_test): Likewise.
13767         (exp_test): Likewise.
13768         (exp10_test): Likewise.
13769         (exp2_test): Likewise.
13770         (expm1_test): Likewise.
13771         (fma_test): Likewise.
13772         (j0_test): Likewise.
13773         (jn_test): Likewise.
13774         (nexttoward_test): Likewise.
13775         (pow_test): Likewise.
13776         (scalbn_test): Likewise.
13777         (scalbln_test): Likewise.
13778         (tan_test): Likewise.
13779         (y1_test): Likewise.
13780         * sysdeps/i386/fpu/libm-test-ulps: Update.
13781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13782
13783 2012-05-23  David S. Miller  <davem@davemloft.net>
13784
13785         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
13786         (__libc_sigaction): Remove unused local variables.
13787
13788 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
13789
13790         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
13791
13792 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
13793
13794         mktime: avoid signed integer overflow
13795         * time/mktime.c (__mktime_internal): Do not mishandle the case
13796         where diff == INT_MIN.
13797
13798         mktime: simplify computation of average
13799         * time/mktime.c (ranged_convert): Use new time_t_avg function
13800         instead of rolling our own (probably-slower) code.
13801
13802         mktime: do not assume signed right shift propagates sign bit
13803         * time/mktime.c (isdst_differ): New static function.
13804         (__mktime_internal): No need to normalize tm_isdst now.
13805         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
13806         tm_isdst values.
13807
13808         mktime: merge another wrapv change from gnulib
13809         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
13810         from some compilers.
13811
13812         mktime: remove incorrect attempt at unusual arithmetics
13813         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
13814         The code didn't really work on such machines anyway.
13815         (TYPE_MINIMUM): Assume two's complement.
13816         (twos_complement_arithmetic): Verify that long_int and time_t
13817         are two's complement (or unsigned, in the latter case).
13818
13819         mktime: check signed shifts on long_int and time_t, too
13820         * time/mktime.c (SHR): Check that shifts work as desired
13821         on the types long_int and time_t too, as SHR is used on
13822         such types.
13823
13824         mktime: do not assume 'long' is wide enough
13825         * time/mktime.c (verify): Move decl up.
13826         (long_int): New type.
13827         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
13828         to remove assumption in the code that 'long' is wide enough to
13829         store year values.  This assumption is not true on x32 and on
13830         some non-glibc platforms.
13831
13832         mktime: merge wrapv change from gnulib
13833         * time/mktime.c (WRAPV): New macro.
13834         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
13835         (guess_time_tm, __mktime_internal): Do not assume that signed
13836         integer overflow wraps around; modern compilers generate code
13837         where this assumption is no longer valid.
13838
13839 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
13840
13841         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
13842         Replace "jmp L(pseudo_end)" with "ret".
13843         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
13844         Likewise.
13845
13846 2012-05-23  Andreas Jaeger  <aj@suse.de>
13847
13848         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
13849         * sysdeps/unix/sysv/linux/poll.c: Remove file.
13850
13851 2012-05-23  Andreas Jaeger  <aj@suse.de>
13852             Maximilian Attems  <max@stro.at>
13853
13854         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
13855         New macros.
13856
13857 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
13858
13859         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
13860         code so that pseudo_end is just ret and the stack pointer is
13861         correct also for static library in error case.
13862
13863 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
13864
13865         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
13866         move to syscalls.list.
13867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
13868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
13869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
13870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
13871
13872         * manual/install.texi (Running make install): Do not mention Linux
13873         kernel version for which pt_chown is not needed.
13874         (Linux): Do not mention problems with nscd with 2.0 kernels.
13875         * INSTALL: Regenerated.
13876
13877 2012-05-23  Andreas Jaeger  <aj@suse.de>
13878
13879         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
13880         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
13881         macro.
13882         * sysdeps/unix/sysv/linux/s390/bits/mman.h
13883         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
13884         * sysdeps/unix/sysv/linux/sh/bits/mman.h
13885         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
13886         * sysdeps/unix/sysv/linux/i386/bits/mman.h
13887         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
13888         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
13889         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
13890         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
13891         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
13892         * sysdeps/unix/sysv/linux/bits/in.h
13893         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
13894
13895 2012-05-22  Roland McGrath  <roland@hack.frob.com>
13896
13897         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
13898         (PREPARE_VERSION): Just use assert instead, it will be elided
13899         under [NDEBUG] anyway.
13900
13901 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
13902
13903         * sysdeps/unix/sysv/linux/Makefile: Include
13904         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
13905         (sysdep_routines): Remove sysctl.
13906         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
13907         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
13908         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
13909         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
13910         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
13911
13912 2012-05-22  Andreas Jaeger  <aj@suse.de>
13913
13914         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
13915         that pseudo_end is just ret and the stack pointer is correct also
13916         for static library in error case.
13917
13918 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
13919
13920         [BZ #14122]
13921         * nss/nsswitch.c (defconfig_entries): New variable.
13922         (__nss_database_lookup): Don't leak defconfig entries.
13923         (nss_parse_service_list): Don't leak on error paths.
13924         (free_database_entries): New function.
13925         (free_defconfig): New function.
13926         (free_mem): Move common code to free_database_entries.
13927
13928 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
13929
13930         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
13931         Add arch_prctl.
13932         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
13933
13934         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
13935         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
13936         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
13937         New macro.
13938         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
13939         (INTERNAL_SYSCALL_TYPES): Likewise.
13940         (LOAD_ARGS_TYPES_[1-6]): Likewise.
13941         (LOAD_REGS_TYPES_[1-6]): Likewise.
13942         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
13943         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
13944
13945 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13946
13947         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
13948         copysignl for GLIBC_2_0.
13949         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
13950         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
13951         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
13952         logbl for GLIBC_2_0.
13953         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
13954         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
13955
13956 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
13957
13958         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
13959         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
13960
13961         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
13962         Use "neg %eax".
13963
13964         * time/mktime.c: Update copyright years.
13965
13966 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13967
13968         mktime: merge comment-quoting-style change from gnulib
13969         * time/mktime.c: Quote 'like this' in comments.
13970         The GNU coding standards suggest that we no longer quote `like this',
13971         as "`" and "'" are typically rendered asymmetrically nowadays.
13972         The typical gnulib style is to quote 'like this' when quoting
13973         code, and "like this" when quoting English.
13974
13975         * time/mktime.c (compile-command): Add "-I.".
13976
13977         mktime: merge mktime-internal.h change from gnulib
13978         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
13979
13980         mktime: merge time_r change from gnulib
13981         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
13982
13983         mktime: merge DEBUG change from gnulib
13984         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
13985         case system <time.h> has a #define.
13986
13987         mktime: merge <sys/types.h> change from gnulib
13988         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
13989         since <time.t> is now guaranteed to define time_t.
13990
13991         mktime: merge HAVE_CONFIG_H change from gnulib
13992         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
13993
13994 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
13995
13996         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
13997         Use "neg %eax".
13998
13999         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
14000         __rlim_t cast.
14001         (struct rusage): Use anonymous union to pad each field to
14002         __syscall_slong_t.
14003
14004 2012-05-21  David S. Miller  <davem@davemloft.net>
14005
14006         * Makefules (o-iterator): Remove .s cases.
14007         (compile-command.s): Delete.
14008         (COMPILE.s): Delete.
14009         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
14010
14011 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
14012
14013         * configure.in (libc_cv_predef_stack_protector): Only consider
14014         "foobar" and "__stack_chk_fail" lines in libc_undefs.
14015         * configure: Regenerated.
14016
14017 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
14018
14019         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
14020         New macro.  Use R*LP on int and pointer.
14021         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
14022         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
14023         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
14024         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
14025
14026         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
14027         [__WORDSIZE_TIME64_COMPAT32] instead of
14028         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
14029         (struct utmp): Likewise.
14030         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
14031         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
14032         Renamed to ...
14033         (__WORDSIZE_TIME64_COMPAT32): This.
14034         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
14035         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
14036         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
14037         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
14038         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
14039         (__WORDSIZE_TIME64_COMPAT32): New macro.
14040
14041 2012-05-21  Andreas Jaeger  <aj@suse.de>
14042
14043         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
14044         only if [SHARED]. Add prototype for __wcschr_ia32.
14045
14046 2012-05-21  Roland McGrath  <roland@hack.frob.com>
14047
14048         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
14049         of %rbp unmolested in the jmp_buf while mangling the low bits.
14050         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
14051         unmolested high bits of %rbp while demangling the low bits.
14052         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
14053
14054 2012-05-21  Andreas Jaeger  <aj@suse.de>
14055
14056         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
14057         * sunrpc/svc_simple.c: Use it for registerrpc.
14058         * sunrpc/xcrypt.c: Use it for passwd2des.
14059
14060         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
14061
14062 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
14063
14064         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
14065         Don't define if [__SYSCALL_WORDSIZE != 32].
14066         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
14067         New macro.
14068
14069 2012-05-21  Bruno Haible  <bruno@clisp.org>
14070             Andreas Jaeger  <aj@suse.de>
14071
14072         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
14073         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
14074         inptr and inend for must_buffer_ch.
14075         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
14076         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
14077         * stdio-common/Makefile (tests): Remove bug15.
14078         (bug15-ENV): Remove macro.
14079         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
14080         anymore.
14081
14082 2012-05-19  Andreas Jaeger  <aj@suse.de>
14083             Roland McGrath  <roland@hack.frob.com>
14084
14085         * manual/contrib.texi: Completely rewritten. It contains now an
14086         alphabetical list of contributors and their contributions.
14087
14088 2012-05-21  Richard Henderson  <rth@twiddle.net>
14089
14090         * misc/getauxval.c (__getauxval): Use unsigned long int.
14091         * misc/sys/auxv.h: Include <sys/cdefs.h>.
14092         (getauxval): Use unsigned long int.
14093
14094 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
14095
14096         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
14097
14098 2012-05-21  Roland McGrath  <roland@hack.frob.com>
14099
14100         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
14101         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
14102         __alignof__ (long double).
14103
14104 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14105
14106         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14107
14108 2012-05-20  Richard Henderson  <rth@twiddle.net>
14109
14110         * misc/getauxval.c: New file.
14111         * misc/sys/auxv.h: New file.
14112         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
14113         (routines): Add getauxval.
14114         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
14115         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
14116         * elf/dl-sysdep.c (_dl_auxv): Remove.
14117         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
14118         * elf/dl-support.c (_dl_auxv): New variable.
14119         (_dl_aux_init): Initialize it.
14120         * manual/startup.texi (Auxiliary Vector): New node.
14121         * sysdeps/generic/bits/hwcap.h: New file.
14122         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
14123         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
14124         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
14125         * sysdeps/sparc/sysdep.h: ... here.  Include it.
14126         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
14127         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
14128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
14129         Update.
14130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
14131         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
14132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
14133         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
14134         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
14135         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
14136         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
14137         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
14138
14139 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14140
14141         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14142
14143 2012-05-19  David S. Miller  <davem@davemloft.net>
14144
14145         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14146
14147 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
14148
14149         [BZ #14123]
14150         * math/s_ccosh.c: Include <float.h>
14151         (__ccosh): Avoid internal overflow calculating sinh and cosh
14152         values before multiplying by sin and cos values.
14153         * math/s_ccoshf.c: Likewise.
14154         * math/s_ccoshl.c: Likewise.
14155         * math/s_csin.c: Likewise.
14156         * math/s_csinf.c: Likewise.
14157         * math/s_csinl.c: Likewise.
14158         * math/s_csinh.c: Likewise.
14159         * math/s_csinhf.c: Likewise.
14160         * math/s_csinhl.c: Likewise.
14161         * math/libm-test.inc (ccos_test): Add more tests.
14162         (ccosh_test): Likewise.
14163         (csin_test): Likewise.
14164         (csinh_test): Likewise.
14165         * sysdeps/i386/fpu/libm-test-ulps: Update.
14166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14167
14168 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
14169
14170         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
14171         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
14172
14173         * sysdeps/x86_64/x32/_itoa.h: Add comment.
14174
14175 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
14176
14177         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
14178         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
14179         * sysdeps/powerpc/soft-fp/Versions: Likewise.
14180         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
14181         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
14182         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
14183         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
14184         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
14185         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
14186         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
14187         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
14188         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
14189         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
14190         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
14191         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
14192         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
14193         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
14194         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
14195         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
14196         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
14197         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
14198         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
14199         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
14200         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
14201         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
14202         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
14203         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
14204         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
14205         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
14206         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
14207         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
14208
14209 2012-05-18  Andreas Jaeger  <aj@suse.de>
14210
14211         * csu/.gitignore: Delete.
14212
14213 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
14214
14215         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
14216         (timex): Use __syscall_slong_t.
14217
14218 2012-05-18  Andreas Jaeger  <aj@suse.de>
14219             Carlos O'Donell  <carlos_odonell@mentor.com>
14220
14221         * manual/install.texi (Configuring and compiling): Update
14222         description about files modified in the source directory.
14223         * INSTALL: Regenerated.
14224
14225 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
14226
14227         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
14228         value.  Use "or" to set return value to -1.
14229         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
14230         negate return value.
14231
14232 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
14233
14234         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
14235         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
14236         failure if the compiler has Graphite support disabled.
14237         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
14238         Likewise.
14239         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
14240         CFLAGS-memmove.c): Likewise.
14241         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
14242         Likewise.
14243
14244 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
14245
14246         * sysdeps/x86_64/x32/_itoa.h: New file.
14247
14248         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
14249         getdents system call only if kernel and user dirents have the
14250         same d_ino and d_off.
14251
14252         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
14253         LLONG_MAX != LONG_MAX.
14254         (_itoa_word): Use _ITOA_WORD_TYPE on value.
14255         (_fitoa_word): Likewise.
14256
14257         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
14258         years.
14259         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
14260         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
14261         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
14262
14263         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
14264         include <bits/wordsize.h>.  Check __x86_64__ instead of
14265         __WORDSIZE.
14266         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
14267         if __x86_64__ is defined.  Use anonymous union on fpstate.
14268
14269         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
14270         anonymous union.
14271
14272 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
14273
14274         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
14275         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
14276         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
14277         Refer to _rtld_local_ro instead of _rtld_global_ro.
14278         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
14279         Likewise.
14280         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
14281         Likewise.
14282         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
14283         Likewise.
14284         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
14285         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
14286         of _rtld_global, and rtld_progname instead of _dl_argv[0].
14287
14288         * sysdeps/powerpc/powerpc32/dl-machine.c
14289         (__elf_machine_runtime_setup) [PROF]: Don't reference
14290         _dl_prof_resolve.
14291
14292 2012-05-18  Andreas Jaeger  <aj@suse.de>
14293
14294         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
14295         function only available for GCCs before 3.4 since GCC 3.4
14296         introduced a builtin.
14297         (lrint): Likewise.
14298         (llrintf): Likewise.
14299         (llrint): Likewise.
14300         (fmaxf): Likewise.
14301         (fmax): Likewise.
14302         (fminf): Likewise.
14303         (fmin): Likewise.
14304         (rint): Likewise.
14305         (rintf): Likewise.
14306         (nearbyint): Likewise.
14307         (nearbyintf): Likewise.
14308         (ceil): Likewise.
14309         (ceilf): Likewise.
14310         (floor): Likewise.
14311         (floorf): Likewise.
14312
14313 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
14314
14315         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
14316         on both fields and cast pointer to __syscall_ulong_t.
14317
14318         * bits/types.h (__fsword_t): New type.
14319         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
14320         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
14321         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
14322         (__FSWORD_T_TYPE): Likewise.
14323         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
14324         (__FSWORD_T_TYPE): Likewise.
14325         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
14326         (__FSWORD_T_TYPE): Likewise.
14327         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
14328         (__FSWORD_T_TYPE): Likewise.
14329         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
14330         __SWORD_TYPE with __fsword_t.
14331         (statfs64): Likewise.
14332
14333 2012-05-17  David S. Miller  <davem@davemloft.net>
14334
14335         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
14336
14337 2012-05-17  Andreas Jaeger  <aj@suse.de>
14338
14339         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
14340         warning.
14341
14342 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
14343
14344         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
14345
14346 2012-05-17  Andreas Jaeger  <aj@suse.de>
14347
14348         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
14349         when it is used.
14350
14351 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
14352
14353         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
14354
14355 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
14356
14357         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
14358         * sysdeps/x86_64/tst-mallocalign1.c: New file.
14359
14360 2012-05-17  Andreas Jaeger  <aj@suse.de>
14361             Carlos O'Donell  <carlos_odonell@mentor.com>
14362
14363         [BZ #14059]
14364         * sysdeps/x86_64/multiarch/init-arch.h
14365         (bit_YMM_Usable): Rename to...
14366         (bit_AVX_Usable): ... this.
14367         (bit_FMA4_Usable): New macro.
14368         (bit_XMM_state): New macro.
14369         (bit_YMM_state): New macro.
14370         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
14371         [__ASSEMBLER__] (index_AVX_Usable): ... this.
14372         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
14373         (CPUID_OSXSAVE): New macro.
14374         (CPUID_AVX): New macro.
14375         (CPUID_FMA4): New macro.
14376         (index_YMM_Usable): Rename to...
14377         (index_AVX_Usable): ... this.
14378         (HAS_AVX): Use HAS_ARCH_FEATURE.
14379         (HAS_FMA4): Likewise.
14380         (HAS_YMM_USABLE): Remove.
14381         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14382         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
14383         are present.
14384         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
14385         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
14386         * sysdeps/x86_64/multiarch/Makefile: Likewise.
14387         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
14388         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
14389
14390 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
14391
14392         * math/libm-test.c: Support platforms without multiple rounding modes.
14393         * math/bug-nextafter.c: Support platforms without FP exceptions.
14394         * math/bug-nexttoward.c: Likewise.
14395         * math/test-fenv.c: Likewise.
14396         * math/test-misc.c: Likewise.
14397         * stdlib/bug-getcontext.c: Likewise.
14398
14399 2012-05-17  Andreas Jaeger  <aj@suse.de>
14400
14401         * manual/examples/search.c (critter_cmp): Change signature to
14402         avoid warnings.
14403         * manual/string.texi (Collation Functions): Likewise.
14404
14405 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
14406
14407         * bits/types.h: Fold copyright years.
14408         * bits/typesizes.h: Likewise.
14409         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
14410         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
14411         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
14412         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
14413         * time/time.h: Likewise.
14414
14415 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
14416
14417         [BZ #208]
14418         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
14419         in instead of returning them.  Return void.
14420         (__libc_mallinfo): Accumulate over all arenas.
14421         (__malloc_stats): Adjust for change in int_mallinfo interface.
14422
14423 2012-05-16  Roland McGrath  <roland@hack.frob.com>
14424
14425         [BZ #10375]
14426         * configure.in (NM): Add AC_CHECK_TOOL for it.
14427         (libc_extra_cflags): New substituted variable.
14428         Check for -fstack-protector being used implicitly.
14429         * configure: Regenerated.
14430         * config.make.in (config-extra-cflags): New variable,
14431         gets @libc_extra_cflags@.
14432         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
14433
14434         [BZ #10375]
14435         * configure.in: Check for _FORTIFY_SOURCE being predefined.
14436         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
14437         * configure: Regenerated.
14438         * config.make.in (CPPUNDEFS): New substituted variable.
14439         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
14440         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
14441         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
14442
14443 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
14444
14445         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
14446         (mq_attr): Use __syscall_slong_t.
14447
14448 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
14449
14450         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
14451         Check __x86_64__ instead of __WORDSIZE.
14452         (_STAT_VER_LINUX): Likewise.
14453         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
14454         __syscall_ulong_t and __syscall_slong_t.
14455         (stat64): Likewise.
14456
14457 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
14458
14459         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
14460
14461 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
14462
14463         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
14464
14465 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
14466
14467         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
14468         __syscall_ulong_t.
14469
14470         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
14471         include <bits/wordsize.h>.  Check __x86_64__ instead of
14472         __WORDSIZE.
14473         (greg_t): Use "__extension__ long long int" if __x86_64__ is
14474         defined.
14475         (mcontext_t): Replace "unsigned long" with "unsigned long long".
14476
14477         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
14478         include <bits/wordsize.h>.  Check __x86_64__ instead of
14479         __WORDSIZE.
14480         (user_regs_struct): Use "__extension__ unsigned long long"
14481         instead of "unsigned long" if __x86_64__ is defined.
14482         (user): Likewise.  Pad after pointer field if __ILP32__ is
14483         defined.
14484
14485 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
14486
14487         * configure.in (makeinfo): Require version 4.5 or later.  Allow
14488         versions 5 to 9.
14489         * configure: Regenerated.
14490         * manual/install.texi (texinfo): Increase version requirement to
14491         4.5 or later.
14492         * INSTALL: Regenerated.
14493
14494         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
14495
14496 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
14497
14498         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
14499
14500         * sysdeps/x86_64/x32/ffs.c: New file.
14501
14502         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
14503         __syscall_ulong_t.
14504         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
14505         defined.  Use __syscall_ulong_t.
14506         (shminfo): Use __syscall_ulong_t.
14507         (shm_info): Likewise.
14508
14509         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
14510         __syscall_ulong_t.
14511
14512         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
14513         <bits/wordsize.h>.
14514         (msgqnum_t): Use __syscall_ulong_t.
14515         (msglen_t): Likewise.
14516         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
14517         __syscall_ulong_t.
14518
14519         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
14520         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
14521
14522         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
14523
14524         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
14525         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
14526
14527         * sysvipc/sys/msg.h (msgbuf): Replace long int with
14528         __syscall_slong_t.
14529
14530         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
14531         include <bits/wordsize.h>.  Check __x86_64__ instead of
14532         __WORDSIZE.
14533
14534         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
14535         "unsigned long long int" if __x86_64__ is defined.
14536         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
14537
14538         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
14539         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
14540         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
14541
14542         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
14543         <stdint.h>.
14544         (GET_PC): Cast to uintptr_t first.
14545         (GET_FRAME): Likewise.
14546         (GET_STACK): Likewise.
14547
14548         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
14549         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
14550         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
14551         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
14552         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
14553         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
14554         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
14555         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
14556         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
14557         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
14558         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
14559         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
14560         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
14561         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
14562         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
14563         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
14564         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
14565         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
14566         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
14567         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
14568         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
14569         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
14570         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
14571         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
14572         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
14573         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
14574         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
14575         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
14576         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
14577
14578 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
14579
14580         * Makerules (+depfiles): Also collect depfiles from .oS in
14581         $(extra-objs).
14582         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
14583         .oS, $(libnldbl-routines)).
14584
14585         * Makerules (native-compile-mkdep-flags): Define.
14586         * sunrpc/Makefile (extra-objs): Add $(addprefix
14587         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
14588         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
14589         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
14590         calling $(make-target-directory).
14591
14592 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14593
14594         * bits/types.h (__snseconds_t): Removed.
14595         * time/time.h (struct timespec): Replace __snseconds_t with
14596         __syscall_slong_t.
14597         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
14598         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
14599         Likewise.
14600         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
14601         (__SNSECONDS_T_TYPE): Likewise.
14602         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
14603         (__SNSECONDS_T_TYPE): Likewise.
14604         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
14605         (__SNSECONDS_T_TYPE): Likewise.
14606
14607 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14608
14609         * sysdeps/mach/hurd/bits/typesizes.h
14610         (__SYSCALL_SLONG_TYPE): New macro.
14611         (__SYSCALL_ULONG_TYPE): Likewise.
14612
14613 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14614
14615         * bits/types.h (__syscall_slong_t): New type.
14616         (__syscall_ulong_t): Likewise.
14617
14618         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
14619         (__SYSCALL_ULONG_TYPE): Likewise.
14620         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
14621         (__SYSCALL_SLONG_TYPE): Likewise.
14622         (__SYSCALL_ULONG_TYPE): Likewise.
14623         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
14624         (__SYSCALL_SLONG_TYPE): Likewise.
14625         (__SYSCALL_ULONG_TYPE): Likewise.
14626         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
14627         (__SYSCALL_SLONG_TYPE): Likewise.
14628         (__SYSCALL_ULONG_TYPE): Likewise.
14629
14630 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14631
14632         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
14633         Add sigaltstack-offsets.sym.
14634         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
14635         <sigaltstack-offsets.h>.
14636         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
14637         longjmp_msg pointer.
14638         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
14639         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
14640         signal stack.
14641         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
14642
14643 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
14644
14645         * elf/stackguard-macros.h: Remove file.
14646         * sysdeps/generic/stackguard-macros.h: New file.
14647         * sysdeps/i386/stackguard-macros.h: Likewise.
14648         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
14649         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
14650         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
14651         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
14652         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
14653         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
14654         * sysdeps/x86_64/stackguard-macros.h: Likewise.
14655         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
14656         <elf/stackguard-macros.h>.
14657
14658         [BZ #14109]
14659         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
14660         __aligned__ in attribute.
14661         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
14662         (gregset_t): Likewise.
14663
14664 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14665
14666         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
14667         * sysdeps/x86_64/64/Implies-after: Here.  New file.
14668         * sysdeps/x86_64/x32/Implies-after: New file.
14669
14670 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14671
14672         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
14673         and access return value for _dl_profile_fixup.  Use R10_LP to
14674         load frame size.
14675
14676 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14677
14678         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
14679
14680 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14681
14682         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
14683         * sysdeps/x86_64/x32/sysdep.h: New file.
14684
14685 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14686
14687         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
14688         * sysdeps/x86_64/setjmp.S: Likewise.
14689
14690 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14691
14692         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
14693         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
14694         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
14695         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
14696         remove unused global constant.
14697
14698 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
14699
14700         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
14701         include of <not-cancel.h>.
14702
14703 2012-05-15  Roland McGrath  <roland@hack.frob.com>
14704
14705         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
14706
14707 2012-05-15  Jeff Law  <law@redhat.com>
14708             Andreas Jaeger  <aj@suse.de>
14709
14710         [BZ #13594]
14711         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
14712         out from...
14713         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
14714         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
14715         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
14716         code changing __hst_map_handle.map.
14717
14718 2012-05-15  Roland McGrath  <roland@hack.frob.com>
14719
14720         * configure.in (sysnames): Look for Implies-before and Implies-after
14721         files.
14722         * configure: Regenerated.
14723
14724 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14725
14726         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
14727         8-byte data alignment with LP_SIZE alignment.
14728
14729 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14730
14731         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
14732         into R10_LP.
14733
14734 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14735
14736         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
14737
14738 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14739
14740         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
14741         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
14742         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
14743         Likewise.
14744         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
14745
14746 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14747
14748         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
14749         (stackinfo_sub_sp): Likewise.
14750
14751 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14752
14753         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
14754         RAX_LP.
14755
14756 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14757
14758         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
14759         into R*_LP.
14760
14761 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14762
14763         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
14764         sizes into R*_LP.
14765
14766 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14767
14768         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
14769
14770 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14771
14772         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
14773         into R11_LP and load __x86_64_shared_cache_size_half into
14774         R8_LP.
14775
14776 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
14777
14778         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
14779         R8_LP.
14780
14781 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14782
14783         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
14784         logb for POWER7.
14785         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
14786         logbf for POWER7.
14787         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
14788         logbl for POWER7.
14789         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
14790         powerpc32/power7/fpu/s_logb.c via #include.
14791         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
14792         powerpc32/power7/fpu/s_logbf.c via #include.
14793         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
14794         powerpc32/power7/fpu/s_logbl.c via #include.
14795
14796 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
14797
14798         * README.libm: Remove file.
14799
14800 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
14801
14802         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
14803         count for x32.  Use R*_LP and omit operand-size suffix.
14804
14805 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
14806
14807         * shlib-versions: Move x86_64-.*-linux.* entries to ...
14808         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
14809         * sysdeps/x86_64/x32/shlib-versions: New file.
14810
14811 2012-05-14  Roland McGrath  <roland@hack.frob.com>
14812
14813         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
14814         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
14815         Use _dl_fatal_printf instead.
14816
14817 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
14818
14819         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
14820         set if not set by the user.  Do not allow for being unset.
14821         * sysdeps/unix/sysv/linux/configure: Regenerated.
14822
14823 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
14824
14825         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
14826         the `q' suffix from lea and replace .quad with ASM_ADDR.
14827
14828 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
14829
14830         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
14831         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
14832         instead of $17.
14833         (PTR_DEMANGLE): Likewise.
14834
14835 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
14836
14837         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
14838         (LP_OP): Likewise.
14839         (ASM_ADDR): Likewise.
14840         (RAX_LP): Likewise.
14841         (RBP_LP): Likewise.
14842         (RBX_LP): Likewise.
14843         (RCX_LP): Likewise.
14844         (RDI_LP): Likewise.
14845         (RSI_LP): Likewise.
14846         (RSP_LP): Likewise.
14847         (R8_LP): Likewise.
14848         (R9_LP): Likewise.
14849         (R10_LP): Likewise.
14850         (R10_LP): Likewise.
14851         (R11_LP): Likewise.
14852         (R12_LP): Likewise.
14853         (R13_LP): Likewise.
14854         (R14_LP): Likewise.
14855         (R15_LP): Likewise.
14856
14857 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
14858
14859         * sysdeps/x86_64/x32/dl-machine.h: New file.
14860
14861 2012-05-14  Andreas Jaeger  <aj@suse.de>
14862
14863         * manual/Makefile (subdir): Remove export of subdir.
14864         (all): Remove target.
14865         (.PHONY): Remove all from list.
14866         (mkinstalldirs): Remove.
14867         (.PHONY): Remove installdirs from list.
14868         ($(inst_infodir)/libc.info): Use make-target-directory.
14869         (installdirs): Remove.
14870         (subdir_%): Remove.
14871         (glibc-targets): Remove.
14872         (lib): Remove.
14873         (stubs): Remove.
14874         ($(objpfx)stubs ../po/manual.pot): Remove.
14875         ($(objpfx)stamp%): Remove.
14876         (make-target-directory): Remove.
14877         (subdir_install): Remove.
14878         (routines): Remove.
14879         (aux): Remove.
14880         (sources): Remove.
14881         (objects): Remove.
14882         (headers): Remove.
14883
14884         [BZ #13750]
14885         * manual/.gitignore: Remove, it's not needed anymore.
14886         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
14887         all files in it.
14888         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
14889         directory.
14890         (texis): Renamed to $(objpfx)texis.
14891         (texis-path): New, contains path to generated files.
14892         (chapters.%): Use texis-path for complete path, add extra argument
14893         libc-texinfo.sh.
14894         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
14895         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
14896         (summary,texi, stamp-summary): Use complete path of
14897         files. Generate files in build dir.
14898         (dir-add.texi): Build in build dir.
14899         (libm-err.texi,stamp-libm-err): Likewise.
14900         (version.texi, stamp-version): Likewise.
14901         (.%c.texi): Likewise.
14902         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
14903         (mostlyclean): Remove target.
14904         (realclean): Remove target.
14905         (generated): Add new variable with contents from mostlyclean and
14906         realclean, remove entries duplicated in common-mostlyclean, add
14907         stamp-libm-err and stamp-version.
14908         (generated-dirs): Add libc directory.
14909         ($(inst_infodir)/libc.info): Install files from build dir.
14910
14911         * manual/install.texi (Configuring and compiling): Adjust since
14912         the info files are not part of the tar ball anymore.
14913
14914 2012-05-14  Andreas Jaeger  <aj@suse.de>
14915
14916         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
14917         variable.
14918
14919 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
14920
14921         [BZ #13717]
14922         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
14923         to 2.2.0 where earlier.
14924         * sysdeps/unix/sysv/linux/configure: Regenerated.
14925         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
14926         Remove conditional code.
14927         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
14928         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
14929         Remove conditional code.
14930         [!__NR_lchown]: Likewise.
14931         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
14932         [__NR_lchown]: Likewise.
14933         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
14934         comment referencing __ASSUME_LCHOWN_SYSCALL.
14935         * sysdeps/unix/sysv/linux/i386/sigaction.c
14936         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
14937         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
14938         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
14939         Remove conditional code.
14940         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
14941         (__protocol_available): Remove #if 0 code.
14942         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
14943         conditional code.
14944         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
14945         * sysdeps/unix/sysv/linux/kernel-features.h
14946         (__ASSUME_GETCWD_SYSCALL): Don't define.
14947         (__ASSUME_REALTIME_SIGNALS): Likewise.
14948         (__ASSUME_PREAD_SYSCALL): Likewise.
14949         (__ASSUME_PWRITE_SYSCALL): Likewise.
14950         (__ASSUME_POLL_SYSCALL): Likewise.
14951         (__ASSUME_LCHOWN_SYSCALL): Likewise.
14952         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
14953         non-SPARC.
14954         (__ASSUME_SIOCGIFNAME): Don't define.
14955         (__ASSUME_MSG_NOSIGNAL): Likewise.
14956         (__ASSUME_SENDFILE): Define unconditionally.
14957         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
14958         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
14959         conditional code.
14960         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
14961         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
14962         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
14963         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
14964         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
14965         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
14966         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
14967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
14968         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
14969         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
14970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
14971         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
14972         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
14973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
14974         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
14975         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
14976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
14977         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
14978         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
14979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
14980         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
14981         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
14982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
14983         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
14984         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
14985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
14986         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
14987         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
14988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
14989         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
14990         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
14991         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
14992         Remove conditional code.
14993         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
14994         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
14995         Remove conditional code.
14996         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
14997         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
14998         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
14999         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
15000         Remove conditional code.
15001         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
15002         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
15003         Remove conditional code.
15004         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
15005         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
15006         Remove conditional code.
15007         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
15008         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
15009         Remove conditional code.
15010         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
15011         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
15012         Remove conditional code.
15013         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
15014         * sysdeps/unix/sysv/linux/sh/pwrite64.c
15015         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
15016         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
15017         * sysdeps/unix/sysv/linux/sigaction.c
15018         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
15019         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
15020         * sysdeps/unix/sysv/linux/sigpending.c
15021         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
15022         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
15023         * sysdeps/unix/sysv/linux/sigprocmask.c
15024         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
15025         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
15026         * sysdeps/unix/sysv/linux/sigsuspend.c
15027         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
15028         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
15029         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
15030         (__libc_missing_rt_sigs): Remove.
15031         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
15032         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
15033         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
15034         Remove conditional code.
15035         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
15036         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
15037         return 1.
15038         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
15039         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
15040         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
15041         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
15042
15043 2012-05-14  Andreas Jaeger  <aj@suse.de>
15044
15045         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
15046         it's not used in glibc.
15047         (__coshm1): Likewise.
15048         (__acosh1p): Likewise.
15049         (__sgn): Likewise.
15050
15051         * manual/string.texi (Copying and Concatenation): Add missing
15052         variable in concat example.
15053         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15054
15055 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
15056
15057         [BZ #14103]
15058         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
15059         __builtin_clzl with __builtin_clzll.
15060
15061 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
15062
15063         [BZ #14104]
15064         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
15065         libc_freeres_ptr.
15066
15067 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15068
15069         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
15070         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
15071         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
15072         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
15073
15074 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
15075
15076         * NEWS: Update ia64 info.
15077
15078 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
15079
15080         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
15081         used as bcopy.
15082
15083 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
15084
15085         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
15086         * sysdeps/unix/syscalls.list (dup3): Likewise.
15087         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
15088         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
15089
15090 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
15091
15092         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
15093         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
15094
15095 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
15096
15097         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
15098         thread pointer.
15099         (TLS_IE): Use mov/add instead of movq/addq to load thread
15100         pointer.
15101         (TLS_GD_PREFIX): New.
15102         (TLS_GD): Use it.
15103
15104 2012-05-11  David S. Miller  <davem@davemloft.net>
15105
15106         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
15107         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
15108         (_FPU_SETCW): Likewise.
15109
15110 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
15111
15112         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
15113         is 32-byte aligned.
15114
15115 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
15116
15117         [BZ #11837]
15118         * iconvdata/gb18030.c: Update tables.
15119         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
15120         characters specially.
15121         (BODY for TO_LOOP): Add encoding of missing ranges.
15122
15123 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
15124
15125         [BZ #13673]
15126         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
15127         * sysdeps/mach/hurd/dup3.c: Likewise.
15128         * sysdeps/mach/hurd/readlinkat.c: Likewise.
15129         * sysdeps/powerpc/memmove.c:: Likewise.
15130
15131 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
15132
15133         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
15134         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
15135
15136 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
15137
15138         * elf/elf.h (R_X86_64_RELATIVE64): New.
15139         (R_X86_64_NUM): Updated.
15140         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
15141         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
15142         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
15143         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
15144         tst-quad1pie tst-quad2pie
15145         (modules-names): Add tst-quadmod1 tst-quadmod2.
15146         ($(objpfx)tst-quad1): New dependency.
15147         ($(objpfx)tst-quad2): Likewise.
15148         ($(objpfx)tst-quad1pie): Likewise.
15149         ($(objpfx)tst-quad2pie): Likewise.
15150         * sysdeps/x86_64/tst-quad1.c: New file.
15151         * sysdeps/x86_64/tst-quad1pie.c: New file.
15152         * sysdeps/x86_64/tst-quad2.c: Likewise.
15153         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
15154         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
15155         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
15156         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
15157         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
15158
15159 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15160
15161         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
15162         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
15163         * streams/stropts.h (t_scalar_t): Define type.
15164
15165         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
15166         (_PATH_PRESERVE): Set to "/var/lib".
15167         (_PATH_RWHODIR): Set to "/var/spool/rwho".
15168
15169         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
15170         instead of int.
15171
15172         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
15173         if __dir_mkfile succeeded.
15174
15175         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
15176         checking for _hurd_dtablesize.  Unlock it right after having
15177         finished _hurd_dtable allocation.
15178
15179 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
15180
15181         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
15182         * sysdeps/mach/hurd/configure: Regenerated.
15183         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
15184         special-casing to...
15185         * sysdeps/gnu/configure.in: ... this new file.
15186         * sysdeps/unix/sysv/linux/configure: Regenerated.
15187         * sysdeps/gnu/configure: New generated file.
15188
15189         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
15190         for Linux: use nsec instead of usec, as well as:
15191         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
15192         members of type struct timespec.
15193         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
15194         New macros.
15195         (struct stat64): Likewise.
15196         (_STATBUF_ST_NSEC): New macro.
15197         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
15198
15199         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
15200         __strtoul_internal rather than strtoul.
15201
15202 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
15203
15204         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
15205         and reject them.
15206
15207 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15208
15209         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
15210         which preserves existing values.
15211         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
15212
15213 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
15214
15215         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
15216         TIMEOUT values.  Return EINVAL for NFDS values either negative or
15217         greater than FD_SETSIZE.
15218
15219 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15220
15221         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
15222         allocated, call __vm_protect to finish enabling the existing space, and
15223         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
15224         allocate the remainder.
15225
15226 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
15227
15228         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
15229         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
15230
15231 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15232
15233         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
15234         sysdeps/mach/hurd/readlink.c.
15235
15236         * posix/tst-sysconf.c (posix_options): Only use
15237         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
15238         _POSIX_SYNCHRONIZED_IO when they are defined
15239         * sysdeps/mach/hurd/bits/posix_opt.h:
15240         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
15241         (_XOPEN_REALTIME): Undefine macro.
15242         (_XOPEN_REALTIME_THREADS): Undefine macro.
15243         (_XOPEN_SHM): Undefine macro.
15244         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
15245         macro to -1.
15246         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
15247         macro to -1.
15248         (_POSIX_ASYNC_IO): Undefine macro.
15249         (_POSIX_PRIORITIZED_IO): Undefine macro.
15250         (_POSIX_SPIN_LOCKS): Define macro to -1.
15251
15252         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
15253         SA_NODEFER, SA_RESETHAND.
15254         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
15255         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
15256         F_DUPFD_CLOEXEC.
15257
15258 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
15259
15260         * elf/Makefile (pldd-modules): Define unconditionally.
15261
15262 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
15263
15264         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
15265
15266 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15267
15268         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
15269         Return ENOENT when name is empty.
15270         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
15271
15272 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
15273
15274         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
15275
15276         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
15277
15278 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15279
15280         Fix mlock in all cases except non-readable pages.
15281         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
15282         instead of VM_PROT_ALL as parameter to __vm_wire function.
15283
15284         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
15285         (__mkdir): When path is `/', just fail with EEXIST.
15286         * sysdeps/mach/hurd/mkdirat.c: Likewise.
15287
15288 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
15289
15290         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
15291         <sys/uio.h> (for writev).
15292         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
15293         and <sys/param.h> (for MIN).
15294
15295 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
15296
15297         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
15298         REQUESTED_TIME.  Properly set the remaining time and return EINTR
15299         if interrupted.
15300
15301 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
15302
15303         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
15304         Depend on against $(link-rpcuserlibs).
15305
15306 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15307
15308         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
15309         (__libc_stack_end): Do not use attribute_relro.
15310         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
15311         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
15312         to libthread-provided value.
15313         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
15314         attribute_relro.
15315
15316 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
15317
15318         [BZ #3748]
15319         * bits/libc-lock.h (__libc_once_get): New macro.
15320         * sysdeps/mach/bits/libc-lock.h: Likewise.
15321         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
15322         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
15323         instead of using implementation details.
15324
15325         * libio/fileops.c: Unconditionally include <kernel-features.h>.
15326         * libio/freopen.c: Likewise.
15327         * libio/freopen64.c: Likewise.
15328         * misc/syslog.c: Likewise.
15329         * nscd/connections.c: Likewise.
15330         * nscd/netgroupcache.c: Likewise.
15331         * sysdeps/posix/getcwd.c: Likewise.
15332
15333 2012-05-10  Roland McGrath  <roland@hack.frob.com>
15334
15335         * math/w_ilogbf.c: Add #include <limits.h>.
15336
15337 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15338
15339         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
15340         path instead of returning without unlocking.
15341
15342         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
15343         immediate-write ioctls.
15344         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
15345
15346 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
15347
15348         * sysdeps/mach/hurd/i386/init-first.c (init): Use
15349         __builtin_frame_address instead of making assumptions about the
15350         location of the return address relative to DATA.  Force early load of
15351         the return address.
15352         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
15353         __builtin_frame_address.
15354
15355         dup3 for GNU Hurd.
15356         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
15357         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
15358         implement dup3 and do some further code clean-ups.
15359         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
15360         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
15361
15362 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15363
15364         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
15365
15366         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
15367         HURD_CRITICAL_END around holding _hurd_dtable_lock.
15368         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
15369         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
15370         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
15371         d->port.lock.
15372
15373         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
15374         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
15375         when handler == SIG_ERR, not when handler != SIG_ERR.
15376
15377 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
15378
15379         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
15380         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
15381         definitions.
15382
15383         accept4 for GNU Hurd.
15384         * include/sys/socket.h (__libc_accept4): New prototype.
15385         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
15386         to implement __libc_accept4.
15387         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
15388         __libc_accept4.
15389         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
15390
15391         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
15392         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
15393         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
15394         signal-defines.sym.
15395
15396 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15397
15398         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
15399
15400 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
15401
15402         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
15403         assertion on O_CLOEXEC flag.
15404         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
15405         * hurd/intern-fd.c: Likewise.
15406         * hurd/port2fd.c: Likewise.
15407
15408 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15409
15410         [BZ #3906]
15411         * bits/in.h (IPV6_PKTINFO): Define new macro.
15412         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
15413
15414 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15415
15416         [BZ #13954]
15417         [BZ #13955]
15418         [BZ #13956]
15419         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
15420         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15421         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
15422         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
15423         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15424         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
15425         * math/libm-test.inc (logb_test) : Additional logb tests.
15426
15427 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
15428             Andreas Jaeger  <aj@suse.de>
15429
15430         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
15431         * configure: Regenerated.
15432         * config.h.in (LINK_OBSOLETE_RPC): New macro.
15433         * config.make.in (link-obsolete-rpc): New substituted variable.
15434         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
15435         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
15436         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
15437         (shared-only-routines): Don't set it under [link-obsolete-rpc],
15438         so that libc.a contains the symbols.
15439         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
15440         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
15441         * sunrpc/auth_none.c: Likewise.
15442         * sunrpc/auth_unix.c: Likewise.
15443         * sunrpc/authdes_prot.c: Likewise.
15444         * sunrpc/authuxprot.c: Likewise.
15445         * sunrpc/clnt_gen.c: Likewise.
15446         * sunrpc/clnt_perr.c: Likewise.
15447         * sunrpc/clnt_raw.c: Likewise.
15448         * sunrpc/clnt_simp.c: Likewise.
15449         * sunrpc/clnt_tcp.c: Likewise.
15450         * sunrpc/clnt_udp.c: Likewise.
15451         * sunrpc/clnt_unix.c: Likewise.
15452         * sunrpc/des_crypt.c: Likewise.
15453         * sunrpc/des_soft.c: Likewise.
15454         * sunrpc/get_myaddr.c: Likewise.
15455         * sunrpc/key_call.c: Likewise.
15456         * sunrpc/key_prot.c: Likewise.
15457         * sunrpc/netname.c: Likewise.
15458         * sunrpc/pm_getmaps.c: Likewise.
15459         * sunrpc/pm_getport.c: Likewise.
15460         * sunrpc/pmap_clnt.c: Likewise.
15461         * sunrpc/pmap_prot.c: Likewise.
15462         * sunrpc/pmap_prot2.c: Likewise.
15463         * sunrpc/pmap_rmt.c: Likewise.
15464         * sunrpc/publickey.c: Likewise.
15465         * sunrpc/rpc_cmsg.c: Likewise.
15466         * sunrpc/rpc_common.c: Likewise.
15467         * sunrpc/rpc_dtable.c: Likewise.
15468         * sunrpc/rpc_prot.c: Likewise.
15469         * sunrpc/rpc_thread.c: Likewise.
15470         * sunrpc/rtime.c: Likewise.
15471         * sunrpc/svc.c: Likewise.
15472         * sunrpc/svc_auth.c: Likewise.
15473         * sunrpc/svc_raw.c: Likewise.
15474         * sunrpc/svc_run.c: Likewise.
15475         * sunrpc/svc_tcp.c: Likewise.
15476         * sunrpc/svc_udp.c: Likewise.
15477         * sunrpc/svc_unix.c: Likewise.
15478         * sunrpc/svcauth_des.c: Likewise.
15479         * sunrpc/xcrypt.c: Likewise.
15480         * sunrpc/xdr.c: Likewise.
15481         * sunrpc/xdr_array.c: Likewise.
15482         * sunrpc/xdr_float.c: Likewise.
15483         * sunrpc/xdr_intXX_t.c: Likewise.
15484         * sunrpc/xdr_mem.c: Likewise.
15485         * sunrpc/xdr_rec.c: Likewise.
15486         * sunrpc/xdr_ref.c: Likewise.
15487         * sunrpc/xdr_sizeof.c: Likewise.
15488         * sunrpc/xdr_stdio.c: Likewise.
15489
15490 2012-05-10  Roland McGrath  <roland@hack.frob.com>
15491
15492         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
15493         change.  Update copyright years.
15494
15495 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
15496
15497         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
15498
15499 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
15500             Joseph Myers  <joseph@codesourcery.com>
15501             Paul Pluzhnikov  <ppluzhnikov@google.com>
15502
15503         [BZ #14012]
15504         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
15505         requiring rpcgen.
15506         [cross-compiling] (extra-libs): Likewise.
15507         [cross-compiling] (extra-libs-others): Likewise.
15508         [cross-compiling] (librpcsvc-routines): Likewise.
15509         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
15510         [cross-compiling] (omit-deps): Likewise.
15511         (sunrpc-CPPFLAGS): New variable.
15512         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
15513         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
15514         (cross-rpcgen-objs): New variable.
15515         (extra-objs): Append $(cross-rpcgen-objs).
15516         ($(cross-rpcgen-objs)): New rule.
15517         ($(objpfx)cross-rpcgen): Likewise.
15518         (rpcgen-cmd): Define to use $(built-program-file).  Expand
15519         comment.
15520         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
15521         ($(objpfx)x%.stmp): Likewise.
15522         * sunrpc/proto.h [IS_IN_build] (_): Define.
15523         [IS_IN_build] (_libc_intl_domainname): Likewise.
15524
15525 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
15526
15527         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
15528         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
15529         and R_X86_64_TPOFF64.
15530
15531 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
15532
15533         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
15534         sysdeps/unix/sysv/syscalls.list.
15535         (stime): Likewise.
15536         (utime): Likewise.
15537         * sysdeps/unix/sysv/syscalls.list: Remove file.
15538
15539 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
15540
15541         [BZ #3440]
15542         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
15543         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
15544         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
15545         (__LC_IDENTIFICATION): Make these macros useful in #if
15546         expressions, as required by C99.
15547
15548 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
15549
15550         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
15551         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
15552         after this.
15553
15554 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
15555
15556         * stdlib/longlong.h: Updated from GCC.
15557
15558 2012-05-09  Andreas Jaeger  <aj@suse.de>
15559
15560         * nscd/nscd.c (run_modes): Make named enum, reorder so that
15561         default is first entry.
15562         (run_mode): Set type.
15563         (main): Remove informal message about syslog.
15564         (options): Fix typo.
15565
15566         [BZ #14053]
15567         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
15568         to asm.
15569         (lrint): Likewise.
15570         (llrintf): Likewise.
15571         (llrint): Likewise.
15572         (rint): Likewise.
15573         (rintf): Likewise.
15574         (nearbyint): Likewise.
15575         (nearbyintf): Likewise.
15576
15577 2012-05-09  Andreas Jaeger  <aj@suse.de>
15578             Pedro Alves  <palves@redhat.com>
15579
15580         * nscd/nscd.c (run_mode): Use enum.
15581         (main): Cleanup coding style issue.
15582
15583 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
15584             Andreas Jaeger  <aj@suse.de>
15585
15586         * nscd/nscd.c (go_background): Replaced with...
15587         (run_mode): ... this.
15588         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
15589         (options): Add -F --foreground.
15590         (main): Implement it.
15591         (parse_opt): Parse it.
15592
15593 2012-05-09  Andreas Jaeger  <aj@suse.de>
15594
15595         [BZ #14083]
15596         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
15597         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
15598         -Wconversion warning.
15599         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
15600         Likewise.
15601
15602 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
15603
15604         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
15605         == 0.
15606         (LC_ALL): Use macro-int-constant.
15607         (LC_COLLATE): Likewise.
15608         (LC_CTYPE): Likewise.
15609         (LC_MESSAGES): Likewise.
15610         (LC_MONETARY): Likewise.
15611         (LC_NUMERIC): Likewise.
15612         (LC_TIME): Likewise.
15613         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
15614         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
15615         [ISO || ISO99 || ISO11] (*_t): Do not allow.
15616         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
15617         Specify type.
15618         [C99-based standards] (float_t): Expect type.
15619         [C99-based standards] (double_t): Expect type.
15620         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
15621         type.
15622         [C99-based standards] (HUGE_VALL): Likewise.
15623         [C99-based standards] (INFINITY): Likewise.
15624         [C99-based standards] (NAN): Likewise.
15625         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
15626         [C99-based standards] (FP_NAN): Likewise.
15627         [C99-based standards] (FP_NORMAL): Likewise.
15628         [C99-based standards] (FP_SUBNORMAL): Likewise.
15629         [C99-based standards] (FP_ZERO): Likewise.
15630         [C99-based standards] (FP_FAST_FMA): Use
15631         optional-macro-int-constant.  Specify type.  Require == 1.
15632         [C99-based standards] (FP_FAST_FMAF): Likewise.
15633         [C99-based standards] (FP_FAST_FMAL): Likewise.
15634         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
15635         [C99-based standards] (FP_ILOGBNAN): Likewise.
15636         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
15637         Specify type.
15638         [C99-based standards] (MATH_ERREXCEPT): Likewise.
15639         [C99-based standards] (math_errhandling): Specify type.
15640         [ISO99 || ISO11] (signgam): Do not allow.
15641         [non-C99-based standards] (copysignf): Do not allow.
15642         [non-C99-based standards] (exp2f): Likewise.
15643         [non-C99-based standards] (log2f): Likewise.
15644         [non-C99-based standards] (modff): Allow.
15645         [non-C99-based standards] (erff): Do not allow.
15646         [non-C99-based standards] (erfcf): Likewise.
15647         [non-C99-based standards] (gammaf): Likewise.
15648         [non-C99-based standards] (hypotf): Likewise.
15649         [non-C99-based standards] (j0f): Likewise.
15650         [non-C99-based standards] (j1f): Likewise.
15651         [non-C99-based standards] (jnf): Likewise.
15652         [non-C99-based standards] (lgammaf): Likewise.
15653         [non-C99-based standards] (tgammaf): Likewise.
15654         [non-C99-based standards] (y0f): Likewise.
15655         [non-C99-based standards] (y1f): Likewise.
15656         [non-C99-based standards] (ynf): Likewise.
15657         [non-C99-based standards] (isnanf): Likewise.
15658         [non-C99-based standards] (acoshf): Likewise.
15659         [non-C99-based standards] (asinhf): Likewise.
15660         [non-C99-based standards] (atanhf): Likewise.
15661         [non-C99-based standards] (cbrtf): Likewise.
15662         [non-C99-based standards] (expm1f): Likewise.
15663         [non-C99-based standards] (ilogbf): Likewise.
15664         [non-C99-based standards] (log1pf): Likewise.
15665         [non-C99-based standards] (logbf): Likewise.
15666         [non-C99-based standards] (nextafterf): Likewise.
15667         [non-C99-based standards] (remainderf): Likewise.
15668         [non-C99-based standards] (rintf): Likewise.
15669         [non-C99-based standards] (scalbf): Likewise.
15670         [non-C99-based standards] (copysignl): Likewise.
15671         [non-C99-based standards] (exp2l): Likewise.
15672         [non-C99-based standards] (log2l): Likewise.
15673         [non-C99-based standards] (modfl): Allow.
15674         [non-C99-based standards] (erfl): Do not allow.
15675         [non-C99-based standards] (erfcl): Likewise.
15676         [non-C99-based standards] (gammal): Likewise.
15677         [non-C99-based standards] (hypotl): Likewise.
15678         [non-C99-based standards] (j0l): Likewise.
15679         [non-C99-based standards] (j1l): Likewise.
15680         [non-C99-based standards] (jnl): Likewise.
15681         [non-C99-based standards] (lgammal): Likewise.
15682         [non-C99-based standards] (tgammal): Likewise.
15683         [non-C99-based standards] (y0l): Likewise.
15684         [non-C99-based standards] (y1l): Likewise.
15685         [non-C99-based standards] (ynl): Likewise.
15686         [non-C99-based standards] (isnanl): Likewise.
15687         [non-C99-based standards] (acoshl): Likewise.
15688         [non-C99-based standards] (asinhl): Likewise.
15689         [non-C99-based standards] (atanhl): Likewise.
15690         [non-C99-based standards] (cbrtl): Likewise.
15691         [non-C99-based standards] (expm1l): Likewise.
15692         [non-C99-based standards] (ilogbl): Likewise.
15693         [non-C99-based standards] (log1pl): Likewise.
15694         [non-C99-based standards] (logbl): Likewise.
15695         [non-C99-based standards] (nextafterl): Likewise.
15696         [non-C99-based standards] (remainderl): Likewise.
15697         [non-C99-based standards] (rintl): Likewise.
15698         [non-C99-based standards] (scalbl): Likewise.
15699         [ISO || ISO99 || ISO11] (*_t): Do not allow.
15700         [non-C99-based standards] (FP_*): Do not allow.
15701         [C99-based standards] (FP_*): Change to
15702         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
15703         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
15704         allow.
15705         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
15706         (SIG_ERR): Likewise.
15707         [X/Open-based standards] (SIG_HOLD): Likewise.
15708         (SIG_IGN): Likewise.
15709         (SIGABRT): Use macro-int-constant.  Specify type.  Require
15710         positive value.
15711         (SIGFPE): Likewise.
15712         (SIGILL): Likewise.
15713         (SIGINT): Likewise.
15714         (SIGSEGV): Likewise.
15715         (SIGTER): Likewise.
15716         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
15717         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
15718         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
15719         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
15720         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
15721         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
15722         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
15723         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
15724         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
15725         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
15726         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
15727         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
15728         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
15729         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
15730         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
15731         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
15732         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
15733         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
15734         [X/Open-based standards] (SIGTRAP): Likewise.
15735         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
15736         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
15737         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
15738         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
15739         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
15740         allow.
15741
15742 2012-05-08  Ian Wienand  <ianw@vmware.com>
15743
15744         [BZ #14080]
15745         * time/tzset.c (__tzset_parse_tz): Update default rules for
15746         daylight time changes in the Energy Policy Act of 2005.
15747
15748 2012-05-09  Andreas Jaeger  <aj@suse.de>
15749
15750         [BZ #13983]
15751         * elf/ldconfig.c (parse_conf): Change string to make clear that
15752         ldconfig only issued a warning if ld.so.conf does not exist.
15753
15754 2012-05-08  David S. Miller  <davem@davemloft.net>
15755
15756         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
15757         movxtod instead of popping the value on the stack.
15758
15759         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15760
15761 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
15762
15763         * config.h.in: Add HAVE_ARM_PCS_VFP.
15764
15765 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
15766
15767         [BZ #13979]
15768         * include/features.h: Warn if user requests __FORTIFY_SOURCE
15769         checking but the checks are disabled for any reason.
15770
15771 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
15772
15773         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
15774         and ELF64_R_TYPE with ELFW(R_TYPE).
15775
15776 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
15777
15778         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
15779         (ulimit): Likewise.
15780
15781         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
15782         (settimeofday): Likewise.
15783
15784 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
15785
15786         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
15787         a struct th_u2 inside the union, and move tu_block/tu_code into
15788         a new th_u3 union of tu_block/tu_code inside of that.  Move
15789         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
15790         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
15791         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
15792         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
15793         (th_stuff): Change to th_u1.tu_stuff.
15794         (th_data): Define.
15795         (th_msg): Change to th_u1.th_u2.tu_data.
15796
15797 2012-05-07  David S. Miller  <davem@davemloft.net>
15798
15799         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15800
15801         [BZ #14074]
15802         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
15803         (SETUP_PIC_REG): Use it.
15804         (SETUP_PIC_REG_LEAF): Use it.
15805
15806 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
15807
15808         [BZ #13885]
15809         [BZ #13923]
15810         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
15811         USE_AS_EXPM1L.
15812         (EXPL_FINITE): Likewise.
15813         (FLDLOG): Likewise.
15814         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
15815         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
15816         e_expl.S.
15817         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
15818         USE_AS_EXPM1L.
15819         (EXPL_FINITE): Likewise.
15820         (FLDLOG): Likewise.
15821         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
15822         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
15823         e_expl.S.
15824         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
15825         test of -max_value argument for long double.
15826         * sysdeps/i386/fpu/libm-test-ulps: Update.
15827         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15828
15829 2012-05-06  David S. Miller  <davem@davemloft.net>
15830
15831         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
15832         quad soft-float symbols whose references which are compiler
15833         generated.
15834         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
15835
15836 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
15837
15838         [BZ #13884]
15839         [BZ #13914]
15840         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
15841         USE_AS_EXP10L.
15842         (EXPL_FINITE): Likewise.
15843         (FLDLOG): Likewise.
15844         (c0): Likewise.
15845         (c1): Likewise.
15846         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
15847         Adjust comments for base varying.
15848         (__expl_finite): Change alias to EXPL_FINITE.
15849         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
15850         e_expl.S.
15851         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
15852         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
15853         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
15854         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
15855         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
15856         USE_AS_EXP10L.
15857         (EXPL_FINITE): Likewise.
15858         (FLDLOG): Likewise.
15859         (c0): Likewise.
15860         (c1): Likewise.
15861         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
15862         Adjust comments for base varying.
15863         (__expl_finite): Change alias to EXPL_FINITE.
15864         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
15865         tests for bugs.
15866         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15867
15868         [BZ #14064]
15869         * math/libm-test.inc (check_float_internal): Correct ulp
15870         calculation for subnormal expected results.
15871
15872 2012-05-06  Andreas Jaeger  <aj@suse.de>
15873
15874         * Makeconfig (+math-flags): New, set to -frounding-math.
15875         (+cflags): Add +math-flags so that all of glibc gets compiled with
15876         it.
15877
15878         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
15879
15880 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
15881
15882         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
15883         Disable one test.
15884
15885         [BZ #13787]
15886         [BZ #13922]
15887         [BZ #14036]
15888         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
15889         (__ieee754_expl): Allow for and saturate large arguments.
15890         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
15891         (u_threshold): Likewise.
15892         (__exp): Call __ieee754_exp before checking for overflow and
15893         underflow.
15894         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
15895         (u_threshold): Likewise.
15896         (__expf): Call __ieee754_expf before checking for overflow and
15897         underflow.
15898         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
15899         (u_threshold): Likewise.
15900         (__expl): Call __ieee754_expl before checking for overflow and
15901         underflow.
15902         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
15903         (__ieee754_expl): Allow for and saturate large arguments.
15904         * math/libm-test.inc (exp_test): Add another test.  Do not allow
15905         missing overflow exception on overflow.
15906         (expm1_test): Do not allow missing overflow exception on overflow.
15907
15908         * sysdeps/i386/fpu/e_expl.c: Move to ...
15909         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
15910         rather than using inline asm.
15911         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
15912         * sysdeps/x86_64/fpu/e_expl.S: Copy from
15913         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
15914
15915         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
15916         (nice): Likewise.
15917         (poll): Likewise.
15918         (signal): Likewise.
15919         (time): Likewise.
15920         (times): Likewise.
15921
15922 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
15923
15924         * sysdeps/unix/syscalls.list (adjtime): Add entry from
15925         sysdeps/unix/common/syscalls.list.
15926         (fchmod): Likewise.
15927         (fchown): Likewise.
15928         (ftruncate): Likewise.
15929         (getrusage): Likewise.
15930         (gettimeofday): Likewise.
15931         (setpgid): Likewise.
15932         (setregid): Likewise.
15933         (setreuid): Likewise.
15934         (sigaction): Likewise.
15935         (truncate): Likewise.
15936         (vhangup): Likewise.
15937         * sysdeps/unix/common/syscalls.list: Remove file.
15938         * sysdeps/unix/bsd/Implies: Don't include unix/common.
15939         * sysdeps/unix/sysv/linux/Implies: Likewise.
15940
15941 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
15942
15943         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
15944         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
15945         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
15946         Moved to ...
15947         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
15948         Here.
15949         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
15950         to ...
15951         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
15952         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
15953         to ...
15954         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
15955         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
15956         to ...
15957         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
15958         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
15959         to ...
15960         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
15961         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
15962         to ...
15963         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
15964         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
15965         to ...
15966         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
15967         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
15968         to ...
15969         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
15970         Here.
15971         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
15972         to ...
15973         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
15974         Here.
15975         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
15976         to ...
15977         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
15978         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
15979         Moved to ...
15980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
15981         Here.
15982         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
15983         to ...
15984         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
15985
15986 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
15987
15988         * sysdeps/unix/common/bits/dirent.h: Remove file.
15989         * sysdeps/unix/common/bits/fcntl.h: Likewise.
15990
15991         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
15992         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
15993         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
15994         * sysdeps/unix/bsd/isatty.c: Likewise.
15995         * sysdeps/unix/bsd/tcdrain.c: Likewise.
15996         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
15997         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
15998
15999 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16000
16001         [BZ #13563]
16002         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
16003         long double comparison inaccuracies.
16004         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16005         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16006
16007 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
16008
16009         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
16010         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
16011
16012 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
16013
16014         [BZ #14049]
16015         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
16016         nonzero digits before rounding a hex value.
16017         * stdlib/tst-strtod.c (tests): Add another test.
16018
16019 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16020
16021         * sysdeps/s390/fpu/libm-test-ulps: Update.
16022
16023 2012-05-03  Andreas Jaeger  <aj@suse.de>
16024
16025         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
16026         does not get optimized out.
16027         (malloc_opt_barrier): New.
16028
16029 2012-05-03  Andreas Jaeger  <aj@suse.de>
16030             Roland McGrath  <roland@hack.frob.com>
16031
16032         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
16033         intermediate file deletion.
16034         (generated): Add .symlist files.
16035
16036 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
16037
16038         [BZ #13775]
16039         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
16040         Redirect under this condition.
16041         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
16042         [__USE_GNU] (__dprintf_chk): Not under this condition.
16043         [__USE_GNU] (__vdprintf_chk): Likewise.
16044         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
16045         under this condition.
16046         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
16047         [__USE_XOPEN2K8] (dprintf): Define under this condition.
16048         [__USE_XOPEN2K8] (vdprintf): Likewise.
16049         [__USE_GNU] (__dprintf_chk): Not under this condition.
16050         [__USE_GNU] (__vdprintf_chk): Likewise.
16051         [__USE_GNU] (dprintf): Likewise.
16052         [__USE_GNU] (vdprintf): Likewise.
16053
16054 2012-05-03  Roland McGrath  <roland@hack.frob.com>
16055
16056         * elf/Makefile (common-generated): Set this instead of generated for
16057         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
16058         $(all-built-dso)-derived lists.
16059
16060 2012-05-03  Andreas Jaeger  <aj@suse.de>
16061
16062         * sysdeps/i386/fpu/libm-test-ulps: Update.
16063
16064         * FAQ: Removed.
16065         * FAQ.in: Likewise.
16066         * scripts/gen-FAQ.pl: Likewise.
16067         * manual/install.texi (Installation): Point to online location of
16068         FAQ.
16069         * Makefile (files-for-dist): Remove FAQ.
16070         (FAQ): Remove.
16071
16072 2012-05-02  Allan McRae  <allan@archlinux.org>
16073
16074         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
16075         (LDFLAGS-reldepmod5.so): Likewise.
16076         (LDFLAGS-reldep6mod1.so): Likewise.
16077         (LDFLAGS-reldep6mod4.so): Likewise.
16078         (LDFLAGS-reldep8mod3.so): Likewise.
16079         (LDFLAGS-unload4mod1.so): Likewise.
16080         (LDFLAGS-unload4mod2.so): Likewise.
16081         (LDFLAGS-tst-initorder): Likewise.
16082         (LDFLAGS-tst-initordera2.so): Likewise.
16083         (LDFLAGS-tst-initordera3.so): Likewise.
16084         (LDFLAGS-tst-initordera4.so): Likewise.
16085         (LDFLAGS-tst-initorderb2.so): Likewise.
16086         (LDFLAGS-noload): Likewise.
16087         (LDFLAGS-next): Likewise.
16088         (LDFLAGS-order2mod1.so): Likewise.
16089         (LDFLAGS-order2mod2.so): Likewise.
16090         (LDFLAGS-tst-initorder2): Likewise.
16091         (LDFLAGS-tst-initorder2a.so): Likewise.
16092         (LDFLAGS-tst-initorder2b.so): Likewise.
16093         (LDFLAGS-tst-initorder2c.so): Likewise.
16094         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
16095
16096 2012-05-02  David S. Miller  <davem@davemloft.net>
16097
16098         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16099
16100 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
16101
16102         [BZ #14055]
16103         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
16104
16105 2012-05-02  Andreas Jaeger  <aj@suse.de>
16106
16107         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
16108         since we manipulate rounding mode.
16109         (CPPFLAGS-test-idouble.c): Likewise.
16110         (CPPFLAGS-test-ifloat.c): Likewise.
16111         (CFLAGS-test-ldouble.c): Likewise.
16112         (CFLAGS-test-double.c): Likewise.
16113         (CFLAGS-test-float.c): Likewise.
16114         (CFLAGS-test-misc.c): Likewise.
16115         (CFLAGS-test-test-fenv.c): Likewise.
16116
16117 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16118
16119         [BZ #2550]
16120         [BZ #2570]
16121         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
16122         comparisons to determine direction to adjust input.
16123
16124 2012-05-01  Roland McGrath  <roland@hack.frob.com>
16125
16126         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
16127         output to the target.
16128
16129         * scripts/localplt.awk: New file.
16130         * elf/Makefile ($(objpfx)check-localplt): Target removed.
16131         (check-localplt-CFLAGS): Variable removed.
16132         ($(all-built-dso:=.jmprel)): New static pattern rule.
16133         (generated): Add those targets.
16134         (localplt-built-dso): New variable.
16135         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
16136
16137         * elf/check-localplt.c: File removed.
16138
16139         * scripts/check-execstack.awk: New file.
16140         * elf/Makefile ($(objpfx)check-execstack): Target removed.
16141         (check-execstack-CFLAGS): Variable removed.
16142         ($(objpfx)check-execstack.h): Target removed.
16143         ($(objpfx)execstack-default): New target.
16144         (generated): Add that instead of check-execstack.h.
16145         ($(all-built-dso:=.phdr)): New static pattern rule.
16146         (generated): Add those targets.
16147         * elf/check-execstack.c: File removed.
16148
16149         * scripts/check-textrel.awk: New file.
16150         * elf/Makefile ($(objpfx)check-textrel): Target removed.
16151         (check-textrel-CFLAGS): Variable removed.
16152         (all-built-dso): Use := to define.o
16153         ($(all-built-dso:=.dyn)): New static pattern rule.
16154         (generated): Add those targets.
16155         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
16156         * config.make.in (READELF): New substituted variable.
16157         * elf/check-textrel.c: File removed.
16158
16159 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
16160
16161         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
16162         allow.
16163         * conform/data/ctype.h-data [C99-based standards] (isblank):
16164         Expect function.
16165         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
16166         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
16167         [ISO || ISO99 || ISO11] (*_t): Do not allow.
16168         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
16169         Specify type.  Require positive value.
16170         (EILSEQ): Likewise.
16171         (ERANGE): Likewise.
16172         [ISO || POSIX] (EILSEQ): Do not expect.
16173         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
16174         Specify type.  Require positive value.
16175         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
16176         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
16177         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
16178         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
16179         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
16180         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
16181         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
16182         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
16183         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
16184         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
16185         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
16186         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
16187         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
16188         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
16189         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
16190         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
16191         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
16192         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
16193         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
16194         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
16195         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
16196         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
16197         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
16198         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
16199         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
16200         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
16201         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
16202         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
16203         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
16204         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
16205         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
16206         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
16207         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
16208         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
16209         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
16210         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
16211         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
16212         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
16213         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
16214         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
16215         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
16216         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
16217         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
16218         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
16219         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
16220         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
16221         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
16222         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
16223         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
16224         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
16225         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
16226         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
16227         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
16228         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
16229         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
16230         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
16231         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
16232         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
16233         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
16234         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
16235         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
16236         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
16237         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
16238         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
16239         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
16240         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
16241         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
16242         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
16243         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
16244         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
16245         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
16246         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
16247         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
16248         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
16249         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
16250         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
16251         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
16252         Require >= 2.
16253         (FLT_ROUNDS): Expect as macro, not constant.
16254         (FLT_MANT_DIG): Use macro-int-constant.
16255         (DBL_MANT_DIG): Likewise.
16256         (LDBL_MANT_DIG): Likewise.
16257         (FLT_DIG): Likewise.
16258         (DBL_DIG): Likewise.
16259         (LDBL_DIG): Likewise.
16260         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
16261         (DBL_MIN_EXP): Likewise.
16262         (LDBL_MIN_EXP): Likewise.
16263         (FLT_MAX_EXP): Use macro-int-constant.
16264         (DBL_MAX_EXP): Likewise.
16265         (LDBL_MAX_EXP): Likewise.
16266         (FLT_MAX_10_EXP): Likewise.
16267         (DBL_MAX_10_EXP): Likewise.
16268         (LDBL_MAX_10_EXP): Likewise.
16269         (FLT_MAX): Use macro-constant.
16270         (DBL_MAX): Likewise.
16271         (LDBL_MAX): Likewise.
16272         (FLT_EPSILON): Use macro-constant.  Give upper bound.
16273         (DBL_EPSILON): Likewise.
16274         (LDBL_EPSILON): Likewise.
16275         (FLT_MIN): Likewise.
16276         (DBL_MIN): Likewise.
16277         (LDBL_MIN): Likewise.
16278         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
16279         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
16280         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
16281         [ISO11] (FLT_HAS_SUBNORM): Likewise.
16282         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
16283         [ISO11] (DBL_DECIMAL_DIG): Likewise.
16284         [ISO11] (FLT_DECIMAL_DIG): Likewise.
16285         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
16286         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
16287         [ISO11] (FLT_TRUE_MIN): Likewise.
16288         [ISO11] (LDBL_TRUE_MIN): Likewise.
16289         [ISO || ISO99 || ISO11] (*_t): Do not allow.
16290         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
16291         (SCHAR_MIN): Use macro-int-constant.  Specify type.
16292         (SCHAR_MAX): Likewise.
16293         (UCHAR_MAX): Likewise.
16294         (CHAR_MIN): Likewise.
16295         (CHAR_MAX): Likewise.
16296         (MB_LEN_MAX): Use macro-int-constant.
16297         (SHRT_MIN): Use macro-int-constant.  Specify type.
16298         (SHRT_MAX): Likewise.
16299         (USHRT_MAX): Likewise.
16300         (INT_MAX): Likewise.
16301         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
16302         bound negative.
16303         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
16304         bound with "U".
16305         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
16306         bound with "L".
16307         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
16308         bound negative.  Suffix upper bound with "L".
16309         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
16310         bound with "UL".
16311         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
16312         Specify type.
16313         [C99-based standards] (LLONG_MAX): Likewise.
16314         [C99-based standards] (ULLONG_MAX): Likewise.
16315         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
16316         == 0.
16317         [ISO11] (max_align_t): Require type.
16318         [ISO || ISO99 || ISO11] (*_t): Do not allow.
16319
16320         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
16321         from $CFLAGS, without defining away __attribute__ calls.
16322         (checknamespace): Use $CFLAGS_namespace.
16323
16324         * conform/conformtest.pl (@keywords): Only include C99 keywords
16325         for standards based on C99 or C11.
16326
16327         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
16328         Disable tests.
16329         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
16330         UNIX98]: Likewise.
16331
16332         * conform/conformtest.pl: Handle "macro-int-constant" and test for
16333         usability of symbols in #if.
16334
16335         * conform/conformtest.pl: If macro or constant types start
16336         "promoted:", expect the symbol to be of the following type
16337         promoted by the integer promotions.
16338
16339         * conform/conformtest.pl: Parse all "constant" and "macro" lines
16340         in one place.  Also handle "macro-constant".
16341
16342         * conform/conformtest.pl: Only accept expected macro values with
16343         "==".  Parse all "macro" lines in one place.
16344         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
16345
16346         * conform/conformtest.pl: Handle braced types on "constant" lines
16347         instead of handling "typed-constant".
16348         * conform/data/signal.h-data: Use "constant" instead of
16349         "typed-constant".
16350
16351         * conform/conformtest.pl: Handle "optional-" at start of lines in
16352         one place rather than duplicating several cases.  Handle each
16353         format of "macro" line with initial "optional-".
16354
16355         * conform/conformtest.pl: Only accept expected constant or
16356         optional-constant values with "==".  Parse all "constant" lines in
16357         one place.  Parse all "optional-constant" lines in one place.
16358         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
16359         * conform/data/fmtmsg.h-data: Likewise.
16360         * conform/data/netinet/in.h-data: Likewise.
16361         * conform/data/tar.h-data: Likewise.
16362         * conform/data/limits.h-data: Use "==" form on "constant" and
16363         "optional-constant" lines.
16364
16365         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
16366         Use -std=c99 for XOPEN2K.
16367         (@knownproblems): Remove.
16368         (newtoken): Don't check %isknown.
16369
16370         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
16371         Do not expect macro.
16372         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
16373         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
16374         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
16375         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
16376         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
16377         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
16378         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
16379         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
16380         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
16381         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
16382         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
16383         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
16384         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
16385         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
16386         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
16387         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
16388         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
16389         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
16390         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
16391         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
16392         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
16393         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
16394         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
16395         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
16396         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
16397         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
16398         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
16399         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
16400         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
16401         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
16402         [XPG3] (acosh): Likewise.
16403         [XPG3] (asinh): Likewise.
16404         [XPG3] (atanh): Likewise.
16405         [XPG3] (cbrt): Likewise.
16406         [XPG3] (expm1): Likewise.
16407         [XPG3] (ilogb): Likewise.
16408         [XPG3] (log1p): Likewise.
16409         [XPG3] (logb): Likewise.
16410         [XPG3] (nextafter): Likewise.
16411         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
16412         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
16413         [XPG3] (remainder): Likewise.
16414         [XPG3] (rint): Likewise.
16415         [XPG3 || XPG4 || UNIX98] (round): Likewise.
16416         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
16417         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
16418         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
16419         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
16420         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
16421         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
16422         [UNIX98 || XOPEN2K] (scalb): Expect.
16423         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
16424         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
16425         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
16426         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
16427         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
16428         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
16429         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
16430         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
16431         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
16432         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
16433         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
16434         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
16435         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
16436         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
16437         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
16438         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
16439         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
16440         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
16441         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
16442         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
16443         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
16444         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
16445         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
16446         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
16447         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
16448         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
16449         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
16450         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
16451         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
16452         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
16453         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
16454         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
16455         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
16456         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
16457         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
16458         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
16459         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
16460         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
16461         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
16462         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
16463         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
16464         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
16465         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
16466         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
16467         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
16468         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
16469         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
16470         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
16471         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
16472         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
16473         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
16474         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
16475         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
16476         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
16477         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
16478         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
16479         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
16480         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
16481         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
16482         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
16483         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
16484         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
16485         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
16486         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
16487         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
16488         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
16489         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
16490         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
16491         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
16492         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
16493         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
16494         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
16495         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
16496         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
16497         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
16498         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
16499         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
16500         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
16501         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
16502         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
16503         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
16504         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
16505         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
16506         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
16507         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
16508         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
16509         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
16510         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
16511         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
16512         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
16513         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
16514         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
16515         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
16516         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
16517         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
16518         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
16519         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
16520         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
16521         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
16522         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
16523         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
16524         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
16525         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
16526         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
16527         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
16528         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
16529         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
16530         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
16531         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
16532         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
16533         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
16534         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
16535         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
16536         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
16537         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
16538         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
16539         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
16540         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
16541         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
16542         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
16543         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
16544         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
16545         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
16546         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
16547         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
16548         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
16549         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
16550         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
16551         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
16552         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
16553         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
16554         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
16555         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
16556         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
16557         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
16558         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
16559         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
16560
16561         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
16562         _XOPEN_SOURCE_EXTENDED for XPG4.
16563
16564         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
16565
16566         * Makeconfig (localtime): Remove variable.
16567         (inst_localtime-file): Likewise.
16568
16569 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
16570
16571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
16572         Update.
16573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
16574         Update.
16575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
16576         Update.
16577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
16578         Update.
16579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
16580         Update.
16581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
16582         Update.
16583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
16584         Update.
16585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
16586         Update.
16587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
16588         Update.
16589
16590 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
16591
16592         [BZ #2550]
16593         [BZ #2570]
16594         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
16595         comparisons to determine direction to adjust input.
16596         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
16597         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
16598         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
16599         Likewise.
16600         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
16601         Likewise.
16602         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16603         Likewise.
16604         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
16605         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
16606         Likewise.
16607         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
16608         Likewise.
16609         * math/libm-test.inc (nexttoward_test): Add more tests.
16610
16611 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
16612
16613         [BZ #14040]
16614         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
16615         in version GLIBC_2.1, not GLIBC_2.0.
16616         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
16617         Likewise.
16618
16619 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
16620
16621         [BZ #13942]
16622         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
16623         (1 - x) * (1 + x).
16624         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
16625         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
16626         * math/libm-test.inc (acos_test): Add more tests.
16627         (asin_test): Likewise.
16628         * sysdeps/i386/fpu/libm-test-ulps: Update.
16629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16630
16631         [BZ #14034]
16632         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
16633         of square root.
16634         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
16635         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
16636         * math/libm-test.inc (acos_test_tonearest): New function.
16637         (acos_test_towardzero): Likewise.
16638         (acos_test_downward): Likewise.
16639         (acos_test_upward): Likewise.
16640         (asin_test_tonearest): Likewise.
16641         (asin_test_towardzero): Likewise.
16642         (asin_test_downward): Likewise.
16643         (asin_test_upward): Likewise.
16644         (main): Call the new functions.
16645         * sysdeps/i386/fpu/libm-test-ulps: Update.
16646         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16647
16648         [BZ #13884]
16649         [BZ #13924]
16650         * math/e_exp10.c: Include <float.h>.
16651         (__ieee754_exp10): Handle underflow here rather than multiplying
16652         large negative argument by M_LN10.
16653         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
16654         of __ieee754_expf.
16655         * math/e_exp10l.c: Include <float.h>.
16656         (__ieee754_exp10l): Handle underflow here rather than multiplying
16657         large negative argument by M_LN10l.
16658         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
16659         spurious overflow exception on underflow.
16660
16661 2012-04-29  Marek Polacek  <polacek@redhat.com>
16662
16663         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
16664         (__fortify_function): New macro.
16665         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
16666         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
16667         __extern_always_inline.
16668         * libio/bits/stdio2.h: Likewise.
16669         * libio/bits/stdio.h: Likewise.
16670         * string/string.h: Likewise.
16671         * string/bits/string3.h: Likewise.
16672         * include/stdio.h: Likewise.
16673         * stdlib/bits/stdlib.h: Likewise.
16674         * stdlib/stdlib.h: Likewise.
16675         * rt/bits/mqueue2.h: Likewise.
16676         * rt/mqueue.h: Likewise.
16677         * posix/bits/unistd.h: Likewise.
16678         * posix/unistd.h: Likewise.
16679         * io/bits/poll2.h: Likewise.
16680         * io/bits/fcntl2.h: Likewise.
16681         * io/fcntl.h: Likewise.
16682         * io/sys/poll.h: Likewise.
16683         * misc/bits/syslog.h: Likewise.
16684         * misc/bits/syslog-ldbl.h: Likewise.
16685         * misc/sys/syslog.h: Likewise.
16686         * socket/bits/socket2.h: Likewise.
16687         * socket/sys/socket.h: Likewise.
16688         * debug/tst-chk1.c: Likewise.
16689         * wcsmbs/bits/wchar2.h: Likewise.
16690         * wcsmbs/bits/wchar-ldbl.h: Likewise.
16691         * wcsmbs/wchar.h: Likewise.
16692
16693 2012-04-29  Andreas Jaeger  <aj@suse.de>
16694
16695         * Makerules (tests): Remove enable-check-abi protection.
16696         (check-abi-warn): Remove.
16697         (check-abi-%): Remove check-abi-warn usage.
16698
16699         * configure.in: Remove check-abi configure option.
16700         * configure: Regenerated.
16701         * config.make.in (enable-check-abi): Remove.
16702
16703 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
16704
16705         [BZ #14033]
16706         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
16707         double functions to double *_finite functions.
16708
16709         [BZ #13941]
16710         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
16711         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
16712         LDBL_MIN_EXP.
16713         * stdio-common/Makefile (tests): Add tst-sprintf3.
16714         * stdio-common/tst-sprintf3.c: New file.
16715
16716         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
16717         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
16718
16719 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
16720
16721         * conform/conformtest.pl: Remove duplicate typed-constant
16722         handling.
16723
16724 2012-04-28  David S. Miller  <davem@davemloft.net>
16725
16726         * Makerules (%.abilist): Add vpath on sysdep_dirs.
16727         (check-abi-%): Remove AWK script prerequisite and explicit
16728         abilist directory.
16729         (check-abi): Rewrite to just diff the symlist with the abilist.
16730         (config-tls, config-abi-config): Delete, no longer used.
16731         (update-abi-%): Remove AWK script and explicit abilist directory.
16732         (update-abi): Rewrite to simply compare and conditionally copy the
16733         symlist and the sysdep abilist file.  Remove update-abi-config
16734         checks.
16735         * abilist/ld.abilist: Remove.
16736         * abilist/libBrokenLocale.abilist: Remove.
16737         * abilist/libanl.abilist: Remove.
16738         * abilist/libcrypt.abilist: Remove.
16739         * abilist/libdl.abilist: Remove.
16740         * abilist/librt.abilist: Remove.
16741         * abilist/libthread_db.abilist: Remove.
16742         * abilist/libutil.abilist: Remove.
16743         * scripts/extract-abilist.awk: Remove.
16744         * scripts/merge-abilist.awk: Remove.
16745         * sysdeps/generic/libcidn.abilist: New file.
16746         * sysdeps/generic/libnss_compat.abilist: New file.
16747         * sysdeps/generic/libnss_db.abilist: New file.
16748         * sysdeps/generic/libnss_dns.abilist: New file.
16749         * sysdeps/generic/libnss_files.abilist: New file.
16750         * sysdeps/generic/libnss_hesiod.abilist: New file.
16751         * sysdeps/generic/libnss_nis.abilist: New file.
16752         * sysdeps/generic/libnss_nisplus.abilist: New file.
16753         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
16754         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
16755         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
16756         file.
16757         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
16758         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
16759         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
16760         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
16761         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
16762         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
16763         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
16764         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
16765         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
16766         file.
16767         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
16768         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
16769         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
16770         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
16771         file.
16772         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
16773         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
16774         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
16775         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
16776         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
16777         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
16778         file.
16779         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
16780         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
16781         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
16782         file.
16783         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
16784         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
16785         New file.
16786         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
16787         New file.
16788         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
16789         New file.
16790         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
16791         New file.
16792         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
16793         New file.
16794         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
16795         New file.
16796         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
16797         New file.
16798         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
16799         New file.
16800         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
16801         New file.
16802         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
16803         New file.
16804         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
16805         New file.
16806         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
16807         New file.
16808         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
16809         New file.
16810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
16811         file.
16812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
16813         New file.
16814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
16815         New file.
16816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
16817         file.
16818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
16819         New file.
16820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
16821         New file.
16822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
16823         file.
16824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
16825         New file.
16826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
16827         New file.
16828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
16829         New file.
16830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
16831         New file.
16832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
16833         New file.
16834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
16835         New file.
16836         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
16837         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
16838         file.
16839         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
16840         New file.
16841         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
16842         file.
16843         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
16844         file.
16845         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
16846         file.
16847         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
16848         file.
16849         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
16850         file.
16851         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16852         New file.
16853         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
16854         file.
16855         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
16856         file.
16857         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
16858         New file.
16859         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
16860         file.
16861         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
16862         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
16863         file.
16864         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
16865         New file.
16866         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
16867         file.
16868         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
16869         file.
16870         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
16871         file.
16872         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
16873         file.
16874         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
16875         file.
16876         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16877         New file.
16878         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
16879         file.
16880         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
16881         file.
16882         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
16883         New file.
16884         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
16885         file.
16886         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
16887         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
16888         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
16889         file.
16890         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
16891         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
16892         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
16893         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
16894         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
16895         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
16896         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
16897         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
16898         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
16899         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
16900         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
16901         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
16902         file.
16903         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
16904         New file.
16905         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
16906         file.
16907         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
16908         file.
16909         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
16910         file.
16911         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
16912         file.
16913         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
16914         file.
16915         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
16916         New file.
16917         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
16918         New file.
16919         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
16920         file.
16921         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
16922         New file.
16923         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
16924         file.
16925         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
16926         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
16927         file.
16928         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
16929         New file.
16930         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
16931         file.
16932         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
16933         file.
16934         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
16935         file.
16936         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
16937         file.
16938         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
16939         file.
16940         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
16941         New file.
16942         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
16943         New file.
16944         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
16945         file.
16946         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
16947         New file.
16948         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
16949         file.
16950
16951 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
16952
16953         * conform/conformtest.pl: Fix typo in handling typed-constant from
16954         allow-header.
16955
16956 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
16957
16958         * README: Cut down references to pre-2.6 Linux kernels and
16959         Linuxthreads.  Update lists of configurations in libc and ports
16960         and sort alphabetically.  Say "or newer" with Linux kernel version
16961         requirements.
16962
16963         * config.h.in [IS_IN_build]: Allow compiling without optimization.
16964
16965 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
16966
16967         [BZ #887]
16968         * math/libm-test.inc (logb_test_downward): New test to expose
16969         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
16970         rounding mode.
16971
16972 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
16973
16974         [BZ #14027]
16975         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
16976         to be done.
16977         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
16978         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
16979
16980 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
16981
16982         * sysdeps/unix/i386/brk.S: Remove file.
16983         * sysdeps/unix/i386/dl-brk.S: Likewise.
16984         * sysdeps/unix/i386/pipe.S: Likewise.
16985         * sysdeps/unix/i386/sigreturn.S: Likewise.
16986         * sysdeps/unix/i386/syscall.S: Likewise.
16987         * sysdeps/unix/i386/vfork.S: Likewise.
16988         * sysdeps/unix/i386/wait.S: Likewise.
16989
16990         * sysdeps/unix/common/tcsendbrk.c: Move to ...
16991         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
16992
16993         * configure.in (arm*-none*): Do not allow without
16994         --enable-hacker-mode.
16995         (netbsd*): Remove case setting base_os.
16996         (386bsd*): Likewise.
16997         (freebsd*): Likewise.
16998         (bsdi*): Likewise.
16999         (osf*): Likewise.
17000         (sunos*): Likewise.
17001         (ultrix*): Likewise.
17002         (newsos*): Likewise.
17003         (dynix*): Likewise.
17004         (*bsd*): Likewise.
17005         (sysv*): Likewise.
17006         (isc*): Likewise.
17007         (esix*): Likewise.
17008         (sco*): Likewise.
17009         (minix*): Likewise.
17010         (irix4*): Likewise.
17011         (irix6*): Likewise.
17012         (solaris[2-9]*): Likewise.
17013         (none): Likewise.
17014         * configure: Regenerated.
17015
17016 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17017
17018         [BZ #11521]
17019         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
17020         overflow or cancellation in calculating denominator.
17021         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
17022         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
17023         down expression to avoid unexpected rounding in newer GCCs.
17024         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
17025
17026 2012-04-26  David S. Miller  <davem@davemloft.net>
17027
17028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
17029         long-double compat symbols.
17030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
17031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
17032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
17033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
17034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
17035         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
17036         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
17037         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
17038         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
17039         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
17040         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
17041         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
17042         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
17043
17044 2012-04-25  David S. Miller  <davem@davemloft.net>
17045
17046         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
17047         HWCAP_* values only after the memory barriers have been defined.
17048         (atomic_full_barrier): Define.
17049         (atomic_read_barrier): Define.
17050         (atomic_write_barrier): Define.
17051
17052 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17053
17054         * shlib-versions: Add libgcc_s version information.
17055         * sysdeps/generic/libgcc_s.h: Remove.
17056         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
17057         libgcc_s.h.
17058         * sysdeps/gnu/unwind-resume.c: Likewise.
17059         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
17060
17061 2012-04-25  David S. Miller  <davem@davemloft.net>
17062
17063         * sysdeps/unix/sparc/brk.S: Delete.
17064         * sysdeps/unix/sparc/dl-brk.S: Delete.
17065         * sysdeps/unix/sparc/pipe.S: Delete.
17066         * sysdeps/unix/sparc/sysdep.S: Delete.
17067         * sysdeps/unix/sparc/sysdep.h: Delete.
17068         * sysdeps/unix/sparc/vfork.S: Delete.
17069         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
17070         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
17071         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
17072         ret_ERRVAL, r0, r1, MOVE): Define.
17073         (JUMPTARGET): Remove.
17074         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
17075         sysdeps/unix/sparc/sysdep.h
17076         (ENTRY, END): Remove.
17077         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
17078
17079 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
17080
17081         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
17082         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
17083         -DIS_IN_build.
17084
17085         * timezone/README: Update upstream location and email address for
17086         tzcode and tzdata.
17087         * timezone/zdump.c: Update from tzcode 2012b.
17088         * timezone/zic.c: Likewise.
17089
17090         * configure.in (libc_cv_as_needed): Remove test.
17091         * configure: Regenerated.
17092         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
17093         conditional definition.
17094         [$(have-as-needed) != yes] (no-as-needed): Likewise.
17095         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
17096         * config.make.in (have-as-needed): Remove variable.
17097
17098 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
17099             Paul Pluzhnikov  <ppluzhnikov@google.com>
17100
17101         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
17102         strings correctly.
17103
17104 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
17105
17106         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
17107         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
17108         * sysdeps/sh/strlen.S: Likewise.
17109
17110 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
17111
17112         * sysdeps/unix/fork.S: Remove file.
17113         * sysdeps/unix/i386/fork.S: Likewise.
17114         * sysdeps/unix/sparc/fork.S: Likewise.
17115
17116         * sysdeps/unix/system.c: Remove file.
17117         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
17118
17119         * sysdeps/unix/getegid.S: Remove file.
17120         * sysdeps/unix/geteuid.S: Likewise.
17121
17122 2012-04-24  Roland McGrath  <roland@hack.frob.com>
17123
17124         * scripts/check-localplt.awk: New file.
17125         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
17126         of diff.
17127         * scripts/data/localplt-generic.data: Add a comment.
17128
17129         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
17130         NODE when __dir_mkfile failed.
17131         * sysdeps/mach/hurd/symlinkat.c: Likewise.
17132         Reported by Ludovic Courtès <ludo@gnu.org>.
17133
17134 2012-04-24  Andreas Jaeger  <aj@suse.de>
17135
17136         * Makerules (common-clean): Also remove gen-as-const-headers
17137         files.
17138
17139 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
17140
17141         * Makerules (native-compile): Do not change working directory for
17142         build.  Use $(OUTPUT_OPTION) in command.
17143         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
17144
17145 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17146
17147         [BZ #13886]
17148         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
17149         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
17150         * math/libm-test.inc (floor_test): Add more tests.
17151         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
17152
17153 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
17154
17155         * sysdeps/unix/getdents.c: Remove file.
17156         * sysdeps/unix/sysv/getdents.c: Likewise.
17157         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
17158
17159         * sysdeps/unix/syscalls.list (madvise): Add syscall from
17160         sysdeps/unix/mman/syscalls.list.
17161         (mmap): Likewise.
17162         (mprotect): Likewise.
17163         (msync): Likewise.
17164         (munmap): Likewise.
17165         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
17166         * sysdeps/unix/mman/syscalls.list: Remove.
17167         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
17168
17169         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
17170         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
17171         * configure: Regenerated.
17172         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
17173         $(libgcc_s_suffix).
17174         * config.make.in (libgcc_s_suffix): Remove variable.
17175
17176 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
17177
17178         * sysdeps/unix/sysv/gethostname.c: Move to ...
17179         * sysdeps/posix/gethostname.c: ... here.
17180
17181         * sysdeps/unix/execve.S: Remove file.
17182
17183         * sysdeps/unix/_exit.S: Remove file.
17184
17185 2012-04-23  Andreas Jaeger  <aj@suse.de>
17186
17187         [BZ #13739]
17188         * manual/Makefile: Remove make dist support, there's no
17189         need for a stand-alone documentation tar ball.
17190         (TEXI2DVI): Define always, it's not in Makeconfig.
17191         (dist): Removed.
17192         (tar-it): Removed.
17193         (edition): Removed.
17194         (glibc-doc-$(edition).tar): Removed
17195         (%.Z): Removed.
17196         (%.gz): Removed.
17197         (%.uu): Removed.
17198         (ETAGS): Remove, it's in Makeconfig.
17199         (move-if-change): Remove, it's in Makeconfig.
17200
17201 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
17202
17203         [BZ #13970]
17204         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
17205         (strtod, strtof, strtold, strtol, strtoul, strtoq)
17206         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
17207         (strtod_l, strtof_l, strtold_l): Remove __wur.
17208         It is not necessarily an error to ignore strtol's return value.
17209         One can reliably look at the stored endptr to decide whether
17210         the number had valid syntax.
17211
17212 2012-04-21  Andreas Jaeger  <aj@suse.de>
17213
17214         [BZ #13739]
17215         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
17216
17217 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
17218
17219         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
17220         * sysdeps/unix/sysv/Versions: Remove file.
17221
17222 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
17223
17224         [BZ #13927]
17225         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17226
17227 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
17228
17229         [BZ #7064]
17230         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
17231         version from __vm86.
17232
17233 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
17234
17235         * sysdeps/unix/common/lxstat.c: Remove file.
17236         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
17237
17238         * sysdeps/unix/sysv/Makefile: Remove file.
17239
17240         * sysdeps/unix/sysv/direct.h: Remove file.
17241
17242         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
17243         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
17244         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
17245         * sysdeps/unix/sysv/bits/signum.h: Likewise.
17246         * sysdeps/unix/sysv/bits/stat.h: Likewise.
17247         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
17248         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
17249
17250         * sysdeps/unix/sysv/setrlimit.c: Remove file.
17251
17252         * sysdeps/unix/xmknod.c: Remove file.
17253         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
17254
17255         * sysdeps/unix/sysv/settimeofday.c: Remove file.
17256
17257         * sysdeps/unix/sysv/i386/time.S: Remove file.
17258
17259         * sysdeps/unix/fxstat.c: Remove file.
17260         * sysdeps/unix/xstat.c: Likewise.
17261         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
17262
17263         * sysdeps/unix/sysv/sigaction.c: Remove file.
17264
17265         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
17266         (sysdep_headers): Remove variable.
17267         [termio.h not in sysdep_headers] (generated): Likewise.
17268         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
17269         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
17270         * sysdeps/unix/sysv/tcdrain.c: Likewise.
17271         * sysdeps/unix/sysv/tcflow.c: Likewise.
17272         * sysdeps/unix/sysv/tcflush.c: Likewise.
17273         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
17274         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
17275         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
17276         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
17277         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
17278
17279         * sysdeps/unix/siglist.c: Remove file.
17280
17281         * sysdeps/unix/getppid.S: Remove file.
17282
17283         * sysdeps/unix/mkdir.c: Remove file.
17284         * sysdeps/unix/rmdir.c: Likewise.
17285
17286 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
17287
17288         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
17289         ERR_MAX value.
17290         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
17291         errlist-compat value.
17292
17293 2012-04-18  David S. Miller  <davem@davemloft.net>
17294
17295         * sysdeps/generic/memcopy.h (reg_char): Delete.
17296         * debug/strcat_chk.c: Use char, not reg_char.
17297         * debug/strcpy_chk.c: Likewise.
17298         * debug/strncat_chk.c: Likewise.
17299         * debug/strncpy_chk.c: Likewise.
17300         * string/memchr.c: Likewise.
17301         * string/memrchr.c: Likewise.
17302         * string/rawmemchr.c: Likewise.
17303         * string/strcat.c: Likewise.
17304         * string/strchr.c: Likewise.
17305         * string/strchrnul.c: Likewise.
17306         * string/strcmp.c: Likewise.
17307         * string/strcpy.c: Likewise.
17308         * string/strncat.c: Likewise.
17309         * string/strncmp.c: Likewise.
17310         * string/strncpy.c: Likewise.
17311
17312 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
17313
17314         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
17315         __builtin_memcopy is called when src and dest ranges are known to not
17316         overlap.
17317
17318 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
17319
17320         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
17321         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
17322         fwd_align_merge macro call.
17323         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
17324         bwd_align_merge macro call.
17325         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
17326
17327 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
17328
17329         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
17330         bwd_align_merge macros.
17331         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
17332         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
17333         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
17334
17335 2012-04-18  David S. Miller  <davem@davemloft.net>
17336
17337         * sysdeps/sparc/sparc64/memcopy.h: Delete.
17338
17339 2012-04-18  Andreas Jaeger  <aj@suse.de>
17340
17341         [BZ# 6794]
17342         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
17343         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
17344         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
17345
17346         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
17347         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
17348         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
17349
17350         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
17351         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
17352         Adjust for changed ldbl-128 files.
17353
17354         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
17355         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
17356         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
17357
17358 2012-04-17  David S. Miller  <davem@davemloft.net>
17359
17360         * sysdeps/sparc/sparc32/memcopy.h: Delete.
17361
17362 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
17363
17364         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
17365         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
17366         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
17367         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
17368         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
17369         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
17370
17371 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17372
17373         [BZ #6794]
17374         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
17375         * math/libm-test.inc: Add ilogb errno and exception tests.
17376         * math/w_ilogb.c: New file: ilogb wrapper.
17377         * math/w_ilogbf.c: New file: ilogbf wrapper.
17378         * math/w_ilogbl.c: New file: ilogbl wrapper.
17379         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
17380         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
17381         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
17382         exception being thrown with 0.0 as argument.
17383         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
17384         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
17385         exception being thrown with 0.0 as argument.
17386         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
17387         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
17388         exception being thrown with 0.0 as argument.
17389         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
17390         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
17391         exception being thrown with 0.0 as argument.
17392         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
17393         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
17394         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
17395         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
17396         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
17397         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
17398         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
17399         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
17400         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
17401
17402 2012-04-17  Petr Baudis  <pasky@ucw.cz>
17403
17404         * include/sys/uio.h: Change __vector to __iovec to avoid clash
17405         with altivec.
17406
17407 2012-04-16  Marek Polacek  <polacek@redhat.com>
17408
17409         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
17410
17411 2012-04-16  Marek Polacek  <polacek@redhat.com>
17412
17413         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
17414         operands of fdivp instruction.
17415
17416 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
17417
17418         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
17419         * elf/tst-auditmod3b.c: Likewise.
17420         * elf/tst-auditmod4b.c: Likewise.
17421         * elf/tst-auditmod5b.c: Likewise.
17422         * elf/tst-auditmod6b.c: Likewise.
17423         * elf/tst-auditmod6c.c: Likewise.
17424         * elf/tst-auditmod7b.c: Likewise.
17425         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
17426         * sysdeps/x86_64/preconfigure.in: Likewise.
17427         * sysdeps/x86_64/preconfigure: Regenerated.
17428
17429 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
17430
17431         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
17432         __ILP32__.
17433
17434 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
17435
17436         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
17437         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
17438
17439 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
17440
17441         [BZ #13973]
17442         * locale/iso-639.def: Fix gl language name. Spotted by
17443         Yaron Shahrabani.
17444
17445 2012-04-12  Roland McGrath  <roland@hack.frob.com>
17446
17447         [BZ #2074]
17448         * libio/libio.h (__io_write_fn): Update comment.
17449
17450 2012-04-12  Petr Baudis  <pasky@ucw.cz>
17451
17452         [BZ #2074]
17453         * stdio.texi (Hook Functions): The user provided writer function
17454         is not allowed to return -1.
17455
17456 2012-04-11  David S. Miller  <davem@davemloft.net>
17457
17458         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17459
17460 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
17461
17462         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
17463         Add a leading slash to rtkaio.
17464
17465 2012-04-11  Jim Meyering  <meyering@redhat.com>
17466
17467         [BZ #11959]
17468         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
17469         It is not necessarily an error to ignore fwrite's return
17470         value.  One can reliably use ferror to test for errors after
17471         the fact.
17472
17473 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
17474
17475         * bits/types.h (__snseconds_t): New type.
17476         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
17477
17478         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
17479         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
17480         (__SNSECONDS_T_TYPE): Likewise.
17481         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
17482         (__SNSECONDS_T_TYPE): Likewise.
17483         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17484         (__SNSECONDS_T_TYPE): Likewise.
17485
17486 2012-04-10  Andreas Jaeger  <aj@suse.de>
17487
17488         [BZ #2636]
17489         * manual/time.texi (Processor Time): Return type of times is
17490         elapsed real time since an arbitrary point in the past.
17491         (CPU Time): Move CLK_TCK from here...
17492         (Processor Time): ...to here.  Correct description.
17493         * manual/conf.texi (Constants for Sysconf): Correct description of
17494         _SC_CLK_TCK.
17495
17496 2012-04-10  David S. Miller  <davem@davemloft.net>
17497
17498         [BZ #13967]
17499         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
17500         where the is a gap between DT_REL(A) and DT_JMPREL.
17501
17502 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
17503
17504         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
17505         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
17506         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
17507
17508 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17509
17510         * elf/dl-support.c (_dl_inhibit_cache): New variable.
17511         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
17512         (dl_main): Handle --inhibit-cache.
17513         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
17514         _dl_inhibit_cache.
17515         * elf/dl-load.c (_dl_map_object): Use it.
17516         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
17517
17518 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
17519
17520         [BZ #13872]
17521         * sysdeps/i386/fpu/e_powl.S (p78): New object.
17522         (__ieee754_powl): Saturate large exponents rather than testing for
17523         overflow of y*log2(x).
17524         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
17525         * math/libm-test.inc (pow_test): Do not permit spurious overflow
17526         exceptions.
17527
17528         [BZ #11521]
17529         * math/s_ctan.c: Include <float.h>.
17530         (__ctan): Avoid internal overflow or cancellation in calculating
17531         denominator.
17532         * math/s_ctanf.c: Likewise.
17533         * math/s_ctanl.c: Likewise.
17534         * math/s_ctanh.c: Likewise.
17535         * math/s_ctanhf.c: Likewise.
17536         * math/s_ctanhl.c: Likewise.
17537         * math/libm-test.inc (ctan_test): Add more tests.
17538         (ctanh_test): Likewise.
17539         * sysdeps/i386/fpu/libm-test-ulps: Update.
17540         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17541
17542 2012-04-09  Andreas Jaeger  <aj@suse.de>
17543
17544         [BZ #6894]
17545         * manual/filesys.texi (Directory Entries): Mention that d_namlen
17546         is an optional BSD extension.
17547
17548         [BZ #10254]
17549         * manual/stdio.texi (Opening Streams): Document additional fopen
17550         parameters.
17551
17552 2012-04-09  Roland McGrath  <roland@hack.frob.com>
17553
17554         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
17555         %eax without telling the compiler.
17556
17557 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
17558
17559         [BZ # 13963]
17560         * manual/install.texi: Use sourceware.org.
17561
17562 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
17563
17564         [BZ #13873]
17565         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
17566         (__ieee754_pow): Generate overflow and underflow using huge*huge
17567         and tiny*tiny rather than just returning constant infinity or zero
17568         for large exponents.
17569         * math/libm-test.inc (pow_test): Require overflow exceptions for
17570         applicable cases of large exponents.
17571
17572         [BZ #706]
17573         * sysdeps/i386/fpu/e_pow.S (p10): New object.
17574         (__ieee754_pow): Use iterative multiplication algorithm only for
17575         integer exponents with absolute value below 1024.  Check for odd
17576         integer exponents when using algorithm for real exponents.
17577         * math/libm-test.inc (pow_test): Add more tests.
17578         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17579
17580 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
17581
17582         [BZ #13705]
17583         * math/libm-test.inc (exp_test): Do not allow overflow exception
17584         on underflow test.
17585
17586 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
17587
17588         [BZ #13705]
17589         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
17590         instead of __kernel_standard_f.
17591
17592 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
17593
17594         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
17595         * sysdeps/x86_64/memset_chk.S: Likewise.
17596
17597 2012-04-08  Andreas Jaeger  <aj@suse.de>
17598
17599         [BZ #10153]
17600         * manual/startup.texi (Environment Access): Describe return value
17601         for putenv and setenv.
17602
17603         [BZ #6895]
17604         * manual/filesys.texi (Directory Entries): Add description for
17605         DT_LNK.
17606
17607         [BZ #6890]
17608         * manual/filesys.texi (Directory Entries): Clarify that it's file
17609         system not operating system in the description of DT_UNKNOWN.
17610
17611         [BZ #6578]
17612         * manual/syslog.texi (closelog): Fix reference, it's openlog.
17613
17614 2012-04-08  Stephen Compall  <s11@member.fsf.org>
17615
17616         [BZ #6649]
17617         * manual/llio.texi (Opening and Closing Files): Add cross
17618         reference to explain mode argument.
17619
17620 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
17621
17622         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
17623         * sysdeps/x86_64/memset_chk.S: Likewise.
17624
17625 2012-04-07  David S. Miller  <davem@davemloft.net>
17626
17627         * elf/elf.h (R_SPARC_WDISP10): Define.
17628         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
17629         R_SPARC_SIZE32.
17630         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
17631         R_SPARC_SIZE64 and R_SPARC_H34.
17632
17633 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
17634
17635         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
17636         conditions and remove no longer applicable assertion.
17637
17638 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
17639
17640         * bits/byteswap.h: Include <features.h>.
17641         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
17642         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
17643
17644 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
17645
17646         * bits/byteswap.h (__bswap_16): Removed.
17647         Include <bits/byteswap-16.h> to get __bswap_16.
17648         * sysdeps/i386/bits/byteswap.h: Likewise.
17649         * sysdeps/s390/bits/byteswap.h: Likewise.
17650         * sysdeps/x86_64/bits/byteswap.h: Likewise.
17651         * bits/byteswap-16.h: New file.
17652         * sysdeps/i386/bits/byteswap-16.h: Likewise.
17653         * sysdeps/s390/bits/byteswap-16.h: Likewise.
17654         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
17655         * string/Makefile (headers): Add bits/byteswap-16.h.
17656
17657 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
17658
17659         [BZ #13895]
17660         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
17661         extra indirection.
17662         * nss/Makefile (tests-static, tests): Add tst-nss-static.
17663         * nss/tst-nss-static.c: New.
17664
17665 2012-04-06  Robert Millan  <rmh@gnu.org>
17666
17667         [BZ #6486]
17668         * manual/llio.texi (File Position Primitive): lseek
17669         refers to WHENCE when it really means OFFSET.
17670
17671 2012-04-06  Andreas Jaeger  <aj@suse.de>
17672
17673         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
17674         strncmp declarations.
17675
17676         * abilist/libc.abilist: Add __poll and __ppoll.
17677
17678 2012-04-05  David S. Miller  <davem@davemloft.net>
17679
17680         * scripts/check-local-headers.sh: Accept a host triplet in the
17681         path matched by the exclude regexp.
17682
17683         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
17684         definition.
17685         * sysdeps/powerpc/powerpc32/dl-machine.h
17686         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
17687         * sysdeps/s390/s390-32/dl-machine.h
17688         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
17689         * sysdeps/sparc/sparc32/dl-machine.h
17690         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
17691         * sysdeps/sparc/sparc64/dl-machine.h
17692         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
17693
17694         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
17695         lazy binding.
17696         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
17697         undefined symbol errors.
17698
17699         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
17700         DT_NEEDED entries.
17701
17702 2012-04-05  Michael Matz  <matz@suse.de>
17703
17704         [BZ #13592]
17705         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
17706
17707 2012-04-05  Andreas Jaeger  <aj@suse.de>
17708
17709         [BZ #13908]
17710         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
17711         comment.
17712
17713 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
17714
17715         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
17716         which ROUND is no valid rounding mode.
17717
17718 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
17719
17720         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
17721         read again.
17722         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
17723
17724 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
17725
17726         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
17727         an exception using FPU order intentionally.
17728
17729 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
17730
17731         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
17732         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
17733         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
17734         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
17735
17736 2012-04-05  Simon Josefsson  <simon@josefsson.org>
17737
17738         [BZ #12340]
17739         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
17740         EINVAL when BUFLEN is too smal.
17741
17742 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
17743
17744         [BZ #13553]
17745         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
17746         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
17747
17748 2012-04-03  Andreas Jaeger  <aj@suse.de>
17749
17750         [BZ #13938]
17751         * manual/setjmp.texi (System V contexts): Fix sentence.
17752
17753         [BZ #13926]
17754         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
17755         New macro for this case.
17756         [!__GNUC__] (__bswap_64): New inline function for this case.
17757         * sysdeps/x86_64/bits/byteswap.h: Likewise.
17758         * bits/byteswap.h: Likewise.
17759         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
17760         ull, guard with __GLIBC_HAVE_LONG_LONG.
17761
17762         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
17763         __GLIBC_HAVE_LONG_LONG.
17764
17765         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
17766         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
17767
17768 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
17769
17770         [BZ #13691]
17771         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
17772         inptr and inend, rather than using last_ch.
17773
17774 2012-04-02  David S. Miller  <davem@davemloft.net>
17775
17776         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
17777         * stdio-common/printf-parse.h (read_int): Change return type to
17778         'int', return -1 on INT_MAX overflow.
17779         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
17780         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
17781         overflows INT_MAX.  Check for overflow of in-format-string precision
17782         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
17783         SIZE_MAX not INT_MAX for integer overflow test.
17784         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
17785         skip the construct in the format string but do not record anything.
17786         * stdio-common/bug22.c: Adjust to test both width/prevision
17787         INT_MAX overflow as well as total length INT_MAX overflow.  Check
17788         explicitly for proper errno values.
17789
17790 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
17791
17792         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
17793         CHAR_MAX.
17794         * string/test-strcmp.c [! WIDE]: Likewise.
17795         * time/tst-mktime2.c: Likewise for INT_MAX.
17796         * string/test-string.h: #include <sys/param.h> for MIN.
17797
17798         * csu/init-first.c (__libc_init_first): Call __ctype_init.
17799         * sysdeps/i386/init-first.c (init): Likewise.
17800         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
17801         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
17802         * sysdeps/sh/init-first.c (init): Likewise.
17803
17804 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
17805
17806         * po/ru.po: Update from translation team.
17807         * po/vi.po: Likewise.
17808
17809 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
17810
17811         * resolv/nss_dns/dns-host.c: Merge copyright years.
17812
17813 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
17814
17815         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
17816         Optimize memcpy with prefetch if
17817         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
17818         src, dst pointers have unequal 16 byte alignments.
17819
17820 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
17821
17822         [BZ #13928]
17823         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
17824         from a CNAME entry and return the minimum ttl for the query.
17825         (gaih_getanswer_slice): Likewise.
17826
17827 2012-03-30  Jeff Law  <law@redhat.com>
17828
17829         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
17830         due to long keys.
17831         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
17832         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
17833
17834         * resolv/nss_dns/dns-host.c: Update copyright year.
17835
17836 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
17837
17838         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
17839         requests to save a system call.  Fix check that all bytes are sent.
17840
17841         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
17842         comments for sendmmsg.
17843
17844 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
17845
17846         [BZ #13691]
17847         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
17848         with only 1 character between 0x0041 and 0x01b0.
17849         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
17850         * wcsmbs/tst-mbsnrtowcs.c: New file.
17851
17852 2012-03-29  David S. Miller  <davem@davemloft.net>
17853
17854         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
17855         small copies by hand.
17856
17857 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17858
17859         [BZ #13761]
17860         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
17861         _nss_compat_initgroups_dyn): Fall back to malloc/free
17862         for large group memberships.
17863
17864 2012-03-28  David S. Miller  <davem@davemloft.net>
17865
17866         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
17867         that branches into memcpy.
17868         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
17869         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
17870         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
17871         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
17872         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
17873         bits.
17874         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
17875         implementation too.
17876         * sysdeps/sparc/mempcpy.S: New file.
17877
17878         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
17879         the IFUNC routine in the libc case.
17880         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
17881
17882         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
17883         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
17884         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
17885         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
17886         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
17887         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
17888         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
17889         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
17890
17891         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
17892         loop to 256 bytes instead of 64 bytes and fix test signedness.
17893
17894         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
17895         * sysdeps/sparc/sparc32/Makefile: rather than here...
17896         * sysdeps/sparc/sparc64/Makefile: and here.
17897
17898 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
17899
17900         * malloc/mallocbug.c: Avoid warnings about unused variables.
17901
17902 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
17903
17904         [BZ #13760]
17905         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
17906         in the right place. Discard and retry query if response is
17907         larger than input buffer size.
17908
17909 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
17910
17911         [BZ #369]
17912         [BZ #2678]
17913         [BZ #3866]
17914         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
17915         x for large integer exponent.
17916         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
17917         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
17918         sign of result as needed afterwards.
17919         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
17920         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
17921         result for underflowing pow the same as for overflow.
17922         (__kernel_standard_l): Handle powl overflow and underflow here
17923         rather than calling __kernel_standard.
17924         * math/libm-test.inc (pow_test): Add more tests.
17925
17926         [BZ #3868]
17927         [BZ #13879]
17928         [BZ #13910]
17929         [BZ #13911]
17930         [BZ #13912]
17931         [BZ #13913]
17932         [BZ #13915]
17933         [BZ #13916]
17934         [BZ #13917]
17935         [BZ #13918]
17936         [BZ #13919]
17937         [BZ #13920]
17938         [BZ #13921]
17939         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
17940         * sysdeps/ieee754/k_standard.c: Include <float.h>.
17941         (__kernel_standard_l): New function.
17942         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
17943         __kernel_standard.
17944         * math/w_acosl.c (__acosl): Likewise.
17945         * math/w_asinl.c (__asinl): Likewise.
17946         * math/w_atan2l.c (__atan2l): Likewise.
17947         * math/w_atanhl.c (__atanhl): Likewise.
17948         * math/w_coshl.c (__coshl): Likewise.
17949         * math/w_exp10l.c (__exp10l): Likewise.
17950         * math/w_exp2l.c (__exp2l): Likewise.
17951         * math/w_fmodl.c (__fmodl): Likewise.
17952         * math/w_hypotl.c (__hypotl): Likewise.
17953         * math/w_j0l.c (__j0l, __y0l): Likewise.
17954         * math/w_j1l.c (__j1l, __y1l): Likewise.
17955         * math/w_jnl.c (__jnl, __ynl): Likewise.
17956         * math/w_lgammal.c (__lgammal): Likewise.
17957         * math/w_log10l.c (__log10l): Likewise.
17958         * math/w_log2l.c (__log2l): Likewise.
17959         * math/w_logl.c (__logl): Likewise.
17960         * math/w_powl.c (__powl): Likewise.
17961         * math/w_remainderl.c (__remainderl): Likewise.
17962         * math/w_scalbl.c (sysv_scalbl): Likewise.
17963         * math/w_sinhl.c (__sinhl): Likewise.
17964         * math/w_sqrtl.c (__sqrtl): Likewise.
17965         * math/w_tgammal.c (__tgammal): Likewise.
17966         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
17967         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
17968         * math/libm-test.inc (acos_test): Add more tests.
17969         (acosh_test): Likewise.
17970         (asin_test): Likewise.
17971         (atanh_test): Likewise.
17972         (exp_test): Likewise.
17973         (exp10_test): Likewise.
17974         (exp2_test): Likewise.
17975         (expm1_test): Likewise.
17976         (lgamma_test): Likewise.
17977         (log_test): Likewise.
17978         (log10_test): Likewise.
17979         (log1p_test): Likewise.
17980         (log2_test): Likewise.
17981         (pow_test): Do not allow some spurious overflow exceptions.
17982         (sqrt_test): Add more tests.
17983         (tgamma_test): Likewise.
17984         (y0_test): Likewise.
17985         (y1_test): Likewise.
17986         (yn_test): Likewise.
17987
17988 2012-03-27  Anton Blanchard  <anton@samba.org>
17989
17990         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
17991         MAP_HUGETLB.
17992         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
17993         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
17994         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
17995
17996 2012-03-27  David S. Miller  <davem@davemloft.net>
17997
17998         * conform/Makefile: Run run-conformtest.sh using $(BASH).
17999
18000         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
18001         have-as-vis3 check.
18002
18003 2012-03-27  Andreas Jaeger  <aj@suse.de>
18004
18005         * sysdeps/x86_64/elf/configure.in: Moved to ...
18006         * sysdeps/x86_64/configure.in: ... here.
18007         * sysdeps/x86_64/elf/start.S: Moved to ...
18008         * sysdeps/x86_64/start.S: ... here.
18009         * sysdeps/x86_64/elf/configure: Delete.
18010
18011         * sysdeps/x86_64/configure.in: Merge contents from
18012         sysdeps/i386/configure.in (without i686 check).
18013
18014         * sysdeps/i386/elf/Versions: Merge into ...
18015         * sysdeps/i386/Versions: ... this.
18016         * sysdeps/i386/elf/Versions: Delete file.
18017         * sysdeps/i386/elf/start.S: Moved to ...
18018         * sysdeps/i386/start.S: ...here.
18019         * sysdeps/i386/elf/configure.in: Merge into...
18020         * sysdeps/i386/configure.in: ...here.
18021         * sysdeps/i386/elf/configure.in: Delete file.
18022         * sysdeps/i386/elf/configure: Delete file.
18023
18024         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
18025         * debug/backtracesyms.c: ... here.
18026         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
18027         * debug/backtracesymsfd.c: ... here.
18028         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
18029         * sysdeps/generic/ifunc-sel.h: ... here.
18030
18031         * sysdeps/unix/i386/start.c: Delete file.
18032         * sysdeps/unix/sparc/start.c: Delete file.
18033         * sysdeps/unix/start.c: Delete file.
18034
18035         * sysdeps/sh/elf/configure.in: Moved to ...
18036         * sysdeps/sh/configure.in: ... here.
18037         * sysdeps/sh/elf/start.S: Moved to ...
18038         * sysdeps/sh/start.S: ... here.
18039         * sysdeps/sh/elf/configure: Delete file.
18040
18041         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
18042         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
18043         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
18044         * sysdeps/powerpc/powerpc64/entry.h: ... here.
18045         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
18046         * sysdeps/powerpc/powerpc64/start.S: here.
18047         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
18048         * sysdeps/powerpc/powerpc64/Makefile: ... this.
18049         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
18050         * sysdeps/powerpc/powerpc64/configure.in: ... this.
18051         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
18052
18053         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
18054         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
18055         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
18056         * sysdeps/powerpc/powerpc32/start.S: ... here.
18057         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
18058         * sysdeps/powerpc/powerpc32/configure.in: ... this.
18059         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
18060
18061         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
18062         * sysdeps/powerpc/ifunc-sel.h: ... here.
18063         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
18064         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
18065
18066         * sysdeps/sparc/elf/configure.in: Moved to ...
18067         * sysdeps/sparc/configure.in: ... here.
18068         * sysdeps/sparc/elf/configure: Delete file.
18069         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
18070         * sysdeps/sparc/sparc32/start.S: ... here.
18071         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
18072         * sysdeps/sparc/sparc64/start.S: ... here.
18073         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
18074         * sysdeps/sparc/sparc32/Makefile: ... this.
18075         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
18076         * sysdeps/sparc/sparc64/Makefile: ... this.
18077
18078         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
18079         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
18080         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
18081         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
18082         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
18083         * sysdeps/s390/s390-32/setjmp.S: ... here.
18084         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
18085         * sysdeps/s390/s390-32/configure.in: ... here.
18086         * sysdeps/s390/s390-32/elf/configure: Delete file.
18087         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
18088         * sysdeps/s390/s390-32/start.S: ... here.
18089
18090         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
18091         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
18092         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
18093         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
18094         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
18095         * sysdeps/s390/s390-64/setjmp.S: ... here.
18096         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
18097         * sysdeps/s390/s390-64/configure.in: ... here
18098         * sysdeps/s390/s390-64/elf/configure: Delete file.
18099         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
18100         * sysdeps/s390/s390-64/start.S: ... here.
18101         * sysdeps/s390/s390-64/elf/configure: Delete.
18102
18103         * configure.in: Remove support for elf directories in sysdeps.
18104
18105         * configure: Regenerated.
18106         * sysdeps/i386/configure: Regenerated.
18107         * sysdeps/powerpc/powerpc32/configure: Regenerated.
18108         * sysdeps/powerpc/powerpc64/configure: Regenerated.
18109         * sysdeps/s390/s390-32/configure: Regenerated.
18110         * sysdeps/s390/s390-64/configure: Regenerated.
18111         * sysdeps/sh/configure: Regenerated.
18112         * sysdeps/sparc/configure: Regenerated.
18113         * sysdeps/x86_64/configure: Regenerated.
18114
18115 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
18116
18117         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18118
18119         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
18120         denormal result into account.
18121
18122 2012-03-25  Roland McGrath  <roland@hack.frob.com>
18123
18124         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
18125         Reported by Allan McRae <allan@archlinux.org>.
18126
18127 2012-03-23  Jeff Law  <law@redhat.com>
18128
18129         * nss/getnssent.c (__nss_getent): Fix typo.
18130
18131 2012-03-23  David S. Miller  <davem@davemloft.net>
18132
18133         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18134
18135 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
18136
18137         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
18138         to pad to uint64_t for each field.
18139         (dl_tls_index): Replace unsigned long with uint64_t.
18140
18141 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
18142         Paul Pluzhnikov  <ppluzhnikov@google.com>
18143
18144         [BZ #6528]
18145         * grp/Makefile (otherlibs): Don't set it.
18146         * inet/Makefile (otherlibs): Likewise.
18147         * login/Makefile (otherlibs): Likewise.
18148         * nscd/Makefile (otherlibs): Likewise.
18149         * posix/Makefile (otherlibs): Likewise.
18150         * pwd/Makefile (otherlibs): Likewise.
18151         * rt/Makefile (otherlibs): Likewise.
18152         * sunrpc/Makefile (otherlibs): Likewise.
18153         * nss/Makefile (otherlibs): Likewise.
18154         Add libnss_files to routines and static-only-routines.
18155         ($(objpfx)getent): Remove rule.
18156         * resolv/Makefile: Add libnss_dns and libresolv to routines and
18157         static-only-routines.
18158
18159 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
18160
18161         [BZ #13892]
18162         * math/s_cexp.c: Include <float.h>.
18163         (__cexp): Handle exp result overflowing not necessarily
18164         overflowing both real and imaginary parts of result.
18165         * math/s_cexpf.c: Likewise.
18166         * math/s_cexpl.c: Likewise.
18167         * math/libm-test.inc (cexp_test): Add more tests.
18168         * sysdeps/i386/fpu/libm-test-ulps: Update.
18169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18170
18171 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
18172
18173         * include/link.h (ELFW): New macro.
18174         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
18175         Replace ELF64_R_TYPE with ELFW(R_TYPE).
18176
18177 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
18178
18179         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
18180         with uint64_t.
18181
18182 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
18183
18184         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
18185         declaration.
18186         (struct La_x32_retval): Likewise.
18187
18188 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
18189
18190         * sysdeps/x86_64/preconfigure.in: New file.
18191         * sysdeps/x86_64/preconfigure: New generated file.
18192
18193 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
18194
18195         [BZ #13824]
18196         * math/e_exp2l.c: Include <float.h>.
18197         (__ieee754_exp2l): Handle overflow and underflow cases
18198         separately.  Only pass fractional part of argument to
18199         __ieee754_expl.
18200         * math/libm-test.inc (exp2_test): Add more tests.
18201
18202         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
18203         negating x to take absolute value.
18204         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
18205         Likewise.
18206         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
18207         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
18208         Likewise.
18209         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
18210         computing low part if x was negated.
18211         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
18212
18213 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
18214
18215         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
18216         la_x32_gnu_pltexit.
18217         (pltexit): Cast int_retval to ptrdiff_t.
18218         * elf/tst-auditmod3b.c: Likewise.
18219         * elf/tst-auditmod4b.c: Likewise.
18220         * elf/tst-auditmod5b.c: Likewise.
18221         * elf/tst-auditmod6b.c: Likewise.
18222         * elf/tst-auditmod6c.c: Likewise.
18223         * elf/tst-auditmod7b.c: Likewise.
18224
18225         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
18226         and x32_gnu_pltexit.
18227
18228         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
18229         __ELF_NATIVE_CLASS.
18230         (La_x32_regs): New macro.
18231         (La_x32_retval): Likewise.
18232         (la_x32_gnu_pltenter): New function prototype.
18233         (la_x32_gnu_pltexit): Likewise.
18234
18235 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
18236
18237         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
18238         exponent.
18239
18240         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18241
18242         * configure.in (libc_cv_cc_nofma): Check for option to disable
18243         generation of FMA instructions.
18244         * configure: Regenerate.
18245         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
18246         * sysdeps/ieee754/dbl-64/Makefile: New file.
18247         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
18248         Remove brandred-fma4.
18249         (CFLAGS-brandred-fma4.c): Remove.
18250         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
18251         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
18252         define.
18253         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
18254         define.
18255
18256 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
18257
18258         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
18259         LLONG_MAX != LONG_MAX.
18260         (_itoa_word): Use _ITOA_WORD_TYPE on value.
18261         (_fitoa_word): Likewise.
18262         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
18263         LLONG_MAX != LONG_MAX.
18264         * stdio-common/_itowa.h: Include <_itoa.h>.
18265         (_itowa_word): Use _ITOA_WORD_TYPE on value.
18266         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
18267         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
18268         only if not defined.
18269         (_ITOA_WORD_TYPE): Likewise.
18270         (_itoa_word): Use _ITOA_WORD_TYPE on value.
18271         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
18272
18273 2012-03-21  David S. Miller  <davem@davemloft.net>
18274
18275         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18276
18277 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
18278
18279         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
18280         of x86_64 when setting libc_cv_slibdir, libdir and
18281         libc_cv_localedir.
18282         * sysdeps/unix/sysv/linux/configure: Regenerated.
18283
18284 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
18285
18286         * manual/lang.texi (Old Varargs): Remove section.
18287         (How Variadic): Update menu.
18288         (va_start): Do not mention varargs.h.
18289
18290 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
18291             Joseph Myers  <joseph@codesourcery.com>
18292
18293         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
18294         link test.
18295         * configure: Regenerated.
18296
18297 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
18298
18299         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
18300         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
18301         conformtest.pl
18302
18303 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
18304
18305         * NOTES: Remove.
18306         * Makefile (files-for-dist): Remove NOTES.
18307         (NOTES): Remove rule.
18308         * README: Don't refer to NOTES.
18309         * manual/creature.texi: Don't include macros.texi.
18310         * manual/intro.texi (creature.texi): Remove comment referring to
18311         NOTES.
18312
18313         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
18314         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
18315         * configure: Regenerated.
18316         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
18317         LIBC_TRY_CC_OPTION.
18318         (libc_cv_as_i686): Likewise.
18319         (libc_cv_cc_avx): Likewise.
18320         (libc_cv_cc_sse2avx): Likewise.
18321         (libc_cv_cc_fma4): Likewise.
18322         (libc_cv_cc_novzeroupper): Likewise.
18323         * sysdeps/i386/configure: Regenerated.
18324
18325         [BZ #13883]
18326         * sysdeps/i386/fpu/s_cexp.S: Remove.
18327         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
18328         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
18329         * math/libm-test.inc (cexp_test): Add more tests.
18330         * sysdeps/i386/fpu/libm-test-ulps: Update.
18331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18332
18333 2012-03-21  Allan McRae  <allan@archlinux.org>
18334
18335         * timezone/Makefile: Do not install iso3166.tab and zone.tab
18336
18337 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
18338
18339         [BZ #13871]
18340         * math/w_exp2.c: Do not include <float.h>.
18341         (o_threshold, u_threshold): Remove.
18342         (__exp2): Calculate result before checking finiteness and calling
18343         __kernel_standard.
18344         * math/w_exp2f.c: Likewise.
18345         * math/w_exp2l.c: Likewise.
18346         * math/libm-test.inc (exp2_test): Require overflow exception for
18347         1e6 input.
18348
18349         [BZ #3866]
18350         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
18351         range of signed 64-bit integers before using fistpll.  Remove
18352         checks for whether integers fit in mantissa bits.
18353         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
18354         the range of signed 32-bit integers before using fistpl.  Remove
18355         checks for whether integers fit in mantissa bits.
18356         * sysdeps/i386/fpu/e_powl.S (p64): New object.
18357         (__ieee754_powl): Test for y outside the range of signed 64-bit
18358         integers before using fistpll.  Reduce 64-bit values to 63-bit
18359         ones as needed.
18360         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
18361         divide-by-zero is raised for zero to large negative powers.
18362         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
18363         (__ieee754_powl): Test for y outside the range of signed 64-bit
18364         integers before using fistpll.  Reduce 64-bit values to 63-bit
18365         ones as needed.
18366         * math/libm-test.inc (pow_test): Add more tests.
18367
18368 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
18369
18370         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
18371         <stdio-common/_itoa.h>.
18372         * debug/segfault.c: Likewise.
18373         * elf/dl-cache.c: Likewise.
18374         * elf/dl-minimal.c: Likewise.
18375         * elf/dl-misc.c: Likewise.
18376         * elf/dl-sysdep.c: Likewise.
18377         * elf/dl-version.c: Likewise.
18378         * elf/rtld.c: Likewise.
18379         * hurd/hurdsock.c: Likewise.
18380         * hurd/lookup-retry.c: Likewise.
18381         * malloc/malloc.c: Likewise.
18382         * malloc/mtrace.c: Likewise.
18383         * nscd/nscd_getgr_r.c: Likewise.
18384         * nscd/nscd_getpw_r.c: Likewise.
18385         * nscd/nscd_getserv_r.c: Likewise.
18386         * posix/getopt_init.c: Likewise.
18387         * posix/wordexp.c: Likewise.
18388         * stdio-common/_itoa.c: Likewise.
18389         * stdio-common/printf_fphex.c: Likewise.
18390         * stdio-common/vfprintf.c: Likewise.
18391         * string/_strerror.c: Likewise.
18392         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
18393         * sysdeps/i386/i686/hp-timing.h: Likewise.
18394         * sysdeps/mach/_strerror.c: Likewise.
18395         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
18396         * sysdeps/mach/hurd/sethostid.c: Likewise.
18397         * sysdeps/mach/hurd/xmknodat.c: Likewise.
18398         * sysdeps/mach/xpg-strerror.c: Likewise.
18399         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
18400         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
18401         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
18402         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
18403         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
18404         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
18405         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
18406         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
18407         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
18408         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
18409         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
18410         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18411         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
18412         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
18413         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
18414         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
18415         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
18416         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
18417         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
18418         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
18419         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
18420
18421         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
18422
18423         * stdio-common/_itoa.h: Moved to ...
18424         * sysdeps/generic/_itoa.h: Here.
18425
18426         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
18427
18428         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
18429         instead of "_itoa.h" and "_itowa.h".
18430         * stdio-common/vfprintf.: Likewise.
18431
18432 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
18433
18434         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
18435         <bits/wordsize.h>.
18436         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
18437         (__signbit): Likwise.
18438         (llrintf): Likwise.
18439         (llrint): Likwise.
18440
18441 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
18442
18443         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
18444         __WORDSIZE != 64.
18445
18446 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
18447
18448         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
18449         OVERFLOW_EXCEPTION_OK.
18450         * math/libm-test.inc ("Philosophy"): Update comment about
18451         exception testing.
18452         (OVERFLOW_EXCEPTION): Define.
18453         (OVERFLOW_EXCEPTION_OK): Likewise.
18454         (INVALID_EXCEPTION_OK): Renumber.
18455         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
18456         (IGNORE_ZERO_INF_SIGN): Likewise.
18457         (test_exceptions): Handle FE_OVERFLOW.
18458         (exp10_test): Expect overflow exceptions.
18459         (exp2_test): Likewise.
18460         (expm1_test): Likewise.
18461         (nextafter_test): Likewise.
18462         (pow_test): Likewise.
18463         (scalbn_test): Likewise.
18464         (scalbln_test): Likewise.
18465
18466 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
18467
18468         * sysdeps/x86_64/bits/atomic.h
18469         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
18470         64bit integer.
18471         (atomic_exchange_acq): Likewise.
18472         (__arch_exchange_and_add_body): Likewise.
18473         (__arch_add_body): Likewise.
18474         (atomic_add_negative): Likewise.
18475         (atomic_add_zero): Likewise.
18476
18477 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
18478
18479         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
18480         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
18481
18482 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
18483
18484         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
18485         Check __x86_64__ instead of __WORDSIZE.
18486
18487 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
18488
18489         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
18490
18491 2012-03-19  David S. Miller  <davem@davemloft.net>
18492
18493         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18494
18495         * sysdeps/sparc/fpu/fenv_private.h: New file.
18496         * sysdeps/sparc/fpu/math_private.h: Use it.
18497         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
18498         Remove.
18499         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
18500         (libc_feholdexcept_setroundl): Remove.
18501         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
18502         Remove.
18503         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
18504         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
18505
18506 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
18507
18508         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
18509         int64_t instead of long int.
18510         (INSERT_WORDS64): Likwise.
18511
18512 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
18513
18514         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
18515         _Unwind_GetCFA return to _Unwind_Ptr first.
18516
18517 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
18518
18519         [BZ #13629]
18520         * math/s_clog.c: Include <float.h>.
18521         (__clog): Scale large or subnormal inputs.
18522         * math/s_clogf.c: Likewise.
18523         * math/s_clogl.c: Likewise.
18524         * math/s_clog10.c: Include <float.h>.
18525         (M_LOG10_2): Define.
18526         (__clog10): Scale large or subnormal inputs.
18527         * math/s_clog10f.c: Likewise.
18528         * math/s_clog10l.c: Likewise.
18529         * math/libm-test.inc (clog_test): Add more tests.
18530         (clog10_test): Likewise.
18531         * sysdeps/i386/fpu/libm-test-ulps: Update.
18532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18533
18534         [BZ #11451]
18535         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
18536         x and y.
18537         * math/libm-test.inc (atan2_test): Add another test.
18538
18539         * Makerules (common-objdir-compile): Remove.
18540         * sysdeps/unix/Makefile (config-generated): Do not add
18541         $(unix-generated) to variable.
18542         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
18543         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
18544         Remove rule.
18545         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
18546         Likewise.
18547         [generic bits/local_lim.h] (before-compile): Do not append to
18548         variable.
18549         [generic bits/local_lim.h] (common-generated): Likewise.
18550         [generic sys/param.h] (before-compile): Do not append to variable.
18551         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
18552         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
18553         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
18554         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
18555         include.
18556         [generic sys/param.h] (sys/param.h-includes): Remove variable.
18557         [generic sys/param.h] (sys/param.h-includes): Remove rule.
18558         [generic sys/param.h] ($(addprefix
18559         $(common-objpfx),$(sys/param.h-includes))): Likewise.
18560         [generic sys/param.h] (common-generated): Do not append to
18561         variable.
18562         [generic sys/param.h] (sysdep_headers): Likewise.
18563         [generic bits/errno.h] (before-compile): Do not append to
18564         variable.
18565         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
18566         rule.
18567         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
18568         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
18569         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
18570         [generic bits/errno.h] (common-generated): Do not append to
18571         variable.
18572         [generic bits/ioctls.h] (before-compile): Do not append to
18573         variable.
18574         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
18575         rule.
18576         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
18577         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
18578         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
18579         rule.
18580         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
18581         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
18582         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
18583         [generic bits/ioctls.h] (common-generated): Do not append to
18584         variable.
18585         [generic sys/syscall.h] (syscall.h): Remove variable.
18586         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
18587         rule.
18588         [generic sys/syscall.h] (before-compile): Do not append to
18589         variable.
18590         [generic sys/syscall.h] (common-generated): Likewise.
18591         * sysdeps/unix/errnos-tmpl.c: Remove file.
18592         * sysdeps/unix/errnos.awk: Likewise.
18593         * sysdeps/unix/ioctls-tmpl.c: Likewise.
18594         * sysdeps/unix/ioctls.awk: Likewise.
18595         * sysdeps/unix/mk-local_lim.c: Likewise.
18596         * sysdeps/unix/snarf-ioctls: Likewise.
18597
18598 2012-03-19  Richard Henderson  <rth@twiddle.net>
18599
18600         * sysdeps/i386/fpu/fenv_private.h: New file.
18601         * sysdeps/i386/fpu/math_private.h: Use it.
18602         (math_opt_barrier, math_force_eval): Remove.
18603         (libc_feholdexcept_setround_53bit): Remove.
18604         (libc_feupdateenv_53bit): Remove.
18605         * sysdeps/x86_64/fpu/math_private.h: Likewise.
18606         (math_opt_barrier, math_force_eval): Remove.
18607         (libc_feholdexcept): Remove.
18608         (libc_feholdexcept_setround): Remove.
18609         (libc_fetestexcept, libc_fesetenv): Remove.
18610         (libc_feupdateenv_test): Remove.
18611         (libc_feupdateenv, libc_feholdsetround): Remove.
18612         (libc_feresetround): Remove.
18613
18614         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
18615         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
18616
18617         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
18618         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
18619         (libc_feupdateenv_testl): New.
18620         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
18621         (libc_feupdateenv_testf): New.
18622         (libc_feupdateenv): Use libc_feupdateenv_test.
18623         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
18624         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
18625
18626         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
18627         (libc_feholdsetroundf, libc_feholdsetroundl): New.
18628         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
18629         (libc_feresetround_noex): New.
18630         (libc_feresetround_noexf): New.
18631         (libc_feresetround_noexl): New.
18632         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
18633         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
18634         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
18635         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
18636         SET_RESTORE_ROUND.
18637         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
18638         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
18639         (__cos): Likewise.
18640         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
18641         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
18642         SET_RESTORE_ROUND_NOEX.
18643         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
18644         SET_RESTORE_ROUND_NOEXF.
18645         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
18646         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
18647         (libc_feholdsetroundf): New.
18648         (libc_feresetround, libc_feresetroundf): New.
18649
18650         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
18651         (libc_feholdexcept_setround_53bit): Convert from macro to function.
18652         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
18653
18654         * sysdeps/generic/math_private.h: Include <fenv.h>.
18655         (default_libc_feholdexcept): New.
18656         (default_libc_feholdexcept_setround): New.
18657         (default_libc_fesetenv, default_libc_feupdateenv): New.
18658         (libc_feholdexcept): Only define if undefined.
18659         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
18660         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
18661         (libc_feholdexcept_setroundl): Likewise.
18662         (libc_feholdexcept_setround_53bit): Likewise.
18663         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
18664         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
18665         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
18666         (libc_feupdateenv_53bit): Likewise.
18667         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
18668         (libc_feholdexcept): Convert from macro to inline function.
18669         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
18670         (libc_fesetenv, libc_feupdateenv): Likewise.
18671
18672         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
18673         not previously defined.
18674         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
18675         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
18676         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
18677         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
18678         * sysdeps/ieee754/flt-32/math_private.h: New file.
18679         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
18680         math_private.h below SET_FLOAT_WORD.
18681         (__isnan, __isinf_ns, __finite): Remove.
18682         (__isnanf, __isinf_nsf, __finitef): Remove.
18683
18684 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
18685
18686         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18687
18688 2012-03-17  David S. Miller  <davem@davemloft.net>
18689
18690         [BZ #6471]
18691         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
18692         for 2.16.
18693
18694 2012-03-16  David S. Miller  <davem@davemloft.net>
18695
18696         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
18697         warnings.
18698
18699         [BZ #6471]
18700         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
18701         properly.
18702         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
18703         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
18704         sysdep_routines when subdir is sysvipc.
18705         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
18706         __getshmlba helper.
18707
18708         * sysdeps/sparc/fpu/libm-test/ulps: Update.
18709
18710 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
18711
18712         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
18713         [__LP64__].
18714
18715 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
18716
18717         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
18718         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
18719         (__lround): Renamed to ...
18720         (__llround): This.  Replace long int with long long int.
18721         Define lround functions as aliases of llround functions.
18722         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
18723
18724 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
18725
18726         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
18727         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
18728         adresses to uintptr_t.  Replace "long int" and "unsigned long
18729         int" with "greg_t" on va_arg.
18730
18731 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
18732
18733         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
18734         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
18735
18736         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
18737         Move e_machine check before EI_CLASS check.  Handle x32
18738         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
18739         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
18740         SKIP_EM_IA_64 and include
18741         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
18742
18743         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
18744         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
18745         (add_system_dir): New macro.
18746
18747         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
18748         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
18749
18750 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
18751
18752         [BZ #2551]
18753         [BZ #2552]
18754         [BZ #2553]
18755         [BZ #2554]
18756         [BZ #2562]
18757         [BZ #2563]
18758         [BZ #2565]
18759         [BZ #2566]
18760         [BZ #2576]
18761         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
18762         (y0): Likewise.
18763         * math/w_j0f.c (j0f): Likewise.
18764         (y0f): Likewise.
18765         * math/w_j0l.c (__j0l): Likewise.
18766         (__y0l): Likewise.
18767         * math/w_j1.c (j1): Likewise.
18768         (y1): Likewise.
18769         * math/w_j1f.c (j1f): Likewise.
18770         (y1f): Likewise.
18771         * math/w_j1l.c (__j1l): Likewise.
18772         (__y1l): Likewise.
18773         * math/w_jn.c (jn): Likewise.
18774         (yn): Likewise.
18775         * math/w_jnf.c (jnf): Likewise.
18776         (ynf): Likewise.
18777         * math/w_jnl.c (__jnl): Likewise.
18778         (__ynl): Likewise.
18779         * math/libm-test.inc (j0_test): Add more tests.
18780         (j1_test): Likewise.
18781         (jn_test): Likewise.  Add trailing semicolon to existing test.
18782         (y0_test): Likewise.
18783         (y1_test): Likewise.
18784         * sysdeps/i386/fpu/libm-test-ulps: Update.
18785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18786
18787         [BZ #13851]
18788         [BZ #13854]
18789         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
18790         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
18791         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
18792         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
18793         (__tanl): Set errno for infinite argument.
18794         * sysdeps/i386/fpu/mptan.c: Remove.
18795         * sysdeps/i386/fpu/s_tan.S: Likewise.
18796         * sysdeps/i386/fpu/s_tanl.S: Likewise.
18797         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
18798         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
18799         * math/libm-test.inc (tan_test): Add more tests and enable more
18800         tests for double and long double.
18801         * sysdeps/i386/fpu/libm-test-ulps: Update.
18802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18803
18804 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
18805
18806         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
18807         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
18808
18809 2012-03-16  Roland McGrath  <roland@hack.frob.com>
18810
18811         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
18812         * configure.in: Use it for both main tree and add-ons.
18813         * configure: Regenerated.
18814
18815 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
18816
18817         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
18818
18819 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
18820
18821         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
18822         in comment.
18823
18824         [BZ #13851]
18825         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
18826         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
18827         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
18828         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
18829         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
18830         infinite argument.
18831         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
18832         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
18833         != 0 for prec == 2.
18834         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
18835         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
18836         * sysdeps/i386/fpu/s_cosl.S: Likewise.
18837         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
18838         * sysdeps/i386/fpu/s_sinl.S: Likewise.
18839         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
18840         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
18841         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
18842         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
18843         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
18844         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
18845         * math/libm-test.inc (cos_test): Add more tests and enable more
18846         tests for long double.
18847         (sin_test): Likewise.
18848         (sincos_test): Likewise.
18849         * sysdeps/i386/fpu/libm-test-ulps: Update.
18850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18851
18852 2012-03-16  David S. Miller  <davem@davemloft.net>
18853
18854         * sysdeps/sparc/fpu/math_private.h: New file.
18855
18856 2012-03-15  David S. Miller  <davem@davemloft.net>
18857
18858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
18859         file.
18860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
18861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
18862         file.
18863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
18864         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
18865         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
18866         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
18867         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
18868         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
18869         sysdep routines.
18870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
18871
18872         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
18873         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
18874
18875         * sysdeps/sparc/sparc-ifunc.h: New file.
18876         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
18877         sparc-ifunc.h
18878         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
18879         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
18880         Likewise.
18881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
18882         Likewise.
18883         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
18884         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
18885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
18886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
18887         Likewise.
18888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
18889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
18890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
18891         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
18892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
18893         Likewise.
18894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
18895         Likewise.
18896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
18897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
18898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
18899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
18900         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
18901         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
18902         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
18903         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
18904         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
18905         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
18906         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
18907         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
18908         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
18909         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
18910         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
18911         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
18912         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
18913         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
18914         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
18915         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
18916         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
18917         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
18918         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
18919         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
18920
18921 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
18922
18923         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
18924         scaling.
18925         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18926
18927 2012-03-15  Andreas Jaeger  <aj@suse.de>
18928
18929         [BZ #13852]
18930         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
18931         ieee754/flt-32 implementation for sin, cos and sincos.
18932         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
18933         * sysdeps/i386/fpu/s_cosf.S: Likewise.
18934         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
18935         * sysdeps/i386/fpu/s_sinf.S: Likewise.
18936         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
18937         ieee754/flt-32 implementation for tan.
18938
18939         * math/libm-test.inc (cos_test): Enable some large input tests for
18940         float as well
18941         (sin_test): Likewise.
18942         (sincos_test): Likewise.
18943         (tan_test): Add tests for large input.
18944
18945         * sysdeps/i386/fpu/libm-test-ulps: Update.
18946
18947 2012-03-15  Andreas Jaeger  <aj@suse.de>
18948
18949         [BZ #13658]
18950         * math/libm-test.inc (cos_test): Add more test cases.
18951         (sin_test): Likewise.
18952         (sincos_test): Likewise.
18953
18954 2012-03-15  Andreas Jaeger  <aj@suse.de>
18955
18956         [BZ #13837]
18957         * math/libm-test.inc (cos_test): Add a test case for large input
18958         value.
18959         (sin_test): Likewise.
18960         (sincos_test): Likewise.
18961
18962 2012-03-15  Andreas Jaeger  <aj@suse.de>,
18963         Joseph Myers  <joseph@codesourcery.com>
18964
18965         [BZ #13658]
18966         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
18967         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
18968         * sysdeps/i386/fpu/branred.c: Likewise.
18969         * sysdeps/i386/fpu/dosincos.c: Likewise.
18970         * sysdeps/i386/fpu/mpa.c: Likewise.
18971         * sysdeps/i386/fpu/s_cos.S: Likewise.
18972         * sysdeps/i386/fpu/s_sin.S: Likewise.
18973         * sysdeps/i386/fpu/s_sincos.S: Likewise.
18974         * sysdeps/i386/fpu/sincos32.c: Likewise.
18975
18976         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
18977         Define.
18978         (libc_feupdateenv_53bit): Define.
18979         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
18980         Define.
18981         (libc_feupdateenv_53bit): Define.
18982
18983         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
18984         53 bit (without extend i386 double precision).
18985
18986         * math/libm-test.inc (sincos_test): Add tests for large input.
18987         (sin): Likewise.
18988         (cos): Likewise.
18989
18990         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
18991
18992 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
18993
18994         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18995
18996 2012-03-15  David S. Miller  <davem@davemloft.net>
18997
18998         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
18999         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
19000         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
19001         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
19002         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
19003         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
19004         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
19005         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
19006         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
19007         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
19008         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
19009         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
19010         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
19011         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
19012         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
19013         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
19014         file.
19015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
19016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
19017         file.
19018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
19019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
19020         file.
19021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
19022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
19023         file.
19024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
19025         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
19026         fmin/fmax sysdep routines.
19027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
19028
19029 2012-03-14  David S. Miller  <davem@davemloft.net>
19030
19031         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
19032         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
19033         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
19034         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
19035         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
19036         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
19037         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
19038         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
19039         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
19040         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
19041         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
19042         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
19043         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
19044         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
19045         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
19046         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
19047         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
19048         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
19049         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
19050         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
19051         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
19052         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
19053         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
19054         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
19055         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
19056         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
19057         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
19058         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
19059         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
19060         routines.
19061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
19062         file.
19063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
19064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
19065         file.
19066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
19067         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
19068         file.
19069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
19070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
19071         file.
19072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
19073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
19074         file.
19075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
19076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
19077         file.
19078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
19079         file.
19080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
19081         file.
19082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
19083         file.
19084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
19085         New file.
19086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
19087         file.
19088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
19089         file.
19090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
19091         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
19092         file.
19093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
19094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
19095         file.
19096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
19097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
19098         file.
19099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
19100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
19101         VIS3 routines.
19102
19103         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
19104         New file.
19105
19106         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19107
19108         * sysdeps/sparc/configure.in: New file.
19109         * sysdeps/sparc/configure: Generate.
19110         * configure.in (libc_cv_sparc_as_vis3): Substitute.
19111         * configure: Regenerate.
19112         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
19113         * config.make.in (have-as-vis3): New.
19114         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
19115         available use -Av9d instead of -Av9a.
19116         * sysdeps/sparc/sparc64/Makefile: Likewise.
19117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
19118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
19119         New file.
19120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
19121         file.
19122         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
19123         New file.
19124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
19125         file.
19126         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
19127         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
19128         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
19129         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
19130         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
19131
19132         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
19133         fzeros/fnegs to load 0x80000000 into a float register instead of
19134         using the stack.
19135         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
19136
19137 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
19138
19139         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
19140         bits/syscall.h.
19141         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
19142         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
19143         ($(inst_includedir)/bits/syscall.h): Remove rule.
19144         ($(objpfx)bits/syscall.d): Include instead of
19145         $(objpfx)syscall-list.d.
19146         (generated): Change syscall-list.h and syscall-list.d to
19147         bits/syscall.h and bits/syscall.d.
19148
19149 2012-03-14  Roland McGrath  <roland@hack.frob.com>
19150
19151         [BZ #13846]
19152         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
19153
19154 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
19155
19156         [BZ #13841]
19157         * math/s_csqrt.c: Include <float.h>.
19158         (__csqrt): Scale large or subnormal inputs.
19159         * math/s_csqrtf.c: Likewise.
19160         * math/s_csqrtl.c: Likewise.
19161         * math/libm-test.inc (csqrt_test): Add more tests.
19162         * sysdeps/i386/fpu/libm-test-ulps: Update.
19163         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19164
19165         [BZ #13840]
19166         * math/libm-test.inc (hypot_test): Add more tests.
19167
19168 2012-03-13  David S. Miller  <davem@davemloft.net>
19169
19170         [BZ #13840]
19171         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
19172         double-precision for the calculation instead of scaling.
19173
19174 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
19175
19176         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
19177         manipulate bits before adding and subtracting TWO52[sx].
19178         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
19179         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
19180         Likewise.
19181         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
19182
19183 2012-03-13  David S. Miller  <davem@davemloft.net>
19184
19185         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
19186         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
19187         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
19188         rtld-global-offsets.h
19189         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
19190
19191         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
19192         large parameters.
19193
19194         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
19195
19196         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
19197         'err' in the ifdef scope in which it is actually used.
19198
19199         * nss/nss_db/db-init.c: Include string.h
19200
19201 2012-03-12  David S. Miller  <davem@davemloft.net>
19202
19203         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
19204         masking out of the most significant byte of random value used.
19205         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19206         Fix coding style in previous change.
19207
19208         * sysdeps/unix/sysv/linux/kernel-features.h
19209         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
19210         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
19211         expression.
19212         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
19213         later.
19214
19215 2012-03-11  David S. Miller  <davem@davemloft.net>
19216
19217         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
19218         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
19219         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
19220         for 'resultvar' otherwise things get truncated on 64-bit.
19221
19222         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19223         Fix masking out of the most significant byte of random value used.
19224
19225         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19226
19227 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
19228
19229         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19230
19231 2012-03-09  David S. Miller  <davem@davemloft.net>
19232
19233         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
19234         variables with appropriate CPP guards.
19235         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
19236         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
19237         on resulting framesize and the management of the outregs buffer for pltexit.
19238         Preserve floating point return values across _dl_call_pltexit call.
19239         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
19240         framesize and the management of the outregs buffer for pltexit.
19241         Preserve floating point return values across _dl_call_pltexit
19242         call.
19243         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
19244         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
19245         (print_exit): Fix format string for return register value.
19246
19247 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
19248
19249         * sunrpc/Makefile (others): Add rpcgen.
19250         ($(objpfx)rpcgen): Remove special build rule and dependency on
19251         libc.
19252         * sunrpc/rpcgen.c: New file.
19253
19254 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
19255
19256         [BZ #13673]
19257         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
19258         * stdio-common/bug-vfprintf-nargs.c: Likewise.
19259         * sysdeps/i386/crti.S: Likewise.
19260         * sysdeps/i386/crtn.S: Likewise.
19261         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
19262         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
19263         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
19264         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
19265         * sysdeps/sh/crti.S: Likewise.
19266         * sysdeps/sh/crtn.S: Likewise.
19267         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
19268
19269         [BZ #13673]
19270         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
19271         with URL.
19272         * locale/programs/locfile-kw.gperf: Likewise.
19273         * locale/programs/charmap-kw.h: Regenerated.
19274         * locale/programs/locfile-kw.h: Likewise.
19275
19276         [BZ #13673]
19277         * intl/plural.y: Replace FSF snail mail address with URL.
19278         * intl/plural.c: Regenerated.
19279
19280 2012-03-09  Richard Henderson  <rth@twiddle.net>
19281
19282         * include/math_private.h: Remove file.
19283         * math/math_private.h: Move file ...
19284         * sysdeps/generic/math_private.h: ... here.
19285
19286         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
19287         * sysdeps/powerpc/fpu/math_private.h: Likewise.
19288         * sysdeps/x86_64/fpu/math_private.h: Likewise.
19289
19290         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
19291         and <math_private.h>.
19292         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
19293         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
19294         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
19295         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
19296         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
19297         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
19298         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
19299         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19300         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19301         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
19302         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19303         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
19304         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19305         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
19306         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19307         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19308         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19309         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19310         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19311         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
19312         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19313         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19314         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19315         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
19316         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19317         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19318         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19319         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19320         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19321         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19322         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19323         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19324         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19325         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19326         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19327         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19328         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19329         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19330         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19331         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19332         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
19333         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19334         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
19335         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19336         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19337         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19338         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
19339         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19340         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19341         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19342         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19343         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
19344         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19345         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19346         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19347         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19348         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
19349         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19350         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19351         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
19352         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19353         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19354         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19355         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19356         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
19357         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
19358         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
19359         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
19360         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
19361         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
19362         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
19363         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
19364         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
19365         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
19366         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
19367         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
19368         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
19369         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
19370         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
19371         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
19372         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
19373         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
19374         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
19375         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
19376         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
19377         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
19378         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
19379         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
19380         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
19381         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
19382         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
19383         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
19384         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
19385         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
19386         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
19387         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
19388         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
19389         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
19390         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
19391         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
19392         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
19393         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
19394         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
19395         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
19396         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19397         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
19398         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
19399         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
19400         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19401         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19402         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19403         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19404         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
19405         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19406         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
19407         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
19408         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19409         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
19410         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19411         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
19412         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19413         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
19414         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
19415         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
19416         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19417         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
19418         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
19419         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
19420         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
19421         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
19422         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
19423         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
19424         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19425         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
19426         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
19427         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
19428         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
19429         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
19430         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
19431         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
19432         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
19433         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
19434         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
19435         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
19436         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
19437         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
19438         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
19439         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
19440         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
19441         * sysdeps/ieee754/k_standard.c: Likewise.
19442         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
19443         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
19444         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
19445         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
19446         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
19447         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
19448         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
19449         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
19450         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
19451         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
19452         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
19453         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
19454         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
19455         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
19456         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
19457         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
19458         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19459         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
19460         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
19461         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
19462         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
19463         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
19464         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19465         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
19466         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19467         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
19468         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
19469         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
19470         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
19471         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19472         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19473         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
19474         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
19475         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
19476         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19477         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
19478         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
19479         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
19480         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
19481         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
19482         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19483         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19484         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19485         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
19486         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19487         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19488         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
19489         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
19490         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
19491         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19492         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19493         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19494         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
19495         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
19496         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19497         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19498         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
19499         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
19500         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
19501         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
19502         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19503         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19504         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
19505         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
19506         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
19507         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
19508         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
19509         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
19510         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
19511         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
19512         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
19513         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
19514         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
19515         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
19516         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
19517         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
19518         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
19519         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
19520         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
19521         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19522         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19523         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19524         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
19525         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
19526         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
19527         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
19528         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
19529         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
19530         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
19531         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
19532         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
19533         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
19534         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
19535         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19536         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
19537         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
19538         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
19539         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
19540         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
19541         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
19542         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
19543         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
19544         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19545         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
19546         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
19547         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19548         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19549         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
19550         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
19551         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
19552         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
19553         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
19554         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
19555         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
19556         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
19557         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
19558         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
19559         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
19560         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
19561         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
19562         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
19563         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
19564         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
19565         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
19566         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
19567         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
19568         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
19569         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
19570         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
19571         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19572         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
19573         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
19574         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
19575         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19576         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
19577         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
19578         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
19579         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19580         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19581         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
19582         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
19583         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19584         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
19585         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
19586         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
19587         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19588         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19589         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
19590         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
19591         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
19592         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19593         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
19594         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
19595         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19596         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
19597         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
19598         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
19599         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
19600         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
19601         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19602         * sysdeps/ieee754/s_lib_version.c: Likewise.
19603         * sysdeps/ieee754/s_matherr.c: Likewise.
19604         * sysdeps/ieee754/s_signgam.c: Likewise.
19605         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
19606         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
19607         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
19608         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
19609         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
19610         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
19611         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
19612         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
19613         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
19614         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
19615         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19616         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
19617         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
19618         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19619         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
19620         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
19621         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
19622         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
19623         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
19624         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19625         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19626
19627 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
19628
19629         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
19630         * sunrpc/rpc_main.c: Likewise.
19631         * sunrpc/rpc_svcout.c: Likewise.
19632
19633 2012-03-09  David S. Miller  <davem@davemloft.net>
19634
19635         * include/math_private.h: New file.
19636
19637 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
19638
19639         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
19640         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
19641         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
19642         from <bits/socket_type.h>.
19643         (enum __socket_type): Don't define here.
19644         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
19645         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
19646         bits/socket_type.h.
19647
19648         [BZ #13566]
19649         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
19650         checking __USE_GNU.
19651
19652         * Makerules ($(inst_includedir)/%.h): New rule.
19653         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
19654         (install-others): Remove variable setting.
19655         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
19656
19657 2012-03-08  Richard Henderson  <rth@twiddle.net>
19658
19659         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
19660         from macro to inline function; merge with the
19661         !__LIBC_INTERNAL_MATH_INLINES version.
19662         (__ieee754_sqrtf): Likewise.
19663
19664         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
19665         to inline function.
19666         (__rintf, __floor, __floorf): Likewise.
19667
19668         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
19669         macro to inline function.
19670         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
19671
19672         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
19673         not <math/math_private.h>.
19674
19675 2012-03-08  David S. Miller  <davem@davemloft.net>
19676
19677         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
19678         copyright year.
19679         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
19680
19681 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
19682
19683         * resolv/gai_misc.c (handle_requests): Fix struct timespec
19684         normalization.
19685         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
19686         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
19687
19688 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
19689
19690         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
19691         be defined individually, they must be defined as a block.  Define
19692         S for printing a string instead of hidint the different by using a
19693         macro for adding the 'l'.
19694         * stdio-common/tst-fphex-wide.c: Adjust.
19695
19696 2012-03-07  Marek Polacek  <polacek@redhat.com>
19697
19698         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
19699
19700 2012-03-08  Marek Polacek  <polacek@redhat.com>
19701
19702         [BZ #13806]
19703         * stdio-common/Makefile (tests): Add tst-fphex-wide.
19704         * stdio-common/tst-fphex.c: Define a few macros to make the
19705         test reusable.  Use them.
19706         * stdio-common/tst-fphex-wide.c: New file.
19707
19708 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
19709
19710         [BZ #6911]
19711         * manual/macros.texi (gnusystems): New macro.
19712         (nongnusystems): Likewise.
19713         (gnulinuxhurdsystems): Likewise.
19714         (gnuhurdsystems): Likewise..
19715         (gnulinuxsystems): Likewise.
19716         * manual/charset.texi: Use new macros or @theglibc{} to refer to
19717         variants of the GNU system, not "GNU system".
19718         * manual/conf.texi: Likewise.
19719         * manual/errno.texi: Likewise.  Update example of errno macro
19720         expansion.
19721         * manual/filesys.texi: Likewise.
19722         (getumask): Document as specific to GNU/Hurd.
19723         * manual/install.texi: Likewise.  Reword some references to
19724         GNU/Linux.
19725         * manual/intro.texi: Likewise.
19726         * manual/io.texi: Likewise.
19727         (File Name Portability): Detail which constraints are inapplicable
19728         to all GNU systems and which are only inapplicable to GNU/Hurd.
19729         * manual/job.texi: Likewise.
19730         * manual/llio.texi: Likewise.
19731         (O_NOCTTY): Document as present on GNU/Linux.
19732         * manual/maint.texi: Likewise.
19733         * manual/memory.texi: Likewise.
19734         * manual/pattern.texi: Likewise.
19735         * manual/pipe.texi: Likewise.
19736         * manual/process.texi: Likewise.
19737         * manual/resource.texi: Likewise.
19738         (RUSAGE_CHILDREN): Remove statement about specifying a particular
19739         child on GNU/Hurd.
19740         * manual/setjmp.texi: Likewise.
19741         * manual/signal.texi: Likewise.
19742         * manual/startup.texi: Likewise.
19743         * manual/stdio.texi: Likewise.
19744         * manual/terminal.texi: Likewise.
19745         (ONLCR): Document as POSIX.
19746         (OXTABS): Document availability on GNU/Linux as XTABS.
19747         (ONOEOT): Document availability separately from other bits.
19748         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
19749         * manual/time.texi: Likewise.
19750         * manual/users.texi: Likewise.
19751         * INSTALL: Regenerated.
19752         * sysdeps/gnu/errlist.c: Regenerated.
19753
19754         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
19755         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
19756         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
19757         puts.
19758         * configure: Regenerated.
19759
19760 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
19761
19762         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
19763         default includes instead of AC_HEADER_CHECK.
19764         * sysdeps/i386/configure: Regenerated.
19765
19766         [BZ #10716]
19767         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
19768         * math/s_cacoshf.c (__cacoshf): Likewise.
19769         * math/s_cacoshl.c (__cacoshl): Likewise.
19770         * math/s_casinh.c (__casinh): Set signs of result from argument.
19771         * math/s_casinhf.c (__casinhf): Likewise.
19772         * math/s_casinhl.c (__casinhl): Likewise.
19773         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
19774         (casinh_test): Add more tests.
19775         * sysdeps/i386/fpu/libm-test-ulps: Update.
19776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19777
19778 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
19779
19780         * po/zh_TW.po: Update from translation team.
19781
19782         * login/Makefile (distribute): Remove variable.
19783         * catgets/Makefile: Likewise.
19784         * mach/Makefile: Likewise.
19785         * malloc/Makefile: Likewise.
19786         * misc/Makefile: Likewise.
19787         * iconv/Makefile: Likewise.
19788         * nscd/Makefile: Likewise.
19789         * hurd/Makefile: Likewise.
19790         * manual/Makefile: Likewise.
19791         * locale/Makefile: Likewise.
19792         * intl/Makefile: Likewise.
19793         * conform/Makefile: Likewise.
19794         * nss/Makefile: Likewise.
19795         * time/Makefile: Likewise.
19796         * soft-fp/Makefile: Likewise.
19797         * dirent/Makefile: Likewise.
19798         * gmon/Makefile: Likewise.
19799         * po/Makefile: Likewise.
19800         * rt/Makefile: Likewise.
19801         * socket/Makefile: Likewise.
19802         * math/Makefile: Likewise.
19803         * signal/Makefile: Likewise.
19804         * debug/Makefile: Likewise.
19805         * elf/Makefile: Likewise.
19806         * timezone/Makefile: Likewise.
19807         * stdlib/Makefile: Likewise.
19808         * iconvdata/Makefile: Likewise.
19809         * sunrpc/Makefile: Likewise.
19810         * io/Makefile: Likewise.
19811         * argp/Makefile: Likewise.
19812         * inet/Makefile: Likewise.
19813         * hesiod/Makefile: Likewise.
19814         * grp/Makefile: Likewise.
19815         * csu/Makefile: Likewise.
19816         * wctype/Makefile: Likewise.
19817         * crypt/Makefile: Likewise.
19818         * libio/Makefile: Likewise.
19819         * string/Makefile: Likewise.
19820         * nis/Makefile: Likewise.
19821         * resolv/Makefile: Likewise.
19822         * stdio-common/Makefile: Likewise.
19823         * wcsmbs/Makefile: Likewise.
19824         * dlfcn/Makefile: Likewise.
19825         * posix/Makefile: Likewise.
19826
19827         [BZ #6959]
19828         * timezone/Makefile: Don't install timezone files, just the programs
19829         and scripts.
19830
19831 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
19832
19833         * nss/databases.def: Add missing gshadow entry.
19834
19835         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
19836
19837 2012-03-06  Marek Polacek  <polacek@redhat.com>
19838
19839         [BZ #13726]
19840         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
19841         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
19842         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
19843         * stdio-common/tst-long-dbl-fphex.c: New file.
19844
19845 2012-03-06  David S. Miller  <davem@davemloft.net>
19846
19847         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
19848         (set_obp_int): New function.
19849         (get_obp_int): New function.
19850         (__get_clockfreq_via_dev_openprom): Likewise.
19851         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
19852         Avoid unused variable warnings on 'val' and use builtin_expect.
19853         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
19854         __builtin_expect.
19855         (INLINE_CLONE_SYSCALL): Likewise.
19856
19857 2012-03-05  David S. Miller  <davem@davemloft.net>
19858
19859         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19860
19861 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
19862
19863         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19864
19865         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
19866         only for |x| >= 40.
19867         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
19868
19869 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
19870
19871         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
19872         Replace gettimeofday with __vdso_gettimeofday.
19873
19874         * sysdeps/unix/sysv/linux/x86_64/init-first.c
19875         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
19876         __vdso_clock_gettime and __vdso_getcpu.
19877
19878         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
19879         time with __vdso_time.
19880
19881 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
19882
19883         * manual/lang.texi (size_t): Note types to which size_t may be
19884         equivalent with the GNU C Library, but do not describe when
19885         differences between them are significant.
19886
19887 2012-03-05  Andreas Jaeger  <aj@suse.de>
19888
19889         * sysdeps/i386/fpu/libm-test-ulps: Update.
19890
19891 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
19892
19893         [BZ #3976]
19894         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
19895         (__ieee754_pow): Save and restore rounding mode and use
19896         round-to-nearest for main computations.
19897         * math/libm-test.inc (pow_test_tonearest): New function.
19898         (pow_test_towardzero): Likewise.
19899         (pow_test_downward): Likewise.
19900         (pow_test_upward): Likewise.
19901         (main): Call the new functions.
19902         * sysdeps/i386/fpu/libm-test-ulps: Update.
19903         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19904
19905         [BZ #3976]
19906         * math/libm-test.inc (cosh_test_tonearest): New function.
19907         (cosh_test_towardzero): Likewise.
19908         (cosh_test_downward): Likewise.
19909         (cosh_test_upward): Likewise.
19910         (sinh_test_tonearest): Likewise.
19911         (sinh_test_towardzero): Likewise.
19912         (sinh_test_downward): Likewise.
19913         (sinh_test_upward): Likewise.
19914         (main): Call the new functions.
19915         * sysdeps/i386/fpu/libm-test-ulps: Update.
19916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19917
19918 2012-03-05  Tom de Vries  <tom@codesourcery.com>
19919
19920         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
19921         default stack guard is set in last bytes.
19922         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
19923
19924 2012-03-05  Kees Cook  <keescook@chromium.org>
19925
19926         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
19927
19928         [BZ #13656]
19929         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
19930         possibly allocate from heap instead of stack.
19931         * stdio-common/bug-vfprintf-nargs.c: New file.
19932         * stdio-common/Makefile (tests): Add nargs overflow test.
19933
19934 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
19935
19936         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19937
19938 2012-03-03  Marek Polacek  <polacek@redhat.com>
19939
19940         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
19941         * math/math_private.h: Likewise.
19942         * stdlib/tst-strtod.c: Likewise.
19943         * sysdeps/i386/i486/bits/atomic.h: Likewise.
19944         * sysdeps/x86_64/bits/atomic.h: Likewise.
19945
19946 2012-03-02  David S. Miller  <davem@davemloft.net>
19947
19948         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
19949         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
19950         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
19951         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
19952         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
19953         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
19954         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
19955         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
19956
19957 2012-03-02  Roland McGrath  <roland@hack.frob.com>
19958
19959         [BZ #13792]
19960         * manual/examples/README: New file, says the example source files
19961         can be used under GPL>=2.
19962         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
19963         line containing just "*/".
19964         * manual/examples/add.c: Add copyright header (GPL>=2).
19965         * manual/examples/argp-ex1.c: Likewise.
19966         * manual/examples/argp-ex2.c: Likewise.
19967         * manual/examples/argp-ex3.c: Likewise.
19968         * manual/examples/argp-ex4.c: Likewise.
19969         * manual/examples/atexit.c: Likewise.
19970         * manual/examples/db.c: Likewise.
19971         * manual/examples/dir.c: Likewise.
19972         * manual/examples/dir2.c: Likewise.
19973         * manual/examples/execinfo.c: Likewise.
19974         * manual/examples/filecli.c: Likewise.
19975         * manual/examples/filesrv.c: Likewise.
19976         * manual/examples/fmtmsgexpl.c: Likewise.
19977         * manual/examples/genpass.c: Likewise.
19978         * manual/examples/inetcli.c: Likewise.
19979         * manual/examples/inetsrv.c: Likewise.
19980         * manual/examples/isockad.c: Likewise.
19981         * manual/examples/longopt.c: Likewise.
19982         * manual/examples/memopen.c: Likewise.
19983         * manual/examples/memstrm.c: Likewise.
19984         * manual/examples/mkfsock.c: Likewise.
19985         * manual/examples/mkisock.c: Likewise.
19986         * manual/examples/mygetpass.c: Likewise.
19987         * manual/examples/pipe.c: Likewise.
19988         * manual/examples/popen.c: Likewise.
19989         * manual/examples/rprintf.c: Likewise.
19990         * manual/examples/search.c: Likewise.
19991         * manual/examples/select.c: Likewise.
19992         * manual/examples/setjmp.c: Likewise.
19993         * manual/examples/sigh1.c: Likewise.
19994         * manual/examples/sigusr.c: Likewise.
19995         * manual/examples/stpcpy.c: Likewise.
19996         * manual/examples/strdupa.c: Likewise.
19997         * manual/examples/strftim.c: Likewise.
19998         * manual/examples/strncat.c: Likewise.
19999         * manual/examples/subopt.c: Likewise.
20000         * manual/examples/swapcontext.c: Likewise.
20001         * manual/examples/termios.c: Likewise.
20002         * manual/examples/testopt.c: Likewise.
20003         * manual/examples/testpass.c: Likewise.
20004         * manual/examples/timeval_subtract.c: Likewise.
20005
20006         [BZ #13792]
20007         * manual/time.texi (Elapsed Time): Move timeval_subtract example
20008         function to ...
20009         * manual/timeval_subtract.c.texi: ... here, new file.
20010
20011 2012-03-02  David S. Miller  <davem@davemloft.net>
20012
20013         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
20014
20015 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
20016
20017         [BZ #3976]
20018         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
20019         (__sin): Save and restore rounding mode and use round-to-nearest
20020         for all computations.
20021         (__cos): Save and restore rounding mode and use round-to-nearest
20022         for all computations.
20023         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
20024         <fenv.h>.
20025         (tan): Save and restore rounding mode and use round-to-nearest for
20026         all computations.
20027         * math/libm-test.inc (cos_test_tonearest): New function.
20028         (cos_test_towardzero): Likewise.
20029         (cos_test_downward): Likewise.
20030         (cos_test_upward): Likewise.
20031         (sin_test_tonearest): Likewise.
20032         (sin_test_towardzero): Likewise.
20033         (sin_test_downward): Likewise.
20034         (sin_test_upward): Likewise.
20035         (tan_test_tonearest): Likewise.
20036         (tan_test_towardzero): Likewise.
20037         (tan_test_downward): Likewise.
20038         (tan_test_upward): Likewise.
20039         (main): Call the new functions.
20040         * sysdeps/i386/fpu/libm-test-ulps: Update.
20041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20042
20043         [BZ #10135]
20044         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
20045         small n, then large n, before computing and testing k+n.
20046         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
20047         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
20048         Likewise.
20049         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
20050         Likewise.
20051         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
20052         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
20053         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
20054         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
20055         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20056         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20057         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
20058         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
20059         * math/libm-test.inc (scalbn_test): Add more tests.
20060         (scalbln_test): Likewise.
20061
20062         * manual/filesys.texi (mode_t): Describe constraints on size and
20063         signedness, not exact equivalence to a particular type.
20064         (ino_t): Likewise.
20065         (ino64_t): Likewise.
20066         (dev_t): Likewise.
20067         (nlink_t): Likewise.
20068         (blkcnt_t): Likewise.
20069         (blkcnt64_t): Likewise.
20070         * manual/llio.texi (off_t): Likewise.
20071
20072         [BZ #3976]
20073         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
20074         (__ieee754_exp): Save and restore rounding mode and use
20075         round-to-nearest for all computations.
20076         * math/libm-test.inc (exp_test_tonearest): New function.
20077         (exp_test_towardzero): Likewise.
20078         (exp_test_downward): Likewise.
20079         (exp_test_upward): Likewise.
20080         (main): Call the new functions.
20081         * sysdeps/i386/fpu/libm-test-ulps: Update.
20082         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20083
20084 2012-03-01  Chris Demetriou  <cgd@google.com>
20085
20086         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
20087         have predictable order.
20088
20089 2012-03-01  David S. Miller  <davem@davemloft.net>
20090
20091         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
20092
20093         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
20094         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
20095         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
20096         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
20097
20098         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
20099         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
20100         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
20101         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
20102         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
20103         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
20104         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
20105         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
20106         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
20107
20108         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20109
20110         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
20111         * sysdeps/sparc/fpu/libm-test-ulps: to here.
20112         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
20113
20114         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
20115         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
20116         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
20117         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
20118         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
20119         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
20120         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
20121         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
20122         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
20123         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
20124         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
20125         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
20126         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
20127         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
20128         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20129         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
20130         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
20131         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
20132         * sysdeps/sparc/elf/configure: Regenerated.
20133
20134 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
20135
20136         * configure.in (AS, LD): Require binutils 2.20 or later.
20137         * configure: Regenerated.
20138         * manual/install.texi (Tools for Compilation): Give binutils 2.20
20139         as required minimum version.
20140         * INSTALL: Regenerated.
20141
20142         [BZ #2541]
20143         [BZ #4108]
20144         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
20145         before squaring exponent.
20146         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
20147         bottom long double and 27 bits of top long double before squaring
20148         exponent.
20149         * math/libm-test.inc (erfc_test): Add more tests.
20150         * sysdeps/i386/fpu/libm-test-ulps: Update.
20151         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20153
20154 2012-03-01  Kai Tietz  <ktietz@redhat.com>
20155
20156         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
20157         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
20158         containing bit-fields.
20159         * soft-fp/extended.h (_FP_UNION_E): Likewise.
20160         * soft-fp/single.h (_FP_UNION_S): Likewise.
20161         * soft-fp/double.h (_FP_UNION_D): Likewise.
20162
20163 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
20164
20165         [BZ #13786]
20166         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
20167         not include ../strcmp.S.
20168         [USE_AS_STRNCASECMP_L]: Likewise.
20169         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
20170         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
20171         * sysdeps/i386/i686/multiarch/strncase_l-c.c
20172         (__strncasecmp_l_ia32): Define as alias to
20173         __strncasecmp_l_nonascii.
20174
20175         [BZ #5794]
20176         * math/libm-test.inc (expm1_test): Add test for bug 5794.
20177         * sysdeps/i386/fpu/libm-test-ulps: Update.
20178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20179
20180         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
20181         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20182
20183 2012-02-29  Jeff Law  <law@redhat.com>
20184
20185         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
20186         out of bounds read.
20187
20188 2012-02-29  Marek Polacek  <polacek@redhat.com>
20189
20190         [BZ #13706]
20191         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
20192         * elf/Makefile: Add rules to run tst-unused-dep.out.
20193
20194 2012-02-28  David S. Miller  <davem@davemloft.net>
20195
20196         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
20197         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
20198         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
20199         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
20200         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
20201         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
20202
20203 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
20204
20205         * math/libm-test.inc (llround_test): Move one test from
20206         lround_test.  Use TEST_f_L in moved test.
20207         (lround_test): Move misplaced test to llround_test.  Add testcase
20208         from bug 2561.
20209
20210 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
20211
20212         * sysdeps/x86_64/fpu/e_expf.S: New file.
20213         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
20214
20215 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
20216
20217         [BZ #13637]
20218         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
20219         of remain_len that may cause incomplete multi-byte character and
20220         false match.
20221         * posix/bug-regex33.c: New file.
20222         * posix/Makefile (tests): Add bug-regex33.
20223
20224 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
20225
20226         * manual/macros.texi: New file.
20227         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
20228         * manual/libc.texinfo: Include macros.texi.
20229         * manual/creatute.texi: Likewise.
20230         * manual/install.texi: Likewise.
20231         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
20232         @glibcadj{} in references to the GNU C Library.
20233         * manual/charset.texi: Likewise.
20234         * manual/conf.texi: Likewise.
20235         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
20236         when not using those macros.
20237         * manual/creature.texi: Likewise.
20238         * manual/crypt.texi: Likewise.
20239         * manual/errno.texi: Likewise.
20240         * manual/filesys.texi: Likewise.
20241         * manual/header.texi: Likewise.
20242         * manual/install.texi: Likewise.
20243         * manual/intro.texi: Likewise.
20244         * manual/io.texi: Likewise.
20245         * manual/job.texi: Likewise.
20246         * manual/lang.texi: Likewise.
20247         * manual/libc.texiinfo: Likewise.
20248         * manual/llio.texi: Likewise.
20249         * manual/locale.texi: Likewise.
20250         * manual/maint.texi: Likewise.
20251         * manual/math.texi: Likewise.
20252         * manual/memory.texi: Likewise.
20253         * manual/message.texi: Likewise.
20254         * manual/nss.texi: Likewise.
20255         * manual/pattern.texi: Likewise.
20256         * manual/process.texi: Likewise.
20257         * manual/resource.texi: Likewise.
20258         * manual/search.texi: Likewise.
20259         * manual/setjmp.texi: Likewise.
20260         * manual/signal.texi: Likewise.
20261         * manual/socket.texi: Likewise.
20262         * manual/startup.texi: Likewise.
20263         * manual/stdio.texi: Likewise.
20264         * manual/string.texi: Likewise.
20265         * manual/sysinfo.texi: Likewise.
20266         * manual/syslog.texi: Likewise.
20267         * manual/terminal.texi: Likewise.
20268         * manual/time.texi: Likewise.
20269         * manual/users.texi: Likewise.
20270         * INSTALL: Regenerated.
20271         * NOTES: Regenerated.
20272         * sysdeps/gnu/errlist.c: Regenerated.
20273
20274 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
20275
20276         * include/dirent.h: Include <dirstream.h> before
20277         <dirent/dirent.h>.
20278
20279 2012-02-28  David S. Miller  <davem@davemloft.net>
20280
20281         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
20282         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
20283         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
20284         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
20285
20286 2012-02-27  David S. Miller  <davem@davemloft.net>
20287
20288         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
20289         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
20290         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
20291         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
20292
20293         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
20294         frame pointer instead of stack pointer relative arg slot.
20295         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
20296         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
20297         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
20298
20299 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
20300
20301         [BZ #3992]
20302         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
20303
20304 2012-02-27  David S. Miller  <davem@davemloft.net>
20305
20306         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
20307         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
20308         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
20309         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
20310         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
20311         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
20312         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
20313         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
20314
20315 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
20316
20317         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
20318         later.  Allow versions 5-9.
20319         * configure: Regenerated.
20320         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
20321         required minimum version and 4.6 as recommended version.  Do not
20322         mention bugs in GCC 2.7 and 2.8.
20323         * INSTALL: Regenerated.
20324
20325 2012-02-27  David S. Miller  <davem@davemloft.net>
20326
20327         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
20328         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
20329         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
20330         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
20331         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
20332         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
20333         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
20334         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
20335
20336         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
20337         manipulate bits before adding and subtracting TWO112[sx].
20338         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
20339
20340 2012-02-27  Roland McGrath  <roland@hack.frob.com>
20341
20342         [BZ #13775]
20343         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
20344         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
20345         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
20346         being in POSIX, because they are in 1003.1-2008.
20347
20348         * rt/tst-aio.c: Include <fcntl.h>.
20349         * rt/tst-aio7.c: Likewise.
20350         * rt/tst-aio64.c: Likewise.
20351
20352         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
20353
20354 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
20355
20356         * manual/install.texi (--with-headers): Describe headers as
20357         interface headers, not private headers.
20358         (Specific advice for GNU/Linux systems): Describe use of headers
20359         from "make headers_install", not private headers from older
20360         kernels.
20361         * INSTALL: Regenerated.
20362         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
20363         Change to 2.6.19.
20364         * sysdeps/unix/sysv/linux/configure: Regenerated.
20365
20366         * manual/llio.texi (fclean): Remove documentation.
20367
20368         * manual/Makefile (libc-texi-generated): New variable.  Include
20369         version.texi.
20370         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
20371         $(libc-texi-generated), not duplicated list of files.
20372         (version.texi, stamp-version): New rules.
20373         (realclean): Remove $(libc-texi-generated), not individual files
20374         from that list.  Do not remove dir-add.texinfo.
20375         * manual/libc.texinfo: Comment out uses of edition numbers and
20376         references to printed manual.  Remove last-updated dates.
20377         (EDITION): Comment out.
20378         (ISBN): Likewise.
20379         (VERSION, UPDATED): Remove.
20380         (version.texi): Include.
20381
20382 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
20383
20384         * sysdeps/posix/spawni.c: Include <signal.h>.
20385         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
20386         * sysdeps/pthread/aio_fsync.c: Likewise.
20387
20388 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
20389
20390         * conform/Makefile (tests): Run only when not cross-compiling and
20391         when fast-check is not defined.
20392
20393         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
20394         * conform/data/limits.h-data: Fixes for POSIX2008.
20395         * conform/run-conformtest.sh: Run all tests.
20396         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
20397         headers.
20398         * include/bits/dlfcn.h: Likewise.
20399         * include/langinfo.h: Likewise.
20400         * include/monetary.h: Likewise.
20401         * include/sys/poll.h: Likewise.
20402
20403         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
20404         for __USE_GNU.
20405         * posix/spawn.h: Define __need_sigset_t.
20406         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
20407         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
20408         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
20409         to get sigevent_t only.
20410         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
20411         only for __USE_GNU.
20412         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
20413         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
20414         process_vm_writev only for __USE_GNU.
20415         * termios/termios.h: Declare tcgetsid also for POSIX2008.
20416
20417         * conform/Makefile: For now ignore errors from run-conformtest.
20418         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
20419         POSIX to avoid namespace pollution.  Don't prepend headers.
20420         * conform/data/aio.h-data: Fixes for POSIX testing.
20421         * conform/data/fcntl.h-data: Likewise.
20422         * conform/data/glob.h-data: Likewise.
20423         * conform/data/grp.h-data: Likewise.
20424         * conform/data/pthread.h-data: Likewise.
20425         * conform/data/pwd.h-data: Likewise.
20426         * conform/data/signal.h-data: Likewise.
20427         * conform/data/spawn.h-data: Likewise.
20428         * conform/data/stdio.h-data: Likewise.
20429         * conform/data/stdlib.h-data: Likewise.
20430         * conform/data/stropts.h-data: Likewise.
20431         * conform/data/sys/mman.h-data: Likewise.
20432         * conform/data/sys/stat.h-data: Likewise.
20433         * conform/data/sys/types.h-data: Likewise.
20434         * conform/data/sys/wait.h-data: Likewise.
20435         * conform/data/time.h-data: Likewise.
20436         * conform/data/unistd.h-data: Likewise.
20437         * conform/data/utime.h-data: Likewise.
20438
20439         * io/sys/stat.h: fchmod was always in POSIX.
20440         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
20441         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
20442         * rt/aio.h: Define __need_timespec before including <time.h>.
20443         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
20444         struct.  Add forward declaration of pthread_attr_t and use it in
20445         sigevent.
20446         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
20447         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
20448         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
20449         always remove CLK_TCK definition.
20450
20451 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
20452
20453         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
20454
20455 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
20456
20457         * conform/run-conformtest.sh: New file.
20458         * conform/Makefile: Run run-conformtest for tests.
20459         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
20460         support.
20461
20462         * conform/data/uchar.h-data: New file.
20463         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
20464         * conform/data/arpa/inet.h-data: Likewise.
20465         * conform/data/assert.h-data: Likewise.
20466         * conform/data/complex.h-data: Likewise.
20467         * conform/data/cpio.h-data: Likewise.
20468         * conform/data/ctype.h-data: Likewise.
20469         * conform/data/dirent.h-data: Likewise.
20470         * conform/data/dlfcn.h-data: Likewise.
20471         * conform/data/errno.h-data: Likewise.
20472         * conform/data/fcntl.h-data: Likewise.
20473         * conform/data/float.h-data: Likewise.
20474         * conform/data/fmtmsg.h-data: Likewise.
20475         * conform/data/fnmatch.h-data: Likewise.
20476         * conform/data/ftw.h-data: Likewise.
20477         * conform/data/glob.h-data: Likewise.
20478         * conform/data/grp.h-data: Likewise.
20479         * conform/data/iconv.h-data: Likewise.
20480         * conform/data/inttypes.h-data: Likewise.
20481         * conform/data/langinfo.h-data: Likewise.
20482         * conform/data/libgen.h-data: Likewise.
20483         * conform/data/limits.h-data: Likewise.
20484         * conform/data/locale.h-data: Likewise.
20485         * conform/data/math.h-data: Likewise.
20486         * conform/data/monetary.h-data: Likewise.
20487         * conform/data/mqueue.h-data: Likewise.
20488         * conform/data/ndbm.h-data: Likewise.
20489         * conform/data/net/if.h-data: Likewise.
20490         * conform/data/netdb.h-data: Likewise.
20491         * conform/data/netinet/in.h-data: Likewise.
20492         * conform/data/nl_types.h-data: Likewise.
20493         * conform/data/poll.h-data: Likewise.
20494         * conform/data/pthread.h-data: Likewise.
20495         * conform/data/pwd.h-data: Likewise.
20496         * conform/data/regex.h-data: Likewise.
20497         * conform/data/sched.h-data: Likewise.
20498         * conform/data/search.h-data: Likewise.
20499         * conform/data/semaphore.h-data: Likewise.
20500         * conform/data/setjmp.h-data: Likewise.
20501         * conform/data/signal.h-data: Likewise.
20502         * conform/data/spawn.h-data: Likewise.
20503         * conform/data/stdarg.h-data: Likewise.
20504         * conform/data/stdio.h-data: Likewise.
20505         * conform/data/stdlib.h-data: Likewise.
20506         * conform/data/string.h-data: Likewise.
20507         * conform/data/strings.h-data: Likewise.
20508         * conform/data/stropts.h-data: Likewise.
20509         * conform/data/sys/ipc.h-data: Likewise.
20510         * conform/data/sys/mman.h-data: Likewise.
20511         * conform/data/sys/msg.h-data: Likewise.
20512         * conform/data/sys/resource.h-data: Likewise.
20513         * conform/data/sys/select.h-data: Likewise.
20514         * conform/data/sys/sem.h-data: Likewise.
20515         * conform/data/sys/shm.h-data: Likewise.
20516         * conform/data/sys/socket.h-data: Likewise.
20517         * conform/data/sys/stat.h-data: Likewise.
20518         * conform/data/sys/statvfs.h-data: Likewise.
20519         * conform/data/sys/time.h-data: Likewise.
20520         * conform/data/sys/timeb.h-data: Likewise.
20521         * conform/data/sys/times.h-data: Likewise.
20522         * conform/data/sys/types.h-data: Likewise.
20523         * conform/data/sys/uio.h-data: Likewise.
20524         * conform/data/sys/un.h-data: Likewise.
20525         * conform/data/sys/utsname.h-data: Likewise.
20526         * conform/data/sys/wait.h-data: Likewise.
20527         * conform/data/syslog.h-data: Likewise.
20528         * conform/data/tar.h-data: Likewise.
20529         * conform/data/termios.h-data: Likewise.
20530         * conform/data/utime.h-data: Likewise.
20531         * conform/data/utmpx.h-data: Likewise.
20532         * conform/data/varargs.h-data: Likewise.
20533         * conform/data/wchar.h-data: Likewise.
20534         * conform/data/wctype.h-data: Likewise.
20535         * conform/data/wordexp.h-data: Likewise.
20536
20537         * include/stropts.h: New file.
20538         * include/uchar.h: New file.
20539         * include/aio.h: Changes to allow conformtest.pl to use the headers.
20540         * include/assert.h: Likewise.
20541         * include/ctype.h: Likewise.
20542         * include/dirent.h: Likewise.
20543         * include/dlfcn.h: Likewise.
20544         * include/fcntl.h: Likewise.
20545         * include/fnmatch.h: Likewise.
20546         * include/glob.h: Likewise.
20547         * include/grp.h: Likewise.
20548         * include/libio.h: Likewise.
20549         * include/locale.h: Likewise.
20550         * include/math.h: Likewise.
20551         * include/net/if.h: Likewise.
20552         * include/netdb.h: Likewise.
20553         * include/netinet/in.h: Likewise.
20554         * include/pthread.h: Likewise.
20555         * include/pwd.h: Likewise.
20556         * include/regex.h: Likewise.
20557         * include/sched.h: Likewise.
20558         * include/search.h: Likewise.
20559         * include/setjmp.h: Likewise.
20560         * include/signal.h: Likewise.
20561         * include/stdio.h: Likewise.
20562         * include/stdlib.h: Likewise.
20563         * include/string.h: Likewise.
20564         * include/sys/cdefs.h: Likewise.
20565         * include/sys/mman.h: Likewise.
20566         * include/sys/msg.h: Likewise.
20567         * include/sys/resource.h: Likewise.
20568         * include/sys/select.h: Likewise.
20569         * include/sys/socket.h: Likewise.
20570         * include/sys/stat.h: Likewise.
20571         * include/sys/statvfs.h: Likewise.
20572         * include/sys/time.h: Likewise.
20573         * include/sys/times.h: Likewise.
20574         * include/sys/uio.h: Likewise.
20575         * include/sys/utsname.h: Likewise.
20576         * include/sys/wait.h: Likewise.
20577         * include/termios.h: Likewise.
20578         * include/time.h: Likewise.
20579         * include/ulimit.h: Likewise.
20580         * include/unistd.h: Likewise.
20581         * include/utime.h: Likewise.
20582         * include/wchar.h: Likewise.
20583         * include/wctype.h: Likewise.
20584         * include/wordexp.h: Likewise.
20585
20586         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
20587
20588         * time/time.h: TIME_UTC must be a macro.
20589         Make timespec_get available for ISO C11 only as well.
20590
20591 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
20592
20593         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
20594         Reported by Peng Haitao <penght@cn.fujitsu.com>.
20595
20596 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
20597
20598         * configure.in: Use -o not -a in test for unsupported multi-arch.
20599
20600 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
20601
20602         * manual/texinfo.tex: Update to version 2012-01-19.16.
20603
20604 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
20605
20606         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
20607
20608 2012-02-24  Roland McGrath  <roland@hack.frob.com>
20609
20610         [BZ #13738]
20611         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
20612         * manual/fdl-1.3.texi: New file.
20613         * manual/fdl-1.1.texi: File removed.
20614
20615         [BZ #13738]
20616         * manual/libc.texinfo (FDL_VERSION): New @set.
20617         Use it for mention of FDL in cover text.
20618         (Documentation License): Use it in @include file name.
20619
20620 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
20621             Roland McGrath  <roland@hack.frob.com>
20622
20623         [BZ #5461]
20624         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
20625         not LONG_LONG_MAX and LONG_LONG_MIN.
20626         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
20627         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
20628         name.
20629         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
20630
20631 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
20632
20633         [BZ #2547]
20634         [BZ #11365]
20635         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
20636         manipulate bits before adding and subtracting TWO23[sx].
20637         * math/libm-test.inc (nearbyint_test): Add more tests.
20638
20639 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
20640
20641         [BZ #2548]
20642         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
20643         bits before adding and subtracting TWO23[sx].
20644         * math/libm-test.inc (rint_test): Add more tests.
20645         (rint_test_tonearest): Likewise.
20646         (rint_test_towardzero): Likewise.
20647         (rint_test_downward): Likewise.
20648         (rint_test_upward: Likewise.
20649
20650 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
20651
20652         [BZ #10110]
20653         * include/stdc-predef.h: New file.  Extracted from features.h.
20654         * include/features.h: Include stdc-predef.h.
20655         * Makefile (headers): Add stdc-predef.h.
20656         * CONFORMANCE (Compiler limitations): Update.
20657
20658 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
20659
20660         * manual/libc.texinfo (VERSION, UPDATED): Revert.
20661
20662 2012-02-21  David S. Miller  <davem@davemloft.net>
20663
20664         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
20665         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
20666
20667 2012-02-20  David S. Miller  <davem@davemloft.net>
20668
20669         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
20670         using a normal save/restore sequence, rather than allocating a
20671         dummy stack frame just to store a frame pointer and restore.
20672         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
20673
20674 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
20675
20676         * manual/install.texi: Fix stray word in line-wrapped comment.
20677
20678 2012-02-20  David S. Miller  <davem@davemloft.net>
20679
20680         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
20681         both binutils and gcc support GOTDATA.
20682
20683         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
20684         "rd %pc" in the PIC register setup sequences.
20685
20686         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
20687         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
20688         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
20689         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
20690         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
20691         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
20692         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
20693         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
20694         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
20695         (SYSCALL_ERROR_HANDLER): Likewise.
20696         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
20697         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20698         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
20699         (SYSCALL_ERROR_HANDLER): Likewise.
20700
20701         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
20702         (HAVE_GCC_GOTDATA): New.
20703         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
20704         relocation support in both binutils and gcc.
20705         * sysdeps/sparc/elf/configure: Regenerate.
20706
20707         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
20708         * sysdeps/sparc/sparc32/elf/configure: Delete.
20709         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
20710         * sysdeps/sparc/sparc64/elf/configure: Delete.
20711         * sysdeps/sparc/elf/configure.in: New file.
20712         * sysdeps/sparc/elf/configure: Generate.
20713
20714         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
20715         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
20716         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
20717         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
20718         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
20719
20720 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
20721
20722         * manual/install.texi: Do not mention specific glibc version
20723         numbers.
20724         * manual/libc.texinfo (VERSION, UPDATED): Update.
20725         (@copying): Use @copyright{} and range of years.
20726
20727 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
20728
20729         [BZ #13695]
20730         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
20731         [crti.S not in sysdirs] (generated): Do not append.
20732         [crti.S not in sysdirs] (omit-deps): Likewise.
20733         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
20734         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
20735         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
20736         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
20737         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
20738         Likewise.
20739         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
20740         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
20741         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
20742         * csu/defs.awk: Remove file.
20743         * sysdeps/generic/initfini.c: Likewise.
20744         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
20745         variable.
20746         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
20747         Likewise.
20748
20749 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
20750
20751         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
20752         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
20753         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
20754         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
20755         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
20756         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
20757         <bits/epoll.h>.
20758         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
20759         (__EPOLL_PACKED): Define to empty if not defined by
20760         <bits/epoll.h>.
20761         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
20762         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
20763         bits/epoll.h.
20764
20765 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
20766
20767         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
20768         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
20769         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
20770         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
20771         <bits/timerfd.h>.
20772         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
20773         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
20774         bits/timerfd.h.
20775
20776 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
20777
20778         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
20779         in C locale.
20780         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20781         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20782         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
20783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20784
20785 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
20786
20787         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
20788         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
20789
20790 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
20791
20792         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
20793         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
20794         defined.
20795         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
20796         Likewise.
20797         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
20798         entry for 2.16.
20799
20800 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
20801
20802         * math/w_acos.c: Use non-signaling floating-point comparisons.
20803         * math/w_acosf.c: Likewise.
20804         * math/w_acosh.c: Likewise.
20805         * math/w_acoshf.c: Likewise.
20806         * math/w_acoshl.c: Likewise.
20807         * math/w_acosl.c: Likewise.
20808         * math/w_asin.c: Likewise.
20809         * math/w_asinf.c: Likewise.
20810         * math/w_asinl.c: Likewise.
20811         * math/w_atanh.c: Likewise.
20812         * math/w_atanhf.c: Likewise.
20813         * math/w_atanhl.c: Likewise.
20814         * math/w_exp2.c: Likewise.
20815         * math/w_exp2f.c: Likewise.
20816         * math/w_exp2l.c: Likewise.
20817         * math/w_j0.c: Likewise.
20818         * math/w_j0f.c: Likewise.
20819         * math/w_j0l.c: Likewise.
20820         * math/w_j1.c: Likewise.
20821         * math/w_j1f.c: Likewise.
20822         * math/w_j1l.c: Likewise.
20823         * math/w_jn.c: Likewise.
20824         * math/w_jnf.c: Likewise.
20825         * math/w_log.c: Likewise.
20826         * math/w_log10.c: Likewise.
20827         * math/w_log10f.c: Likewise.
20828         * math/w_log10l.c: Likewise.
20829         * math/w_log2.c: Likewise.
20830         * math/w_log2f.c: Likewise.
20831         * math/w_log2l.c: Likewise.
20832         * math/w_logf.c: Likewise.
20833         * math/w_logl.c: Likewise.
20834         * math/w_sqrt.c: Likewise.
20835         * math/w_sqrtf.c: Likewise.
20836         * math/w_sqrtl.c: Likewise.
20837         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
20838         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
20839         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
20840         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
20841         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
20842
20843 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
20844
20845         [BZ #9739]
20846         * manual/string.texi (strnlen): Use correct parameter name in
20847         equivalent expression.
20848
20849 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
20850
20851         [BZ #11174]
20852         * manual/users.texi (seteuid): Consistently use neweuid for
20853         argument name.
20854
20855 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
20856
20857         [BZ #13704]
20858         * manual/nss.texi (Services in the NSS configuration): Correct
20859         list of services in example configuration file.
20860
20861 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
20862
20863         [BZ #11322]
20864         * manual/arith.texi: Remove statements about negative zero
20865         behaving identically to zero.
20866
20867 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
20868
20869         [BZ #5993]
20870         * manual/install.texi: Do not document upgrading from libc5.
20871
20872 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
20873
20874         [BZ #4596]
20875         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
20876
20877 2012-02-18  David S. Miller  <davem@davemloft.net>
20878
20879         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
20880         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
20881         %o7 across the call.
20882         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
20883         instead.
20884         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
20885         SETUP_PIC_REG_LEAF.
20886         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
20887         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
20888         * sysdeps/sparc/crtn.S: Likewise.
20889
20890 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
20891
20892         * aout/Makefile: Remove.
20893
20894 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
20895
20896         [BZ #13058]
20897         * manual/examples/argp-ex1.c (main): Format definition in GNU
20898         style.
20899         * manual/examples/argp-ex2.c (main): Likewise.
20900         * manual/examples/argp-ex3.c (main): Likewise.
20901         * manual/examples/argp-ex4.c (main): Likewise.
20902         * manual/examples/longopt.c (main): Use new-style prototype
20903         definition.
20904         * manual/examples/strncat.c (main): Specify return type and use
20905         (void) for arguments.
20906         * manual/examples/subopt.c (main): Use char **argv argument.
20907
20908 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
20909
20910         [BZ #5077]
20911         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
20912         rounding modes.
20913
20914 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
20915
20916         [BZ #6907]
20917         * manual/string.texi (strchr): Change when strchrnul is
20918         recommended.
20919
20920 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
20921
20922         [BZ #174]
20923         * manual/locale.texi (setlocale): Document LOCPATH.
20924
20925 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
20926
20927         [BZ #10210]
20928         * manual/process.texi (execle): Move @dots{} before last argument.
20929
20930 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
20931
20932         [BZ #12047]
20933         * manual/charset.texi (Generic Charset Conversion): Fix typo
20934         (LC_TYPE -> LC_CTYPE).
20935
20936 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
20937
20938         [BZ #5805]
20939         * manual/arith.texi (scalbn): Use @var{} on parameter names.
20940         (scalbnf): Likewise.
20941         (scalbnl): Likewise.
20942         (scalbln): Likewise.
20943         (scalblnf): Likewise.
20944         (scalblnl): Likewise.
20945         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
20946         (vwarnx): Likewise.
20947         (verr): Likewise.
20948         (verrx): Likewise.
20949         * manual/filesys.texi (telldir): Use braces around return type.
20950         * manual/llio.texi (mmap): Add space after comma.
20951         (mmap64): Likewise.
20952         * manual/math.texi (jn): Use @var{} on parameter names.
20953         (jnf): Likewise.
20954         (jnl): Likewise.
20955         (yn): Likewise.
20956         (ynf): Likewise.
20957         (ynl): Likewise.
20958         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
20959         line.
20960         * manual/resource.texi (ulimit): Use @dots{} instead of literal
20961         "...".
20962         (sched_get_priority_min): Remove semicolon on @deftypefun line.
20963         (sched_get_priority_max): Likewise.
20964         * manual/signal.texi (sigvec): Add space after comma.
20965         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
20966         names.
20967         (if_indextoname): Likewise.
20968         (if_freenameindex): Likewise.
20969         (sendto): Use ',' instead of '.' in prototype.
20970         * manual/startup.texi (syscall): Use @dots{} instead of literal
20971         "...".
20972         * manual/stdio.texi (__fpending): Separate initial words of
20973         paragraph from @deftypefun line.
20974         * manual/syslog.texi (syslog): Use @dots{} instead of literal
20975         "...".
20976         (vsyslog): Use @var{} on parameter names.
20977         * manual/terminal.texi (stty): Use @var{} on parameter names.
20978         * manual/users.texi (getutmp): Use @var{} on parameter names.
20979         (getutmpx): Likewise.
20980
20981 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
20982
20983         [BZ #6884]
20984         * manual/stdio.texi (fopen): Fix typos in description of
20985         ",ccs=STRING".
20986
20987 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
20988
20989         [BZ #4026]
20990         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
20991         get clock_id definition.
20992
20993 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
20994
20995         [BZ #4822]
20996         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
20997         (madvise): Cast every argument to void on its own.
20998
20999 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
21000
21001         [BZ #9902]
21002         * manual/startup.texi (Exit Status): Fix typo.
21003
21004 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
21005
21006         [BZ #10140]
21007         * manual/examples/argp-ex1.c: Include <stdlib.h>.
21008         * manual/examples/argp-ex2.c: Likewise.
21009         * manual/examples/argp-ex3.c: Likewise.
21010
21011 2012-02-16  Richard Henderson  <rth@redhat.com>
21012
21013         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
21014         * sysdeps/s390/s390-32/initfini.c: Remove.
21015         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
21016         * sysdeps/s390/s390-64/initfini.c: Remove.
21017
21018 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21019
21020         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
21021         compiler output for sysdeps/generic/initfini.c.
21022         * sysdeps/sh/elf/initfini.c: Remove file.
21023
21024 2012-02-16  David S. Miller  <davem@davemloft.net>
21025
21026         [BZ #11494]
21027         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
21028
21029         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
21030         * sysdeps/sparc/crti.S: New file.
21031         * sysdeps/sparc/crtn.S: New file.
21032         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
21033         * sysdeps/sparc/sparc64/Makefile: Likewise.
21034
21035 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
21036
21037         [BZ #3335]
21038         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
21039
21040 2012-02-15  Roland McGrath  <roland@hack.frob.com>
21041
21042         [BZ #4822]
21043         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
21044
21045         * mach/devstream.c (cookie_io_functions_t): Macro removed.
21046         (write, read, close): Likewise.
21047         Patch by Aurelien Jarno <aurelien@aurel32.net>.
21048
21049 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
21050
21051         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
21052         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
21053         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
21054         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
21055         <bits/signalfd.h>.
21056         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
21057         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
21058         bits/signalfd.h.
21059
21060 2012-02-14  Marek Polacek  <polacek@redhat.com>
21061
21062         * sysdeps/x86_64/crti.S: New file.
21063         * sysdeps/x86_64/crtn.S: New file.
21064         * sysdeps/x86_64/elf/initfini.c: Remove file.
21065
21066 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
21067
21068         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
21069         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
21070         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
21071         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
21072         <bits/inotify.h>.
21073         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
21074         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
21075         bits/inotify.h.
21076
21077 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
21078
21079         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
21080         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
21081         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
21082         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
21083         <bits/eventfd.h>.
21084         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
21085         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
21086         bits/eventfd.h.
21087
21088 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
21089
21090         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
21091         __feraiseexcept instead of feraiseexcept.
21092
21093         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
21094         nanosleep invocations.
21095         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
21096         strings, and add error checking for a nanosleep invocations.
21097
21098 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
21099
21100         Replace FSF snail mail address with URLs, as per GNU coding standards.
21101         Most of the snail mail addresses were wrong anyway, and omitting
21102         them makes the source code easier to maintain.  Almost all of the
21103         changes are to license notices and to locale LC_IDENTIFICATION
21104         addresses, except for this one:
21105         * manual/libc.texinfo: In "Published by", give the FSF's URL,
21106         not its snail mail address.
21107
21108 2012-02-09  Richard Henderson  <rth@twiddle.net>
21109
21110         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
21111         of kernel-features.h.
21112
21113         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
21114
21115 2012-02-08  Marek Polacek  <polacek@redhat.com>
21116
21117         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
21118         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
21119         * sysdeps/gnu/_G_config.h: Likewise.
21120         * sysdeps/generic/_G_config.h: Likewise.
21121
21122 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
21123
21124         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
21125         tests.
21126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21127
21128         * sysdeps/powerpc/powerpc32/crti.S: New file.
21129         * sysdeps/powerpc/powerpc32/crtn.S: New file.
21130         * sysdeps/powerpc/powerpc64/crti.S: New file.
21131         * sysdeps/powerpc/powerpc64/crtn.S: New file.
21132
21133         * Makeconfig (have-initfini): Don't set.
21134         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
21135         * configure.in (nopic_initfini): Don't substitute.
21136         * config.h.in (HAVE_INITFINI): Don't #undef.
21137         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
21138         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
21139
21140 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
21141
21142         Support crti.S and crtn.S provided directly by architectures.
21143         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
21144         [crti.S in sysdirs] (omit-deps): Likewise.
21145         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
21146         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
21147         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
21148         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
21149         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
21150         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
21151         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
21152         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
21153         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
21154         compiler output for sysdeps/generic/initfini.c.
21155         * sysdeps/i386/elf/Makefile: Remove file.
21156         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
21157
21158 2012-02-07  Marek Polacek  <polacek@redhat.com>
21159
21160         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
21161         * sysdeps/gnu/_G_config.h: Likewise.
21162         * sysdeps/mach/hurd/_G_config.h: Likewise.
21163
21164 2012-02-07  Marek Polacek  <polacek@redhat.com>
21165
21166         * math/Makefile (tests): Add tst-CMPLX2.
21167         * math/tst-CMPLX2.c: New file.
21168
21169 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
21170
21171         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
21172
21173         * math/libm-test.inc (jn_test): Add missing L suffix.
21174
21175 2012-02-06  Marek Polacek  <polacek@redhat.com>
21176
21177         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
21178         * sysdeps/i386/fpu/e_powf.S: Likewise.
21179         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
21180         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
21181         * sysdeps/i386/fpu/e_acosh.S: Likewise.
21182         * sysdeps/i386/fpu/e_pow.S: Likewise.
21183         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
21184         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
21185         * sysdeps/i386/fpu/s_expm1.S: Likewise.
21186         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
21187         * sysdeps/i386/fpu/e_log2.S: Likewise.
21188         * sysdeps/i386/fpu/e_log2l.S: Likewise.
21189         * sysdeps/i386/fpu/e_scalb.S: Likewise.
21190         * sysdeps/i386/fpu/e_powl.S: Likewise.
21191         * sysdeps/i386/fpu/s_log1p.S: Likewise.
21192         * sysdeps/i386/fpu/e_log10f.S: Likewise.
21193         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
21194         * sysdeps/i386/fpu/e_logl.S: Likewise.
21195         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
21196         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
21197         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
21198         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
21199         * sysdeps/i386/fpu/e_log2f.S: Likewise.
21200         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
21201         * sysdeps/i386/fpu/e_log.S: Likewise.
21202         * sysdeps/i386/fpu/s_cexp.S: Likewise.
21203         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
21204         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
21205         * sysdeps/i386/fpu/e_logf.S: Likewise.
21206         * sysdeps/i386/fpu/e_log10l.S: Likewise.
21207         * sysdeps/i386/fpu/e_atanh.S: Likewise.
21208         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
21209         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
21210         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
21211         * sysdeps/i386/fpu/e_log10.S: Likewise.
21212         * sysdeps/i386/fpu/s_frexp.S: Likewise.
21213         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
21214         * sysdeps/i386/fpu/s_asinh.S: Likewise.
21215         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
21216         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
21217         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
21218         * sysdeps/i386/asm-syntax.h: Likewise.
21219         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
21220         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
21221         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
21222         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
21223         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
21224         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
21225         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
21226         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
21227         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
21228         * sysdeps/powerpc/sysdep.h: Likewise.
21229         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
21230         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
21231
21232 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
21233
21234         [BZ #411]
21235         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
21236
21237 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
21238
21239         * sysdeps/i386/sysdep.h: Include <features.h>.
21240         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
21241         version.
21242
21243 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
21244
21245         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
21246         Define.
21247         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
21248         LOAD_PIC_REG_STR.
21249
21250 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
21251
21252         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
21253         (SETUP_PIC_REG): Use GET_PC_THUNK.
21254         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
21255         macro.
21256
21257 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
21258
21259         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
21260         for non-PIC compilation.
21261         (SETUP_PIC_REG): Add .p2align directive.
21262         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
21263         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
21264         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
21265         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
21266         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21267         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
21268         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
21269         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
21270         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
21271         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
21272         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
21273         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
21274         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
21275         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
21276         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
21277         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21278         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21279         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
21280         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
21281         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
21282         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21283         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21284         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
21285         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
21286         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21287         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21288         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
21289         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21290         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
21291         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
21292         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
21293         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21294         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
21295         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
21296         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
21297         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
21298         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
21299         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
21300         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
21301         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
21302         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
21303
21304 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
21305
21306         * math/tst-CMPLX.c: Include <stdio.h>.
21307
21308 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
21309
21310         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
21311         float.
21312         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
21313         * sysdeps/sparc/bits/mathdef.h: Likewise.
21314
21315 2012-01-31  Marek Polacek  <polacek@redhat.com>
21316
21317         * libio/libio.h: Don't define _PARAMS.
21318         * locale/programs/config.h: Don't define PARAMS.
21319         * stdlib/strtol_l.c: Likewise.
21320         (__strtol_l): Remove PARAMS from the prototype.
21321
21322 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
21323
21324         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
21325         names.  Just use the correct names.  Remove unnecessary wrapper
21326         functions.
21327         * malloc/arena.c: Likewise.
21328         * malloc/hooks.c: Likewise.
21329
21330         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
21331         ARENA_TEST says not to.  Simplify test for creation of a new arena.
21332         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
21333
21334 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
21335
21336         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
21337         into tail calls.
21338         (update_get_addr): New function.
21339         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
21340         GET_ADDR_MODULE parameter.
21341
21342 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
21343
21344         * crypt/cert.c: Remove __STDC__ conditionals.
21345         * crypt/crypt-entry.c: Likewise.
21346         * crypt/crypt_util.c: Likewise.
21347         * libio/filedoalloc.c: Likewise.
21348         * libio/fileops.c: Likewise.
21349         * libio/genops.c: Likewise.
21350         * libio/iofclose.c: Likewise.
21351         * libio/iofdopen.c: Likewise.
21352         * libio/iofopen.c: Likewise.
21353         * libio/iofopen64.c: Likewise.
21354         * libio/iogetdelim.c: Likewise.
21355         * libio/iopopen.c: Likewise.
21356         * libio/obprintf.c: Likewise.
21357         * libio/oldfileops.c: Likewise.
21358         * libio/oldiofclose.c: Likewise.
21359         * libio/oldiofdopen.c: Likewise.
21360         * libio/oldiofopen.c: Likewise.
21361         * libio/oldiopopen.c: Likewise.
21362         * libio/wfiledoalloc.c: Likewise.
21363         * libio/wgenops.c: Likewise.
21364         * locale/programs/xmalloc.c: Likewise.
21365         * misc/syslog.c: Likewise.
21366         * stdio-common/xbug.c: Likewise.
21367         * string/memchr.c: Likewise.
21368         * string/memcmp.c: Likewise.
21369         * string/memrchr.c: Likewise.
21370         * string/rawmemchr.c: Likewise.
21371         * sysdeps/posix/getcwd.c: Likewise.
21372         * time/strftime_l.c: Likewise.
21373
21374 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
21375
21376         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
21377         * config.make.in (config-cflags-sse2avx): Define.
21378         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
21379         Fix typo.
21380
21381 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
21382
21383         * scripts/config.guess: Update from upstream config git repository.
21384         * scripts/config.sub: Likewise.
21385
21386 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
21387
21388         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
21389         (EM_NUM): Update.
21390         (R_TILEPRO_*, R_TILEGX_*): New macros.
21391
21392         * scripts/firstversions.awk: Fix bug in version range handling.
21393
21394         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
21395
21396         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
21397
21398         * include/sys/epoll.h: New file.
21399         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
21400         libc_hidden_def.
21401
21402 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
21403
21404         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
21405         Avoid unnecessary __WORDSIZE == 64 test.
21406         (fmaxf): Use VEX format if possible.
21407         (fmax): Likewise.
21408         (fminf): Likewise.
21409         (fmin): Likewise.
21410
21411         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
21412         * math/math_private.h: Remove libc_fegetround* and
21413         libc_fesetround*.
21414         * sysdeps/i386/configure.in: Check for -msse2avx.
21415         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
21416         also if SSE2AVX is defined.
21417         Remove libc_fegetround* and libc_fesetround*.
21418         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
21419         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
21420         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
21421         of HAS_YMM_USABLE.
21422         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
21423         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
21424         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
21425         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
21426         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
21427
21428         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
21429
21430 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21431
21432         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
21433         size is not set.
21434         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
21435
21436 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
21437
21438         [BZ #13618]
21439         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
21440         relocation.
21441         * Makeconfig (libm): Define.
21442         * elf/Makefile: Add rules to build and run tst-relsort1.
21443         * elf/tst-relsort1.c: New file.
21444         * elf/tst-relsort1mod1.c: New file.
21445         * elf/tst-relsort1mod2.c: New file.
21446
21447 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
21448
21449         * math/s_ldexp.c: Remove __STDC__ conditionals.
21450         * math/s_ldexpf.c: Likewise.
21451         * math/s_ldexpl.c: Likewise.
21452         * math/s_nextafter.c: Likewise.
21453         * math/s_nexttowardf.c: Likewise.
21454         * math/s_significand.c: Likewise.
21455         * math/s_significandf.c: Likewise.
21456         * math/s_significandl.c: Likewise.
21457         * math/w_jnl.c: Likewise.
21458         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
21459         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
21460         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
21461         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
21462         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
21463         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21464         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
21465         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21466         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21467         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21468         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21469         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21470         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21471         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
21472         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21473         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21474         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21475         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21476         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21477         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
21478         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
21479         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
21480         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
21481         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
21482         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
21483         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
21484         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
21485         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
21486         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
21487         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
21488         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
21489         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
21490         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
21491         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
21492         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
21493         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
21494         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
21495         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
21496         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
21497         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
21498         * sysdeps/ieee754/k_standard.c: Likewise.
21499         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
21500         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
21501         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
21502         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
21503         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
21504         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
21505         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
21506         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
21507         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
21508         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
21509         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
21510         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
21511         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
21512         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
21513         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
21514         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
21515         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
21516         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
21517         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
21518         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
21519         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
21520         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
21521         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
21522         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
21523         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
21524         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
21525         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
21526         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
21527         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
21528         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
21529         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
21530         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
21531         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
21532         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
21533         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
21534         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
21535         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
21536         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
21537         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
21538         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
21539         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
21540         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
21541         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
21542         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
21543         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
21544         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21545         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
21546         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
21547         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
21548         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
21549         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
21550         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
21551         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
21552         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
21553         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
21554         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
21555         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
21556         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
21557         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
21558         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
21559         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21560         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
21561         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
21562         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
21563         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21564         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21565         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21566         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
21567         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
21568         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21569         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21570         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21571         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21572         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
21573         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
21574         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21575         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
21576         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
21577         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
21578         * sysdeps/ieee754/s_matherr.c: Likewise.
21579         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
21580         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21581         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21582         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21583
21584 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
21585
21586         * crypt/md5.h: Remove __STDC__ conditionals.
21587         * libio/libioP.h: Likewise.
21588         * locale/programs/config.h: Likewise.
21589         * sysdeps/generic/sysdep.h: Likewise.
21590         * sysdeps/i386/asm-syntax.h: Likewise.
21591         * sysdeps/s390/asm-syntax.h: Likewise.
21592         * sysdeps/unix/sysdep.h: Likewise.
21593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
21594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
21595
21596 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
21597
21598         * libio/libio.h: Remove __STDC__ conditionals.
21599         * malloc/obstack.h: Likewise.
21600         * math/complex.h: Likewise.
21601         * math/math.h: Likewise.
21602         * sysdeps/generic/_G_config.h: Likewise.
21603         * sysdeps/gnu/_G_config.h: Likewise.
21604         * sysdeps/mach/hurd/_G_config.h: Likewise.
21605         * sysdeps/powerpc/bits/mathdef.h: Likewise.
21606         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
21607         * sysdeps/sparc/bits/mathdef.h: Likewise.
21608
21609 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
21610
21611         [BZ #13583]
21612         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
21613         Clean up HAS_* macros.
21614         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
21615         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
21616         possible.
21617         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
21618         HAS_AVX.
21619         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
21620         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
21621         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
21622         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
21623         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
21624
21625 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
21626
21627         * elf/tst-unique3.cc (gets): Remove declaration.
21628         * elf/tst-unique3lib.cc (gets): Likewise.
21629         * elf/tst-unique3lib2.cc (gets): Likewise.
21630         * elf/tst-unique4.cc (gets): Likewise.
21631
21632 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
21633
21634         * include/stdio.h: Add C++ protection.  Add gets declarations and
21635         definitions.
21636         * debug/tst-chk1.c: Don't declare gets here.
21637         * stdio-common/tst-gets.c: Likewise.
21638
21639 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
21640
21641         * posix/glob: Remove directory.
21642
21643 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
21644
21645         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
21646
21647 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
21648
21649         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
21650         of the non-standard EPFNOSUPPORT.
21651
21652 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21653
21654         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
21655         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
21656         ANYWHERE set to 1 only on KERN_NO_SPACE error.
21657
21658 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
21659
21660         * wcsmbs/uchar.h: Test __STDC_VERSION__.
21661
21662 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
21663
21664         * nscd/aicache.c (addhstaiX): Do not cache negative results of
21665         transient errors.
21666         * nscd/grpcache.c (cache_addgr): Likewise.
21667         * nscd/hstcache.c (cache_addhst): Likewise.
21668         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21669         * nscd/pwdcache.c (cache_addpw): Likewise.
21670         * nscd/servicescache.c (cache_addserv): Likewise.
21671
21672 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
21673
21674         * malloc/malloc.c: Various cleanups.
21675         * malloc/hooks.c: Likewise.
21676
21677         * stdlib/Makefile (tests): Add bug-fmtmsg1.
21678         * stdlib/bug-fmtmsg1.c: New file.
21679
21680         * stdlib/fmtmsg.c (init): Add missing unlock.
21681         Patch by Peng Haitao <penght@cn.fujitsu.com>.
21682
21683 2012-01-12  Marek Polacek  <polacek@redhat.com>
21684
21685         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
21686         and _GNU_SOURCE.
21687
21688 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
21689
21690         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
21691         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
21692         macro to ensure uniqueness of label name.
21693         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
21694         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
21695
21696 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
21697
21698         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
21699
21700         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
21701         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
21702         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
21703         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
21704
21705 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
21706
21707         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
21708
21709         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
21710         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
21711         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
21712
21713         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
21714
21715         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
21716         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
21717         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21718         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
21719
21720         * math/bits/math-finite.h: Add ldexp support.
21721
21722 2012-01-10  Marek Polacek  <polacek@redhat.com>
21723
21724         * locale/programs/localedef.h (show_archive_content): Add noreturn
21725         attribute.
21726
21727 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
21728
21729         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
21730
21731 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
21732
21733         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
21734
21735         * io/Makefile (headers): Add bits/poll2.h.
21736
21737 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
21738
21739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
21740         typo #include statement.
21741
21742 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
21743
21744         * include/sys/cdefs.h: Define __attribute_alloc_size.
21745         * catgets/gencat.c: Add alloc_size attribute and apply consistently
21746         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
21747         * elf/pldd.c: Likewise.
21748         * iconv/iconv_charmap.c: Likewise.
21749         * iconv/iconvconfig.c: Likewise.
21750         * iconv/strtab.c: Likewise.
21751         * locale/programs/locale.c: Likewise.
21752         * locale/programs/localedef.h: Likewise.
21753         * locale/programs/simple-hash.c: Likewise.
21754         * nscd/nscd.h: Likewise.
21755         * nss/makedb.c: Likewise.
21756         * sysdeps/generic/ldconfig.h: Likewise.
21757         * locale/programs/localedef.c: Remove xmalloc prototype.
21758         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
21759
21760 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
21761
21762         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
21763         appropriate.
21764
21765 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
21766
21767         * math/Makefile (tests): Add tst-CMPLX.
21768         * math/tst-CMPLX.c: New file.
21769
21770         * math/complex.h (CMPLXL): Fix typo.
21771
21772         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
21773         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
21774         GLIBC_2.16.
21775         * debug/tst-chk1.c: Add poll and ppoll tests.
21776         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
21777         * include/sys/poll.h: Add hidden proto for ppoll.
21778         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
21779         * sysdeps/mach/hurd/ppoll.c: Likewise.
21780         * io/ppoll.c: Likewise.
21781         * debug/poll_chk.c: New file.
21782         * debug/ppoll_chk.c: New file.
21783         * include/bits/poll2.h: New file.
21784         * io/bits/poll2.h: New file.
21785
21786         [BZ #1350]
21787         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
21788
21789         * configure.in: static is always set to yes.  Remove.
21790         * config.make.in: Don't set build-static.
21791         * Makeconfig: Remove use of build-static.
21792         * dlfcn/Makefile: Likewise.
21793         * elf/Makefile: Likewise.
21794         * math/Makefile: Likewise.
21795         * misc/Makefile: Likewise.
21796         * nptl/Makefile: Likewise.
21797         * sysdeps/mach/hurd/Makefile: Likewise.
21798
21799         * configure.in: PWD_P is not used anymore.
21800         * config.make.in: Remove PWD_P entry.
21801
21802         * configure.in: Remove last remnants of RANLIB.
21803         No need to check for signed size_t anymore.
21804         Don't set libc_commonpagesize and libc_relro_required here for Alpha
21805         and IA-64.
21806         Remove __builtin_expect test because we require at least gcc 3.4.
21807         * aclocal.m4: Likewise.
21808
21809         * wcsmbs/mbrtoc16.c: Implement using towc function.
21810         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
21811         * wcsmbs/wcsmbsload.c: Likewise.
21812         * iconv/gconv_simple.c: Likewise.
21813         * iconv/gconv_int.h: Likewise.
21814         * iconv/gconv_builtin.h: Likewise.
21815         * iconv/iconv_prog.c: Remove CHAR16 handling.
21816
21817         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
21818
21819         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
21820
21821         * configure.in: Remove --with-elf and --enable-bounded options.
21822         Dont set base_machine for ia64.  More non-ELF conditions removed.
21823         Remove testing and setting of leading underscore information.
21824         * config.make.in (build-bounded): Set to no.
21825         * config.h.in: Remove NO_UNDERSCORES entry.
21826         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
21827         them.
21828         * csu/start.c: Remove !NO_UNDERSCORE code.
21829         * locale/localeinfo.h: Likewise.
21830         * sysdeps/generic/machine-gmon.h: Likewise.
21831         * sysdeps/generic/sysdep.h: Likewise.
21832         * sysdeps/i386/sysdep.h: Likewise.
21833         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
21834         * sysdeps/mach/sysdep.h: Likewise.
21835         * sysdeps/s390/s390-32/sysdep.h: Likewise.
21836         * sysdeps/s390/s390-64/sysdep.h: Likewise.
21837         * sysdeps/sh/sysdep.h: Likewise.
21838         * sysdeps/sparc/sparc32/alloca.S: Likewise.
21839         * sysdeps/unix/i386/sysdep.S: Likewise.
21840         * sysdeps/unix/sparc/start.c: Likewise.
21841         * sysdeps/unix/sparc/sysdep.S: Likewise.
21842         * sysdeps/unix/sparc/sysdep.h: Likewise.
21843         * sysdeps/unix/start.c: Likewise.
21844         * sysdeps/unix/x86_64/sysdep.S: Likewise.
21845         * sysdeps/x86_64/sysdep.h: Likewise.
21846
21847 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
21848
21849         [BZ #13553]
21850         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
21851         for non-gcc.
21852         * argp/argp-fmtstream.h: Use const instead __const.
21853         * argp/argp.h: Likewise.
21854         * assert/assert.h: Likewise.
21855         * bits/fenv.h: Likewise.
21856         * bits/sched.h: Likewise.
21857         * bits/sigset.h: Likewise.
21858         * bits/sigthread.h: Likewise.
21859         * catgets/nl_types.h: Likewise.
21860         * conform/data/pthread.h-data: Likewise.
21861         * crypt/crypt-private.h: Likewise.
21862         * crypt/crypt.h: Likewise.
21863         * crypt/crypt_util.c: Likewise.
21864         * ctype/ctype.h: Likewise.
21865         * debug/execinfo.h: Likewise.
21866         * debug/mbsnrtowcs_chk.c: Likewise.
21867         * debug/mbsrtowcs_chk.c: Likewise.
21868         * debug/wcsnrtombs_chk.c: Likewise.
21869         * debug/wcsrtombs_chk.c: Likewise.
21870         * debug/wcstombs_chk.c: Likewise.
21871         * dirent/dirent.h: Likewise.
21872         * dlfcn/dlfcn.h: Likewise.
21873         * elf/neededtest4.c: Likewise.
21874         * grp/grp.h: Likewise.
21875         * gshadow/gshadow.h: Likewise.
21876         * iconv/gconv.h: Likewise.
21877         * iconv/gconv_int.h: Likewise.
21878         * iconv/gconv_simple.c: Likewise.
21879         * iconv/iconv.h: Likewise.
21880         * iconv/loop.c: Likewise.
21881         * iconv/skeleton.c: Likewise.
21882         * include/aio.h: Likewise.
21883         * include/aliases.h: Likewise.
21884         * include/argz.h: Likewise.
21885         * include/arpa/inet.h: Likewise.
21886         * include/assert.h: Likewise.
21887         * include/dirent.h: Likewise.
21888         * include/dlfcn.h: Likewise.
21889         * include/execinfo.h: Likewise.
21890         * include/fcntl.h: Likewise.
21891         * include/fenv.h: Likewise.
21892         * include/glob.h: Likewise.
21893         * include/grp.h: Likewise.
21894         * include/libintl.h: Likewise.
21895         * include/mntent.h: Likewise.
21896         * include/netdb.h: Likewise.
21897         * include/pwd.h: Likewise.
21898         * include/rpc/netdb.h: Likewise.
21899         * include/sched.h: Likewise.
21900         * include/search.h: Likewise.
21901         * include/shadow.h: Likewise.
21902         * include/signal.h: Likewise.
21903         * include/stdio.h: Likewise.
21904         * include/stdlib.h: Likewise.
21905         * include/string.h: Likewise.
21906         * include/sys/socket.h: Likewise.
21907         * include/sys/stat.h: Likewise.
21908         * include/sys/statfs.h: Likewise.
21909         * include/sys/statvfs.h: Likewise.
21910         * include/sys/syslog.h: Likewise.
21911         * include/sys/time.h: Likewise.
21912         * include/sys/uio.h: Likewise.
21913         * include/time.h: Likewise.
21914         * include/unistd.h: Likewise.
21915         * include/utmp.h: Likewise.
21916         * include/wchar.h: Likewise.
21917         * include/wctype.h: Likewise.
21918         * inet/aliases.h: Likewise.
21919         * inet/arpa/inet.h: Likewise.
21920         * inet/netinet/ether.h: Likewise.
21921         * inet/netinet/in.h: Likewise.
21922         * intl/libintl.h: Likewise.
21923         * io/bits/fcntl2.h: Likewise.
21924         * io/fcntl.h: Likewise.
21925         * io/ftw.h: Likewise.
21926         * io/sys/poll.h: Likewise.
21927         * io/sys/stat.h: Likewise.
21928         * io/sys/statfs.h: Likewise.
21929         * io/sys/statvfs.h: Likewise.
21930         * io/utime.h: Likewise.
21931         * libio/bits/stdio.h: Likewise.
21932         * libio/bits/stdio2.h: Likewise.
21933         * libio/libio.h: Likewise.
21934         * libio/libioP.h: Likewise.
21935         * libio/stdio.h: Likewise.
21936         * locale/lc-ctype.c: Likewise.
21937         * locale/locale.h: Likewise.
21938         * login/utmp.h: Likewise.
21939         * malloc/arena.c: Likewise.
21940         * malloc/malloc.c: Likewise.
21941         * malloc/malloc.h: Likewise.
21942         * malloc/mcheck.c: Likewise.
21943         * malloc/mtrace.c: Likewise.
21944         * math/bits/mathcalls.h: Likewise.
21945         * math/fenv.h: Likewise.
21946         * math/math_private.h: Likewise.
21947         * misc/bits/error.h: Likewise.
21948         * misc/bits/syslog.h: Likewise.
21949         * misc/err.h: Likewise.
21950         * misc/error.h: Likewise.
21951         * misc/fstab.h: Likewise.
21952         * misc/mntent.h: Likewise.
21953         * misc/regexp.h: Likewise.
21954         * misc/search.h: Likewise.
21955         * misc/sgtty.h: Likewise.
21956         * misc/sys/mman.h: Likewise.
21957         * misc/sys/syslog.h: Likewise.
21958         * misc/sys/uio.h: Likewise.
21959         * misc/sys/xattr.h: Likewise.
21960         * misc/ttyent.h: Likewise.
21961         * nis/rpcsvc/ypclnt.h: Likewise.
21962         * nss/nss.h: Likewise.
21963         * posix/bits/unistd.h: Likewise.
21964         * posix/fnmatch.h: Likewise.
21965         * posix/glob.h: Likewise.
21966         * posix/sched.h: Likewise.
21967         * posix/spawn.h: Likewise.
21968         * posix/sys/wait.h: Likewise.
21969         * posix/unistd.h: Likewise.
21970         * posix/wordexp.h: Likewise.
21971         * pwd/pwd.h: Likewise.
21972         * resolv/netdb.h: Likewise.
21973         * resource/sys/resource.h: Likewise.
21974         * rt/aio.h: Likewise.
21975         * rt/bits/mqueue2.h: Likewise.
21976         * rt/mqueue.h: Likewise.
21977         * shadow/shadow.h: Likewise.
21978         * signal/signal.h: Likewise.
21979         * socket/send.c: Likewise.
21980         * socket/sendto.c: Likewise.
21981         * socket/sys/socket.h: Likewise.
21982         * stdio-common/printf.h: Likewise.
21983         * stdlib/bits/stdlib.h: Likewise.
21984         * stdlib/fmtmsg.h: Likewise.
21985         * stdlib/monetary.h: Likewise.
21986         * stdlib/stdlib.h: Likewise.
21987         * stdlib/ucontext.h: Likewise.
21988         * streams/stropts.h: Likewise.
21989         * string/argz.h: Likewise.
21990         * string/bits/string2.h: Likewise.
21991         * string/string.h: Likewise.
21992         * string/strings.h: Likewise.
21993         * sunrpc/rpc/auth.h: Likewise.
21994         * sunrpc/rpc/auth_des.h: Likewise.
21995         * sunrpc/rpc/clnt.h: Likewise.
21996         * sunrpc/rpc/netdb.h: Likewise.
21997         * sunrpc/rpc/pmap_clnt.h: Likewise.
21998         * sunrpc/rpc/xdr.h: Likewise.
21999         * sysdeps/generic/inttypes.h: Likewise.
22000         * sysdeps/generic/net/if.h: Likewise.
22001         * sysdeps/generic/sys/swap.h: Likewise.
22002         * sysdeps/gnu/net/if.h: Likewise.
22003         * sysdeps/gnu/utmpx.h: Likewise.
22004         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
22005         * sysdeps/i386/i486/bits/string.h: Likewise.
22006         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
22007         * sysdeps/s390/bits/string.h: Likewise.
22008         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
22009         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
22010         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
22011         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
22012         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
22013         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
22014         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
22015         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
22016         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
22017         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
22018         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
22019         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
22020         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
22021         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
22022         * sysdeps/unix/sysv/linux/readv.c: Likewise.
22023         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
22024         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22025         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
22026         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
22027         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
22028         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
22029         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
22030         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
22031         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
22032         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
22033         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
22034         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
22035         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
22036         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
22037         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
22038         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
22039         * sysvipc/sys/ipc.h: Likewise.
22040         * sysvipc/sys/msg.h: Likewise.
22041         * sysvipc/sys/sem.h: Likewise.
22042         * sysvipc/sys/shm.h: Likewise.
22043         * termios/termios.h: Likewise.
22044         * time/sys/time.h: Likewise.
22045         * time/time.h: Likewise.
22046         * wcsmbs/bits/wchar2.h: Likewise.
22047         * wcsmbs/uchar.h: Likewise.
22048         * wcsmbs/wchar.h: Likewise.
22049         * wctype/wctype.h: Likewise.
22050
22051         [BZ #13551]
22052         * Makeconfig: Remove all but ELF support including AIX support.
22053         * Makerules: Likewise.
22054         * config.h.in: Likewise.
22055         * config.make.in: Likewise.
22056         * configure: Likewise.
22057         * configure.in: Likewise.
22058         * csu/Makefile: Likewise.
22059         * csu/version.c: Likewise.
22060         * debug/Makefile: Likewise.
22061         * dlfcn/Makefile: Likewise.
22062         * elf/Makefile: Likewise.
22063         * extra-lib.mk: Likewise.
22064         * iconv/Makefile: Likewise.
22065         * include/libc-symbols.h: Likewise.
22066         * include/shlib-compat.h: Likewise.
22067         * resolv/Makefile: Likewise.
22068         * resolv/res_libc.c: Likewise.
22069         * rt/Makefile: Likewise.
22070         * sysdeps/i386/asm-syntax.h: Likewise.
22071         * sysdeps/i386/sysdep.h: Likewise.
22072         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
22073         * sysdeps/mach/sysdep.h: Likewise.
22074         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
22075         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
22076         * sysdeps/s390/asm-syntax.h: Likewise.
22077         * sysdeps/s390/s390-32/sysdep.h: Likewise.
22078         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22079         * sysdeps/sh/sysdep.h: Likewise.
22080         * sysdeps/unix/sparc/sysdep.h: Likewise.
22081         * sysdeps/wordsize-32/divdi3.c: Likewise.
22082         * sysdeps/x86_64/sysdep.h: Likewise.
22083
22084         * argp/Versions: Remove _argp_unlock_xxx.
22085
22086         [BZ #13559]
22087         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
22088         * abilist/libBrokenLocale.abilist: Likewise.
22089         * abilist/libanl.abilist: Likewise.
22090         * abilist/libc.abilist: Likewise.
22091         * abilist/libcrypt.abilist: Likewise.
22092         * abilist/libdl.abilist: Likewise.
22093         * abilist/libm.abilist: Likewise.
22094         * abilist/libnsl.abilist: Likewise.
22095         * abilist/libpthread.abilist: Likewise.
22096         * abilist/libresolv.abilist: Likewise.
22097         * abilist/librt.abilist: Likewise.
22098         * abilist/libthread_db.abilist: Likewise.
22099         * abilist/libutil.abilist: Likewise.
22100         * abilist/libnss_db.abilist: New file.
22101
22102         * scripts/abilist.awk: Add support for indirect functions.
22103
22104         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
22105
22106         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
22107
22108         * shlib-versions: Remove entries for ports architectures.
22109
22110         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
22111         files in ports.
22112         * elf/stackguard-macros.h: Remove support for IA-64.
22113         * elf/tst-auditmod1.c: Likewise.
22114         * sysdeps/generic/ldsodefs.h: Likewise.
22115
22116         * sysdeps/unix/sysv/linux/configure.in: Ports should define
22117         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
22118         configure files.
22119
22120         [BZ #13552]
22121         * configure.in: Remove --enable-omitfp support.
22122         * FAQ.in: Adjust.
22123         * config.make.in: Likewise.
22124         * Makeconfig: Likewise.
22125         * manual/install.texi: Likewise.
22126
22127         In case anyone cares, the IA-64 architecture could move to ports.
22128         * sysdeps/ia64/*: Removed.
22129         * sysdeps/unix/sysv/linux/ia64/*: Removed.
22130         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
22131
22132         [BZ #13555]
22133         * configure.in: Remove entries for unsupported architectures.
22134
22135         [BZ #13533]
22136         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
22137         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
22138         routines.
22139         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
22140         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
22141         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
22142         fall back to using wcrtomb.
22143         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
22144         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
22145         renaming.
22146         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
22147         * wcsmbs/tst-c16c32-1.c: New file.
22148
22149         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
22150         local variable.
22151
22152         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
22153
22154         * elf/tst-unique3.cc: Add explicit declaration of gets.
22155         * elf/tst-unique3lib.cc: Likewise.
22156         * elf/tst-unique3lib2.cc: Likewise.
22157         * elf/tst-unique4.cc: Likewise.
22158
22159         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
22160
22161 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
22162
22163         [BZ #13566]
22164         * assert/assert.h (static_assert): Don't define for C++.
22165         * libio/stdio.h (gets): Do declare for C++ <= C++11.
22166         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
22167
22168 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
22169
22170         * iconv/loop.c (single loop): Fix assertion in storing of
22171         remaining bytes.
22172
22173         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
22174
22175 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
22176
22177         * posix/getconf.c: Update copyright year.
22178         * nss/getent.c: Likewise.
22179         * nss/makedb.c: Likewise.
22180         * iconv/iconvconfig.c: Likewise.
22181         * iconv/iconv_prog.c: Likewise.
22182         * elf/ldconfig.c: Likewise.
22183         * elf/pldd.c: Likewise.
22184         * elf/sotruss.ksh: Likewise.
22185         * catgets/gencat.c: Likewise.
22186         * csu/version.c: Likewise.
22187         * elf/ldd.bash.in: Likewise.
22188         * elf/sprof.c (print_version): Likewise.
22189         * locale/programs/locale.c: Likewise.
22190         * locale/programs/localedef.c: Likewise.
22191         * login/programs/pt_chown.c: Likewise.
22192         * nscd/nscd.c (print_version): Likewise.
22193         * debug/xtrace.sh: Likewise.
22194         * malloc/memusage.sh: Likewise.
22195         * malloc/mtrace.pl: Likewise.
22196         * debug/catchsegv.sh: Likewise.
22197
22198 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
22199
22200         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
22201         pure attribute.
22202
22203 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
22204
22205         [BZ #13533]
22206         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
22207         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
22208         transformations.
22209         * iconv/gconv_int.h: Likewise.
22210         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
22211         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
22212         from libc for GLIBC_2.16.
22213         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
22214         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
22215         * wcsmbs/uchar.h: Really define mbstate_t.
22216         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
22217         * wcsmbs/c16rtomb.c: New file.
22218         * wcsmbs/mbrtoc16.c: New file.
22219         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
22220         for C/POSIX locale.
22221         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
22222         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
22223
22224         * wcsmbs/wchar.h: Add missing __restrict.
22225
22226 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
22227
22228         [BZ #13532]
22229         * time/Makefile (routines): Add timespec_get.
22230         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
22231         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
22232         timespec for ISO C11.
22233         * time/timespec_get.c: New file.
22234         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
22235         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
22236
22237         [BZ #13531]
22238         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
22239         * stdlib/stdlib.h: Declare aligned_alloc.
22240         * Versions.def: Add GLIBC_2.16 for libc.
22241         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
22242
22243         [BZ 13527]
22244         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
22245         ISO C11.
22246
22247         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
22248         code.
22249
22250         [BZ #13528]
22251         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
22252
22253         [BZ #13529]
22254         * assert/assert.h (static_assert): Define.
22255
22256         * version.h: Update for 2.16 development version.
22257
22258         [BZ #13526]
22259         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
22260         _ISOC11_SOURCE.
22261
22262         * version.h (RELEASE): Bump for 2.15 release.
22263         * include/features.h (__GLIBC_MINOR__): Bump to 15.
22264
22265         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
22266         Patch by Marek Polacek <mpolacek@redhat.com>.
22267
22268         * bits/byteswap.h: Protect long long constants with __extension__.
22269         * sysdeps/i386/bits/byteswap.h: Likewise.
22270         * sysdeps/ia64/bits/byteswap.h: Likewise.
22271         * sysdeps/s390/bits/byteswap.h: Likewise.
22272         * sysdeps/x86_64/bits/byteswap.h: Likewise.
22273
22274 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
22275
22276         [BZ #13540]
22277         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
22278         destination buffer.
22279         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
22280
22281 2011-12-23  Marek Polacek  <polacek@redhat.com>
22282
22283         * elf/dl-addr.c (determine_info): Add inline keyword.
22284         * elf/tst-auditmod4b.c (check_avx): Likewise.
22285         * elf/tst-auditmod6b.c (check_avx): Likewise.
22286         * elf/tst-auditmod6c.c (check_avx): Likewise.
22287         * elf/tst-auditmod7b.c (check_avx): Likewise.
22288
22289 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
22290
22291         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
22292         !__SSE_MATH__.
22293
22294 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
22295
22296         [BZ #13540]
22297         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
22298         processing for last bytes.
22299
22300 2011-08-06  Bruno Haible  <bruno@clisp.org>
22301
22302         [BZ #13061]
22303         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
22304         U+0385, not to U+1FEE.
22305
22306         [BZ #13062]
22307         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
22308         entry for U+00A5 U+0301.
22309
22310 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
22311
22312         [BZ #13166]
22313         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
22314         buffer for the output is too small.
22315
22316         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
22317         optimization.
22318
22319         [BZ #13185]
22320         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
22321         SSE flags if possible.
22322
22323 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
22324
22325         [BZ #13540]
22326         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
22327         processing for last bytes.
22328
22329 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
22330
22331         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
22332         (syscall-list-default-options, syscall-list-default-condition)
22333         (syscall-list-includes): Define.
22334         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
22335         list of ABIs and options and #if conditions for each ABI.  Do not
22336         handle common syscalls between ABIs specially.
22337         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
22338         Remove.
22339         (syscall-list-variants, syscall-list-32bit-options)
22340         (syscall-list-32bit-condition, syscall-list-64bit-options)
22341         (syscall-list-64bit-condition): Define.
22342         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
22343         (syscall-list-variants, syscall-list-32bit-options)
22344         (syscall-list-32bit-condition, syscall-list-64bit-options)
22345         (syscall-list-64bit-condition): Define.
22346         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
22347         Remove.
22348         (syscall-list-variants, syscall-list-32bit-options)
22349         (syscall-list-32bit-condition, syscall-list-64bit-options)
22350         (syscall-list-64bit-condition): Define.
22351         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
22352         Remove.
22353         (syscall-list-variants, syscall-list-32bit-options)
22354         (syscall-list-32bit-condition, syscall-list-64bit-options)
22355         (syscall-list-64bit-condition): Define.
22356
22357 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
22358
22359         * locale/iso-639.def: Add brx entry.
22360
22361         [BZ #13328]
22362         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
22363         Proposed by Mariusz_Cukr <marcukr@op.pl>.
22364
22365         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
22366         __feraiseexcept_renamed.
22367
22368 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
22369
22370         [BZ #13538]
22371         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
22372         EPOLLET with unsigned values.
22373         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
22374         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
22375
22376         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
22377         to large cancellation.
22378         * math/s_cacoshf.c: Likewise.
22379         * math/s_cacoshl.c: Likewise.
22380
22381 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
22382
22383         [BZ #13305]
22384         [BZ #12786]
22385         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
22386         * math/s_cacoshf.c: Likewise.
22387         * math/s_cacoshl.c: Likewise.
22388
22389 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
22390
22391         [BZ #13439]
22392         * iconv/gconv.h: Define __GCONV_SWAP.
22393         * iconvdata/unicode.c: The swap bit must be stored in __flags.
22394         * iconvdata/utf-16.c: Likewise.
22395         * iconvdata/utf-32.c: Likewise.
22396
22397 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
22398
22399         [BZ #13524]
22400         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
22401         numerator after shifting it by one limb.
22402
22403 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
22404
22405         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
22406         under [__USE_EXTERN_INLINES].
22407
22408 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
22409
22410         [BZ #13446]
22411         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
22412
22413 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22414
22415         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
22416         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
22417         optimized code.
22418         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
22419         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
22420         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
22421         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
22422         for strncasecmp/strncasecmp_l compilation.
22423         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
22424         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
22425
22426 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
22427
22428         [BZ #13484]
22429         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
22430         of __asm__.
22431
22432 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
22433
22434         [BZ #13506]
22435         * time/tzfile.c (__tzfile_read): Check values from file header.
22436
22437 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
22438
22439         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
22440         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
22441         * powerpc/powerpc32/dl-start.S: Likewise.
22442         * powerpc/powerpc32/elf/start.S: Likewise.
22443         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22444         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
22445         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
22446         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
22447         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
22448         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
22449         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
22450         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22451         * powerpc/powerpc32/fpu/s_round.S: Likewise.
22452         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
22453         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
22454         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
22455         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
22456         * powerpc/powerpc32/memset.S: Likewise.
22457         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
22458         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
22459         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
22460         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
22461         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
22462         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22463         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22464         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22465         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
22466         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
22467         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
22468         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
22469         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
22470
22471 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22472
22473         * math/libm-test.inc: Added more nearbyint tests.
22474         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
22475         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
22476         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
22477         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
22478
22479 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
22480
22481         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
22482         FD_CLOEXEC.
22483
22484 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
22485
22486         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
22487         Add wcscpy-ssse3 wcscpy-c.
22488         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
22489         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
22490         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
22491         * sysdeps/x86_64/wcschr.S: New file.
22492         * sysdeps/x86_64/wcsrchr.S: New file.
22493         * string/test-strcmp.c: Remove checking of wcscmp function for
22494         wrong alignments.
22495         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
22496         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
22497         wcsrchr-sse2 wcsrchr-c.
22498         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
22499         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
22500         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
22501         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
22502         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
22503         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
22504         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
22505         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
22506         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
22507         * wcsmbc/wcschr.c (WCSCHR): New macro.
22508
22509 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
22510
22511         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
22512         * wcsmbs/test-wcsrchr.c: New file.
22513         * string/test-strrchr.c: Add wcsrchr support.
22514         (WIDE): New macro.
22515         * wcsmbs/test-wcscpy.c: New file.
22516         * string/test-strcpy.c: Add wcscpy support.
22517         (WIDE): New macro.
22518
22519 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
22520
22521         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
22522         the inner loop.
22523
22524 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
22525
22526         [BZ #13472]
22527         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
22528
22529 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
22530
22531         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
22532         Minor optimizations.
22533
22534         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
22535         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
22536         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
22537
22538 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
22539
22540         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
22541         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
22542         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
22543         for gcc to avoid warnings.
22544         * inet/Makefile (tests): Add tst-checks.
22545         * inet/tst-checks.c: New file.
22546
22547         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
22548         warning.
22549
22550         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
22551         __wmemcmp_sse2.
22552
22553         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
22554         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
22555
22556         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
22557
22558 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
22559
22560         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
22561         problem.
22562
22563         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
22564
22565 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
22566
22567         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
22568         conditional on GCC version.
22569         (__arch_compare_and_exchange_val_8_acq)
22570         (__arch_compare_and_exchange_val_16_acq)
22571         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
22572         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
22573         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
22574
22575 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
22576
22577         * sysdeps/sh/backtrace.c: New file.
22578
22579 2011-12-02  Andreas Schwab  <schwab@redhat.com>
22580
22581         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
22582         parenthesis.
22583
22584 2011-12-01  Andreas Schwab  <schwab@redhat.com>
22585
22586         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
22587         falling back to utime.
22588
22589 2011-11-30  Andreas Schwab  <schwab@redhat.com>
22590
22591         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
22592         expectations for float.
22593
22594 2011-11-29  Andreas Schwab  <schwab@redhat.com>
22595
22596         * locale/weight.h (findidx): Add parameter len.
22597         * locale/weightwc.h (findidx): Likewise.
22598         * posix/fnmatch_loop.c (FCT): Adjust caller.
22599         * posix/regcomp.c (build_equiv_class): Likewise.
22600         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
22601         * posix/regexec.c (check_node_accept_bytes): Likewise.
22602         * string/strcoll_l.c (STRCOLL): Likewise.
22603         * string/strxfrm_l.c (STRXFRM): Likewise.
22604
22605 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
22606
22607         * Makefile.in: Remove CVSOPT handling.
22608         * configure.in: Remove use of AC_REVISION.
22609         * iconvdata/Makefile (distribute): No need to filter out CVS.
22610         * scripts/list-sources.sh: Remove CVS, subversion and monotone
22611         handling.
22612
22613 2011-11-16  Andreas Schwab  <schwab@redhat.com>
22614
22615         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
22616         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
22617         [USE_AS_STRNCASECMP_L]: Likewise.
22618         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
22619         NO_TLS_DIRECT_SEG_REFS.
22620         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
22621         Fix argument offsets for non-PIC.
22622         [USE_AS_STRNCASECMP_L]: Likewise.
22623         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
22624         NO_TLS_DIRECT_SEG_REFS.
22625
22626 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
22627
22628         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
22629         O_CLOEXEC.
22630         * locale/loadlocale.c (_nl_load_locale): Likewise.
22631
22632 2011-11-15  Andreas Schwab  <schwab@redhat.com>
22633
22634         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
22635         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
22636         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
22637         (SYSCALL_GETTIME): Set errno on error.
22638
22639         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
22640         count references to noai6ai_cached.
22641
22642 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
22643
22644         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
22645
22646         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
22647         FD_CLOEXEC for /proc/self/maps.
22648
22649         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
22650         FD_CLOEXEC for /proc/meminfo.
22651
22652         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
22653         gai.conf.
22654
22655         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
22656         FD_CLOEXEC for given file.
22657
22658         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
22659
22660         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
22661         FD_CLOEXEC for /etc/hosts.
22662         (_gethtent): Likewise.
22663
22664         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
22665
22666         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
22667         cancellation and set FD_CLOEXEC for /etc/netgroup.
22668
22669         * nss/nss_files/files-key.c (search): Don't allow cancellation when
22670         reading /etc/publickey.
22671
22672         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
22673         allow cancellation when reading /etc/group.
22674
22675         * nss/nss_files/files-alias.c (internal_setent): Don't allow
22676         cancellation.
22677         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
22678
22679         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
22680         when using data file.
22681
22682         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
22683
22684         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
22685         (write_nis_obj): Use "c" and "e" in fopen.
22686
22687         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
22688
22689         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
22690
22691         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
22692
22693         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
22694
22695         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
22696         locale.alias.
22697
22698         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
22699
22700         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
22701
22702         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
22703
22704         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
22705         file parsing and set FD_CLOEXEC.
22706
22707 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
22708
22709         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
22710
22711 2011-11-14  Andreas Schwab  <schwab@redhat.com>
22712
22713         * malloc/arena.c (arena_get2): Don't call reused_arena when
22714         _int_new_arena failed.
22715
22716 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
22717
22718         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
22719         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
22720         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
22721         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
22722         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22723         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
22724         to compile strcasecmp and strncasecmp.
22725         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
22726         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
22727
22728         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
22729
22730 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
22731
22732         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
22733         locale-defines.sym to gen-as-const-headers.
22734         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
22735         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
22736         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
22737         to compile strcasecmp and strncasecmp.
22738         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
22739         strcasecmp_l and strncasecmp_l.
22740         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
22741         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
22742         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
22743         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
22744         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
22745         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
22746         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
22747         * sysdeps/i386/i686/multiarch/strncase.S: New file.
22748         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
22749         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
22750         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
22751
22752 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
22753
22754         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
22755         result of SYSDEP_GETTIME_CPU to retval.
22756         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
22757         parameter list to macro.  Remove trailing semicolon.  Adjust users.
22758
22759         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
22760         variable.
22761
22762         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
22763         mantissa words.
22764         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
22765
22766         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
22767         from unused variable.
22768
22769         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
22770         DWARF definitions.
22771         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
22772         for assembling.
22773
22774         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
22775         over namespaces.
22776
22777         * sunrpc/rpc_prot.c (rejected): Fix case value.
22778
22779         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
22780         unsigned long long int to avoid warnings in shift.
22781
22782         * posix/regex_internal.c (re_string_reconstruct): Actually use result
22783         of use of trans.
22784         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
22785         variable tmp.
22786
22787         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
22788         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
22789         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
22790
22791         * nis/nis_table.c (nis_list): Use variable of correct type for
22792         result of __follow_path call.
22793
22794 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22795
22796         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
22797         of math functions ceil, trunc, floor, round, and sqrt, when
22798         avaliable on the platform.
22799         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
22800         name clash.
22801         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
22802         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
22803         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
22804
22805 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
22806
22807         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
22808         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
22809
22810 2011-11-11  Roland McGrath  <roland@hack.frob.com>
22811
22812         * include/unistd.h: Fix __readlink return type.
22813         Reported by Chris Metcalf <cmetcalf@tilera.com>.
22814
22815 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
22816
22817         * stdlib/ucontext.h: Undo last change for makecontext.
22818
22819 2011-11-11  Andreas Schwab  <schwab@redhat.com>
22820
22821         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
22822
22823         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
22824         * setjmp/setjmp.h: Mark functions as non-leaf.
22825         * setjmp/bits/setjmp2.h: Likewise.
22826         * stdlib/ucontext.h: Likewise.
22827
22828 2011-11-10  Andreas Schwab  <schwab@redhat.com>
22829
22830         * malloc/arena.c (_int_new_arena): Don't increment narenas.
22831         (reused_arena): Don't check arena limit.
22832         (arena_get2): Atomically check arena limit.
22833
22834 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
22835
22836         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
22837         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
22838
22839         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
22840         instructions.
22841
22842 2011-11-07  Andreas Schwab  <schwab@redhat.com>
22843
22844         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
22845         handler when locking.
22846
22847         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
22848         Fix size of allocated buffer.
22849
22850 2011-11-04  Andreas Schwab  <schwab@redhat.com>
22851
22852         [BZ #10103]
22853         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
22854         declarations for long double functions.
22855         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
22856
22857         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
22858
22859 2011-11-03  Andreas Schwab  <schwab@redhat.com>
22860
22861         * nscd/nscd.c (main): Don't start AVC thread until credentials are
22862         installed.
22863
22864         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
22865         is disabled.
22866
22867 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22868
22869         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
22870
22871 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
22872
22873         * include/alloca.h (stackinfo_alloca_round): Define.
22874         (extend_alloca): Use it.
22875         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
22876         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
22877         here.
22878
22879         * scripts/check-local-headers.sh: Ignore libaudit.h.
22880
22881         * nscd/Makefile (extra-objs): Make recursively expanded.
22882
22883 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
22884
22885         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
22886         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22887
22888         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
22889         * posix/tst-rfc3484-2.c: Likewise.
22890         * posix/tst-rfc3484-3.c: Likewise.
22891
22892         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
22893         process_vm_writev.
22894         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
22895         process_vm_writev.
22896         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
22897         process_vm_writev from libc using GLIBC_2.15 version.
22898
22899         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
22900
22901 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
22902
22903         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
22904         stack usage.
22905
22906 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
22907
22908         [BZ #13367]
22909         * nss/getent.c (initgroups_keys): Show error message in case no group
22910         names are given.
22911
22912         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
22913         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
22914         __bump_nl_timestamp.
22915         * nscd/connections (nscd_init): When host database is served open
22916         netlink socket and request notification about configuration changes.
22917         (main_loop_poll): Track netlink file descriptor and bump timestamp
22918         in case data becomes available.
22919         (main_loop_epoll): Likewise.
22920         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
22921         (database_pers_head): Add extra_data fileds.
22922         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
22923         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
22924         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
22925         Adjust caller.
22926         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
22927         in6ai data, call __free_in6ai.
22928         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
22929         Add -DHAVE_NETLINK.
22930         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
22931         interface information.  Reuse previous data if netlink timestamp
22932         is not changed.
22933         (__bump_nl_timestamp): New function.
22934         (__free_in6ai): New function.
22935
22936 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
22937
22938         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
22939         close_not_cancel_no_status here.
22940         (__check_pf): Reorganize code a bit to not call close twice if OOM.
22941
22942 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
22943
22944         [BZ #13276]
22945         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
22946         return value.
22947
22948         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
22949         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
22950         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
22951
22952 2011-07-03  Andreas Jaeger  <aj@suse.de>
22953
22954         [BZ #10709]
22955         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
22956         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
22957         * math/libm-test.inc (sin_test): Add test case.
22958
22959 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
22960
22961         [BZ #13337]
22962         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
22963         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
22964
22965         * elf/chroot_canon.c (chroot_canon): Cleanups.
22966
22967         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
22968
22969         [BZ #13335]
22970         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
22971         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
22972
22973         * string/test-strchr.c: Make usable for strchrnul testing.
22974         * string/test-strchrnul.c: New file.
22975         * string/Makefile (strop-tests): Add strchrnul.
22976
22977         * po/it.po: Update from translation team.
22978         * po/es.po: Likewise.
22979
22980 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
22981
22982         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
22983         the three constants needed as parameters.  Drop the others.
22984         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
22985         __m128i_strloadu_tolower.
22986         Create and initialize variable zero and use it in all the places
22987         where _mm_setzero_si128 was used.
22988
22989         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
22990         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
22991         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
22992         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
22993         anymore.
22994         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
22995         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
22996         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
22997         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
22998         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
22999         __mpranred, __mptan.
23000         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
23001         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
23002         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
23003         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
23004         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
23005         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
23006         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
23007         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
23008         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
23009
23010 2011-10-28  Andreas Schwab  <schwab@redhat.com>
23011
23012         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
23013         redefine if SHARED.
23014         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
23015
23016         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
23017         wide char related routines to wcsmbs subdir.
23018
23019 2011-10-27  Andreas Schwab  <schwab@redhat.com>
23020
23021         [BZ #13344]
23022         * misc/sys/cdefs.h (__THROWNL): Define.
23023         * posix/unistd.h: Use __THREADNL instead of __THREAD
23024         for memory synchronization functions.
23025
23026 2011-10-26  Roland McGrath  <roland@hack.frob.com>
23027
23028         [BZ #13349]
23029         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
23030         doesn't exist.
23031         * manual/stdio.texi (Obstack Streams): Node removed.
23032
23033 2011-10-26  Andreas Schwab  <schwab@redhat.com>
23034
23035         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
23036         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
23037         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
23038
23039         * math/math_private.h (math_force_eval): Allow non-addressable
23040         arguments.
23041         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
23042
23043 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
23044
23045         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
23046         file is not needed.
23047
23048         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
23049         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
23050         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
23051         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
23052         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
23053         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
23054         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
23055         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
23056         Add AVX variants.
23057         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
23058         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
23059         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
23060         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
23061         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
23062         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
23063         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
23064         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
23065         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
23066         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
23067         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
23068         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
23069         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
23070         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
23071         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
23072         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
23073         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
23074         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
23075         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
23076
23077         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
23078         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
23079
23080         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
23081         place.  Use VEX encoding when compiling for AVX.
23082
23083 2011-10-25  Andreas Schwab  <schwab@redhat.com>
23084
23085         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
23086         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23087
23088         * string/test-strchr.c (do_test): Don't generate NUL bytes.
23089
23090 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
23091
23092         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
23093         useless if() expression.
23094         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23095         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23096         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23097         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23098         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23099         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
23100         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
23101         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
23102         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
23103         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
23104         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
23105         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
23106         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
23107         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
23108         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
23109         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
23110         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
23111         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
23112         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
23113
23114         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
23115
23116 2011-10-25  Andreas Schwab  <schwab@redhat.com>
23117
23118         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
23119         condition.
23120         * elf/dl-fini.c (_dl_sort_fini): Likewise.
23121
23122 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
23123
23124         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
23125         .text section.  Avoid duplicate constants.
23126         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
23127         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23128         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
23129         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23130         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
23131         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23132         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
23133         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23134         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23135         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
23136         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23137         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
23138         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
23139         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
23140         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
23141         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
23142         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
23143         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23144         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23145         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23146         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
23147         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
23148         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
23149         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
23150         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
23151         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
23152         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
23153         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
23154         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
23155         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
23156         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
23157         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
23158         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
23159         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
23160         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
23161         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
23162         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
23163         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
23164         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
23165         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
23166         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
23167         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
23168         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
23169         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
23170         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
23171
23172 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
23173
23174         * sysdeps/x86_64/dla.h: Move to ...
23175         * sysdeps/x86_64/fpu/dla.h: ...here.
23176         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
23177         situations.  Use __builtin_fma only for gcc 4.6 and up.
23178
23179         * config.make.in: Add have-mfma4 entry.
23180         * configure.in: Substitute libc_cv_cc_fma4.
23181         * math/Makefile (dbl-only-routines): Add sincostab.
23182         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
23183         Use __sincostab not sincos.
23184         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
23185         name is a macro.
23186         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
23187         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23188         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
23189         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
23190         using __copysign.
23191         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
23192         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
23193         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
23194         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
23195         and __inv.
23196         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
23197         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
23198         __copysign.
23199         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
23200         define aliases when function name is a macro.
23201         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
23202         sysdeps/ieee754/dbl-64/sincos.tbl.
23203         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
23204         fma4-enabled routines.
23205         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
23206         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
23207         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
23208         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
23209         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
23210         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
23211         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
23212         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
23213         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
23214         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
23215         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
23216         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
23217         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
23218         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
23219         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
23220         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
23221         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
23222         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
23223         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
23224         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
23225         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
23226         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
23227         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
23228         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
23229         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
23230         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
23231         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
23232         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
23233         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
23234         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
23235
23236         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
23237         rename.
23238         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23239         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23240         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23241         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23242         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
23243         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23244         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23245         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23246
23247 2011-10-24  Andreas Schwab  <schwab@redhat.com>
23248
23249         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
23250
23251 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
23252
23253         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
23254
23255         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
23256         prediction.
23257         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
23258
23259         * string/strnlen.c: Don't define STRNLEN, reverse logic.
23260         Remove unused variable magic_bits.
23261         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
23262
23263         * string/strnlen.c: Define and use STRNLEN macro.
23264         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
23265         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
23266         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
23267         * wcsmbs/wcslen.c: Define and use WCSLEN.
23268         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
23269         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
23270         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
23271         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
23272         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
23273         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
23274         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
23275
23276 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23277
23278         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
23279         strnlen-sse2-no-bsf.
23280         Rename strlen-no-bsf to strlen-sse2-no-bsf.
23281         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
23282         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
23283         Add strnlen support.
23284         (USE_AS_STRNLEN): New macro.
23285         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
23286         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
23287         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
23288         * sysdeps/x86_64/wcslen.S: New file.
23289
23290 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
23291
23292         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
23293         XMM-moves are used for copying on small sizes.
23294
23295 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23296
23297         * wcsmbs/Makefile (strop-tests): Add wcschr.
23298         * wcsmbs/test-wcschr.c: New file.
23299         * string/test-strchr.c: Update.
23300         Add wcschr support.
23301         (WIDE): New macro.
23302
23303 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23304
23305         * wcsmbs/Makefile (strop-tests): Add wcslen.
23306         * wcsmbs/test-wcslen.c: New file.
23307         * string/test-strlen.c: Update.
23308         Add wcslen support.
23309         (WIDE): New macro.
23310
23311 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
23312
23313         * po/it.po: Update from translation team.
23314
23315 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23316
23317         * sysdeps/x86_64/wcscmp.S: Update.
23318         Fix wrong comparison semantics.
23319         wcscmp shall use signed comparison not unsigned.
23320         Don't use substraction to avoid overflow bug.
23321         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
23322         * wcsmbc/wcscmp.c: Likewise.
23323         * string/test-strcmp.c: Likewise.
23324         Add new tests to check cases with negative values.
23325
23326 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
23327
23328         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
23329         * sysdeps/x86_64/dla.h: ...here.  New file.
23330         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
23331         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23332         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23333         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23334         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
23335         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23336         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23337         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23338         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23339
23340 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
23341
23342         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
23343         __ynl_finite aliases.
23344
23345 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
23346
23347         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23348
23349         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
23350         define DLA_FMA.
23351         [DLA_FMA] (EMULV): Use DLA_FMA.
23352         [DLA_FMA] (MUL12): Use EMULV.
23353         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
23354         that are not needed.
23355         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23356         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23357         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23358         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
23359         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23360         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23361         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23362
23363 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
23364
23365         * math/s_nan.c: Undef __nan.
23366         * math/s_nanf.c: Undef __nanf.
23367         * math/s_nanl.c: Undef __nanl.
23368         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
23369         "math_private.h".
23370
23371 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
23372
23373         * math/s_catan.c: Add branch predictions.
23374         * math/s_catanf.c: Likewise.
23375         * math/s_catanh.c: Likewise.
23376         * math/s_catanhf.c: Likewise.
23377         * math/s_catanhl.c: Likewise.
23378         * math/s_catanl.c: Likewise.
23379         * math/s_cexp.c: Likewise.
23380         * math/s_cexpf.c: Likewise.
23381         * math/s_cexpl.c: Likewise.
23382         * math/s_clog.c: Likewise.
23383         * math/s_clog10.c: Likewise.
23384         * math/s_clog10f.c: Likewise.
23385         * math/s_clog10l.c: Likewise.
23386         * math/s_clogf.c: Likewise.
23387         * math/s_clogl.c: Likewise.
23388         * math/s_csqrt.c: Likewise.
23389         * math/s_csqrtf.c: Likewise.
23390         * math/s_csqrtl.c: Likewise.
23391         * math/s_ctanf.c: Likewise.
23392         * math/s_ctanh.c: Likewise.
23393         * math/s_ctanhf.c: Likewise.
23394         * math/s_ctanhl.c: Likewise.
23395         * math/s_ctanl.c: Likewise.
23396
23397         * math/math_private.h: Define __nan, __nanf, __nanl.
23398         * math/s_cacosh.c: Include <math_private.h>.
23399         * math/s_cacoshl.c: Likewise.
23400         * math/s_casinh.c: Likewise.
23401         * math/s_casinhf.c: Likewise.
23402         * math/s_casinhl.c: Likewise.
23403         * math/s_ccos.c: Rely entire on ccosh.
23404         * math/s_ccosf.c: Rely entire on ccoshf.
23405         * math/s_ccosl.c: Rely entirely on ccoshl.
23406         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
23407         Remove tests for FE_INVALID.
23408         * math/s_ccoshf.c: Likewise.
23409         * math/s_ccoshl.c: Likewise.
23410         * math/s_csin.c: Likewise.
23411         * math/s_csinf.c: Likewise.
23412         * math/s_csinh.c Likewise.
23413         * math/s_csinhf.c: Likewise.
23414         * math/s_csinhl.c: Likewise.
23415         * math/s_csinl.c: Likewise.
23416         * math/s_ctan.c: Likewise.
23417         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
23418         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
23419         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
23420
23421 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
23422
23423         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
23424         compilation problems.
23425
23426         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
23427         __builtin_expect.
23428
23429 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
23430
23431         * sysdeps/i386/configure.in: Test for -mfma4 option.
23432         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
23433         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
23434         COMMON_CPUID_INDEX_80000001.
23435         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
23436         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
23437         use it if FMA3 is not supported.
23438         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
23439
23440         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
23441         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
23442
23443 2011-10-20  Andreas Schwab  <schwab@redhat.com>
23444
23445         [BZ #12892]
23446         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
23447         it would create a cycle with a link time dependency.
23448
23449 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
23450
23451         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
23452         instruction.
23453         * string/Makefile (strop-tests): Add rawmemchr.
23454         * string/test-rawmemchr.c: New file.
23455
23456         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
23457         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
23458         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
23459         when compiling str{,n}casecmp and when AVX is available.  Hook up
23460         new optimized code in initializers.
23461
23462 2011-10-19  Andreas Schwab  <schwab@redhat.com>
23463
23464         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
23465         __feraiseexcept instead of feraiseexcept.
23466
23467 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
23468
23469         * math/math_private.h: Define defaults for libc_fetestexcept and
23470         libc_feupdateenv.
23471         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
23472         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
23473         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
23474         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
23475         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
23476         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
23477         libc_fetestexcept and libc_feupdateenv.
23478
23479         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
23480         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
23481         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
23482         * sysdeps/x86_64/fpu/math_private.h: Define special version of
23483         libc_feholdexcept_setround.
23484
23485         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
23486         Add s_nearbyint-c and s_nearbyintf-c.
23487         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
23488         nearbyintf inlines.
23489         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
23490         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
23491         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
23492         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
23493
23494         * math/math_private.h: Define defaults for libc_fegetround,
23495         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
23496         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
23497         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
23498         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
23499         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
23500         standard functions.
23501         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23502         Remove comments and hacks for old compiler versions.
23503         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
23504         libc_fegetround, libc_fesetround, libc_feholdexcept, and
23505         libc_feholdexceptl.
23506
23507 2011-10-18  Andreas Schwab  <schwab@redhat.com>
23508
23509         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
23510         (__feraiseexcept_renamed): Add __NTH.
23511         (feraiseexcept): Add __NTH.  Rename local variables to fix
23512         namespace violations.
23513
23514 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
23515
23516         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
23517
23518         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
23519
23520         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
23521         recently added interfaces.
23522         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
23523
23524         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
23525         about macro parameter expansion.
23526
23527         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
23528         __NO_MATH_INLINES is defined.  Cleanups.
23529
23530         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
23531         and __floorf is target has SSE4.1.
23532         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
23533         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
23534         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
23535         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
23536
23537         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
23538         name.
23539         (floorf): Likewise.
23540
23541         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
23542
23543 2011-10-17  Andreas Schwab  <schwab@redhat.com>
23544
23545         * misc/sys/cdefs.h: Fix last change.
23546
23547         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
23548         database lookup.
23549
23550 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
23551
23552         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
23553
23554         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
23555         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23556         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23557         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
23558         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
23559         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
23560         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
23561         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
23562         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
23563         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
23564         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
23565         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
23566         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
23567         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
23568         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
23569         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
23570         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
23571         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
23572         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
23573         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
23574         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
23575         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
23576
23577         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
23578         ceil, ceilf, floor, floorf.
23579
23580         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
23581         Perform IRELATIVE relocations last.
23582
23583         * elf/do-rel.h: Add another parameter nrelative, replacing the
23584         local variable with the same name.  Change name of the function
23585         to end in Rel or Rela (uppercase).
23586         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
23587         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
23588         elf_dynamic_do_##reloc function.
23589
23590 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
23591
23592         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
23593         is sufficient, at least on modern CPUs.
23594
23595         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
23596
23597         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
23598         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
23599
23600         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
23601         __expl_finite.
23602         * math/bits/math-finite.h: Add entries for exp.
23603         * math/e_expl.c: Add __*_finite alias.
23604         * sysdeps/i386/fpu/e_exp.S: Likewise.
23605         * sysdeps/i386/fpu/e_expf.S: Likewise.
23606         * sysdeps/i386/fpu/e_expl.c: Likewise.
23607         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
23608         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
23609         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23610         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23611         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
23612         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
23613         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
23614
23615         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
23616         is sufficient, at least on modern CPUs.
23617
23618         * ctype/ctype-info.c (__ctype_init): Define.
23619         * include/ctype.h (__ctype_init): Declare.
23620         (__ctype_b_loc): The variable is always initialized.
23621         (__ctype_toupper_loc): Likewise.
23622         (__ctype_tolower_loc): Likewise.
23623         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
23624         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
23625
23626 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
23627
23628         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
23629
23630         * configure.in: Also look in $cxxmachine/include for C++ system
23631         headers.
23632
23633 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23634
23635         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
23636         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
23637         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
23638         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
23639         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
23640         (USE_AS_WMEMCMP): New macro.
23641         Fixing indents.
23642         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
23643         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
23644         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
23645         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
23646         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
23647         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
23648         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
23649         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
23650         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
23651         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
23652         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
23653         (USE_AS_WMEMCMP): New macro.
23654         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
23655         * sysdeps/string/test-memcmp.c: Update.
23656         Fix simple_wmemcmp.
23657         Add new tests.
23658         * wcsmbs/wmemcmp.c: Update.
23659         (WMEMCMP): New macro.
23660         Fix overflow bug.
23661
23662 2011-10-12  Andreas Jaeger  <aj@suse.de>
23663
23664         [BZ #13268]
23665         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
23666
23667 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
23668
23669         * libio/iofwide.c (do_length): Avoid warning.
23670
23671         * ctype/ctype.h (__isctype_f): Add missing __THROW.
23672
23673 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
23674
23675         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
23676
23677         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
23678         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
23679         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
23680         * sysdeps/i386/i686/fpu/e_log.S: New file.
23681         * sysdeps/i386/i686/fpu/e_logf.S: New file.
23682         * sysdeps/i386/i686/fpu/e_logl.S: New file.
23683
23684         * ctype/ctype.h: Add support for inlined isXXX functions when
23685         compiling C++ code.
23686
23687 2011-10-14  Andreas Schwab  <schwab@redhat.com>
23688
23689         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
23690
23691         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
23692
23693 2011-10-13  Roland McGrath  <roland@hack.frob.com>
23694
23695         [BZ #13291]
23696         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
23697
23698 2011-10-13  Andreas Schwab  <schwab@redhat.com>
23699
23700         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
23701         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
23702         feraiseexcept.
23703
23704         * sysdeps/x86_64/memrchr.S: Check for zero size.
23705
23706         * string/stratcliff.c: Add memrchr tests.
23707
23708 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23709
23710         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
23711         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
23712         rawmemchr-sse2 rawmemchr-sse2-bsf.
23713         * sysdeps/i386/i686/multiarch/memchr.S: New file.
23714         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
23715         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
23716         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
23717         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
23718         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
23719         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
23720         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
23721         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
23722         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
23723         * string/memrchr.c (MEMRCHR): New macro.
23724
23725 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
23726
23727         Add integration with gcc's -ffinite-math-only and optimize wrapper
23728         functions in libm.
23729         * Versions.def: Define GLIBC_2.15 version for libm.
23730         * math/Makefile (headers): Add bits/math-finite.h.
23731         * math/bits/math-finite.h: New file.
23732         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
23733         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
23734         * math/e_acoshl.c: Add __*_finite alias.
23735         * math/e_acosl.c: Likewise.
23736         * math/e_asinl.c: Likewise.
23737         * math/e_atan2l.c: Likewise.
23738         * math/e_atanhl.c: Likewise.
23739         * math/e_coshl.c: Likewise.
23740         * math/e_exp10.c: Likewise.
23741         * math/e_exp10f.c: Likewise.
23742         * math/e_exp10l.c: Likewise.
23743         * math/e_exp2l.c: Likewise.
23744         * math/e_fmodl.c: Likewise.
23745         * math/e_gammal_r.c: Likewise.
23746         * math/e_hypotl.c: Likewise.
23747         * math/e_j0l.c: Likewise.
23748         * math/e_j1l.c: Likewise.
23749         * math/e_jnl.c: Likewise.
23750         * math/e_lgammal_r.c: Likewise.
23751         * math/e_log10l.c: Likewise.
23752         * math/e_log2l.c: Likewise.
23753         * math/e_logl.c: Likewise.
23754         * math/e_powl.c: Likewise.
23755         * math/e_sinhl.c: Likewise.
23756         * math/e_sqrtl.c: Likewise.
23757         * math/e_scalb.c: Completely rewritten and optimized.
23758         * math/e_scalbf.c: Likewise.
23759         * math/e_scalbl.c: Likewise.
23760         * math/w_acos.c: Likewise.
23761         * math/w_acosf.c: Likewise.
23762         * math/w_acosl.c: Likewise.
23763         * math/w_acosh.c: Likewise.
23764         * math/w_acoshf.c: Likewise.
23765         * math/w_acoshl.c: Likewise.
23766         * math/w_asin.c: Likewise.
23767         * math/w_asinf.c: Likewise.
23768         * math/w_asinl.c: Likewise.
23769         * math/w_atan2.c: Likewise.
23770         * math/w_atan2f.c: Likewise.
23771         * math/w_atan2l.c: Likewise.
23772         * math/w_atanh.c: Likewise.
23773         * math/w_atanhf.c: Likewise.
23774         * math/w_atanhl.c: Likewise.
23775         * math/w_exp10.c: Likewise.
23776         * math/w_exp10f.c: Likewise.
23777         * math/w_exp10l.c: Likewise.
23778         * math/w_fmod.c: Likewise.
23779         * math/w_fmodf.c: Likewise.
23780         * math/w_fmodl.c: Likewise.
23781         * math/w_j0.c: Likewise.
23782         * math/w_j0f.c: Likewise.
23783         * math/w_j0l.c: Likewise.
23784         * math/w_j1.c: Likewise.
23785         * math/w_j1f.c: Likewise.
23786         * math/w_j1l.c: Likewise.
23787         * math/w_jn.c: Likewise.
23788         * math/w_jnf.c: Likewise.
23789         * math/w_log.c: Likewise.
23790         * math/w_logf.c: Likewise.
23791         * math/w_logl.c: Likewise.
23792         * math/w_log10.c: Likewise.
23793         * math/w_log10f.c: Likewise.
23794         * math/w_log10l.c: Likewise.
23795         * math/w_log2.c: Likewise.
23796         * math/w_log2f.c: Likewise.
23797         * math/w_log2l.c: Likewise.
23798         * math/w_pow.c: Likewise.
23799         * math/w_powf.c: Likewise.
23800         * math/w_powl.c: Likewise.
23801         * math/w_remainder.c: Likewise.
23802         * math/w_remainderf.c: Likewise.
23803         * math/w_remainderl.c: Likewise.
23804         * math/w_scalb.c: Likewise.
23805         * math/w_scalbf.c: Likewise.
23806         * math/w_scalbl.c: Likewise.
23807         * math/w_sqrt.c: Likewise.
23808         * math/w_sqrtf.c: Likewise.
23809         * math/w_sqrtl.c: Likewise.
23810         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
23811         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
23812         used.
23813         * math/math_private.h: Declare __kernel_standard_f.
23814         * math/w_cosh.c: Remove cruft and optimize a bit.
23815         * math/w_coshf.c: Likewise.
23816         * math/w_coshl.c: Likewise.
23817         * math/w_exp2.c: Likewise.
23818         * math/w_exp2f.c: Likewise.
23819         * math/w_exp2l.c: Likewise.
23820         * math/w_hypot.c: Likewise.
23821         * math/w_hypotf.c: Likewise.
23822         * math/w_hypotl.c: Likewise.
23823         * math/w_lgamma.c: Likewise.
23824         * math/w_lgamma_r.c: Likewise.
23825         * math/w_lgammaf.c: Likewise.
23826         * math/w_lgammaf_r.c: Likewise.
23827         * math/w_lgammal.c: Likewise.
23828         * math/w_lgammal_r.c: Likewise.
23829         * math/w_sinh.c: Likewise.
23830         * math/w_sinhf.c: Likewise.
23831         * math/w_sinhl.c: Likewise.
23832         * math/w_tgamma.c: Likewise.
23833         * math/w_tgammaf.c: Likewise.
23834         * math/w_tgammal.c: Likewise.
23835         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
23836         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
23837         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
23838         Minor optimizations.  Pretty printing.  Remove cruft.
23839         * sysdeps/i386/fpu/e_acosf.S: Likewise.
23840         * sysdeps/i386/fpu/e_acosh.S: Likewise.
23841         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
23842         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
23843         * sysdeps/i386/fpu/e_acosl.c: Likewise.
23844         * sysdeps/i386/fpu/e_asin.S: Likewise.
23845         * sysdeps/i386/fpu/e_asinf.S: Likewise.
23846         * sysdeps/i386/fpu/e_atan2.S: Likewise.
23847         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
23848         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
23849         * sysdeps/i386/fpu/e_atanh.S: Likewise.
23850         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
23851         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
23852         * sysdeps/i386/fpu/e_exp10.S: Likewise.
23853         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
23854         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
23855         * sysdeps/i386/fpu/e_exp2.S: Likewise.
23856         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
23857         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
23858         * sysdeps/i386/fpu/e_fmod.S: Likewise.
23859         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
23860         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
23861         * sysdeps/i386/fpu/e_hypot.S: Likewise.
23862         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
23863         * sysdeps/i386/fpu/e_log.S: Likewise.
23864         * sysdeps/i386/fpu/e_log10.S: Likewise.
23865         * sysdeps/i386/fpu/e_log10f.S: Likewise.
23866         * sysdeps/i386/fpu/e_log10l.S: Likewise.
23867         * sysdeps/i386/fpu/e_log2.S: Likewise.
23868         * sysdeps/i386/fpu/e_log2f.S: Likewise.
23869         * sysdeps/i386/fpu/e_log2l.S: Likewise.
23870         * sysdeps/i386/fpu/e_logf.S: Likewise.
23871         * sysdeps/i386/fpu/e_logl.S: Likewise.
23872         * sysdeps/i386/fpu/e_pow.S: Likewise.
23873         * sysdeps/i386/fpu/e_powf.S: Likewise.
23874         * sysdeps/i386/fpu/e_powl.S: Likewise.
23875         * sysdeps/i386/fpu/e_remainder.S: Likewise.
23876         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
23877         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
23878         * sysdeps/i386/fpu/e_scalb.S: Likewise.
23879         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
23880         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
23881         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
23882         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
23883         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
23884         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23885         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
23886         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23887         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23888         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23889         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23890         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23891         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23892         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23893         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23894         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23895         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
23896         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23897         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23898         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23899         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
23900         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23901         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23902         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23903         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23904         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23905         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
23906         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
23907         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
23908         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
23909         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
23910         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
23911         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
23912         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
23913         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
23914         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
23915         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
23916         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
23917         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
23918         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
23919         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
23920         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
23921         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
23922         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
23923         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
23924         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
23925         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
23926         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
23927         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
23928         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
23929         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
23930         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
23931         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
23932         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
23933         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
23934         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
23935         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
23936         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
23937         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
23938         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
23939         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
23940         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
23941         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
23942         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
23943         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
23944         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
23945         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
23946         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
23947         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
23948         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
23949         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
23950         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
23951         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
23952         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
23953         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
23954         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
23955         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
23956         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
23957         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
23958         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
23959         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
23960         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
23961         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
23962         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
23963         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
23964         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
23965         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
23966         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
23967         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
23968         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
23969         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
23970         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
23971         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
23972         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
23973         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
23974         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
23975         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
23976         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
23977         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
23978         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
23979         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
23980         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
23981         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
23982         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
23983         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
23984         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
23985         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
23986         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
23987         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
23988         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
23989         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
23990         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
23991         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
23992         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
23993         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
23994         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
23995         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
23996         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
23997         (__isnanf): Likewise.
23998         (__isinf_ns): Likewise.
23999         (__isinf_nsf): Likewise.
24000         (__finite): Likewise.
24001         (__finitef): Likewise.
24002         (__ieee754_sqrt): Define as macro.
24003         (__ieee754_sqrtf): Define as macro.
24004         (__ieee754_sqrtl): Define as macro.
24005         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
24006         inlined copy.
24007         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
24008         __FINITE_MATH_ONLY__ consistent.
24009         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
24010
24011 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
24012
24013         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
24014         of rawmemchr.
24015
24016         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
24017
24018 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
24019
24020         * po/ja.po: Update from translation team.
24021
24022 2011-10-08  Roland McGrath  <roland@hack.frob.com>
24023
24024         * locale/programs/locarchive.c (prepare_address_space): New function.
24025         (create_archive, enlarge_archive, open_archive): Use it.
24026
24027         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
24028         inside [SHARED], where it is used.
24029
24030         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
24031
24032         * nss/getent.c (netgroup_keys): Remove unused variable.
24033         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
24034
24035 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
24036
24037         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
24038         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
24039         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
24040         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
24041         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
24042         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
24043         * math/Makefile (libm-calls): Add s_isinf_ns.
24044         * math/divtc3.c: Use __isinf_nsl instead of isinf.
24045         * math/multc3.c: Likewise.
24046         * math/s_casin.c: Likewise.
24047         * math/s_casinf.c: Likewise.
24048         * math/s_casinl.c: Likewise.
24049         * math/s_ccos.c: Likewise.
24050         * math/s_ccosf.c: Likewise.
24051         * math/s_ccosl.c: Likewise.
24052         * math/s_ctan.c: Likewise.
24053         * math/s_ctanf.c: Likewise.
24054         * math/s_ctanh.c: Likewise.
24055         * math/s_ctanhf.c: Likewise.
24056         * math/s_ctanhl.c: Likewise.
24057         * math/s_ctanl.c: Likewise.
24058         * math/w_fmod.c: Likewise.
24059         * math/w_fmodf.c: Likewise.
24060         * math/w_fmodl.c: Likewise.
24061         * math/w_remainder.c: Likewise.
24062         * math/w_remainderf.c: Likewise.
24063         * math/w_remainderl.c: Likewise.
24064         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
24065         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
24066         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
24067         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
24068         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
24069         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
24070         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
24071         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
24072
24073         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
24074         of the number.
24075         * stdio-common/printf_fphex.c: Likewise.
24076         * stdio-common/printf_size.c: Likewise.
24077
24078         * math/e_exp10.c: Include math_private.h using <...> not "...".
24079         * math/e_exp10f.c: Likewise.
24080         * math/e_exp10l.c: Likewise.
24081         * math/e_exp2l.c: Likewise.
24082         * math/e_j0l.c: Likewise.
24083         * math/e_j1l.c: Likewise.
24084         * math/e_jnl.c: Likewise.
24085         * math/e_lgammal_r.c: Likewise.
24086         * math/e_rem_pio2l.c: Likewise.
24087         * math/e_scalb.c: Likewise.
24088         * math/e_scalbf.c: Likewise.
24089         * math/e_scalbl.c: Likewise.
24090         * math/k_cosl.c: Likewise.
24091         * math/k_sinl.c: Likewise.
24092         * math/k_tanl.c: Likewise.
24093         * math/s_cacoshf.c: Likewise.
24094         * math/s_catan.c: Likewise.
24095         * math/s_catanf.c: Likewise.
24096         * math/s_catanh.c: Likewise.
24097         * math/s_catanhf.c: Likewise.
24098         * math/s_catanhl.c: Likewise.
24099         * math/s_catanl.c: Likewise.
24100         * math/s_ccosh.c: Likewise.
24101         * math/s_ccoshf.c: Likewise.
24102         * math/s_ccoshl.c: Likewise.
24103         * math/s_cexp.c: Likewise.
24104         * math/s_cexpf.c: Likewise.
24105         * math/s_cexpl.c: Likewise.
24106         * math/s_clog.c: Likewise.
24107         * math/s_clog10.c: Likewise.
24108         * math/s_clog10f.c: Likewise.
24109         * math/s_clog10l.c: Likewise.
24110         * math/s_clogf.c: Likewise.
24111         * math/s_clogl.c: Likewise.
24112         * math/s_csin.c: Likewise.
24113         * math/s_csinf.c: Likewise.
24114         * math/s_csinh.c: Likewise.
24115         * math/s_csinhf.c: Likewise.
24116         * math/s_csinhl.c: Likewise.
24117         * math/s_csinl.c: Likewise.
24118         * math/s_csqrt.c: Likewise.
24119         * math/s_csqrtf.c: Likewise.
24120         * math/s_csqrtl.c: Likewise.
24121         * math/s_ctan.c: Likewise.
24122         * math/s_ctanf.c: Likewise.
24123         * math/s_ctanh.c: Likewise.
24124         * math/s_ctanhf.c: Likewise.
24125         * math/s_ctanhl.c: Likewise.
24126         * math/s_ctanl.c: Likewise.
24127         * math/s_ldexp.c: Likewise.
24128         * math/s_ldexpf.c: Likewise.
24129         * math/s_ldexpl.c: Likewise.
24130         * math/s_significand.c: Likewise.
24131         * math/s_significandf.c: Likewise.
24132         * math/s_significandl.c: Likewise.
24133         * math/w_acos.c: Likewise.
24134         * math/w_acosf.c: Likewise.
24135         * math/w_acosh.c: Likewise.
24136         * math/w_acoshf.c: Likewise.
24137         * math/w_acoshl.c: Likewise.
24138         * math/w_acosl.c: Likewise.
24139         * math/w_asin.c: Likewise.
24140         * math/w_asinf.c: Likewise.
24141         * math/w_asinl.c: Likewise.
24142         * math/w_atan2.c: Likewise.
24143         * math/w_atan2f.c: Likewise.
24144         * math/w_atan2l.c: Likewise.
24145         * math/w_atanh.c: Likewise.
24146         * math/w_atanhf.c: Likewise.
24147         * math/w_atanhl.c: Likewise.
24148         * math/w_cosh.c: Likewise.
24149         * math/w_coshf.c: Likewise.
24150         * math/w_coshl.c: Likewise.
24151         * math/w_dremf.c: Likewise.
24152         * math/w_exp10.c: Likewise.
24153         * math/w_exp10f.c: Likewise.
24154         * math/w_exp10l.c: Likewise.
24155         * math/w_exp2.c: Likewise.
24156         * math/w_exp2f.c: Likewise.
24157         * math/w_fmod.c: Likewise.
24158         * math/w_fmodf.c: Likewise.
24159         * math/w_fmodl.c: Likewise.
24160         * math/w_hypot.c: Likewise.
24161         * math/w_hypotf.c: Likewise.
24162         * math/w_hypotl.c: Likewise.
24163         * math/w_j0.c: Likewise.
24164         * math/w_j0f.c: Likewise.
24165         * math/w_j0l.c: Likewise.
24166         * math/w_j1.c: Likewise.
24167         * math/w_j1f.c: Likewise.
24168         * math/w_j1l.c: Likewise.
24169         * math/w_jn.c: Likewise.
24170         * math/w_jnf.c: Likewise.
24171         * math/w_jnl.c: Likewise.
24172         * math/w_lgamma.c: Likewise.
24173         * math/w_lgamma_r.c: Likewise.
24174         * math/w_lgammaf.c: Likewise.
24175         * math/w_lgammaf_r.c: Likewise.
24176         * math/w_lgammal.c: Likewise.
24177         * math/w_lgammal_r.c: Likewise.
24178         * math/w_log.c: Likewise.
24179         * math/w_log10.c: Likewise.
24180         * math/w_log10f.c: Likewise.
24181         * math/w_log10l.c: Likewise.
24182         * math/w_log2.c: Likewise.
24183         * math/w_log2f.c: Likewise.
24184         * math/w_log2l.c: Likewise.
24185         * math/w_logf.c: Likewise.
24186         * math/w_logl.c: Likewise.
24187         * math/w_pow.c: Likewise.
24188         * math/w_powf.c: Likewise.
24189         * math/w_powl.c: Likewise.
24190         * math/w_remainder.c: Likewise.
24191         * math/w_remainderf.c: Likewise.
24192         * math/w_remainderl.c: Likewise.
24193         * math/w_scalb.c: Likewise.
24194         * math/w_scalbf.c: Likewise.
24195         * math/w_scalbl.c: Likewise.
24196         * math/w_sinh.c: Likewise.
24197         * math/w_sinhf.c: Likewise.
24198         * math/w_sinhl.c: Likewise.
24199         * math/w_sqrt.c: Likewise.
24200         * math/w_sqrtf.c: Likewise.
24201         * math/w_sqrtl.c: Likewise.
24202         * math/w_tgamma.c: Likewise.
24203         * math/w_tgammaf.c: Likewise.
24204         * math/w_tgammal.c: Likewise.
24205
24206         * po/ja.po: Update from translation team.
24207
24208 2011-09-29  Andreas Jaeger  <aj@suse.de>
24209
24210         [BZ #13179]
24211         * sunrpc/netname.c (netname2host): Fix logic.
24212
24213         [BZ #6779]
24214         [BZ #6783]
24215         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
24216         correctly.
24217         * math/w_remainder.c (__remainder): Likewise.
24218         * math/w_remainderf.c (__remainderf): Likewise.
24219         * math/libm-test.inc (remainder_test): Add test cases.
24220
24221 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24222
24223         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
24224         sdiv_qrnnd.
24225
24226 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
24227
24228         * string/test-memcmp.c: Avoid unncessary #defines.
24229         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
24230
24231 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
24232
24233         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
24234         Use new sse2 version for core i3 - i7 as it's faster
24235         than sse42 version.
24236         (bit_Prefer_PMINUB_for_stringop): New.
24237         * sysdeps/x86_64/rawmemchr.S: Update.
24238         Replace with faster SSE2 version.
24239         * sysdeps/x86_64/memrchr.S: New file.
24240         * sysdeps/x86_64/memchr.S: Update.
24241         Replace with faster SSE2 version.
24242
24243 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
24244
24245         * elf/dl-load.c (lose): Add cast to avoid warning.
24246
24247 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
24248
24249         * po/ca.po: Update from translation team.
24250
24251         * inet/getnetgrent_r.c: Hook up nscd.
24252         * nscd/Makefile (routines): Add nscd_netgroup.
24253         (nscd-modules): Add netgroupcache.
24254         (CFLAGS-netgroupcache.c): Define.
24255         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
24256         (cache_search): Add const to second parameter.
24257         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
24258         INNETGR.
24259         (dbs): Add netgrdb entry.
24260         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
24261         (verify_persistent_db): Handle netgrdb.
24262         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
24263         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
24264         GETFDNETGR.
24265         (netgroup_response_header): Define.
24266         (innetgroup_response_header): Define.
24267         (datahead): Add netgroup_response_header and innetgroup_response_header
24268         elements.
24269         * nscd/nscd.conf: Add entries for netgroup cache.
24270         * nscd/nscd.h (dbtype): Add netgrdb.
24271         (_PATH_NSCD_NETGROUP_DB): Define.
24272         (netgroup_iov_disabled): Declare.
24273         (xmalloc, xcalloc, xrealloc): Move declarations here.
24274         (cache_search): Adjust prototype.
24275         Add netgroup-related prototypes.
24276         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
24277         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
24278         (__nscd_innetgr): Declare.
24279         * nscd/selinux.c (perms): Use access_vector_t as element type and
24280         add netgroup-related initializers.
24281         * nscd/netgroupcache.c: New file.
24282         * nscd/nscd_netgroup.c: New file.
24283         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
24284         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
24285         For four parameters use innetgr.
24286         * nss/nss_files/files-init.c: Add definition and callback for netgr.
24287         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
24288         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
24289         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
24290
24291         * nscd/connections.c (register_traced_file): Don't register file
24292         for disabled databases.
24293
24294 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
24295
24296         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
24297
24298         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
24299         from tree and freeing node.
24300
24301 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
24302
24303         * nss/nsswitch.c (__nss_database_lookup): Handle
24304         nss_parse_service_list out of memory case.
24305
24306 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
24307
24308         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
24309         out of memory case.
24310
24311 2011-10-04  Andreas Schwab  <schwab@redhat.com>
24312
24313         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
24314         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
24315         pass it down.
24316         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
24317         elf_machine_rela, elf_machine_lazy_rel.
24318         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
24319         (ELF_DYNAMIC_DO_REL): Likewise.
24320         (ELF_DYNAMIC_DO_RELA): Likewise.
24321         (ELF_DYNAMIC_RELOCATE): Likewise.
24322         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
24323         to ELF_DYNAMIC_DO_REL.
24324         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
24325         (dl_main): In trace mode always set __RTLD_NOIFUNC.
24326         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
24327         elf_machine_rela.
24328         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
24329         skip_ifunc, don't call ifunc function if non-zero.
24330         (elf_machine_rela): Likewise.
24331         (elf_machine_lazy_rel): Likewise.
24332         (elf_machine_lazy_rela): Likewise.
24333         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
24334         (elf_machine_lazy_rel): Likewise.
24335         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
24336         Likewise.
24337         (elf_machine_lazy_rel): Likewise.
24338         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24339         Likewise.
24340         (elf_machine_lazy_rel): Likewise.
24341         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
24342         (elf_machine_lazy_rel): Likewise.
24343         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
24344         (elf_machine_lazy_rel): Likewise.
24345         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24346         (elf_machine_lazy_rel): Likewise.
24347         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
24348         (elf_machine_lazy_rel): Likewise.
24349         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
24350         (elf_machine_lazy_rel): Likewise.
24351         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24352         (elf_machine_lazy_rel): Likewise.
24353
24354 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
24355
24356         * nss/nss_files/files-init.c (_nss_files_init): Use static
24357         initialization for all the *_traced_file variables.
24358
24359 2011-09-28  Andreas Schwab  <schwab@redhat.com>
24360
24361         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
24362
24363 2011-09-27  Roland McGrath  <roland@hack.frob.com>
24364
24365         [BZ #13226]
24366         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
24367
24368 2011-09-27  Andreas Schwab  <schwab@redhat.com>
24369
24370         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
24371         Reread the line before reparsing it.
24372
24373 2011-09-26  Andreas Schwab  <schwab@redhat.com>
24374
24375         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
24376
24377 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
24378             Maxim Kuvyrkov  <maxim@codesourcery.com>
24379             Joseph Myers  <joseph@codesourcery.com>
24380
24381         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
24382         if needed for __stack_chk_guard.
24383
24384 2011-09-19  Roland McGrath  <roland@hack.frob.com>
24385
24386         * sysdeps/posix/spawni.c (script_execute): Always define it.
24387         It will be optimized away if unused.
24388         (maybe_script_execute): New function.
24389         (__spawni): Call it.
24390
24391         * Makerules: Don't include tls.make.
24392         (config-tls): Always set to thread.
24393         * tls.make.c: File removed.
24394
24395 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
24396
24397         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
24398         * config.make.in (CPPFLAGS-config): New substituted variable.
24399
24400 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
24401
24402         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
24403
24404         [BZ #13192]
24405         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
24406         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
24407
24408 2011-09-15  Roland McGrath  <roland@hack.frob.com>
24409
24410         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
24411         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
24412         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
24413         (CALL_FAIL): Likewise.
24414         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
24415         (CALL_FAIL): Macro removed.
24416         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
24417
24418 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
24419
24420         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
24421         for __FINITE_MATH_ONLY__ == 1.
24422
24423 2011-09-15  Andreas Schwab  <schwab@redhat.com>
24424
24425         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
24426         __ieee754_sqrt instead of sqrt.
24427         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
24428         __ieee754_sqrtf instead of sqrtf.
24429         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
24430         __floorf instead of floorf.
24431         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
24432         __floorf, __truncf instead of floorf, truncf.
24433
24434 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
24435
24436         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
24437
24438         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
24439         __extern_always_inline.
24440         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
24441         32-bit.
24442
24443 2011-09-14  Andreas Schwab  <schwab@redhat.com>
24444
24445         * elf/rtld.c (dl_main): Also relocate in dependency order when
24446         doing symbol dependency testing.
24447
24448 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
24449
24450         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24451         Always define `refsym'.
24452
24453 2011-09-13  Andreas Schwab  <schwab@redhat.com>
24454
24455         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
24456         (__FD_ELT): Renamed from __FDELT.
24457         * misc/bits/select2.h (__FD_ELT): Likewise.
24458         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
24459         __FD_MASK instead of __FDELT, __FDMASK.
24460         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
24461         Likewise.
24462         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
24463         Likewise.
24464
24465         * elf/Makefile (gen-ldd): Fix pattern.
24466
24467         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
24468         (init_tls): Likewise.
24469
24470 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
24471
24472         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
24473
24474 2011-09-12  Andreas Schwab  <schwab@redhat.com>
24475
24476         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
24477         `struct cmsghdr *' instead of `void *'.
24478         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
24479         Likewise.
24480
24481 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
24482
24483         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
24484         if non-absolute.
24485         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
24486         ldd_rewrite_script.
24487
24488 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
24489
24490         * configure.in: Remove --with-tls option.
24491         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
24492         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
24493         out in case it is missing.
24494         * sysdeps/ia64/elf/configure.in: Likewise.
24495         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
24496         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
24497         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
24498         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
24499         * sysdeps/sh/elf/configure.in: Likewise.
24500         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
24501         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
24502         * sysdeps/x86_64/elf/configure.in: Likewise.
24503         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
24504         * sysdeps/mach/hurd/tls.h: Likewise.
24505
24506         [BZ #13067]
24507         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
24508
24509         [BZ #13090]
24510         * configure.in: Fix use of AC_INIT.
24511
24512         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
24513
24514 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
24515
24516         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
24517         __set_errno.
24518         * malloc/hooks.c: Likewise.
24519
24520         [BZ #11929]
24521         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
24522         variables statically.
24523         (narenas): Initialize.
24524         (list_lock): Initialize.
24525         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
24526         initializtion of main_arena and list_lock.  Small cleanups.
24527         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
24528         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
24529         Add initializers to main_arena and mp_.
24530         (malloc_state): Remove pagesize member.  Change all users to use
24531         GLRO(dl_pagesize).
24532
24533         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
24534         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
24535         is always initialized.
24536
24537         * malloc/malloc.c: Removed unused configurations and dead code.
24538         * malloc/arena.c: Likewise.
24539         * malloc/hooks.c: Likewise.
24540         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
24541
24542         * include/tls.h: Removed.  USE___THREAD must always be defined.
24543         * bits/libc-tsd.h: Don't handle !USE___THREAD.
24544         * elf/dl-libc.c: Likewise.
24545         * elf/dl-tsd.c: Likewise.
24546         * include/errno.h: Likewise.
24547         * include/netdb.h: Likewise.
24548         * include/resolv.h: Likewise.
24549         * inet/herrno-loc.c: Likewise.
24550         * inet/herrno.c: Likewise.
24551         * malloc/arena.c: Likewise.
24552         * malloc/hooks.c: Likewise.
24553         * malloc/malloc.c: Likewise.
24554         * resolv/res-state.c: Likewise.
24555         * resolv/res_libc.c: Likewise.
24556         * sysdeps/i386/dl-machine.h: Likewise.
24557         * sysdeps/ia64/dl-machine.h: Likewise.
24558         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
24559         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
24560         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
24561         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
24562         * sysdeps/sh/dl-machine.h: Likewise.
24563         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
24564         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
24565         * sysdeps/unix/i386/sysdep.S: Likewise.
24566         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
24567         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
24568         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
24569         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
24570         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
24571         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
24572         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
24573         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
24574         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
24575         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
24576         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24577         * sysdeps/x86_64/dl-machine.h: Likewise.
24578         * tls.make.c: Likewise.
24579
24580         * configure.in: Remove --with-__thread option.  Make tests for
24581         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
24582         tls_model attribute fail if no support is available.  Remove
24583         USE_IN_LIBIO.
24584         * Makeconfig: Adjust for dropped configure option.  All features are
24585         now mandatory.
24586         * Makerules: Likewise.
24587         * Versions.def: Likewise.
24588         * argp/argp-fmtstream.c: Likewise.
24589         * argp/argp-fmtstream.h: Likewise.
24590         * argp/argp-help.c: Likewise.
24591         * assert/assert.c: Likewise.
24592         * config.h.in: Likewise.
24593         * config.make.in: Likewise.
24594         * configure: Likewise.
24595         * configure.in: Likewise.
24596         * csu/Versions: Likewise.
24597         * csu/init.c: Likewise.
24598         * elf/tst-audit2.c: Likewise.
24599         * elf/tst-tls10.c: Likewise.
24600         * elf/tst-tls10.h: Likewise.
24601         * elf/tst-tls11.c: Likewise.
24602         * elf/tst-tls12.c: Likewise.
24603         * elf/tst-tls14.c: Likewise.
24604         * elf/tst-tlsmod11.c: Likewise.
24605         * elf/tst-tlsmod12.c: Likewise.
24606         * elf/tst-tlsmod13.c: Likewise.
24607         * elf/tst-tlsmod13a.c: Likewise.
24608         * elf/tst-tlsmod14a.c: Likewise.
24609         * elf/tst-tlsmod15b.c: Likewise.
24610         * elf/tst-tlsmod16a.c: Likewise.
24611         * elf/tst-tlsmod16b.c: Likewise.
24612         * elf/tst-tlsmod7.c: Likewise.
24613         * elf/tst-tlsmod8.c: Likewise.
24614         * elf/tst-tlsmod9.c: Likewise.
24615         * gmon/gmon.c: Likewise.
24616         * grp/fgetgrent_r.c: Likewise.
24617         * grp/putgrent.c: Likewise.
24618         * hurd/fopenport.c: Likewise.
24619         * include/libc-symbols.h: Likewise.
24620         * include/tls.h: Likewise.
24621         * intl/gettextP.h: Likewise.
24622         * intl/loadinfo.h: Likewise.
24623         * locale/global-locale.c: Likewise.
24624         * locale/localeinfo.h: Likewise.
24625         * mach/devstream.c: Likewise.
24626         * malloc/arena.c: Likewise.
24627         * malloc/set-freeres.c: Likewise.
24628         * misc/err.c: Likewise.
24629         * misc/getttyent.c: Likewise.
24630         * misc/mntent_r.c: Likewise.
24631         * posix/getopt.c: Likewise.
24632         * posix/wordexp.c: Likewise.
24633         * pwd/fgetpwent_r.c: Likewise.
24634         * resolv/Versions: Likewise.
24635         * resolv/res_hconf.c: Likewise.
24636         * shadow/fgetspent_r.c: Likewise.
24637         * shadow/putspent.c: Likewise.
24638         * stdio-common/printf_fphex.c: Likewise.
24639         * stdio-common/tmpfile.c: Likewise.
24640         * stdlib/abort.c: Likewise.
24641         * stdlib/fmtmsg.c: Likewise.
24642         * sunrpc/auth_unix.c: Likewise.
24643         * sunrpc/clnt_perr.c: Likewise.
24644         * sunrpc/clnt_tcp.c: Likewise.
24645         * sunrpc/clnt_udp.c: Likewise.
24646         * sunrpc/clnt_unix.c: Likewise.
24647         * sunrpc/openchild.c: Likewise.
24648         * sunrpc/svc_simple.c: Likewise.
24649         * sunrpc/svc_tcp.c: Likewise.
24650         * sunrpc/svc_udp.c: Likewise.
24651         * sunrpc/svc_unix.c: Likewise.
24652         * sunrpc/xdr.c: Likewise.
24653         * sunrpc/xdr_array.c: Likewise.
24654         * sunrpc/xdr_rec.c: Likewise.
24655         * sunrpc/xdr_ref.c: Likewise.
24656         * sunrpc/xdr_stdio.c: Likewise.
24657
24658 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
24659
24660         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
24661
24662 2011-07-03  Andreas Jaeger  <aj@suse.de>
24663
24664         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
24665         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
24666         regenerate with gen-libm-tests.pl.
24667
24668 2010-05-12  Petr Baudis  <pasky@suse.cz>
24669
24670         [BZ #11589]
24671         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
24672         around j0() zero points by switching to j1().
24673         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
24674         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
24675         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
24676         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
24677
24678 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
24679
24680         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
24681         instead of 0.
24682         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
24683         instead of 0.
24684         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
24685         Patch in part by Pavel Roskin <proski@gnu.org>.
24686
24687         [BZ #13138]
24688         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
24689         realloc.
24690         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
24691         Free memory block if necessary.
24692
24693         [BZ #12847]
24694         * libio/genops.c (INTDEF): For string streams the _lock pointer can
24695         be NULL.  Don't lock in this case.
24696
24697 2011-09-09  Roland McGrath  <roland@hack.frob.com>
24698
24699         * elf/elf.h (ELFOSABI_GNU): New macro.
24700         (ELFOSABI_LINUX): Define to that.
24701
24702 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
24703
24704         * string/strncat.c (strncat): Undef the symbol in case it has been
24705         defined in bits/string.h.
24706
24707 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
24708
24709         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
24710
24711         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
24712         link map.
24713
24714 2011-08-17  Andreas Jaeger  <aj@suse.de>
24715
24716         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
24717
24718 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
24719             Ian Lance Taylor  <iant@google.com>
24720
24721         * math/libm-test.inc (lround_test): New testcase.
24722         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
24723
24724 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
24725
24726         * Makefile: Remove support for automatic cvs check-ins.
24727         * Makerules: Likewise.
24728         * config.make.in: Likewise.
24729         * configure.in: Likewise.
24730         * intl/Makefile: Likewise.
24731         * locale/Makefile: Likewise.
24732         * po/Makefile: Likewise.
24733         * posix/Makefile: Likewise.
24734         * sysdeps/gnu/Makefile: Likewise.
24735         * sysdeps/mach/hurd/Makefile: Likewise.
24736         * sysdeps/sparc/sparc32/Makefile: Likewise.
24737
24738         [BZ #13118]
24739         * posix/Makefile (bug-regex32-ENV): Define.
24740         Patch by John Stanley <jpsinthemix@verizon.net>.
24741
24742         * misc/Makefile (headers): Add bits/select2.h.
24743         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
24744         * misc/bits/select2.h: New file.
24745         * include/bits/select2.h: New file.
24746         * debug/Makefile (routines): Add fdelt_chk.
24747         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
24748         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
24749         FD_ISSET.
24750         * debug/fdelt_chk.c: New file.
24751
24752         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
24753         * wcsmbs/test-wmemcmp.c: Likewise.
24754         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
24755         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
24756
24757 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
24758
24759         * string/Makefile (strop-tests): Add memcmp.
24760         * string/test-wmemcmp.c: New file.
24761         * string/test-memcmp.c: Add wmemcmp support.
24762
24763 2011-09-08  Roland McGrath  <roland@hack.frob.com>
24764
24765         [BZ #13153]
24766         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
24767         2011-07-19 change.
24768
24769         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
24770         garbage value in a __mach_port_mod_refs call in the cases of the
24771         task-self and thread-self ports.
24772
24773 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24774
24775         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
24776
24777 2011-09-08  Andreas Schwab  <schwab@redhat.com>
24778
24779         * elf/dl-load.c (lose): Check for non-null L.
24780
24781 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
24782
24783         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
24784
24785         * elf/dl-libc.c (dlerror_run): Pass back error code from
24786         dl_catch_error.
24787
24788         [BZ #13123]
24789         * elf/dl-load.c (lose): Free l_origin if it is valid.
24790
24791         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
24792         names.
24793         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
24794         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
24795         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
24796         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
24797         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
24798         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
24799
24800 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24801
24802         * sysdeps/powerpc/fpu/e_hypot.c: New file.
24803         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
24804         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
24805         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
24806         * sysdeps/powerpc/fpu/k_cosf.c: New file.
24807         * sysdeps/powerpc/fpu/k_sinf.c: New file.
24808         * sysdeps/powerpc/fpu/s_cosf.c: New file.
24809         * sysdeps/powerpc/fpu/s_sinf.c: New file.
24810         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
24811         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
24812
24813 2011-08-15  Alan Modra  <amodra@gmail.com>
24814
24815         [BZ #13092]
24816         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
24817         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
24818         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
24819         ppc_mcount to static-only-routines.
24820         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
24821         __mcount_internal.
24822         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
24823         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
24824
24825 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
24826
24827         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
24828         for finite and infinity parameters.
24829
24830 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
24831
24832         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
24833         and add nop instructions for throughput optimization.
24834         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24835
24836 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
24837
24838         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
24839         aligned copy for power7 with vector-scalar instructions.
24840         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24841
24842 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
24843
24844         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
24845         AVX check.
24846
24847 2011-09-07  Andreas Schwab  <schwab@redhat.com>
24848
24849         [BZ #13144]
24850         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
24851         last change.
24852
24853 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
24854
24855         * sysdeps/unix/sysv/linux/x86_64/init-first.c
24856         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
24857         syscall wrapper around clock_gettime in __vdso_clock_gettime.
24858         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
24859         clock_gettime.
24860
24861 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
24862
24863         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
24864         Forgot to demangle the pointer.
24865
24866         * sysdeps/i386/sysdep.h: Define atom_text_section.
24867         * sysdeps/x86_64/sysdep.h: Likewise.
24868         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
24869         section with atom_text_section.
24870         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
24871         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
24872         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
24873         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
24874         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
24875
24876         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
24877         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
24878         already be defined.  Change to take two parameters and don't assign
24879         result to variable.  Adjust all users.
24880         Define INTERNAL_GETTIME if not already defined.
24881         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
24882         call.
24883         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
24884         HAVE_CLOCK_GETTIME_VSYSCALL.
24885         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
24886
24887         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
24888         gettimeofday vsyscall, just use time.
24889
24890 2011-09-06  Andreas Schwab  <schwab@redhat.com>
24891
24892         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
24893         <errno.h>.
24894
24895 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
24896
24897         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
24898         syscall on x86-64.
24899         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
24900         syscall.
24901         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
24902         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
24903         syscall if possible.
24904
24905 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
24906
24907         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
24908         e_ident.  Don't pass to find_mapsXX.
24909         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
24910
24911 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24912
24913         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
24914         strchr-sse2-no-bsf strrchr-sse2-no-bsf
24915         * sysdeps/x86_64/multiarch/strchr.S: Update.
24916         Check bit_slow_BSF bit.
24917         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24918         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
24919         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
24920
24921 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
24922
24923         [BZ #13134]
24924         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
24925         before glibc 2.15.
24926         (tryshell): Define.
24927         (__spawni): Change last parameter to be flag.  Test
24928         SPAWN_XFLAGS_USE_PATH flag to use path or not.
24929         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
24930         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
24931         * posix/spawni.c: Likewise.
24932         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
24933         * posix/spawnp.c: Likewise.  Change normal version to use
24934         SPAWN_XFLAGS_USE_PATH.
24935         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
24936         SPAWN_XFLAGS_TRY_SHELL.
24937
24938         [BZ #13150]
24939         * posix/glob.h: Remove gcc 1.x support.
24940
24941         [BZ #13068]
24942         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
24943
24944 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24945
24946         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
24947         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
24948         strrchr-sse2-bsf
24949         * sysdeps/i386/i686/multiarch/strchr.S: New file.
24950         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
24951         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
24952         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
24953         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
24954         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
24955
24956 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
24957
24958         * sysdeps/x86_64/wcscmp.S: New file.
24959
24960         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
24961         wcscmp-c wcscmp-sse2
24962         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
24963         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
24964         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
24965         * wcsmbs/wcscmp.c: Allow renaming.
24966
24967 2011-09-05  David S. Miller  <davem@davemloft.net>
24968
24969         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
24970         stack slot, rather than the struct return pointer slot.
24971         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
24972         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
24973         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
24974         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
24975
24976 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
24977
24978         * po/ja.po: Update from translation team.
24979
24980         [BZ #13144]
24981         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
24982         kernel in 64-bit binaries.
24983
24984 2011-09-01  David S. Miller  <davem@davemloft.net>
24985
24986         * elf/elf.h (HWCAP_SPARC_*): Move to..
24987         * sysdeps/sparc/sysdep.h: this new file and add new values.
24988         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
24989         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
24990         _DL_HWCAP_COUNT to 24.
24991         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
24992         entries.
24993         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
24994         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
24995         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
24996         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
24997         instead of magic constants.
24998         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
24999
25000 2011-08-31  David S. Miller  <davem@davemloft.net>
25001
25002         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
25003         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
25004         Reimplement to do errno handling inline.
25005         (SYSCALL_ERROR_HANDLER): New macro.
25006         (__SYSCALL_STRING): Do not do errno handling in asm.
25007         (__CLONE_SYSCALL_STRING): Delete.
25008         (__INTERNAL_SYSCALL_STRING): Delete.
25009         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
25010         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
25011         (PSEUDO): Reimplement to do errno handling inline.
25012         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
25013         (SYSCALL_ERROR_HANDLER): New macro.
25014         (__SYSCALL_STRING): Do not do errno handling in asm.
25015         (__CLONE_SYSCALL_STRING): Delete.
25016         (__INTERNAL_SYSCALL_STRING): Delete.
25017         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
25018         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
25019         i386.
25020         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
25021         (inline_syscall*): Add 'err' argument.
25022         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
25023         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
25024         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
25025         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
25026
25027         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
25028         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
25029
25030 2011-08-30  Andreas Schwab  <schwab@redhat.com>
25031
25032         * elf/rtld.c (dl_main): Relocate objects in dependency order.
25033
25034 2011-08-29  Jiri Olsa <jolsa@redhat.com>
25035
25036         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
25037         directive.
25038
25039 2011-08-24  David S. Miller  <davem@davemloft.net>
25040
25041         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
25042
25043 2011-08-24  Andreas Schwab  <schwab@redhat.com>
25044
25045         * elf/Makefile: Add rules to build and run unload8 test.
25046         * elf/unload8.c: New file.
25047         * elf/unload8mod1.c: New file.
25048         * elf/unload8mod1x.c: New file.
25049         * elf/unload8mod2.c: New file.
25050         * elf/unload8mod3.c: New file.
25051
25052         * elf/dl-close.c (_dl_close_worker): Reset private search list if
25053         it wasn't used.
25054
25055 2011-08-23  David S. Miller  <davem@davemloft.net>
25056
25057         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
25058         subtract stack bias.
25059         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
25060         %sp not %fp in calculations.
25061         (_JMPBUF_UNWINDS_ADJ): Likewise.
25062
25063         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
25064         (aio_suspend): Call it to force an exception region around the
25065         AIO_MISC_WAIT() invocation.
25066
25067 2011-08-23  Andreas Schwab  <schwab@redhat.com>
25068
25069         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
25070         backslash.
25071
25072 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
25073
25074         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
25075         protection macro.
25076         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
25077         and <dl-machine.h>.
25078         (Elf64_FuncDesc): Remove.
25079
25080 2011-08-22  David S. Miller  <davem@davemloft.net>
25081
25082         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
25083         sigaltstack check, add missing cfi directives.
25084         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
25085         missing cfi directives, and sigaltstack handling.
25086
25087 2011-08-16  Andreas Schwab  <schwab@redhat.com>
25088
25089         [BZ #11724]
25090         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
25091         object is seen twice.
25092         * elf/dl-fini.c (_dl_sort_fini): Likewise.
25093
25094         * elf/Makefile (distribute): Add tst-initorder2.c.
25095         (tests): Add tst-initorder2.
25096         (modules-names): Add tst-initorder2a tst-initorder2b
25097         tst-initorder2c tst-initorder2d.  Add rules to build them.
25098         ($(objpfx)tst-initorder2.out): New rule.
25099         * elf/tst-initorder2.c: New file.
25100         * elf/tst-initorder2.exp: New file.
25101
25102 2011-08-22  Andreas Schwab  <schwab@redhat.com>
25103
25104         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
25105
25106         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
25107         dependencies back to end of function.
25108
25109         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
25110         $(elfobjdir)/ld.so.
25111
25112 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
25113
25114         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
25115         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
25116         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
25117         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
25118         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
25119         of __vdso_gettimeofday.
25120         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
25121         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
25122         attribute_hidden.
25123         (_libc_vdso_platform_setup): Remove initialization of
25124         __vdso_gettimeofday and __vdso_time.
25125
25126 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
25127
25128         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
25129         and fgetc_unlocked.
25130         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
25131         getc_unlocked.
25132
25133         * elf/dl-open.c (add_to_global): Report additions to the global scope
25134         for LD_DEBUG=scopes.
25135         (dl_open_worker): Also print scope of newly loaded dependencies.
25136         (_dl_show_scope): Indicate if there is no scope.
25137
25138         [BZ #13114]
25139         * stdio-common/Makefile (tests): Add bug24.
25140         * stdio-common/bug24.c: New file.
25141
25142 2011-08-19  Andreas Jaeger  <aj@suse.de>
25143
25144         [BZ #13114]
25145         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
25146         non-existant file when using close-on-exec mode.
25147
25148 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
25149
25150         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
25151         the very first instruction.
25152
25153         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
25154         the CFI state in the end.
25155         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
25156         inclusion of dl-trampoline.h.
25157         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
25158
25159 2011-08-19  Andreas Schwab  <schwab@redhat.com>
25160
25161         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
25162         expectations for long double.
25163
25164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
25165         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
25166
25167 2011-08-14  David S. Miller  <davem@davemloft.net>
25168
25169         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
25170         artificual limit depends upon the system page size.
25171
25172 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
25173
25174         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
25175         * resolv/Makefile: Define CFLAGS-libresolv.
25176
25177 2011-08-17  Andreas Schwab  <schwab@redhat.com>
25178
25179         * nss/makedb.c (compute_tables): Make variables used in nested
25180         function static.
25181
25182 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
25183
25184         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
25185         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
25186         if buffer was too small.
25187
25188         * elf/pldd.c (main): Attach to all threads in the process.
25189         Rewrite /proc handling to use *at functions.
25190
25191 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
25192
25193         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
25194         specifies first scope to show.
25195         (dl_open_worker): Update callers.  Move printing scope of new
25196         object to before the relocation.
25197         * elf/rtld.c (dl_main): Update _dl_show_scope call.
25198         * sysdeps/generic/ldsodefs.h: Update declaration.
25199
25200         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
25201         string for the scope number.
25202
25203 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
25204
25205         * nscd/servicescache.c (cache_addserv): Make sure written is always
25206         initialized.
25207
25208 2011-08-14  Roland McGrath  <roland@hack.frob.com>
25209
25210         * sysdeps/i386/i486/bits/atomic.h
25211         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
25212         statement expression, so as to suppress "set but not used" warning.
25213         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
25214
25215         * string/strncat.c (STRNCAT): Use prototype definition.
25216
25217         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
25218         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
25219         -Iprograms here.
25220         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
25221         (localedef-modules): Add localedef.
25222         (locale-modules): Add locale.
25223
25224         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
25225         * elf/rtld.c (dl_main): Invert order of assignment in last change,
25226         to avoid a warning.
25227
25228 2011-08-14  David S. Miller  <davem@davemloft.net>
25229
25230         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
25231         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
25232
25233 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
25234
25235         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
25236         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
25237         * elf/rtld.c (dl_main): Set l_name of vDSO.
25238         Call _dl_show_scope when DL_DEBUG_SCOPES.
25239         (process_dl_debug): Recognize scopes flag and also set it for all.
25240         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
25241         Declare _dl_show_scope.
25242
25243         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
25244         (do_dlopen): Pass caller_dlopen to dl_open.
25245         (__libc_dlopen_mode): Initialize caller_dlopen.
25246
25247         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
25248         of libc.  Make tolower call locale-independent.  Optimize a bit by
25249         using isdigit instead of isalnum.
25250         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
25251
25252 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
25253
25254         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
25255         was a dependency or dynamically loaded.
25256
25257 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
25258
25259         * intl/l10nflist.c: Allow architecture-specific pop function.
25260         * sysdeps/x86_64/l10nflist.c: New file.
25261
25262         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
25263         classification.
25264
25265 2011-08-10  Andreas Schwab  <schwab@redhat.com>
25266
25267         * include/dirent.h: Add libc_hidden_proto for scandirat and
25268         scandirat64.  Don't declare __scandirat64.
25269         * dirent/scandirat.c: Add libc_hidden_def.
25270         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
25271         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
25272
25273 2011-08-10  David S. Miller  <davem@davemloft.net>
25274
25275         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
25276         enum.
25277         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25278         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25279         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25280
25281 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
25282
25283         * Versions.def [libc]: Add GLIBC_2.15.
25284         * dirent/Makefile (routines): Add scandirat and scandirat64.
25285         * dirent/Versions [libc]: Export scandirat and scandirat64 for
25286         GLIBC_2.15.
25287         * dirent/dirent.h: Declare scandirat and scandirat64.
25288         * dirent/scandirat.c: New file.
25289         * dirent/scandirat64.c: New file.
25290         * sysdeps/wordsize-64/scandirat.c: New file.
25291         * sysdeps/wordsize-64/scandirat64.c: New file.
25292         * dirent/opendir.c: Define opendirat.
25293         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
25294         using scandirat.
25295         * dirent/scandir64.c: Adjust for scandir.c change.
25296         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
25297         __scandirat64, and __scandir_cancel_handler.
25298         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
25299         additional parameter and use openat instead of open (outside of ld.so).
25300         Add new __opendir as wrapper around __opendirat.
25301         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
25302         here without requiring old scandirat implementation.
25303
25304 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
25305
25306         * dirent/scandir.c (cancel_handler): Renamed to
25307         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
25308         defined.  Adjust users.
25309         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
25310         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
25311
25312 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
25313
25314         * string/test-string.h (IMPL): Use __STRING to expand name and then
25315         stringify it.
25316
25317         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
25318         of cleanups.
25319
25320 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
25321
25322         * string/Makefile: Update.
25323         (strop-tests): Append strncat.
25324         * string/test-wcscmp.c: New file.
25325         New comprehensive test for wcscmp.
25326         * string/test-strcmp.c: Update.
25327         (WIDE): New define.
25328
25329 2011-07-22  Andreas Schwab  <schwab@redhat.com>
25330
25331         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
25332         line.
25333
25334 2011-07-26  Andreas Schwab  <schwab@redhat.com>
25335
25336         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
25337         encoding to ACE if AI_IDN.
25338
25339 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
25340
25341         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
25342         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
25343
25344 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25345
25346         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
25347         Fix overflow bug in strncat.
25348         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
25349
25350         * string/test-strncat.c: Update.
25351         Add new tests for checking overflow bugs.
25352
25353 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25354
25355         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
25356         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
25357         * sysdeps/i386/i686/multiarch/strcat.S: New file.
25358         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
25359         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
25360         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
25361         * sysdeps/i386/i686/multiarch/strncat.S: New file.
25362         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
25363         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
25364
25365         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
25366         (USE_AS_STRCAT): Define.
25367         Add strcat and strncat support.
25368         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
25369
25370 2011-07-25  Andreas Schwab  <schwab@redhat.com>
25371
25372         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
25373         __n bigger than INT_MAX+1.
25374         (__strncmp_g): Likewise.
25375
25376 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
25377
25378         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
25379         * libio/stido.h: Likewise.
25380
25381         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
25382         (AF_NFC): Define.
25383         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
25384         (AF_NFC): Define.
25385
25386         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
25387         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25388         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25389         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
25390         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25391
25392         [BZ #13021]
25393         * scripts/test-installation.pl: Don't expect libnss_test1 to be
25394         installed.
25395
25396         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
25397         typo.
25398         (_dl_x86_64_save_sse): Likewise.
25399
25400 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
25401
25402         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
25403         OSXSAVE.
25404         (_dl_x86_64_save_sse): Likewise.
25405
25406         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
25407
25408         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
25409
25410 2011-07-21  Andreas Schwab  <schwab@redhat.com>
25411
25412         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
25413         change.
25414         (_dl_x86_64_save_sse): Use correct AVX check.
25415
25416 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
25417
25418         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
25419         bug in strncpy/strncat.
25420         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
25421
25422 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
25423
25424         * string/tester.c (test_strcat): Add tests for different alignments
25425         of source and destination.
25426         (test_strncat): Likewise.
25427
25428 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
25429
25430         [BZ #12852]
25431         * posix/glob.c (glob): Check passed in values before using them in
25432         expressions to avoid some overflows.
25433         (glob_in_dir): Likewise.
25434
25435         [BZ #13007]
25436         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
25437         check for AVX enablement so that we don't crash with old kernels and
25438         new hardware.
25439         * elf/tst-audit4.c: Add same checks here.
25440         * elf/tst-audit6.c: Likewise.
25441
25442         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
25443
25444 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
25445
25446         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
25447
25448 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
25449
25450         * po/cs.po: Update from translation team.
25451         * po/bg.po: Likewise.
25452
25453 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
25454
25455         * misc/sys/cdefs.h: Add support for const attribute.
25456         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
25457         to gnu_dev_{major,minor,makedev} functions.
25458
25459 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
25460
25461         * intl/dcigettext.c (get_output_charset): Add missing bracket.
25462
25463 2011-07-20  Andreas Schwab  <schwab@redhat.com>
25464
25465         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
25466         strlen results.
25467
25468 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25469
25470         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
25471         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
25472         register in order to avoid conflicts with the soft frame pointer
25473         being held in r11 when necessary.
25474         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
25475         (INTERNAL_VSYSCALL_NCS): Likewise.
25476
25477 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
25478
25479         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
25480         * elf/dl-fini.c (_dl_fini): Adjust caller.
25481         * elf/dl-close.c (_dl_close_worker): Likewise.
25482         * sysdeps/generic/ldsodefs.h: Adjust declaration.
25483
25484 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
25485
25486         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
25487         "aux_cache->nlibs < 0".
25488
25489         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
25490         in the reload-count case.
25491
25492 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25493
25494         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
25495         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
25496         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
25497         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
25498         * sysdeps/x86_64/multiarch/strcat.S: New file.
25499         * sysdeps/x86_64/multiarch/strncat.S: New file.
25500         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
25501         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
25502         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
25503         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
25504         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
25505         (USE_AS_STRCAT): Define.
25506         Add strcat and strncat support.
25507         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
25508         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25509         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
25510         * string/strncat.c: Update.
25511         (USE_AS_STRNCAT): Define.
25512         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25513         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
25514         and i7.
25515         * sysdeps/x86_64/multiarch/init-arch.h
25516         (bit_Prefer_PMINUB_for_stringop): New.
25517         (index_Prefer_PMINUB_for_stringop): Likewise.
25518         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
25519         bit_Prefer_PMINUB_for_stringop.
25520
25521 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
25522
25523         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
25524         buffer64.
25525         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
25526         of casting of buffer.
25527         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
25528         buffer32 and buffer64.
25529         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
25530         writes instead of casting of buffer.
25531         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
25532         buffer32.
25533         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
25534         casting of buffer.
25535
25536 2011-07-19  Andreas Schwab  <schwab@redhat.com>
25537
25538         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
25539
25540 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
25541
25542         * nscd/nscd.c (termination_handler): Don't do anything for a database
25543         if it has not yet been initialized.
25544
25545 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
25546
25547         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
25548
25549 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
25550
25551         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
25552
25553 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
25554
25555         * po/nl.po: Update from translation team.
25556         * po/sv.po: Likewise.
25557
25558 2011-07-16  Roland McGrath  <roland@hack.frob.com>
25559
25560         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
25561         now disallowed by GCC.
25562
25563         * configure.in (use-default-link): Default to yes if a test -shared
25564         link meets our qualifications.
25565         * configure: Regenerated.
25566
25567         * config.make.in (output-format): New variable.
25568         * configure.in: Check for ld --print-output-format support.
25569         * configure: Regenerated.
25570         * Makerules ($(common-objpfx)format.lds)
25571         [$(output-format) != unknown]: Just use $(output-format),
25572         instead of the linker-script munging.
25573
25574 2011-07-14  Roland McGrath  <roland@hack.frob.com>
25575
25576         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
25577         of $(common-objpfx)shlib.lds.
25578         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
25579
25580         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
25581         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
25582
25583         * configure.in (-z relro check): Adjust test code to add a large
25584         writable data section after it.
25585         * configure: Regenerated.
25586
25587 2011-07-11  Roland McGrath  <roland@hack.frob.com>
25588
25589         * configure.in (-z relro check): Fix test code to make the variable
25590         truly const.
25591         * configure: Regenerated.
25592
25593 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
25594
25595         * nscd/nscd.h (struct traced_file): Define.
25596         (struct database_dyn): Remove inotify_descr, reset_res, and filename
25597         elements.  Add traced_files.
25598         (inotify_fd): Declare.
25599         (register_traced_file): Declare.
25600         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
25601         (inotify_fd): Export.
25602         (resolv_conf_descr): Remove.
25603         (nscd_init): Move inotify descriptor creation to main.
25604         Don't register files for notification here.
25605         (register_traced_file): New function.
25606         (invalidate_cache): Don't use reset_res to determine whether to call
25607         res_init, go through the list of registered files.
25608         (main_loop_poll): The inotify descriptors are now stored in the
25609         structures for the traced files.
25610         (main_loop_epoll): Likewise
25611         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
25612         to __nss_disable_nscd.
25613         * nscd/cache.c (prune_cache): There is no single inotify descriptor
25614         for a database anymore.  Check the records for all the registered
25615         files instead.
25616         * nss/Makefile (libnss_files-routines): Add files-init.
25617         (libnss_db-routines): Add db-init.
25618         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
25619         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
25620         * nss/nss_db/db-init.c: New file.
25621         * nss/nss_files/files-init.c: New file.
25622         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
25623         __nss_lookup_function.
25624         (__nss_lookup_function): Call nss_load_library.
25625         (nss_load_all_libraries): New function.
25626         (__nss_disable_nscd): Take parameter with callback function for files
25627         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
25628         used for the cached services.
25629         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
25630         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
25631         options for features to all the files in nscd.
25632
25633         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
25634
25635 2011-07-10  Roland McGrath  <roland@hack.frob.com>
25636
25637         * csu/elf-init.c (__libc_csu_init): Comment typo.
25638
25639 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
25640
25641         * po/pl.po: Update from translation team.
25642         * po/ja.po: Likewise.
25643         * po/ru.po: Likewise.
25644         * po/ko.po: Likewise.
25645         * po/fr.po: Likewise.
25646
25647 2011-07-09  Roland McGrath  <roland@hack.frob.com>
25648
25649         * configure.in (.ctors/.dtors header and trailer check):
25650         Use an empirical test on a built program.
25651         * configure: Regenerated.
25652
25653         * configure.in (-z relro check): Use an empirical test on a built DSO.
25654         Detect, but do not require, on ia64.
25655         * configure: Regenerated.
25656
25657         * configure.in (READELF): Find it with AC_CHECK_TOOL.
25658         Update tests that use readelf to use $READELF instead.
25659         * configure: Regenerated.
25660
25661 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
25662
25663         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
25664         if the result is not used.
25665
25666 2011-07-05  Andreas Jaeger  <aj@suse.de>
25667
25668         [BZ#9696]
25669         * stdlib/tst-strtod.c: Add testcase.
25670
25671 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
25672
25673         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
25674         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
25675         The latter has a higher limit.  Take additional parameter to pass to
25676         the new function.
25677         (__pathconf): Pass file to __statfs_link_max.
25678         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
25679         __statfs_link_max.
25680         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
25681         __statfs_link_max.
25682
25683         [BZ #12868]
25684         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
25685         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
25686         Handle Lustre.
25687         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
25688         (__statfs_filesize_max): Likewise.
25689         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
25690
25691 2011-07-05  Andreas Jaeger  <aj@suse.de>
25692
25693         * resolv/res_comp.c (dn_skipname): Remove unused variable.
25694
25695 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
25696
25697         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
25698         `status' variable.
25699         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
25700         Likewise.
25701
25702 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
25703
25704         * Makefile (strop-tests): Add strncat.
25705         * string/test-strncat.c: New file.
25706
25707 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
25708
25709         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
25710
25711 2011-06-21  Andreas Jaeger  <aj@suse.de>
25712
25713         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
25714         Copy rule from iconvdata/Makefile.
25715
25716 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
25717
25718         [BZ #12922]
25719         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
25720         but no long options are defined, just return 'W'.
25721
25722 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
25723
25724         [BZ #9696]
25725         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
25726
25727 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
25728
25729         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
25730         netgroups to read.
25731         (innetgr): Likewise.
25732
25733 2011-07-05  Roland McGrath  <roland@hack.frob.com>
25734
25735         * config.make.in (install_root): Default to $(DESTDIR).
25736
25737 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
25738
25739         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
25740
25741 2011-07-02  Roland McGrath  <roland@hack.frob.com>
25742
25743         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
25744
25745         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
25746         containing directory rather than embedding absolute directory names.
25747
25748         * scripts/check-local-headers.sh: Rewritten using awk.
25749         Match by word, not by line.  Print error messages for matches.
25750         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
25751
25752         * Makerules [shlib-lds-flags empty]:
25753         ($(common-objpfx)libc_pic.opts): New target.
25754         ($(common-objpfx)libc_pic.os.clean): New target.
25755         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
25756
25757         * config.make.in (OBJCOPY): New variable.
25758         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
25759         * configure: Regenerated.
25760
25761         * config.make.in (use-default-link): New variable.
25762         * configure.in (use_default_link): Grok --with-default-link to set it.
25763         * configure: Regenerated.
25764         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
25765         (shlib-lds, shlib-lds-flags): Define to empty.
25766
25767         * Makerules (shlib-lds): New variable.
25768         (shlib-lds-flags): New variable.
25769         (build-shlib, build-moduile, build-module-asneeded): Use it.
25770         ($(common-objpfx)libc.so): Use $(shlib-lds).
25771         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
25772         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
25773
25774         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
25775         DT_FLAGS/DT_FLAGS_1 with zero flags.
25776
25777         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
25778         linker script munging.
25779
25780 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
25781
25782         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
25783         as 128-bit value.
25784         * crypt/sha512.c (sha512_process_block): Perform total addition using
25785         128-bit if possible.
25786         (__sha512_finish_ctx): Likewise.
25787         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
25788         as 64-bit value.
25789         * crypt/sha256.c (SWAP64): Define.
25790         (sha256_process_block): Perform total addition using 64-bit if
25791         possible.
25792         (__sha256_finish_ctx): Likewise.
25793
25794 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
25795
25796         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
25797         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25798         * nscd/hstcache.c (cache_addhst): Likewise.
25799         * nscd/grpcache.c (cache_addgr): Likewise.
25800         * nscd/aicache.c (addhstaiX): Likewise
25801         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
25802
25803 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
25804
25805         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
25806         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25807         * nscd/hstcache.c (cache_addhst): Likewise.
25808         * nscd/grpcache.c (cache_addgr): Likewise.
25809         * nscd/aicache.c (addhstaiX): Likewise
25810
25811 2011-07-01  Andreas Schwab  <schwab@redhat.com>
25812
25813         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
25814         domain only when needed.
25815
25816 2011-06-30  Andreas Schwab  <schwab@redhat.com>
25817
25818         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
25819         is always restored.
25820
25821 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
25822
25823         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
25824         are re-adding the entry.
25825         * nscd/servicescache.c (cache_addserv): Likewise.
25826
25827 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
25828
25829         * sysdeps/generic/dl-irel.h: fix protection against multiple
25830         inclusions.
25831         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
25832
25833 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
25834
25835         [BZ #12935]
25836         * malloc/memusage.sh: Fix quoting in message.
25837         * debug/xtrace.sh: Likewise.
25838
25839         * configure.in: Remove support for --experimental-malloc option, make
25840         it the default.
25841         * config.make.in: Likewise.
25842         * malloc/Makefile: Likewise.
25843
25844 2011-06-27  Andreas Schwab  <schwab@redhat.com>
25845
25846         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
25847         two-byte characters.
25848
25849 2011-06-27  Roland McGrath  <roland@hack.frob.com>
25850
25851         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
25852         AC_CACHE_CHECK invocation.
25853         * configure: Regenerated.
25854
25855         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
25856
25857 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
25858
25859         [BZ #12350]
25860         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
25861         bit from old_res_options.
25862
25863         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
25864
25865         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
25866         value type for setfct.
25867
25868 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
25869
25870         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
25871         __gettimeofday instead of gettimeofday.
25872
25873 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
25874
25875         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
25876
25877 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
25878
25879         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
25880
25881         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
25882         info.
25883
25884 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
25885
25886         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
25887         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
25888         strcpy-sse2-unaligned strncpy-sse2-unaligned
25889         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
25890         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
25891         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
25892         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
25893         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
25894         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
25895         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
25896         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
25897         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
25898         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
25899         (STRCPY): Support SSE2 and SSSE3 versions.
25900
25901 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
25902
25903         [BZ #12874]
25904         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
25905         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
25906         kernels which artificially limit size of requests.
25907
25908 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
25909
25910         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
25911         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
25912         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
25913         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
25914         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
25915         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
25916         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
25917         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
25918         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
25919         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
25920         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
25921         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
25922         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
25923         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
25924         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
25925         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25926         Enable unaligned load optimization for Intel Core i3, i5 and i7
25927         processors.
25928         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
25929         Define.
25930         (index_Fast_Unaligned_Load): Define.
25931         (HAS_FAST_UNALIGNED_LOAD): Define.
25932
25933 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
25934
25935         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
25936
25937 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
25938
25939         [BZ #12907]
25940         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
25941         until it is clear that the information is realy needed.
25942         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
25943
25944 2011-06-22  Andreas Schwab  <schwab@redhat.com>
25945
25946         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
25947
25948 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
25949
25950         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
25951         /sys/devices/system/cpu/online if it is usable.
25952
25953         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
25954         reading the information from the /proc filesystem to once a second.
25955
25956 2011-06-21  Andreas Jaeger  <aj@suse.de>
25957
25958         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
25959         NULL after inclusion of kernel headers.
25960
25961 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
25962
25963         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
25964         calls to internal_setent.
25965
25966         [BZ #12885]
25967         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
25968         addresses using gethostbyname4_r ignore IPv4 addresses.
25969
25970         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
25971         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
25972
25973         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
25974
25975 2011-06-20  David S. Miller  <davem@davemloft.net>
25976
25977         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
25978         inclusions.
25979         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
25980
25981         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
25982         (elf_irel): Use it.
25983         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
25984         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
25985         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
25986         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
25987         * sysdeps/x86_64/dl-irel.h: Likewise.
25988
25989         * elf/dl-runtime.c: Use elf_ifunc_invoke.
25990         * elf/dl-sym.c: Likewise.
25991
25992 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
25993
25994         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
25995         need to dereference resplen2.
25996
25997 2011-06-14  Andreas Schwab  <schwab@redhat.com>
25998
25999         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
26000
26001 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
26002
26003         * Makeconfig: Define vardbdir and inst_vardbdir.
26004         * nss/Makefile: Add rules to install db-Makefile.
26005
26006         * nss/nss_db/db-XXX.c: Cleanup.
26007
26008         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
26009         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
26010         GLIBC_PRIVATE.
26011         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
26012         * nss/makedb.c: Implement -g option to specify that value strings
26013         are generated and should not be added to table iterated over for
26014         get*ent calls.
26015         * nss/nss_db/db-initgroups.c: New file.
26016
26017         * nss/getent.c: Add support for initgroups lookups through getgrouplist
26018         interface.
26019
26020         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
26021         (internal_getgrouplist): Adjust to name change.
26022         Update use_initgroups_entry if this is not the first call.
26023         * nss/databases.def: Add initgroups entry.
26024
26025         * nss/makedb.c (compute_tables): Check result of multiple hash table
26026         sizes to minimize maximum chain length.
26027
26028 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
26029
26030         * Versions.def: Add entry for libnss_db.
26031         * shlib-versions: Likewise.
26032         * nss/Makefile: Add rules to build libnss_db.
26033         * nss/Versions: Add libnss_db information.  Organize libnss_files
26034         entries better.
26035         * nss/db-Makefile: Add gshadow support.  Change rules for the new
26036         makedb progra.  Some minor improvements to generate smaller files.
26037         * nss/nss_db/nss_db.h: Move NSS database header data structures to
26038         here from...
26039         * nss/makedb.c: ...here.
26040         Improve database format to be smaller and require less memory at
26041         runtime.
26042         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
26043         db anymore.
26044         * nss/nss_db/db-netgrp.c: Likewise.
26045         * nss/nss_db/db-open.c: Likewise.
26046         * nss/nss_files/flies-XXX.x: Adjust comments.
26047         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
26048         * nss/nss_files/files-grp.c: Likewise.
26049         * nss/nss_files/files-hosts.c: Likewise.
26050         * nss/nss_files/files-network.c: Likewise.
26051         * nss/nss_files/files-proto.c: Likewise.
26052         * nss/nss_files/files-pwd.c: Likewise.
26053         * nss/nss_files/files-rpc.c: Likewise.
26054         * nss/nss_files/files-service.c: Likewise.
26055         * nss/nss_files/files-sgrp.c: Likewise.
26056         * nss/nss_files/files-spwd.c: Likewise.
26057         * nss/nss_db/db-alias.c: Removed.
26058         * nss/nss_db/dummy-db.h: Removed.
26059
26060 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
26061
26062         * nss/makedb.c: Rewritten to not use database library.
26063         * nss/Makefile: Update to build new makedb program.
26064
26065 2011-06-14  Andreas Jaeger  <aj@suse.de>
26066
26067         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
26068         memset declaration.
26069
26070 2011-06-10  Andreas Schwab  <schwab@redhat.com>
26071
26072         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
26073         tmpbuf.
26074
26075 2011-06-10  Roland McGrath  <roland@hack.frob.com>
26076
26077         * Makerules (shlib.lds): Fail if the linker script comes out empty.
26078         * elf/Makefile ($(objpfx)ld.so): Likewise.
26079
26080         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
26081         Don't list ld.so twice in dependencies.
26082
26083         * posix/bug-regex31.c: Include <stdlib.h>.
26084
26085         * nscd/hstcache.c (cache_addhst): Remove unused variable.
26086
26087         * nis/nss_compat/compat-spwd.c
26088         (getspent_next_nss_netgr): Remove unused variable.
26089         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
26090
26091         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
26092         nonmembers" output to use the right array.
26093
26094         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
26095
26096         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
26097
26098         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
26099         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
26100         * catgets/gencat.c (read_input_file): Likewise.
26101         * locale/programs/locarchive.c (enlarge_archive): Likewise.
26102
26103         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
26104         variable definition inside #if's controlling its use.
26105
26106         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
26107
26108         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
26109
26110         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
26111
26112         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
26113         unreachable code.
26114
26115         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
26116
26117         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
26118         * configure: Regenerated.
26119
26120         * Makerules: Revert last change.
26121         * elf/Makefile: Likewise.
26122
26123 2011-06-09  Roland McGrath  <roland@hack.frob.com>
26124
26125         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
26126         * elf/Makefile ($(objpfx)librtld.os): Likewise.
26127         (reloc-link): Likewise.
26128
26129 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
26130
26131         * elf/Makefile: Add rules to build pldd.
26132         * elf/pldd.c: New file.
26133         * elf/pldd-xx.c: New file.
26134
26135 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
26136
26137         * version.h: Update for 2.15 development version.
26138
26139 2011-06-07  David S. Miller  <davem@davemloft.net>
26140
26141         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
26142         ifuncs.
26143         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
26144         elf_machine_lazy_rel): Likewise.
26145         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
26146         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
26147         elf_machine_lazy_rel): Likewise.
26148         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
26149         dl_hwcap via passed in argument.
26150         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
26151         Likewise.
26152
26153 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26154
26155         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
26156
26157 2011-06-06  Roland McGrath  <roland@hack.frob.com>
26158
26159         [BZ #12849]
26160         * manual/fdl-1.1.texi: New file, verbatim from:
26161         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
26162         * manual/lgpl-2.1.texi: New file, verbatim from:
26163         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
26164         * manual/Makefile (licenses): New variable, list those new file names.
26165         (texis): Use it.
26166         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
26167
26168         * manual/fdl.texi: File removed.
26169         * manual/lesser.texi: File removed.
26170         * manual/libc.texinfo (Copying, Documentation License):
26171         Use new @include file names, put @appendix directive before @include.
26172
26173 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
26174
26175         [BZ #12841]
26176         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
26177         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
26178         (mq_open): Add __NTH.
26179
26180 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
26181
26182         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26183         Assume Intel Core i3/i5/i7 processor if AVX is available.
26184
26185 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
26186
26187         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
26188         typo.
26189
26190 2011-05-31  Andreas Schwab  <schwab@redhat.com>
26191
26192         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
26193         memory.  Use alloca_account.  Fix memory leak when retrying.
26194
26195 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
26196
26197         * version.h (RELEASE): Bump for 2.14 release.
26198         * include/features.h (__GLIBC_MINOR__): Bump to 14.
26199
26200         * config.make.in (RANLIB): Remove entry.
26201
26202 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
26203
26204         * po/Makefile (po-sed-cmd): Add ksh to extensions.
26205         (libc.pot): Work around missing support for .ksh extension in xgettext.
26206
26207         [BZ #12684]
26208         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
26209         if both request failed.
26210         (send_dg): In case of server errors clear resplen or *resplen2.
26211
26212         [BZ #12454]
26213         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
26214         when there are multiple maps.
26215         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
26216         (_dl_fini): Remove test here.
26217
26218         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
26219
26220 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
26221
26222         [BZ #12350]
26223         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
26224         bit from old_res_options.
26225         (gaih_inet): Likewise.
26226
26227         [BZ #11099]
26228         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
26229         as signed.
26230
26231         * resolv/res_init.c (res_setoptions): Make the code more compact.
26232
26233         [BZ #11558]
26234         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
26235         set RES_USEVC.
26236
26237         [BZ #11634]
26238         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
26239
26240         * malloc/malloc.h: Mark malloc hook variables as deprecated.
26241
26242         [BZ #11781]
26243         * malloc/malloc.h: Declare malloc hook variables as volatile.
26244
26245         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
26246         in last patch.
26247
26248         [BZ #11799]
26249         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
26250         raise in the comment.
26251         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
26252         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26253         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
26254
26255 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
26256
26257         [BZ #12811]
26258         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
26259         grow the buffers more if it already has to be sufficient.
26260         (build_wcs_upper_buffer): Likewise.
26261         * posix/regexec.c (check_matching): Likewise.
26262         (clean_state_log_if_needed): Likewise.
26263         (extend_buffers): Don't enlarge buffers beyond size of the input
26264         buffer.
26265         Patches mostly by Emil Wojak <emil@wojak.eu>.
26266         * posix/bug-regex32.c: New file.
26267         * posix/Makefile (tests): Add bug-regex32.
26268
26269         * locale/findlocale.c (_nl_find_locale): Return right away if
26270         _nl_explode_name failed.
26271         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
26272
26273         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
26274
26275         * debug/xtrace.sh: Unify messages.
26276         * malloc/memusage.sh: Likewise.
26277
26278         [BZ #12813]
26279         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
26280         time symbol from vDSO.  Substitute with vsyscall if not available.
26281         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
26282         __vdso_time.
26283
26284         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
26285         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
26286         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
26287         Add sendmmsg and internal_sendmmsg.
26288         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
26289         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
26290         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
26291
26292         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
26293         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
26294         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
26295
26296 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
26297
26298         [BZ #12813]
26299         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
26300         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
26301         available.
26302         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
26303         __vdso_getcpu.
26304
26305         [BZ #12814]
26306         * iconvdata/Makefile (tests): Add bug-iconv9.
26307         * iconvdata/bug-iconv9.c: New file.
26308
26309 2011-05-27  Andreas Schwab  <schwab@redhat.com>
26310
26311         [BZ #12814]
26312         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
26313
26314 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
26315
26316         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
26317         (struct user_regs_struct): Change intcs field back to cs.
26318
26319 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
26320
26321         * po/ja.po: Update from translation team.
26322
26323 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
26324
26325         [BZ #12795]
26326         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
26327         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
26328
26329 2011-05-20  Andreas Schwab  <schwab@redhat.com>
26330
26331         * stdlib/longlong.h: Update from GCC.
26332
26333 2011-05-23  Andreas Schwab  <schwab@redhat.com>
26334
26335         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
26336         parameter name.
26337         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
26338         Add parameter name.
26339         (__sysconf): Pass it down.
26340
26341 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
26342
26343         [BZ #12671]
26344         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
26345         some situations.
26346         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
26347         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
26348         add in in __libc_use_alloca calls.  Adjust callers.
26349         (glob): Use malloc in some situations.
26350
26351         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
26352         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
26353         pltexit.
26354
26355 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
26356
26357         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
26358         and CLOCK_BOOTTIME_ALARM.
26359
26360         [BZ #12782]
26361         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
26362         is returned.
26363
26364         * string/_strerror.c (__strerror_r): Print negative errors as signed
26365         numbers.
26366
26367         [BZ #12777]
26368         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
26369         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
26370         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
26371
26372         * configure.in: Fix typo in redirection and correct removal of test
26373         files in two cases.
26374
26375         [BZ #12788]
26376         * locale/setlocale.c (new_composite_name): Fix test to check for
26377         identical name of all categories.
26378
26379         [BZ #12792]
26380         * libio/filedoalloc.c (local_isatty): New function.
26381         (_IO_file_doallocate): Use local_isatty.
26382         * stdio-common/perror.c (perror): In case a new stream is used
26383         forward the stream error.
26384         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
26385         error flag.
26386
26387 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
26388
26389         [BZ #11869]
26390         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
26391         alloca.
26392         * include/alloca.h (extend_alloca_account): Define.
26393
26394         [BZ #11857]
26395         * posix/regex.h: Fix comments with documentation of user-accessible
26396         fields after compilation and describe correct free'ing of pattern
26397         after re_compile_pattern.
26398         Patch by Reuben Thomas <rrt@sc3d.org>.
26399
26400 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
26401
26402         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
26403         and -mno-altivec to prevent the compiler from using Altivec and/or
26404         VSX instructions when the corresponding registers are not available.
26405
26406 2011-05-19  Andreas Schwab  <schwab@redhat.com>
26407
26408         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
26409
26410 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
26411
26412         * libio/freopen.c (freopen): Use __dup2, not dup2.
26413         * libio/freopen64.c (freopen64): Likewise.
26414
26415 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
26416
26417         [BZ #12775]
26418         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
26419         * math/Makefile (tests): Add test-powl.
26420         (CFLAGS-test-powl.c): Define.
26421         * math/test-powl.c: New file.
26422
26423 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
26424
26425         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
26426
26427 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
26428
26429         [BZ #11837]
26430         * iconvdata/gb18030.c: Update to GB18020-2005.
26431
26432 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
26433
26434         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
26435         RE_SYNTAX_POSIX_AWK): Update to match recent development.
26436         Patch by Aharon Robbins <arnold@skeeve.com>.
26437
26438         [BZ #11892]
26439         * stdlib/putenv.c (putenv): Don't always create copy of the variable
26440         on the stack.
26441
26442         [BZ #11895]
26443         * misc/pselect.c (__pselect): Handle timeout value errors hidden
26444         through underflows.
26445
26446         [BZ #12766]
26447         * misc/error.c (error_at_line): Ensure file_name and old_file_name
26448         point to strings before performing equality test for error_one_per_line
26449         mode.
26450
26451         [BZ #11697]
26452         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
26453
26454         [BZ #11820]
26455         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
26456         (struct user_fpregs_struct): Avoid __uint*_t types.
26457
26458         [BZ #6420]
26459         * malloc/mtrace.c (tr_where): Add additional parameter to point to
26460         symbol info.  Use it instead of calling _dl_addr locally.
26461         (lock_and_info): New function.
26462         (tr_freehook): Call lock_and_info and pass symbol info as additional
26463         parameter to tr_where.
26464         (tr_mallochook): Likewise.
26465         (tr_reallochook): Likewise.
26466         (tr_memalignhook): Likewise.
26467
26468         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
26469         used and couldn't be at all thread-safe.
26470
26471 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
26472
26473         * libio/freopen.c (freopen): Don't close old file descriptor
26474         before the new one is opened.  Instead dup the new file descriptor
26475         to the old one after the new stream is created.
26476         * libio/freopen64.c (freopen64): Likewise.
26477         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
26478         * libio/fileops.c (_IO_new_file_close_it): Handle new
26479         _IO_FLAGS2_NOCLOSE flag.
26480         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
26481         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
26482         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
26483         _IO_FLAGS2_NOCLOSE flag.
26484         * include/unistd.h: Add hidden_proto for dup3.
26485         Define __have_dup3.
26486         * io/dup3.c: Define hidden symbol.
26487         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
26488
26489         [BZ #7101]
26490         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
26491         when an incomplete long option is used.
26492         * posix/tst-getopt_long1.c: New file.
26493         * posix/Makefile (tests): Add tst-getopt_long1.
26494
26495         [BZ #10138]
26496         * scripts/config.guess: Update from autoconf-2.68.
26497         * scripts/config.sub: Likewise.
26498
26499         [BZ #10157]
26500         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
26501         tests into ...
26502         (has_cpuclock): ...this.  New function.
26503         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
26504         macro here based on has_cpuclock code.
26505
26506         [BZ #10149]
26507         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
26508         First byte (not low byte) is now always NUL.
26509         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
26510
26511         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
26512         Use non-cancelable interfaces.
26513
26514         [BZ #9809]
26515         * locale/iso-639.def: Add entry for Sorani.
26516
26517         [BZ #11901]
26518         * include/stdlib.h: Move include protection to the right place.
26519         Define abort_msg_s.  Declare __abort_msg with it.
26520         * stdlib/abort.c (__abort_msg): Adjust type.
26521         * assert/assert.c (__assert_fail_base): New function.  Majority
26522         of code from __assert_fail.  Allocate memory for __abort_msg with
26523         mmap.
26524         (__assert_fail): Now call __assert_fail_base.
26525         * assert/assert-perr.c: Remove bulk of implementation.  Use
26526         __assert_fail_base.
26527         * include/assert.hL Declare __assert_fail_base.
26528         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
26529         mmap.
26530         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
26531
26532 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
26533
26534         [BZ #11952]
26535         [BZ #12453]
26536         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
26537         until all modules are registered in the DTV.
26538         * elf/Makefile: Add rules to build and run tst-tls19.
26539         * elf/tst-tls19.c: New file.
26540         * elf/tst-tls19mod1.c: New file.
26541         * elf/tst-tls19mod2.c: New file.
26542         * elf/tst-tls19mod3.c: New file.
26543         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
26544
26545         [BZ #12083]
26546         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
26547         correctly.
26548
26549         [BZ #12601]
26550         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
26551         two-byte sequence errors.
26552         * iconvdata/Makefile (tests): Add bug-iconv8.
26553         * iconvdata/bug-iconv8.c: New file.
26554
26555         [BZ #12626]
26556         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
26557         buf2 definition.
26558
26559         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
26560
26561         [BZ #12432]
26562         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
26563         (dummy_getcfa): New function.
26564         (init): Get _Unwind_GetCFA address, use dummy if not found.
26565         (backtrace_helper): In recursion check, also check whether CFA changes.
26566         (__backtrace): Completely initialize arg.
26567
26568         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
26569         storing incomplete byte sequence in state object.  Avoid testing for
26570         guaranteed too small input if we know there is enough data available.
26571
26572 2011-05-11  Andreas Schwab  <schwab@redhat.com>
26573
26574         * Makeconfig (+link-pie): Indent.
26575         * Rules (binaries-pie): Define if $(have-fpie) and
26576         $(build-shared).
26577         (binaries-shared): Also filter out $(binaries-pie).
26578         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
26579         * nscd/Makefile (others-pie): Add nscd.
26580         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
26581         ($(objpfx)nscd): Remove command override.
26582         * login/Makefile (others-pie): Add pt_chown.
26583         ($(objpfx)pt_chown): Remove command override.
26584         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
26585         remove command overrides.
26586
26587 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
26588
26589         * libio/tst_putwc.c: Fix error messages.
26590
26591         [BZ #12724]
26592         * libio/fileops.c (_IO_new_file_close_it): Always flush when
26593         currently writing and seek to current position when not.
26594         * libio/Makefile (tests): Add bug-fclose1.
26595         * libio/bug-fclose1.c: New file.
26596
26597 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
26598
26599         [BZ #12511]
26600         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
26601         don't set DF_1_NODELETE here.
26602         (do_lookup_x): When entering new entry test for copy relocation
26603         and if necessary set DF_1_NODELETE flag.
26604         * elf/tst-unique4.cc: New file.
26605         * elf/tst-unique4.h: New file.
26606         * elf/tst-unique4lib.cc: New file.
26607         * elf/Makefile: Add rules to build and run tst-unique4.
26608         Patch by Piotr Bury <pbury@goahead.com>.
26609
26610 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
26611
26612         [BZ #12052]
26613         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
26614
26615         [BZ #12625]
26616         * misc/mntent_r.c (addmntent): Flush the stream after the output
26617
26618         [BZ #12393]
26619         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
26620         (is_trusted_path_normalize): Skip initial colon.  Append slash
26621         to empty buffer.  Duplicate is_trusted_path code but allow
26622         constructed patch to be prefix.
26623         (is_dst): Allow $ORIGIN followed by /.
26624         (_dl_dst_substitute): Correct clearing of check_for_trusted.
26625         Correct testing of result of is_trusted_path_normalize
26626         (decompose_rpath): Fix warning.
26627
26628 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
26629
26630         [BZ #11257]
26631         * grp/initgroups.c (internal_getgrouplist): When we found the service
26632         list through the initgroups entry in nsswitch.conf do not always
26633         continue on a successful lookup.  Don't always use the
26634         __nss_group_database value if it is set.
26635         * nss/nsswitch.conf (initgroups): Change action for successful db
26636         lookup to continue for compatibility.
26637
26638 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
26639
26640         [BZ #11532]
26641         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
26642         and CP774 modules.
26643         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
26644         and CP774 modules.
26645         * iconvdata/tst-tables.sh: Likewise.
26646         * iconvdata/cp770.c: New file.
26647         * iconvdata/cp771.c: New file.
26648         * iconvdata/cp772.c: New file.
26649         * iconvdata/cp773.c: New file.
26650         * iconvdata/cp774.c: New file.
26651         * iconvdata/testdata/CP770: New file.
26652         * iconvdata/testdata/CP770..UTF8: New file.
26653         * iconvdata/testdata/CP771: New file.
26654         * iconvdata/testdata/CP771..UTF8: New file.
26655         * iconvdata/testdata/CP772: New file.
26656         * iconvdata/testdata/CP772..UTF8: New file.
26657         * iconvdata/testdata/CP773: New file.
26658         * iconvdata/testdata/CP773..UTF8: New file.
26659         * iconvdata/testdata/CP774: New file.
26660         * iconvdata/testdata/CP774..UTF8: New file.
26661
26662         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
26663         END CHARMAP line.
26664         * iconvdata/gen-8bit-gap.sh: Likewise.
26665         * iconvdata/gen-8bit.sh: Likewise.
26666
26667         * locale/iso-639.def: Add ary entry.
26668
26669         [BZ #11258]
26670         * locale/C-translit.h.in: Add U20A1 transliteration.
26671
26672         [BZ #12178]
26673         * locale/iso-639.def: Add wae entry.
26674         Patch by Kevin Bortis <bortis@translate-wae.ch>.
26675
26676         [BZ #12545]
26677         * locale/programs/localedef.c (construct_output_path): Use ssize_t
26678         for n.
26679
26680         [BZ #12711]
26681         * locale/C-translit.h.in: Add entry for U20B9.
26682         Patch by pravin.d.s@gmail.com.
26683
26684 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
26685
26686         [BZ #12713]
26687         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
26688         ENAMETOOLONG use generic getcwd.
26689         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
26690         in rtld.  Use *stat64.
26691         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
26692         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
26693         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
26694         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
26695         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
26696         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
26697         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
26698         __fstatat64 macros.
26699         * include/dirent.h: Add libc_hidden_proto for rewinddir.
26700         * dirent/rewinddir.c: Add libc_hidden_def.
26701         * sysdeps/mach/hurd/rewinddir.c: Likewise.
26702         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
26703
26704         * include/dirent.h (__alloc_dir): Add flags parameter.
26705         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
26706         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
26707         __alloc_dir.
26708         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
26709         from fdopendir if O_CLOEXEC is already set.
26710
26711 2011-03-15  Alan Modra  <amodra@gmail.com>
26712
26713         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
26714         l_tls_firstbyte_offset non-zero.  Save padding offset in
26715         l_tls_firstbyte_offset for later use.
26716         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
26717         freeing static tls block.
26718
26719 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
26720
26721         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
26722         where #ifdef was intended.  The intent is to prevent ARG_MAX from
26723         being defined by the kernel headers.
26724
26725 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
26726
26727         [BZ #12734]
26728         * resolv/resolv.h: Define RES_NOTLDQUERY.
26729         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
26730         no-tld-query and set RES_NOTLDQUERY.
26731         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
26732         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
26733         modern BIND to search name as TLD unless forbidden.
26734
26735 2011-05-07  Petr Baudis  <pasky@suse.cz>
26736             Ulrich Drepper  <drepper@gmail.com>
26737
26738         [BZ #12393]
26739         * elf/dl-load.c (fillin_rpath): Move trusted path check...
26740         (is_trusted_path): ...to here.
26741         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
26742         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
26743         using is_trusted_path_normalize() in setuid scripts.
26744
26745 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
26746
26747         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
26748         __BEGIN/__END_DECLS.
26749
26750 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
26751
26752         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
26753         NSS_STATUS_NOTFOUND if no record was found.
26754
26755 2011-05-05  Andreas Schwab  <schwab@redhat.com>
26756
26757         * sunrpc/Makefile (headers): Add rpc/netdb.h.
26758         (headers-not-in-tirpc): Remove rpc/netdb.h
26759         * resolv/netdb.h: Revert last change.
26760
26761 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
26762
26763         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
26764         circular dependency between libgcc.a and libc.a.
26765
26766 2011-05-05  Andreas Schwab  <schwab@redhat.com>
26767
26768         * resolv/netdb.h: Don't include <rpc/netdb.h>.
26769         * nis/Makefile: Don't install rpcsvc/*.
26770         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
26771         instead of <rpc/types.h>.
26772         (MAXHOSTNAMELEN): Define.
26773
26774 2011-05-03  Andreas Schwab  <schwab@redhat.com>
26775
26776         * elf/ldconfig.c (add_dir): Don't crash on empty path.
26777
26778 2011-04-28  Maciej Babinski  <mbabinski@google.com>
26779
26780         [BZ #12714]
26781         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
26782         gethostbyname4_r when IPv6 results are possible.
26783
26784 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
26785
26786         [BZ #12723]
26787         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
26788         _PC_PIPE_BUF handling.
26789
26790 2011-04-30  Bruno Haible  <bruno@clisp.org>
26791
26792         [BZ #12717]
26793         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
26794         * resolv/netdb.h (getnameinfo): Change type of flags parameter
26795         to 'int'.
26796         * inet/getnameinfo.c (getnameinfo): Likewise.
26797
26798 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
26799
26800         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
26801         to groups setting in database lookup.
26802         * nss/nsswitch.conf: Add initgroups entry.
26803
26804 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
26805
26806         [BZ #12685]
26807         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
26808         mode string.
26809         Patch by Eric Blake <eblake@redhat.com>.
26810
26811 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
26812
26813         * sunrpc/Makefile (need-export-routines): Add svc_run.
26814         (routines): Remove svc_run.
26815         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
26816         * sunrpc/clnt_perr.c (clnt_perrno): Export.
26817         * sunrpc/svc_run.c (svc_run): Likewise.
26818         * sunrpc/svc_udp.c (svcudp_create): Likewise.
26819
26820 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
26821
26822         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
26823         problem in reallocation in last patch.
26824
26825 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
26826
26827         * sunrpc/Makefile: Move inclusion of Rules.
26828
26829 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
26830
26831         * nss/nss_files/files-initgroups.c: New file.
26832         * nss/Makefile (libnss_files-routines): Add files-initgroups.
26833         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
26834         _nss_files_initgroups_dyn.
26835
26836 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
26837
26838         * elf/elf.h (R_ARM_IRELATIVE): Define.
26839
26840 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
26841
26842         * po/ru.po: Update from translation team.
26843
26844 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
26845
26846         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
26847         dependencies.
26848
26849 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
26850
26851         [BZ #12653]
26852         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
26853         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
26854         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
26855         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26856         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26857
26858 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
26859
26860         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
26861         differing bytes.
26862         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26863         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26864         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26865
26866 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
26867
26868         [BZ #12420]
26869         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
26870         storing it.
26871         * stdlib/bug-getcontext.c: New file.
26872         * stdlib/Makefile: Add rules to build and run bug-getcontext.
26873
26874 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26875
26876         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
26877         instructions into .machine "z9-109".
26878         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
26879         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
26880
26881 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26882
26883         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
26884         between environment variables and auxiliary vector.
26885
26886 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
26887
26888         * Makefile: Add rules to build linkobj/libc.so.
26889         * include/libc-symbols.h: Define libc_hidden_nolink.
26890         * include/rpc/auth.h: Mark functions which are to be hidden.
26891         * include/rpc/auth_des.h: Likewise.
26892         * include/rpc/auth_unix.h: Likewise.
26893         * include/rpc/clnt.h: Likewise.
26894         * include/rpc/des_crypt.h: Likewise.
26895         * include/rpc/key_prot.h: Likewise.
26896         * include/rpc/pmap_clnt.h: Likewise.
26897         * include/rpc/pmap_prot.h: Likewise.
26898         * include/rpc/pmap_rmt.h: Likewise.
26899         * include/rpc/rpc_msg.h: Likewise.
26900         * include/rpc/svc.h: Likewise.
26901         * include/rpc/svc_auth.h: Likewise.
26902         * include/rpc/xdr.h: Likewise.
26903         * nis/Makefile: Link all DSOs against linkobj/libc.so.
26904         * nss/Makefile: Likewise.
26905         * sunrpc/Makefile: Don't install headers.  Build library with normal
26906         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
26907         * sunrpc/auth_des.c: Hide exported symbols by default, export some
26908         for the compat linking library.  Remove use of INTDEF/INTUSE.
26909         * sunrpc/auth_none.c: Likewise.
26910         * sunrpc/auth_unix.c: Likewise.
26911         * sunrpc/authdes_prot.c: Likewise.
26912         * sunrpc/authuxprot.c: Likewise.
26913         * sunrpc/clnt_gen.c: Likewise.
26914         * sunrpc/clnt_perr.c: Likewise.
26915         * sunrpc/clnt_raw.c: Likewise.
26916         * sunrpc/clnt_simp.c: Likewise.
26917         * sunrpc/clnt_tcp.c: Likewise.
26918         * sunrpc/clnt_udp.c: Likewise.
26919         * sunrpc/clnt_unix.c: Likewise.
26920         * sunrpc/des_crypt.c: Likewise.
26921         * sunrpc/des_soft.c: Likewise.
26922         * sunrpc/get_myaddr.c: Likewise.
26923         * sunrpc/key_call.c: Likewise.
26924         * sunrpc/key_prot.c: Likewise.
26925         * sunrpc/netname.c: Likewise.
26926         * sunrpc/pm_getmaps.c: Likewise.
26927         * sunrpc/pm_getport.c: Likewise.
26928         * sunrpc/pmap_clnt.c: Likewise.
26929         * sunrpc/pmap_prot.c: Likewise.
26930         * sunrpc/pmap_prot2.c: Likewise.
26931         * sunrpc/pmap_rmt.c: Likewise.
26932         * sunrpc/publickey.c: Likewise.
26933         * sunrpc/rpc_cmsg.c: Likewise.
26934         * sunrpc/rpc_common.c: Likewise.
26935         * sunrpc/rpc_dtable.c: Likewise.
26936         * sunrpc/rpc_prot.c: Likewise.
26937         * sunrpc/rpc_thread.c: Likewise.
26938         * sunrpc/rtime.c: Likewise.
26939         * sunrpc/svc.c: Likewise.
26940         * sunrpc/svc_auth.c: Likewise.
26941         * sunrpc/svc_authux.c: Likewise.
26942         * sunrpc/svc_raw.c: Likewise.
26943         * sunrpc/svc_run.c: Likewise.
26944         * sunrpc/svc_simple.c: Likewise.
26945         * sunrpc/svc_tcp.c: Likewise.
26946         * sunrpc/svc_udp.c: Likewise.
26947         * sunrpc/svc_unix.c: Likewise.
26948         * sunrpc/svcauth_des.c: Likewise.
26949         * sunrpc/xcrypt.c: Likewise.
26950         * sunrpc/xdr.c: Likewise.
26951         * sunrpc/xdr_array.c: Likewise.
26952         * sunrpc/xdr_float.c: Likewise.
26953         * sunrpc/xdr_intXX_t.c: Likewise.
26954         * sunrpc/xdr_mem.c: Likewise.
26955         * sunrpc/xdr_rec.c: Likewise.
26956         * sunrpc/xdr_ref.c: Likewise.
26957         * sunrpc/xdr_sizeof.c: Likewise.
26958         * sunrpc/xdr_stdio.c: Likewise.
26959
26960 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
26961
26962         [BZ #12650]
26963         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
26964         * sysdeps/ia64/dl-tls.h: Likewise.
26965         * sysdeps/powerpc/dl-tls.h: Likewise.
26966         * sysdeps/s390/dl-tls.h: Likewise.
26967         * sysdeps/sh/dl-tls.h: Likewise.
26968         * sysdeps/sparc/dl-tls.h: Likewise.
26969         * sysdeps/x86_64/dl-tls.h: Likewise.
26970         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
26971
26972 2011-03-14  Andreas Schwab  <schwab@redhat.com>
26973
26974         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
26975         rpath element also skip the following colon.
26976         (expand_dynamic_string_token): Add is_path parameter and pass
26977         down to DL_DST_REQUIRED and _dl_dst_substitute.
26978         (decompose_rpath): Call expand_dynamic_string_token with
26979         non-zero is_path.  Ignore empty rpaths.
26980         (_dl_map_object_from_fd): Call expand_dynamic_string_token
26981         with zero is_path.
26982
26983 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
26984
26985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
26986         Make cancelable.
26987
26988 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
26989
26990         [BZ #12655]
26991         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
26992         Patch by Filipe David Manana <fdmanana@apache.org>.
26993
26994 2011-04-07  Andreas Schwab  <schwab@redhat.com>
26995
26996         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
26997         Maintain aligned stack.
26998         (CHECK_RSP): Remove unused macro.
26999
27000 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
27001
27002         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
27003         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
27004
27005 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
27006
27007         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
27008
27009         * include/features.h: Mention __USE_XOPEN2K8 in comment.
27010
27011 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
27012
27013         [BZ #12518]
27014         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
27015         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
27016         * sysdeps/x86_64/memmove.c: New file.
27017         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
27018         (memcpy): Renamed to ...
27019         (__new_memcpy): This.
27020         (memcpy): Provide GLIBC_2_14 memcpy.
27021         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
27022         (memcpy): Provide GLIBC_2_2_5 memcpy.
27023
27024 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
27025
27026         [BZ #12631]
27027         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
27028
27029 2011-03-30  Andreas Schwab  <schwab@redhat.com>
27030
27031         * misc/syncfs.c: New file.
27032         * misc/Makefile (routines): Add syncfs.
27033         * posix/unistd.h: Declare syncfs.
27034         * sysdeps/unix/syscalls.list: Add syncfs.
27035
27036 2011-04-01  Andreas Schwab  <schwab@redhat.com>
27037
27038         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
27039         open_by_handle_at.
27040         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
27041         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
27042         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
27043         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
27044         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
27045         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
27046         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
27047
27048 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
27049
27050         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
27051         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
27052         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
27053         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
27054         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
27055         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
27056         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
27057
27058         * io/Makefile: Compile fallocate.c, fallocate64.c, and
27059         sync_file_range.c with -fexceptions.
27060         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
27061         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
27062         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
27063         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
27064         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
27065         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
27066         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
27067         sync_file_range as cancellation point
27068         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
27069         now a wrapper around __call_sync_file_range with cancellation handling.
27070         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
27071         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
27072         function name to __call_sync_file_range.
27073         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
27074         Add call_sync_file_range.
27075
27076 2011-04-01  Andreas Schwab  <schwab@redhat.com>
27077
27078         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27079         bits/timex.h.
27080
27081 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
27082
27083         * iconv/iconv.h: Fix typo in comment.
27084         * io/fcntl.h: Likewise.
27085         * libio/stdio.h: Likewise.
27086         * posix/spawn.h: Likewise.
27087         * posix/unistd.h: Likewise.
27088         * stdlib/stdlib.h: Likewise.
27089         * time/time.h: Likewise.
27090         * wcsmbs/wchar.h: Likewise.
27091
27092         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
27093         open_by_handle): Add.
27094         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
27095         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
27096         Augment a few comments.
27097         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
27098         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
27099         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
27100         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
27101         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
27102         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
27103         open_by_handle.
27104
27105         * io/fcntl.h (AT_EMPTY_PATH): Define.
27106
27107 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
27108
27109         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
27110         * sysdeps/unix/sysv/linux/bits/time.h: New file.
27111         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
27112         to...
27113         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
27114         * Versions.def: Add GLIBC_2.14.
27115         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
27116         Export.
27117
27118 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
27119
27120         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
27121         round counter.
27122         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
27123
27124 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
27125
27126         [BZ #12597]
27127         * string/test-strncmp.c (do_page_test): New function.
27128         (check2): Likewise.
27129         (test_main): Call check2.
27130         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
27131
27132 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
27133
27134         [BZ #12587]
27135         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
27136         Handle cache information in CPU leaf 4.
27137         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
27138
27139 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
27140
27141         [BZ #12583]
27142         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
27143         character representation.
27144         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
27145
27146 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
27147
27148         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
27149         END(__isnan) to END(__isnanf) to match function entry point/label
27150         EALIGN(__isnanf,...).
27151
27152 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
27153
27154         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
27155
27156 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
27157
27158         [BZ #12510]
27159         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
27160         copy from the symbol referenced in the relocation to initialize the
27161         used variable.
27162         Patch by Piotr Bury <pbury@goahead.com>.
27163         * elf/Makefile: Add rules to build and tst-unique3.
27164         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
27165         * elf/tst-unique3.cc: New file.
27166         * elf/tst-unique3.h: New file.
27167         * elf/tst-unique3lib.cc: New file.
27168         * elf/tst-unique3lib2.cc: New file.
27169
27170         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
27171
27172 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
27173
27174         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
27175         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
27176         to _start.
27177
27178 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
27179
27180         * elf/dl-load.c (_dl_map_object): If we are looking for the first
27181         to-be-loaded object along a path to loader is ld.so.
27182
27183 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
27184             Ulrich Drepper  <drepper@gmail.com>
27185
27186         * sysdeps/x86_64/memset.S: After aligning destination, code
27187         branches to different locations depending on the value of
27188         misalignment, when multiarch is enabled. Fix this.
27189
27190 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
27191
27192         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
27193         Set _x86_64_preferred_memory_instruction for AMD processsors.
27194         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27195         Set bit_Prefer_SSE_for_memop for AMD processors.
27196
27197 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
27198
27199         * libio/fmemopen.c (fmemopen): Optimize a bit.
27200
27201 2011-03-03  Andreas Schwab  <schwab@redhat.com>
27202
27203         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
27204
27205 2011-03-03  Roland McGrath  <roland@redhat.com>
27206
27207         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
27208
27209 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
27210
27211         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
27212         __bzero_ultra1 instead of __memset_ultra1.
27213
27214 2011-02-23  Andreas Schwab  <schwab@redhat.com>
27215             Ulrich Drepper  <drepper@gmail.com>
27216
27217         [BZ #12509]
27218         * include/link.h (struct link_map): Add l_orig_initfini.
27219         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
27220         returning unsuccessfully.
27221         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
27222         close of a file loaded at startup, restore the original l_initfini
27223         list.
27224         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
27225         list, store the pointer.
27226         * elf/Makefile ($(objpfx)noload-mem): New rule.
27227         (noload-ENV): Define.
27228         (tests): Add $(objpfx)noload-mem.
27229         * elf/noload.c: Include <memcheck.h>.
27230         (main): Call mtrace.  Close all opened handles.
27231
27232 2011-02-17  Andreas Schwab  <schwab@redhat.com>
27233
27234         [BZ #12454]
27235         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
27236         dependencies are missing.
27237
27238 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27239
27240         Fix __if_freereq crash: Unlike the generic version which uses free,
27241         Hurd needs munmap.
27242         * sysdeps/mach/hurd/ifreq.h: New file.
27243
27244 2011-01-27  Petr Baudis  <pasky@suse.cz>
27245             Ulrich Drepper  <drepper@gmail.com>
27246
27247         [BZ 12445]#
27248         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
27249         to extend_alloca().
27250         * stdio-common/bug23.c: New file.
27251         * stdio-common/Makefile (tests): Add bug23.
27252
27253 2010-09-28  Andreas Schwab  <schwab@redhat.com>
27254             Ulrich Drepper  <drepper@gmail.com>
27255
27256         [BZ #12489]
27257         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
27258         before performing relro protection.  At old place add assertion
27259         to make sure nothing changed.
27260
27261 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
27262             Glauber de Oliveira Costa  <glommer@gmail.com>
27263
27264         * elf/elf.h: Add new ARM TLS relocs.
27265
27266 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
27267
27268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
27269         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
27270         cast from r3.
27271         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
27272         'tests' variable.
27273         * sysdeps/wordsize-64/tst-writev.c: New file.
27274
27275 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
27276
27277         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
27278         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
27279         insns in _dl_start to prevent a TOC reference before relocs are
27280         resolved.
27281
27282 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
27283
27284         [BZ #12469]
27285         * Makeconfig: Remove RANLIB definition.
27286         * Makerules: Don't use RANLIB.
27287         * aclocal.m4: Remove ranlib test.
27288         * configure.in: No need to check for ranlib.
27289         * elf/rtld-Rules: Don't use RANLIB.
27290
27291 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27292
27293         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
27294         protection macro.
27295         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
27296         inclusion protection macro.
27297
27298         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
27299         SIGRTMIN and SIGRTMAX and print information in that case only when
27300         SIGRTMIN is defined.
27301
27302 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
27303
27304         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
27305         arginfo fn returning -1.
27306
27307         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
27308         and thousands string is zero terminated.
27309
27310 2011-02-03  Andreas Schwab  <schwab@redhat.com>
27311
27312         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
27313         sysdeps/unix/sysv/linux/bits/socket.h.
27314
27315 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27316
27317         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
27318         (__CPU_COUNT): Remove old macros.
27319         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
27320         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
27321         (__CPU_ALLOC, __CPU_FREE): Add macros.
27322         (__sched_cpualloc, __sched_cpufree): Add declarations.
27323
27324 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
27325
27326         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
27327         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
27328         * nscd/aicache.c (addhstaiX): Return timeout of added value.
27329         (readdhstai): Return value of addhstaiX call.
27330         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
27331         (addgrbyX): Return value returned by cache_addgr.
27332         (readdgrbyname): Return value returned by addgrbyX.
27333         (readdgrbygid): Likewise.
27334         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
27335         (addpwbyX): Return value returned by cache_addpw.
27336         (readdpwbyname): Return value returned by addhstbyX.
27337         (readdpwbyuid): Likewise.
27338         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
27339         (addservbyX): Return value returned by cache_addserv.
27340         (readdservbyname): Return value returned by addservbyX:
27341         (readdservbyport): Likewise.
27342         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
27343         (addhstbyX): Return value returned by cache_addhst.
27344         (readdhstbyname): Return value returned by addhstbyX.
27345         (readdhstbyaddr): Likewise.
27346         (readdhstbynamev6): Likewise.
27347         (readdhstbyaddrv6): Likewise.
27348         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
27349         (readdinitgroups): Return value returned by addinitgroupsX.
27350         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
27351         (prune_cache): Keep track of timeout value of re-added entries.
27352         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
27353         * nscd/nscd.h: Adjust prototypes of readd* functions.
27354
27355 2011-02-04  Roland McGrath  <roland@redhat.com>
27356
27357         * nis/nis_server.c (nis_servstate): Use the right name for 0.
27358         (nis_stats): Likewise.
27359         * nis/nis_modify.c (nis_modify): Likewise.
27360         * nis/nis_remove.c (nis_remove): Likewise.
27361         * nis/nis_add.c (nis_add): Likewise.
27362
27363         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
27364
27365         * posix/fnmatch_loop.c: Add some consts.
27366
27367         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
27368
27369 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
27370
27371         [BZ #12460]
27372         * config.make.in (config-cflags-novzeroupper): Define.
27373         * configure.in: Substitute libc_cv_cc_novzeroupper.
27374         * elf/Makefile (AVX-CFLAGS): Define.
27375         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
27376         (CFLAGS-tst-auditmod4a.c): Likewise.
27377         (CFLAGS-tst-auditmod4b.c): Likewise.
27378         (CFLAGS-tst-auditmod6b.c): Likewise.
27379         (CFLAGS-tst-auditmod6c.c): Likewise.
27380         (CFLAGS-tst-auditmod7b.c): Likewise.
27381         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
27382
27383 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
27384
27385         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
27386         function to the callback.
27387         Patch partly by Jiri Olsa <jolsa@redhat.com>.
27388
27389 2011-02-02  Andreas Schwab  <schwab@redhat.com>
27390
27391         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
27392         of errno.
27393
27394 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
27395
27396         [BZ #11724]
27397         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
27398         of constructors.
27399         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
27400         of destructors.
27401         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
27402
27403         [BZ #11724]
27404         * elf/Makefile: Add rules to build and run new test.
27405         * elf/tst-initorder.c: New file.
27406         * elf/tst-initorder.exp: New file.
27407         * elf/tst-initordera1.c: New file.
27408         * elf/tst-initordera2.c: New file.
27409         * elf/tst-initordera3.c: New file.
27410         * elf/tst-initordera4.c: New file.
27411         * elf/tst-initorderb1.c: New file.
27412         * elf/tst-initorderb2.c: New file.
27413         * elf/tst-order-a1.c: New file.
27414         * elf/tst-order-a2.c: New file.
27415         * elf/tst-order-a3.c: New file.
27416         * elf/tst-order-a4.c: New file.
27417         * elf/tst-order-b1.c: New file.
27418         * elf/tst-order-b2.c: New file.
27419         * elf/tst-order-main.c: New file.
27420         New test case by George Gensure <werkt0@gmail.com>.
27421
27422 2010-10-01  Andreas Schwab  <schwab@redhat.com>
27423
27424         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
27425         decoding ACE if AI_CANONIDN.
27426
27427 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
27428
27429         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
27430
27431 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
27432
27433         * version.h (RELEASE): Bump for 2.13 release.
27434         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
27435
27436         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
27437
27438         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
27439         MADV_NOHUGEPAGE.
27440         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
27441         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27442         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27443         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
27444         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27445         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
27446
27447         * posix/getconf.c: Update copyright year.
27448         * catgets/gencat.c: Likewise.
27449         * csu/version.c: Likewise.
27450         * debug/catchsegv.sh: Likewise.
27451         * debug/xtrace.sh: Likewise.
27452         * elf/ldconfig.c: Likewise.
27453         * elf/ldd.bash.in: Likewise.
27454         * elf/sprof.c (print_version): Likewise.
27455         * iconv/iconv_prog.c: Likewise.
27456         * iconv/iconvconfig.c: Likewise.
27457         * locale/programs/locale.c: Likewise.
27458         * locale/programs/localedef.c: Likewise.
27459         * malloc/memusage.sh: Likewise.
27460         * malloc/mtrace.pl: Likewise.
27461         * nscd/nscd.c (print_version): Likewise.
27462         * nss/getent.c: Likewise.
27463
27464         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
27465         PF_CAIF, and PF_ALG.
27466         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
27467
27468 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
27469
27470         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
27471         (modules-names): Use them.
27472         (ifunc-test-modules, ifunc-pie-tests): Define.
27473         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
27474         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
27475         (test-extras): Likewise.
27476         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
27477         $(compile-command.c).
27478         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
27479         (all-built-dso): Define.
27480         (check-textrel.out, check-execstack.out): Depend on it.
27481
27482         * configure.in: Don't override --enable-multi-arch.
27483
27484 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
27485
27486         [BZ #6812]
27487         * nscd/hstcache.c (tryagain): Define.
27488         (cache_addhst): Return tryagain not notfound for temporary errors.
27489         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
27490         failed.
27491
27492 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
27493
27494         [BZ #10563]
27495         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
27496         to make the syscall.
27497         * sysdeps/unix/sysv/linux/setgroups.c: New file.
27498
27499         [BZ #12378]
27500         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
27501         and fall back to matching as normal character if the string ends before
27502         the matching ']' is found.  This is what POSIX requires.
27503         * posix/testfnm.c: Adjust test result.
27504         * posix/globtest.sh: Adjust test result.  Add new test.
27505         * posix/tst-fnmatch.input: Likewise.
27506         * posix/tst-fnmatch2.c: Add new test.
27507
27508 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
27509
27510         * elf/Makefile (check-execstack): Revert last change.  Depend on
27511         check-execstack.h.
27512         (check-execstack.h): New target.
27513         (generated): Add check-execstack.h.
27514         * elf/check-execstack.c: Include "check-execstack.h".
27515         (main): Revert last change.
27516         (handle_file): Return zero if GNU_STACK is absent and
27517         DEFAULT_STACK_PERMS doesn't include PF_X.
27518
27519 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
27520
27521         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
27522         in child fails because the descriptor is already closed.
27523         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
27524         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
27525         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
27526
27527         [BZ #12397]
27528         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
27529         syscall.
27530
27531         [BZ #10484]
27532         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
27533         temporary buffer used to handle multi lookups locally.
27534         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
27535
27536 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
27537
27538         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
27539         loader is ld.so.
27540
27541 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
27542
27543         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
27544         alignment for SSE2.
27545
27546 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
27547
27548         [BZ #12394]
27549         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
27550         characters.  When rounding increased number of integer digits recompute
27551         number of groups.
27552         * stdio-common/tst-grouping.c: New file.
27553         * stdio-common/Makefile: Add rules to build and run tst-grouping.
27554
27555 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
27556
27557         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
27558         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
27559
27560         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
27561         void.
27562         * bits/select.h: Likewise.
27563
27564 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
27565
27566         * po/ja.po: Update from translation team.
27567
27568 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
27569
27570         [BZ #11155]
27571         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
27572         implementation just like for lxstat, fxstatat, et al.
27573
27574 2010-12-27  Jim Meyering  <meyering@redhat.com>
27575
27576         [BZ #12348]
27577         * posix/regexec.c (build_trtable): Return failure indication upon
27578         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
27579
27580 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
27581
27582         [BZ #12201]
27583         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
27584         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
27585         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
27586         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
27587
27588         [BZ #12207]
27589         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
27590
27591         [BZ #12204]
27592         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
27593         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
27594
27595 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
27596
27597         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
27598         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
27599         script has SORT_BY_INIT_PRIORITY.
27600         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
27601         NO_CTORS_DTORS_SECTIONS is defined.
27602         * elf/soinit.c: Likewise.
27603         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
27604         NO_CTORS_DTORS_SECTIONS is defined.
27605         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
27606         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
27607         * sysdeps/sh/init-first.c: Likewise.
27608         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
27609
27610 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
27611
27612         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
27613         always use the slow path.
27614
27615 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
27616
27617         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
27618         similar rule which adds the sysdep directories to the header search in
27619         order to pick up the correct platform stackinfo.h.
27620         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
27621         perform test if it is, otherwise return successfully without testing.
27622         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
27623         DEFAULT_STACK_PERMS define in stackinfo.h.
27624         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
27625         defined in stackinfo.h.
27626         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
27627         DEFAULT_STACK_PERMS defined in stackinfo.h.
27628         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
27629         * sysdeps/ia64/stackinfo.h: Likewise.
27630         * sysdeps/s390/stackinfo.h: Likewise.
27631         * sysdeps/sh/stackinfo.h: Likewise.
27632         * sysdeps/sparc/stackinfo.h: Likewise.
27633         * sysdeps/x86_64/stackinfo.h: Likewise.
27634         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
27635         PF_X for powerpc64.  Retain PF_X for powerpc32.
27636
27637 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
27638
27639         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
27640         accurately.
27641         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
27642         GETDENTS_64BIT_ALIGNED.
27643
27644 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
27645
27646         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
27647
27648 2010-12-10  Andreas Schwab  <schwab@redhat.com>
27649
27650         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
27651         _GNU_SOURCE.
27652
27653         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
27654         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
27655         Remove __restrict.
27656         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
27657         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
27658
27659 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
27660
27661         [BZ #11655]
27662         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
27663         are initialized.
27664
27665 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
27666
27667         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
27668
27669 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
27670
27671         * po/it.po: Update from translation team.
27672
27673 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
27674
27675         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
27676         unused codes.
27677
27678 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
27679
27680         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
27681
27682 2010-11-24  Andreas Schwab  <schwab@redhat.com>
27683
27684         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
27685         specially.
27686         (gaih_getanswer_slice): Likewise.
27687
27688 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
27689
27690         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
27691
27692 2010-05-31  Petr Baudis  <pasky@suse.cz>
27693
27694         [BZ #11149]
27695         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
27696         silently even in the chroot mode.
27697
27698 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
27699
27700         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
27701         last patch a bit.  Pretty printing
27702
27703 2010-05-31  Petr Baudis <pasky@suse.cz>
27704
27705         [BZ #10085]
27706         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
27707         initialization of skip_initgroups_dyn.
27708
27709 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
27710
27711         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
27712         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
27713
27714 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
27715
27716         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
27717
27718 2010-11-11  Andreas Schwab  <schwab@redhat.com>
27719
27720         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
27721         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
27722         (tst-fnmatch-ENV): Set MALLOC_TRACE.
27723         ($(objpfx)tst-fnmatch-mem): New rule.
27724         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
27725         * posix/tst-fnmatch.c (main): Call mtrace.
27726
27727 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
27728
27729         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27730         Support Intel processor model 6 and model 0x2c.
27731
27732 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
27733
27734         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
27735           signed comparison.
27736
27737 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
27738
27739         [BZ #12205]
27740         * string/test-strncasecmp.c (check_result): New function.
27741         (do_one_test): Use it.
27742         (check1): New function.
27743         (test_main): Use it.
27744         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
27745         Support strcasecmp and strncasecmp.
27746
27747 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
27748
27749         [BZ #12194]
27750         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
27751         * sysdeps/x86_64/bits/byteswap.h: Likewise.
27752
27753 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
27754
27755         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
27756         IFUNC support.
27757         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
27758         memset-x86-64.
27759         * sysdeps/x86_64/multiarch/bzero.S: New file.
27760         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
27761         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
27762         * sysdeps/x86_64/multiarch/memset.S: New file.
27763         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
27764         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27765         Set bit_Prefer_SSE_for_memop for Intel processors.
27766         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
27767         Define.
27768         (index_Prefer_SSE_for_memop): Define.
27769         (HAS_PREFER_SSE_FOR_MEMOP): Define.
27770
27771 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
27772
27773         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
27774         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
27775
27776 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
27777
27778         [BZ #12191]
27779         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
27780         (__x86_64_raw_data_cache_size_half): Likewise.
27781         (__x86_64_raw_shared_cache_size): Likewise.
27782         (__x86_64_raw_shared_cache_size_half): Likewise.
27783
27784         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
27785         (__x86_64_raw_data_cache_size_half): Likewise.
27786         (__x86_64_raw_shared_cache_size): Likewise.
27787         (__x86_64_raw_shared_cache_size_half): Likewise.
27788         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
27789         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
27790         and __x86_64_raw_shared_cache_size_half.  Round
27791         __x86_64_data_cache_size_half, __x86_64_data_cache_size
27792         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
27793         to multiple of 256 bytes.
27794
27795 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
27796
27797         [BZ #12167]
27798         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
27799         of inacessible symlinks.  Verify result of symlink before returning it.
27800         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
27801         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
27802
27803 2010-10-28  Erich Ritz  <erichritz@gmail.com>
27804
27805         * math/math.h (isinf): Fix typo in comment.
27806
27807 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
27808
27809         * po/da.po: Update from translation team.
27810
27811 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
27812
27813         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
27814         is added to the list.
27815
27816 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27817             Ulrich Drepper  <drepper@gmail.com>
27818
27819         * elf/dl-object.c (_dl_new_object): Don't append the new object to
27820         the global list here.  Move code to...
27821         (_dl_add_to_namespace_list): ...here.  New function.
27822         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
27823         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
27824         * elf/dl-load.c (lose): Don't remove the element from the list.
27825         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
27826         (_dl_map_object): Likewise.
27827
27828 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
27829
27830         [BZ #12159]
27831         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
27832         into all bytes of SSE register.
27833         Patch by Richard Li <richardpku@gmail.com>.
27834
27835 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
27836
27837         [BZ #12140]
27838         * malloc/malloc.c (_int_free): Fill correct number of bytes when
27839         perturbing.
27840
27841 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
27842
27843         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
27844         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
27845         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
27846         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
27847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
27848         submachine.
27849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
27850
27851 2010-10-22  Andreas Schwab  <schwab@redhat.com>
27852
27853         * include/dlfcn.h (__RTLD_SECURE): Define.
27854         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
27855         mode & __RTLD_SECURE instead.
27856         (open_path): Rename preloaded parameter to secure.
27857         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
27858         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
27859         * elf/dl-deps.c (openaux): Likewise.
27860         * elf/rtld.c (struct map_args): Remove is_preloaded.
27861         (map_doit): Don't use it.
27862         (dl_main): Likewise.
27863         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
27864         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
27865
27866 2010-09-09  Andreas Schwab  <schwab@redhat.com>
27867
27868         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
27869         (sysd-rules-targets): Remove duplicates.
27870         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
27871         rtld-%.$o dependency.
27872
27873 2010-10-18  Andreas Schwab  <schwab@redhat.com>
27874
27875         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
27876         _dl_map_object do it.
27877
27878 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
27879
27880         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
27881         fast fma builtins, define the macros in the C99 standard.
27882         (FP_FAST_FMAF): Likewise.
27883         (FP_FAST_FMAL): Likewise.
27884         * sysdeps/x86_64/bits/mathdef.h: Likewise.
27885
27886         * bits/mathdef.h: Update copyright year.
27887         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27888
27889 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
27890
27891         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
27892         builtins, define the macros in the C99 standard.
27893         (FP_FAST_FMAF): Likewise.
27894         (FP_FAST_FMAL): Likewise.
27895         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
27896         multiply/add.
27897         (FP_FAST_FMAF): Likewise.
27898
27899 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
27900
27901         [BZ #3268]
27902         * math/libm-test.inc (fma_test): Some new testcases.
27903         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
27904         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
27905         y and infinite z.  Do multiplication by C already in long double.
27906         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
27907         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
27908         y and infinite z.  Do bitwise or of inexact bit into u.d.
27909         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
27910         * sysdeps/i386/fpu/s_fmaf.S: Removed.
27911         * sysdeps/i386/fpu/s_fma.S: Removed.
27912         * sysdeps/i386/fpu/s_fmal.S: Removed.
27913
27914 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
27915
27916         [BZ #3268]
27917         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
27918         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
27919         computation is not scheduled after fetestexcept.  Fix value
27920         of minimum denormal long double.
27921
27922 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
27923
27924         [BZ #3268]
27925         * math/libm-test.inc (fma_test): Add some more tests.
27926         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
27927         correctly.
27928
27929 2010-10-15  Andreas Schwab  <schwab@redhat.com>
27930
27931         * scripts/data/localplt-s390-linux-gnu.data: New file.
27932         * scripts/data/localplt-s390x-linux-gnu.data: New file.
27933
27934 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
27935
27936         [BZ #3268]
27937         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
27938         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
27939         instead of dbl-64.
27940         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
27941         inlines.
27942         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
27943         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
27944         if one of x and y is very large and the other is subnormal.
27945         * sysdeps/s390/fpu/s_fmaf.c: New file.
27946         * sysdeps/s390/fpu/s_fma.c: New file.
27947         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
27948         * sysdeps/powerpc/fpu/s_fma.S: New file.
27949         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
27950         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
27951         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
27952
27953 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
27954
27955         [BZ #3268]
27956         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
27957         fma tests.
27958         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
27959         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
27960         * sysdeps/i386/i686/multiarch/s_fma.c: Include
27961         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
27962         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
27963         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
27964         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
27965
27966 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
27967
27968         [BZ #12078]
27969         * posix/regcomp.c (parse_branch): One more memory leak plugged.
27970         * posix/bug-regex31.input: Add test case.
27971
27972 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
27973
27974         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
27975         * posix/bug-regex31.input: New file.
27976
27977         [BZ #12078]
27978         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
27979         (parse_sub_exp): Fix last change, use postorder.
27980
27981         * posix/bug-regex31.c: New file.
27982         * posix/Makefile: Add rules to build and run bug-regex31.
27983
27984         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
27985
27986         [BZ #12078]
27987         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
27988
27989         [BZ #12108]
27990         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
27991         to have entries in sys_siglist.
27992
27993         [BZ #12093]
27994         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
27995         be NULL.
27996
27997 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
27998
27999         [BZ #3268]
28000         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
28001         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
28002         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
28003         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
28004         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
28005         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
28006         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
28007         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
28008         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
28009         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
28010         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
28011         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
28012         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
28013         * math/ftestexcept.c (fetestexcept): Likewise.
28014         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
28015         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
28016         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
28017         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
28018         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
28019         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
28020         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
28021
28022 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
28023
28024         [BZ #12107]
28025         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
28026         newline.
28027
28028 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
28029
28030         * string/bug-strstr1.c: New file.
28031         * string/Makefile: Add rules to build and run bug-strstr1.
28032
28033 2010-10-05  Eric Blake  <eblake@redhat.com>
28034
28035         [BZ #12092]
28036         * string/str-two-way.h (two_way_long_needle): Always clear memory
28037         when skipping input due to the shift table.
28038
28039 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
28040
28041         [BZ #12005]
28042         * malloc/mcheck.c: Handle large requests.
28043
28044         [BZ #12077]
28045         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
28046         for strncmp and strncasecmp.
28047         * string/stratcliff.c: Add tests for strcmp and strncmp.
28048         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
28049
28050 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
28051
28052         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
28053         __set_fpscr.
28054
28055 2010-09-30  Andreas Jaeger  <aj@suse.de>
28056
28057         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
28058         (CGROUP_SUPER_MAGIC): Define.
28059         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
28060         Handle btrfs and cgroup file systems.
28061         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
28062         Likewise.
28063
28064 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
28065
28066         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
28067         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
28068
28069 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28070
28071         [BZ #12067]
28072         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
28073         trying to locate the ELF header.
28074
28075 2010-09-27  Andreas Schwab  <schwab@redhat.com>
28076
28077         [BZ #11611]
28078         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
28079         Mask out sign-bit copies when constructing f_fsid.
28080
28081 2010-09-24  Petr Baudis <pasky@suse.cz>
28082
28083         * debug/stack_chk_fail_local.c: Add missing licence exception.
28084         * debug/warning-nop.c: Likewise.
28085
28086 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
28087
28088         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
28089         implementing getdents64 using getdents syscall, set d_type if
28090         __ASSUME_GETDENTS32_D_TYPE.
28091
28092 2010-09-16  Andreas Schwab  <schwab@redhat.com>
28093
28094         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
28095         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
28096
28097 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
28098
28099         [BZ #12037]
28100         * posix/unistd.h: Undo change of feature selection for ftruncate from
28101         2010-01-11.
28102
28103 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
28104
28105         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
28106         detection.
28107
28108 2010-09-20  Andreas Schwab  <schwab@redhat.com>
28109
28110         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
28111         fanotify_mark.
28112         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
28113
28114 2010-09-14  Andreas Schwab  <schwab@redhat.com>
28115
28116         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
28117         variables after CHECK_SP call.
28118         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
28119
28120 2010-09-13  Andreas Schwab  <schwab@redhat.com>
28121             Ulrich Drepper  <drepper@redhat.com>
28122
28123         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
28124         re-relocationg ld.so.
28125         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
28126         _dl_init_paths call.
28127         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
28128         here anymore.
28129
28130 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
28131
28132         * resolv/res_init.c (__res_vinit): Count the default server we added.
28133
28134 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
28135             Ulrich Drepper  <drepper@redhat.com>
28136
28137         [BZ #11968]
28138         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
28139         (____longjmp_chk): Use %ebx for saving value across system call.
28140         Add unwind info.
28141
28142 2010-09-06  Andreas Schwab  <schwab@redhat.com>
28143
28144         * manual/Makefile: Don't mix pattern rules with normal rules.
28145
28146 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
28147
28148         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
28149         operation.
28150         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
28151         * libio/iofopncook.c (_IO_cookie_init): Likewise.
28152         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
28153         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
28154         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
28155         Likewise.
28156
28157 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
28158
28159         [BZ #11979]
28160         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
28161         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
28162
28163 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
28164
28165         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
28166         * sysdeps/x86_64/addmul_1.S: Likewise.
28167         * sysdeps/x86_64/lshift.S: Likewise.
28168         * sysdeps/x86_64/mul_1.S: Likewise.
28169         * sysdeps/x86_64/rshift.S: Likewise.
28170         * sysdeps/x86_64/sub_n.S: Likewise.
28171         * sysdeps/x86_64/submul_1.S: Likewise.
28172
28173 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28174
28175         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
28176         Define __sched_param instead of SCHED_* and sched_param when
28177         <bits/sched.h> is included with __need_schedparam defined.
28178         * bits/sched.h [__need_schedparam]
28179         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
28180         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
28181         (__defined_schedparam): Define to 1.
28182         (__sched_param): New structure, identical to sched_param.
28183         (__need_schedparam): Undefine.
28184
28185 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
28186
28187         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
28188         (epoll_create1): Declare.
28189
28190         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
28191
28192 2010-08-31  Andreas Schwab  <schwab@redhat.com>
28193
28194         [BZ #7066]
28195         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
28196         shifting retval into place.
28197
28198 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
28199
28200         * nis/rpcsvc/nis.h: Update copyright notice.
28201         * nis/rpcsvc/nis.x: Likewise.
28202         * nis/rpcsvc/nis_callback.h: Likewise.
28203         * nis/rpcsvc/nis_callback.x: Likewise.
28204         * nis/rpcsvc/nis_object.x: Likewise.
28205         * nis/rpcsvc/nis_tags.h: Likewise.
28206         * nis/rpcsvc/yp.h: Likewise.
28207         * nis/rpcsvc/yp.x: Likewise.
28208         * nis/rpcsvc/ypupd.h: Likewise.
28209         * nis/yp_xdr.c: Likewise.
28210         * nis/ypupdate_xdr.c: Likewise.
28211
28212         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
28213         mainly the body of pmap_getport.  Add parameters to specify timeouts.
28214         (pmap_getport): Use __libc_rpc_getport.
28215         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
28216         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
28217         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
28218
28219 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
28220
28221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
28222         fanotify_mark.
28223
28224 2010-08-27  Roland McGrath  <roland@redhat.com>
28225
28226         * sysdeps/i386/i686/multiarch/Makefile
28227         (CFLAGS-varshift.c): New variable.
28228
28229 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
28230
28231         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
28232         * sysdeps/i386/i686/multiarch/varshift.c: New file.
28233
28234         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
28235
28236         * sysdeps/x86_64/strlen.S: Minimal code improvement.
28237
28238 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
28239
28240         * sysdeps/x86_64/strlen.S: Unroll the loop.
28241         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
28242         strlen-sse2 strlen-sse2-bsf.
28243         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
28244         __strlen_no_bsf if bit_Slow_BSF is set.
28245         (__strlen_sse42): Removed.
28246         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
28247         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
28248
28249 2010-08-25  Roland McGrath  <roland@redhat.com>
28250
28251         * sysdeps/x86_64/multiarch/varshift.S: File removed.
28252         * sysdeps/x86_64/multiarch/varshift.c: New file.
28253         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
28254         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
28255         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
28256         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
28257
28258 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
28259
28260         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
28261         strlen-sse2 strlen-sse2-bsf.
28262         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
28263         __strlen_sse2_bsf if bit_Slow_BSF is unset.
28264         (__strlen_sse2): Removed.
28265         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
28266         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
28267         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
28268         bit_Slow_BSF for Atom.
28269         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
28270         (index_Slow_BSF): Define.
28271         (HAS_SLOW_BSF): Define.
28272
28273 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
28274
28275         [BZ #10851]
28276         * resolv/res_init.c (__res_vinit): When no server address at all
28277         is given default to loopback.
28278
28279 2010-08-24  Roland McGrath  <roland@redhat.com>
28280
28281         * configure.in: Remove config-name.h generation.
28282         * configure: Regenerated.
28283         * config-name.in: File removed.
28284         * scripts/config-uname.sh: New file.
28285         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
28286         ($(objdir)config-name.h): New target.
28287
28288         * sunrpc/rpc_parse.h: Avoid nested comment.
28289
28290 2010-08-24  Richard Henderson  <rth@redhat.com>
28291             Ulrich Drepper  <drepper@redhat.com>
28292             H.J. Lu  <hongjiu.lu@intel.com>
28293
28294         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
28295         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
28296         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
28297         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
28298         _mm_alignr_epi8 with _mm_loadu_si128.
28299         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
28300         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
28301         (__m128i_shift_right): Removed.
28302         * sysdeps/i386/i686/multiarch/varshift.h: New file.
28303         * sysdeps/i386/i686/multiarch/varshift.S: New file.
28304         * sysdeps/x86_64/multiarch/varshift.h: New file.
28305         * sysdeps/x86_64/multiarch/varshift.S: New file.
28306
28307 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
28308
28309         * configure.in: Move assembler checks to before sysdep dir checking.
28310
28311 2010-08-20  Petr Baudis  <pasky@suse.cz>
28312
28313         * LICENSES: Sync the sunrpc license.
28314
28315 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
28316
28317         * sunrpc/auth_des.c: Update copyright notice once again.
28318         * sunrpc/auth_none.c: Likewise.
28319         * sunrpc/auth_unix.c: Likewise.
28320         * sunrpc/authdes_prot.c: Likewise.
28321         * sunrpc/authuxprot.c: Likewise.
28322         * sunrpc/bindrsvprt.c: Likewise.
28323         * sunrpc/clnt_gen.c: Likewise.
28324         * sunrpc/clnt_perr.c: Likewise.
28325         * sunrpc/clnt_raw.c: Likewise.
28326         * sunrpc/clnt_simp.c: Likewise.
28327         * sunrpc/clnt_tcp.c: Likewise.
28328         * sunrpc/clnt_udp.c: Likewise.
28329         * sunrpc/clnt_unix.c: Likewise.
28330         * sunrpc/des_crypt.c: Likewise.
28331         * sunrpc/des_soft.c: Likewise.
28332         * sunrpc/get_myaddr.c: Likewise.
28333         * sunrpc/getrpcport.c: Likewise.
28334         * sunrpc/key_call.c: Likewise.
28335         * sunrpc/key_prot.c: Likewise.
28336         * sunrpc/openchild.c: Likewise.
28337         * sunrpc/pm_getmaps.c: Likewise.
28338         * sunrpc/pm_getport.c: Likewise.
28339         * sunrpc/pmap_clnt.c: Likewise.
28340         * sunrpc/pmap_prot.c: Likewise.
28341         * sunrpc/pmap_prot2.c: Likewise.
28342         * sunrpc/pmap_rmt.c: Likewise.
28343         * sunrpc/rpc/auth.h: Likewise.
28344         * sunrpc/rpc/auth_unix.h: Likewise.
28345         * sunrpc/rpc/clnt.h: Likewise.
28346         * sunrpc/rpc/des_crypt.h: Likewise.
28347         * sunrpc/rpc/key_prot.h: Likewise.
28348         * sunrpc/rpc/netdb.h: Likewise.
28349         * sunrpc/rpc/pmap_clnt.h: Likewise.
28350         * sunrpc/rpc/pmap_prot.h: Likewise.
28351         * sunrpc/rpc/pmap_rmt.h: Likewise.
28352         * sunrpc/rpc/rpc.h: Likewise.
28353         * sunrpc/rpc/rpc_des.h: Likewise.
28354         * sunrpc/rpc/rpc_msg.h: Likewise.
28355         * sunrpc/rpc/svc.h: Likewise.
28356         * sunrpc/rpc/svc_auth.h: Likewise.
28357         * sunrpc/rpc/types.h: Likewise.
28358         * sunrpc/rpc/xdr.h: Likewise.
28359         * sunrpc/rpc_clntout.c: Likewise.
28360         * sunrpc/rpc_cmsg.c: Likewise.
28361         * sunrpc/rpc_common.c: Likewise.
28362         * sunrpc/rpc_cout.c: Likewise.
28363         * sunrpc/rpc_dtable.c: Likewise.
28364         * sunrpc/rpc_hout.c: Likewise.
28365         * sunrpc/rpc_main.c: Likewise.
28366         * sunrpc/rpc_parse.c: Likewise.
28367         * sunrpc/rpc_parse.h: Likewise.
28368         * sunrpc/rpc_prot.c: Likewise.
28369         * sunrpc/rpc_sample.c: Likewise.
28370         * sunrpc/rpc_scan.c: Likewise.
28371         * sunrpc/rpc_scan.h: Likewise.
28372         * sunrpc/rpc_svcout.c: Likewise.
28373         * sunrpc/rpc_tblout.c: Likewise.
28374         * sunrpc/rpc_util.c: Likewise.
28375         * sunrpc/rpc_util.h: Likewise.
28376         * sunrpc/rpcinfo.c: Likewise.
28377         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
28378         * sunrpc/rpcsvc/key_prot.x: Likewise.
28379         * sunrpc/rpcsvc/klm_prot.x: Likewise.
28380         * sunrpc/rpcsvc/mount.x: Likewise.
28381         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
28382         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
28383         * sunrpc/rpcsvc/rex.x: Likewise.
28384         * sunrpc/rpcsvc/rstat.x: Likewise.
28385         * sunrpc/rpcsvc/rusers.x: Likewise.
28386         * sunrpc/rpcsvc/sm_inter.x: Likewise.
28387         * sunrpc/rpcsvc/spray.x: Likewise.
28388         * sunrpc/rpcsvc/yppasswd.x: Likewise.
28389         * sunrpc/rtime.c: Likewise.
28390         * sunrpc/svc.c: Likewise.
28391         * sunrpc/svc_auth.c: Likewise.
28392         * sunrpc/svc_authux.c: Likewise.
28393         * sunrpc/svc_raw.c: Likewise.
28394         * sunrpc/svc_run.c: Likewise.
28395         * sunrpc/svc_simple.c: Likewise.
28396         * sunrpc/svc_tcp.c: Likewise.
28397         * sunrpc/svc_udp.c: Likewise.
28398         * sunrpc/svc_unix.c: Likewise.
28399         * sunrpc/svcauth_des.c: Likewise.
28400         * sunrpc/xcrypt.c: Likewise.
28401         * sunrpc/xdr.c: Likewise.
28402         * sunrpc/xdr_array.c: Likewise.
28403         * sunrpc/xdr_float.c: Likewise.
28404         * sunrpc/xdr_mem.c: Likewise.
28405         * sunrpc/xdr_rec.c: Likewise.
28406         * sunrpc/xdr_ref.c: Likewise.
28407         * sunrpc/xdr_sizeof.c: Likewise.
28408         * sunrpc/xdr_stdio.c: Likewise.
28409
28410         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
28411         handling.
28412
28413 2010-08-19  Andreas Schwab  <schwab@redhat.com>
28414
28415         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
28416
28417 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
28418
28419         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
28420         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
28421         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
28422         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
28423         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
28424         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
28425         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
28426         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
28427         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
28428         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
28429         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
28430         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
28431         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
28432         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
28433
28434 2010-07-26  Anton Blanchard  <anton@samba.org>
28435
28436         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
28437         * malloc/arena.c (heap_trim): Likewise.
28438
28439 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
28440
28441         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
28442         here.  Not...
28443         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
28444         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
28445
28446 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
28447
28448         * sysdeps/i386/elf/Makefile: New file.
28449
28450 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
28451
28452         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
28453         from fanotify_init.
28454         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
28455         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
28456
28457 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
28458
28459         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
28460         of strncasecmp_l.
28461         * sysdeps/multiarch/strcmp.S: Likewise.
28462
28463 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
28464
28465         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
28466         strncase_l-nonascii.
28467         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
28468         Add strncase_l-ssse3.
28469         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
28470         * sysdeps/x86_64/strcmp.S: Likewise.
28471         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
28472         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
28473         * sysdeps/x86_64/strncase.S: New file.
28474         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
28475         * sysdeps/x86_64/strncase_l.S: New file.
28476         * string/Makefile (strop-tests): Add strncasecmp.
28477         * string/test-strncasecmp.c: New file.
28478
28479         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
28480         warning.
28481
28482         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
28483         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
28484
28485 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
28486
28487         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
28488
28489 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
28490
28491         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
28492         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
28493         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
28494
28495 2010-05-01  Alan Modra  <amodra@gmail.com>
28496
28497         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
28498         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
28499         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
28500         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
28501         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
28502         tidying.  Don't tail-call __sigjmp_save for static lib.
28503         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
28504         save location.
28505         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
28506         (CALL_MCOUNT): Add eh info, and nop after bl.
28507         (TAIL_CALL_SYSCALL_ERROR): New macro.
28508         (PSEUDO_RET): Use it.
28509         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
28510         Correct save location of integer regs and cr.
28511         (_dl_profile_resolve): Correct cr save location.  Delete nops
28512         after bl when SHARED.  Reduce cfi size a little by better
28513         placement of cfi directives.
28514         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
28515         make a stack frame.  Instead use parm save area as a temp.
28516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
28517         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
28518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
28519         Don't make a stack frame for parent, use parm save area.
28520         Increase child stack frame to 112 bytes.  Don't save unused reg,
28521         and adjust reg usage.  Set up cfi on error recovery and
28522         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
28523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
28524         (__makecontext): Add dummy nop after jump to exit.
28525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
28526         Use correct parm save area and cr save, reduce stack frame.
28527         Correct cfi for possible PSEUDO_RET frame setup.
28528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
28529         Branch to local label emitted by PSEUDO_RET rather than
28530         __syscall_error.
28531
28532 2010-08-12  Andreas Schwab  <schwab@redhat.com>
28533
28534         [BZ #11904]
28535         * locale/programs/locale.c (print_assignment): New function.
28536         (show_locale_vars): Use it.
28537
28538 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
28539
28540         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
28541         field.
28542         (struct statfs64): Likewise.
28543         (_STATFS_F_FLAGS): Define.
28544         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
28545         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
28546         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
28547         (ST_VALID): Define locally.
28548         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
28549         __statvfs_getflags, use the provided value.
28550         * sysdeps/unix/sysv/linux/kernel-features.h: Define
28551         __ASSUME_STATFS_F_FLAGS.
28552
28553         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
28554
28555         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
28556         Add sys/fanotify.h.
28557         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
28558         fanotify_mask for GLIBC_2.13.
28559         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
28560         fanotify_init and fanotify_mark.
28561         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
28562         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
28563
28564         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
28565         Add prlimit.
28566         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
28567         prlimit64 for GLIBC_2.13.
28568         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
28569         prlimit64.
28570         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
28571         syscall.
28572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
28573         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
28574         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
28575         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
28576         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
28577         add prlimit alias.
28578         * sysdeps/unix/sysv/linux/prlimit.c: New file.
28579
28580         [BZ #11903]
28581         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
28582         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
28583
28584         * nss/Makefile: Add rules to build and run tst-nss-test1.
28585         * shlib-versions: Add entry for libnss_test1.
28586         * nss/nss_test1.c: New file.
28587         * nss/tst-nss-test1.c: New file.
28588
28589         * nss/nsswitch.c (__nss_database_custom): Define new variable.
28590         (__nss_configure_lookup): Set appropriate entry in
28591         __nss_configure_lookup to true.
28592         * nss/nsswitch.h: Define enum with indeces of databases in
28593         databases and __nss_database_custom arrays.  Declare
28594         __nss_database_custom.
28595         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
28596         to avoid using nscd when custom rules are installed.
28597         * nss/getXXbyYY_r.c: Likewise.
28598         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
28599
28600         * nss/nss_files/files-parse.c: Whitespace fixes.
28601
28602 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
28603
28604         [BZ #11883]
28605         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
28606         * posix/fnmatch_loop.c: Likewise.
28607
28608 2010-07-17  Andi Kleen  <ak@linux.intel.com>
28609
28610         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
28611         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
28612         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
28613         * Versions.def [GLIBC_2.13]: Add.
28614
28615 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
28616
28617         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
28618         Also fail if tpwd after pwuid call is NULL.
28619
28620 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28621
28622         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
28623         when converting to ms.
28624
28625 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28626
28627         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
28628         EOPNOTSUPP errors with ENOTTY.
28629         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
28630         EOPNOTSUPP errors with ENOTTY.
28631
28632 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
28633
28634         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
28635         Add strcasecmp_l-ssse3.
28636         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
28637         strcasecmp.
28638         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
28639         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
28640         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
28641
28642 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
28643
28644         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
28645
28646         * string/Makefile (strop-tests): Add strcasecmp.
28647         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
28648         strcasecmp_l-nonascii.
28649         (gen-as-const-headers): Add locale-defines.sym.
28650         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
28651         * sysdeps/x86_64/strcasecmp.S: New file.
28652         * sysdeps/x86_64/strcasecmp_l.S: New file.
28653         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
28654         * sysdeps/x86_64/locale-defines.sym: New file.
28655         * string/test-strcasecmp.c: New file.
28656
28657         * string/test-strcasestr.c: Test both ends of the range of characters.
28658         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
28659
28660 2010-07-29  Roland McGrath  <roland@redhat.com>
28661
28662         [BZ #11856]
28663         * manual/locale.texi (Yes-or-No Questions): Fix example code.
28664
28665 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
28666
28667         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
28668         for ld.so.
28669
28670 2010-07-27  Andreas Schwab  <schwab@redhat.com>
28671
28672         * manual/memory.texi (Malloc Tunable Parameters): Document
28673         M_PERTURB.
28674
28675 2010-07-26  Roland McGrath  <roland@redhat.com>
28676
28677         [BZ #11840]
28678         * configure.in (-fgnu89-inline check): Set and substitute
28679         gnu89_inline, not libc_cv_gnu89_inline.
28680         * configure: Regenerated.
28681         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
28682
28683 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
28684
28685         * string/test-strnlen.c: New file.
28686         * string/Makefile (strop-tests): Add strnlen.
28687         * string/tester.c (test_strnlen): Add a few more test cases.
28688         * string/tst-strlen.c: Better error reporting.
28689
28690         * sysdeps/x86_64/strnlen.S: New file.
28691
28692 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
28693
28694         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
28695         lower-latency instructions.
28696
28697 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
28698
28699         * string/test-strcasestr.c: New file.
28700         * string/test-strstr.c: New file.
28701         * string/Makefile (strop-tests): Add strstr and strcasestr.
28702         * string/str-two-way.h: Don't undefine MAX.
28703         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
28704
28705 2010-07-21  Andreas Schwab  <schwab@redhat.com>
28706
28707         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
28708         strcasestr-nonascii.
28709         (CFLAGS-strcasestr-nonascii.c): Define.
28710         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
28711         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
28712         Remove unused attribute.
28713
28714 2010-07-20  Roland McGrath  <roland@redhat.com>
28715
28716         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
28717         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
28718         ld.so.cache was broken.  With it, there is no way to disable dsocaps
28719         like LD_HWCAP_MASK can disable hwcaps.
28720
28721 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
28722
28723         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
28724
28725 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
28726
28727         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
28728         call in strcasestr.
28729         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
28730         __strcasestr_sse42_nonascii.
28731         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
28732         strcasestr-nonascii.c.
28733         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
28734
28735 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
28736
28737         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
28738         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
28739         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
28740         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
28741
28742 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
28743
28744         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
28745         fcntl.
28746
28747 2010-07-06  Andreas Schwab  <schwab@redhat.com>
28748
28749         [BZ #11577]
28750         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
28751         dl_signal_cerror.
28752
28753 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
28754
28755         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
28756         _PC_PIPE_BUF using F_GETPIPE_SZ.
28757
28758 2010-07-05  Roland McGrath  <roland@redhat.com>
28759
28760         * manual/arith.texi (Rounding Functions): Fix rint description
28761         implicit in round description.
28762
28763 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
28764
28765         * elf/Makefile: Fix linking for a few tests to make recent linker
28766         happy.
28767
28768 2010-06-30  Andreas Schwab  <schwab@redhat.com>
28769
28770         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
28771         $(common-objpfx)libc_nonshared.a.
28772
28773 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
28774
28775         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
28776         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
28777         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
28778         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
28779         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
28780         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
28781         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
28782         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
28783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
28784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
28785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
28786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
28787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
28788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
28789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
28790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
28791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
28792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
28793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
28794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
28795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
28796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
28797         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
28798         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
28799         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
28800         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
28801         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
28802         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
28803         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
28804         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
28805         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
28806         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
28807         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
28808         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
28809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
28810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
28811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
28812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
28813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
28814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
28815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
28816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
28817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
28818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
28819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
28820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
28821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
28822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
28823
28824 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
28825
28826         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
28827         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
28828         * string/memmove.c (memmove): Renamed to ...
28829         (MEMMOVE): ...this.  Default to memmove.
28830         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
28831         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
28832         (END_CHK): Define.
28833         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
28834         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
28835         mempcpy-ssse3-back memmove-ssse3-back.
28836         * sysdeps/x86_64/multiarch/bcopy.S: New file .
28837         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
28838         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
28839         * sysdeps/x86_64/multiarch/memcpy.S: New file.
28840         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
28841         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
28842         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
28843         * sysdeps/x86_64/multiarch/memmove.c: New file.
28844         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
28845         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
28846         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
28847         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
28848         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
28849         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
28850         Define.
28851         (index_Fast_Copy_Backward): Define.
28852         (HAS_ARCH_FEATURE): Define.
28853         (HAS_FAST_REP_STRING): Define.
28854         (HAS_FAST_COPY_BACKWARD): Define.
28855
28856 2010-06-21  Andreas Schwab  <schwab@redhat.com>
28857
28858         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
28859         Restore proper fallback handling.
28860
28861 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
28862
28863         [BZ #11701]
28864         * posix/group_member.c (__group_member): Correct checking loop.
28865
28866         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
28867         OOM in getpwuid_r correctly.  Return error number when the caller
28868         should return, otherwise -1.
28869         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
28870         call returning > 0 value.
28871         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
28872
28873 2010-06-07  Andreas Schwab  <schwab@redhat.com>
28874
28875         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
28876         libc_nonshared.a from targets in modules-names.
28877
28878 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
28879
28880         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
28881         requires it.
28882
28883 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
28884
28885         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
28886         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
28887         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
28888         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
28889
28890 2010-06-02  Andreas Schwab  <schwab@redhat.com>
28891
28892         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
28893
28894 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
28895
28896         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
28897         and F_GETPIPE_SZ.
28898         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
28899         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
28900         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
28901         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
28902         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
28903         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
28904
28905 2010-06-14  Roland McGrath  <roland@redhat.com>
28906
28907         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
28908
28909 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
28910
28911         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
28912         __REDIRECT followed by __THROW.
28913         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
28914         * posix/getopt.h (getopt): Likewise.
28915
28916 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
28917
28918         * hurd/lookup-at.c (__file_name_lookup_at): Accept
28919         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
28920         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
28921         in AT_FLAGS.
28922         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
28923         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
28924
28925 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
28926
28927         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
28928
28929 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
28930
28931         [BZ #11640]
28932         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
28933         Properly check family and model.
28934
28935 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
28936
28937         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
28938
28939 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
28940
28941         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
28942
28943 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
28944
28945         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
28946         symbol reference.
28947
28948 2010-05-19  Andreas Schwab  <schwab@redhat.com>
28949
28950         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
28951         symbol reference.
28952
28953 2010-05-21  Andreas Schwab  <schwab@redhat.com>
28954
28955         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
28956         and internal_recvmmsg.
28957         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
28958         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
28959         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
28960         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
28961
28962         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
28963         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28964         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28965
28966 2010-05-20  Andreas Schwab  <schwab@redhat.com>
28967
28968         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
28969
28970 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
28971
28972         POWER7 optimizations.
28973         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
28974         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
28975
28976 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
28977
28978         * version.h: Update for 2.13 development version.
28979
28980 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
28981
28982         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
28983         exceptions.  Return 0.
28984
28985 2010-05-07  Roland McGrath  <roland@redhat.com>
28986
28987         * elf/ldconfig.c (main): Add a const.
28988
28989 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
28990
28991         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
28992         (args_options): Add no-idn option.
28993         (ahosts_keys_int): Add idn_flags to ai_flags.
28994         (parse_option): Handle 'i' option to clear idn_flags.
28995
28996         * malloc/malloc.c (_int_free): Possible race in the most recently
28997         added check.  Only act on the data if no current modification
28998         happened.
28999
29000 See ChangeLog.17 for earlier changes.