Merge contents from sysdeps/i386/configure.in (without i686 check)
[glibc.git] / ChangeLog
blob88ee5935c20a7766bab30e398bc2b2131f9ebb42
1 2012-03-19  Richard Henderson  <rth@twiddle.net>
3         * sysdeps/i386/fpu/fenv_private.h: New file.
4         * sysdeps/i386/fpu/math_private.h: Use it.
5         (math_opt_barrier, math_force_eval): Remove.
6         (libc_feholdexcept_setround_53bit): Remove.
7         (libc_feupdateenv_53bit): Remove.
8         * sysdeps/x86_64/fpu/math_private.h: Likewise.
9         (math_opt_barrier, math_force_eval): Remove.
10         (libc_feholdexcept): Remove.
11         (libc_feholdexcept_setround): Remove.
12         (libc_fetestexcept, libc_fesetenv): Remove.
13         (libc_feupdateenv_test): Remove.
14         (libc_feupdateenv, libc_feholdsetround): Remove.
15         (libc_feresetround): Remove.
17         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
18         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
20         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
21         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
22         (libc_feupdateenv_testl): New.
23         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
24         (libc_feupdateenv_testf): New.
25         (libc_feupdateenv): Use libc_feupdateenv_test.
26         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
27         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
29         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
30         (libc_feholdsetroundf, libc_feholdsetroundl): New.
31         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
32         (libc_feresetround_noex): New.
33         (libc_feresetround_noexf): New.
34         (libc_feresetround_noexl): New.
35         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
36         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
37         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
38         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39         SET_RESTORE_ROUND.
40         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
41         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
42         (__cos): Likewise.
43         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
45         SET_RESTORE_ROUND_NOEX.
46         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47         SET_RESTORE_ROUND_NOEXF.
48         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
49         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
50         (libc_feholdsetroundf): New.
51         (libc_feresetround, libc_feresetroundf): New.
53         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
54         (libc_feholdexcept_setround_53bit): Convert from macro to function.
55         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
57         * sysdeps/generic/math_private.h: Include <fenv.h>.
58         (default_libc_feholdexcept): New.
59         (default_libc_feholdexcept_setround): New.
60         (default_libc_fesetenv, default_libc_feupdateenv): New.
61         (libc_feholdexcept): Only define if undefined.
62         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
63         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
64         (libc_feholdexcept_setroundl): Likewise.
65         (libc_feholdexcept_setround_53bit): Likewise.
66         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
67         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
68         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
69         (libc_feupdateenv_53bit): Likewise.
70         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
71         (libc_feholdexcept): Convert from macro to inline function.
72         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
73         (libc_fesetenv, libc_feupdateenv): Likewise.
75         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
76         not previously defined.
77         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
78         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
79         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
80         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
81         * sysdeps/ieee754/flt-32/math_private.h: New file.
82         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
83         math_private.h below SET_FLOAT_WORD.
84         (__isnan, __isinf_ns, __finite): Remove.
85         (__isnanf, __isinf_nsf, __finitef): Remove.
87 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
89         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
91 2012-03-17  David S. Miller  <davem@davemloft.net>
93         [BZ #6471]
94         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
95         for 2.16.
97 2012-03-16  David S. Miller  <davem@davemloft.net>
99         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
100         warnings.
102         [BZ #6471]
103         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
104         properly.
105         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
106         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
107         sysdep_routines when subdir is sysvipc.
108         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
109         __getshmlba helper.
111         * sysdeps/sparc/fpu/libm-test/ulps: Update.
113 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
115         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
116         [__LP64__].
118 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
120         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
121         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
122         (__lround): Renamed to ...
123         (__llround): This.  Replace long int with long long int.
124         Define lround functions as aliases of llround functions.
125         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
127 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
129         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
130         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
131         adresses to uintptr_t.  Replace "long int" and "unsigned long
132         int" with "greg_t" on va_arg.
134 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
136         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
137         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
139         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
140         Move e_machine check before EI_CLASS check.  Handle x32
141         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
142         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
143         SKIP_EM_IA_64 and include
144         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
146         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
147         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
148         (add_system_dir): New macro.
150         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
151         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
153 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
155         [BZ #2551]
156         [BZ #2552]
157         [BZ #2553]
158         [BZ #2554]
159         [BZ #2562]
160         [BZ #2563]
161         [BZ #2565]
162         [BZ #2566]
163         [BZ #2576]
164         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
165         (y0): Likewise.
166         * math/w_j0f.c (j0f): Likewise.
167         (y0f): Likewise.
168         * math/w_j0l.c (__j0l): Likewise.
169         (__y0l): Likewise.
170         * math/w_j1.c (j1): Likewise.
171         (y1): Likewise.
172         * math/w_j1f.c (j1f): Likewise.
173         (y1f): Likewise.
174         * math/w_j1l.c (__j1l): Likewise.
175         (__y1l): Likewise.
176         * math/w_jn.c (jn): Likewise.
177         (yn): Likewise.
178         * math/w_jnf.c (jnf): Likewise.
179         (ynf): Likewise.
180         * math/w_jnl.c (__jnl): Likewise.
181         (__ynl): Likewise.
182         * math/libm-test.inc (j0_test): Add more tests.
183         (j1_test): Likewise.
184         (jn_test): Likewise.  Add trailing semicolon to existing test.
185         (y0_test): Likewise.
186         (y1_test): Likewise.
187         * sysdeps/i386/fpu/libm-test-ulps: Update.
188         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
190         [BZ #13851]
191         [BZ #13854]
192         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
193         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
194         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
195         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
196         (__tanl): Set errno for infinite argument.
197         * sysdeps/i386/fpu/mptan.c: Remove.
198         * sysdeps/i386/fpu/s_tan.S: Likewise.
199         * sysdeps/i386/fpu/s_tanl.S: Likewise.
200         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
201         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
202         * math/libm-test.inc (tan_test): Add more tests and enable more
203         tests for double and long double.
204         * sysdeps/i386/fpu/libm-test-ulps: Update.
205         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
207 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
209         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
210         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
212 2012-03-16  Roland McGrath  <roland@hack.frob.com>
214         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
215         * configure.in: Use it for both main tree and add-ons.
216         * configure: Regenerated.
218 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
220         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
222 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
224         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
225         in comment.
227         [BZ #13851]
228         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
229         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
230         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
231         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
232         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
233         infinite argument.
234         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
235         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
236         != 0 for prec == 2.
237         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
238         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
239         * sysdeps/i386/fpu/s_cosl.S: Likewise.
240         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
241         * sysdeps/i386/fpu/s_sinl.S: Likewise.
242         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
243         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
244         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
245         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
246         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
247         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
248         * math/libm-test.inc (cos_test): Add more tests and enable more
249         tests for long double.
250         (sin_test): Likewise.
251         (sincos_test): Likewise.
252         * sysdeps/i386/fpu/libm-test-ulps: Update.
253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
255 2012-03-16  David S. Miller  <davem@davemloft.net>
257         * sysdeps/sparc/fpu/math_private.h: New file.
259 2012-03-15  David S. Miller  <davem@davemloft.net>
261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
262         file.
263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
265         file.
266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
267         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
268         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
269         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
270         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
271         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
272         sysdep routines.
273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
275         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
276         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
278         * sysdeps/sparc/sparc-ifunc.h: New file.
279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
280         sparc-ifunc.h
281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
283         Likewise.
284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
285         Likewise.
286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
290         Likewise.
291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
296         Likewise.
297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
298         Likewise.
299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
301         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
303         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
304         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
305         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
306         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
307         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
308         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
309         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
310         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
311         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
312         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
313         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
314         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
315         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
316         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
317         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
318         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
319         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
320         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
321         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
322         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
324 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
326         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
327         scaling.
328         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
330 2012-03-15  Andreas Jaeger  <aj@suse.de>
332         [BZ #13852]
333         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
334         ieee754/flt-32 implementation for sin, cos and sincos.
335         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
336         * sysdeps/i386/fpu/s_cosf.S: Likewise.
337         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
338         * sysdeps/i386/fpu/s_sinf.S: Likewise.
339         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
340         ieee754/flt-32 implementation for tan.
342         * math/libm-test.inc (cos_test): Enable some large input tests for
343         float as well
344         (sin_test): Likewise.
345         (sincos_test): Likewise.
346         (tan_test): Add tests for large input.
348         * sysdeps/i386/fpu/libm-test-ulps: Update.
350 2012-03-15  Andreas Jaeger  <aj@suse.de>
352         [BZ #13658]
353         * math/libm-test.inc (cos_test): Add more test cases.
354         (sin_test): Likewise.
355         (sincos_test): Likewise.
357 2012-03-15  Andreas Jaeger  <aj@suse.de>
359         [BZ #13837]
360         * math/libm-test.inc (cos_test): Add a test case for large input
361         value.
362         (sin_test): Likewise.
363         (sincos_test): Likewise.
365 2012-03-15  Andreas Jaeger  <aj@suse.de>,
366         Joseph Myers  <joseph@codesourcery.com>
368         [BZ #13658]
369         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
370         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
371         * sysdeps/i386/fpu/branred.c: Likewise.
372         * sysdeps/i386/fpu/dosincos.c: Likewise.
373         * sysdeps/i386/fpu/mpa.c: Likewise.
374         * sysdeps/i386/fpu/s_cos.S: Likewise.
375         * sysdeps/i386/fpu/s_sin.S: Likewise.
376         * sysdeps/i386/fpu/s_sincos.S: Likewise.
377         * sysdeps/i386/fpu/sincos32.c: Likewise.
379         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
380         Define.
381         (libc_feupdateenv_53bit): Define.
382         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
383         Define.
384         (libc_feupdateenv_53bit): Define.
386         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
387         53 bit (without extend i386 double precision).
389         * math/libm-test.inc (sincos_test): Add tests for large input.
390         (sin): Likewise.
391         (cos): Likewise.
393         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
395 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
397         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
399 2012-03-15  David S. Miller  <davem@davemloft.net>
401         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
402         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
403         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
404         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
405         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
406         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
407         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
408         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
409         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
410         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
411         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
412         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
413         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
414         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
415         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
417         file.
418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
420         file.
421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
423         file.
424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
426         file.
427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
428         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
429         fmin/fmax sysdep routines.
430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
432 2012-03-14  David S. Miller  <davem@davemloft.net>
434         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
435         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
436         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
437         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
438         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
439         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
440         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
441         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
442         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
443         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
444         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
445         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
446         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
447         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
448         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
449         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
450         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
451         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
452         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
453         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
454         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
455         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
456         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
457         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
458         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
459         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
460         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
461         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
462         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
463         routines.
464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
465         file.
466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
468         file.
469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
471         file.
472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
474         file.
475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
477         file.
478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
480         file.
481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
482         file.
483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
484         file.
485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
486         file.
487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
488         New file.
489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
490         file.
491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
492         file.
493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
494         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
495         file.
496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
498         file.
499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
501         file.
502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
504         VIS3 routines.
506         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
507         New file.
509         * sysdeps/sparc/fpu/libm-test-ulps: Update.
511         * sysdeps/sparc/configure.in: New file.
512         * sysdeps/sparc/configure: Generate.
513         * configure.in (libc_cv_sparc_as_vis3): Substitute.
514         * configure: Regenerate.
515         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
516         * config.make.in (have-as-vis3): New.
517         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
518         available use -Av9d instead of -Av9a.
519         * sysdeps/sparc/sparc64/Makefile: Likewise.
520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
522         New file.
523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
524         file.
525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
526         New file.
527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
528         file.
529         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
530         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
531         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
532         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
533         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
535         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
536         fzeros/fnegs to load 0x80000000 into a float register instead of
537         using the stack.
538         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
540 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
542         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
543         bits/syscall.h.
544         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
545         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
546         ($(inst_includedir)/bits/syscall.h): Remove rule.
547         ($(objpfx)bits/syscall.d): Include instead of
548         $(objpfx)syscall-list.d.
549         (generated): Change syscall-list.h and syscall-list.d to
550         bits/syscall.h and bits/syscall.d.
552 2012-03-14  Roland McGrath  <roland@hack.frob.com>
554         [BZ #13846]
555         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
557 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
559         [BZ #13841]
560         * math/s_csqrt.c: Include <float.h>.
561         (__csqrt): Scale large or subnormal inputs.
562         * math/s_csqrtf.c: Likewise.
563         * math/s_csqrtl.c: Likewise.
564         * math/libm-test.inc (csqrt_test): Add more tests.
565         * sysdeps/i386/fpu/libm-test-ulps: Update.
566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
568         [BZ #13840]
569         * math/libm-test.inc (hypot_test): Add more tests.
571 2012-03-13  David S. Miller  <davem@davemloft.net>
573         [BZ #13840]
574         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
575         double-precision for the calculation instead of scaling.
577 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
579         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
580         manipulate bits before adding and subtracting TWO52[sx].
581         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
582         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
583         Likewise.
584         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
586 2012-03-13  David S. Miller  <davem@davemloft.net>
588         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
589         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
590         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
591         rtld-global-offsets.h
592         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
594         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
595         large parameters.
597         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
599         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
600         'err' in the ifdef scope in which it is actually used.
602         * nss/nss_db/db-init.c: Include string.h
604 2012-03-12  David S. Miller  <davem@davemloft.net>
606         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
607         masking out of the most significant byte of random value used.
608         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
609         Fix coding style in previous change.
611         * sysdeps/unix/sysv/linux/kernel-features.h
612         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
613         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
614         expression.
615         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
616         later.
618 2012-03-11  David S. Miller  <davem@davemloft.net>
620         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
621         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
622         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
623         for 'resultvar' otherwise things get truncated on 64-bit.
625         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
626         Fix masking out of the most significant byte of random value used.
628         * sysdeps/sparc/fpu/libm-test-ulps: Update.
630 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
632         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
634 2012-03-09  David S. Miller  <davem@davemloft.net>
636         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
637         variables with appropriate CPP guards.
638         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
639         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
640         on resulting framesize and the management of the outregs buffer for pltexit.
641         Preserve floating point return values across _dl_call_pltexit call.
642         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
643         framesize and the management of the outregs buffer for pltexit.
644         Preserve floating point return values across _dl_call_pltexit
645         call.
646         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
647         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
648         (print_exit): Fix format string for return register value.
650 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
652         * sunrpc/Makefile (others): Add rpcgen.
653         ($(objpfx)rpcgen): Remove special build rule and dependency on
654         libc.
655         * sunrpc/rpcgen.c: New file.
657 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
659         [BZ #13673]
660         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
661         * stdio-common/bug-vfprintf-nargs.c: Likewise.
662         * sysdeps/i386/crti.S: Likewise.
663         * sysdeps/i386/crtn.S: Likewise.
664         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
665         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
666         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
667         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
668         * sysdeps/sh/crti.S: Likewise.
669         * sysdeps/sh/crtn.S: Likewise.
670         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
672         [BZ #13673]
673         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
674         with URL.
675         * locale/programs/locfile-kw.gperf: Likewise.
676         * locale/programs/charmap-kw.h: Regenerated.
677         * locale/programs/locfile-kw.h: Likewise.
679         [BZ #13673]
680         * intl/plural.y: Replace FSF snail mail address with URL.
681         * intl/plural.c: Regenerated.
683 2012-03-09  Richard Henderson  <rth@twiddle.net>
685         * include/math_private.h: Remove file.
686         * math/math_private.h: Move file ...
687         * sysdeps/generic/math_private.h: ... here.
689         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
690         * sysdeps/powerpc/fpu/math_private.h: Likewise.
691         * sysdeps/x86_64/fpu/math_private.h: Likewise.
693         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
694         and <math_private.h>.
695         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
696         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
697         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
698         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
699         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
700         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
701         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
702         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
703         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
704         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
705         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
706         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
707         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
708         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
709         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
710         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
711         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
712         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
713         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
714         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
715         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
716         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
717         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
718         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
719         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
720         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
721         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
722         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
723         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
724         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
725         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
726         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
727         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
728         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
729         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
730         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
731         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
732         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
733         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
734         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
735         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
736         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
737         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
738         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
739         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
740         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
741         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
742         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
743         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
744         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
745         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
746         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
747         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
748         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
749         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
750         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
751         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
752         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
753         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
754         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
755         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
756         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
757         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
758         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
759         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
760         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
761         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
762         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
763         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
764         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
765         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
766         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
767         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
768         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
769         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
770         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
771         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
772         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
773         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
774         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
775         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
776         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
777         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
778         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
779         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
780         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
781         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
782         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
783         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
784         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
785         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
786         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
787         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
788         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
789         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
790         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
791         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
792         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
793         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
794         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
795         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
796         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
797         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
798         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
799         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
800         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
801         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
802         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
803         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
804         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
805         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
806         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
807         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
808         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
809         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
810         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
811         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
812         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
813         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
814         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
815         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
816         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
817         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
818         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
819         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
820         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
821         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
822         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
823         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
824         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
825         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
826         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
827         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
828         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
829         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
830         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
831         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
832         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
833         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
834         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
835         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
836         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
837         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
838         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
839         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
840         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
841         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
842         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
843         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
844         * sysdeps/ieee754/k_standard.c: Likewise.
845         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
846         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
847         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
848         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
849         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
850         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
851         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
852         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
853         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
854         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
855         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
856         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
857         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
858         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
859         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
860         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
861         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
862         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
863         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
864         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
865         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
866         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
867         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
868         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
869         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
870         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
871         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
872         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
873         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
874         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
875         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
876         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
877         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
878         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
879         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
880         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
881         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
882         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
883         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
884         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
885         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
886         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
887         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
888         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
889         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
890         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
891         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
892         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
893         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
894         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
895         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
896         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
897         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
898         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
899         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
900         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
901         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
902         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
903         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
904         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
905         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
906         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
907         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
908         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
909         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
910         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
911         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
912         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
913         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
914         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
915         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
916         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
917         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
918         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
919         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
920         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
921         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
922         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
923         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
924         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
925         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
926         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
927         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
928         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
929         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
930         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
931         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
932         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
933         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
934         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
935         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
936         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
937         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
938         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
939         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
940         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
941         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
942         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
943         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
944         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
945         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
946         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
947         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
948         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
949         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
950         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
951         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
952         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
953         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
954         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
955         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
956         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
957         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
958         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
959         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
960         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
961         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
962         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
963         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
964         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
965         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
966         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
967         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
968         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
969         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
970         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
971         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
972         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
973         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
974         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
975         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
976         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
977         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
978         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
979         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
980         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
981         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
982         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
983         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
984         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
985         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
986         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
987         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
988         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
989         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
990         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
991         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
992         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
993         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
994         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
995         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
996         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
997         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
998         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
999         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
1000         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
1001         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
1002         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
1003         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
1004         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
1005         * sysdeps/ieee754/s_lib_version.c: Likewise.
1006         * sysdeps/ieee754/s_matherr.c: Likewise.
1007         * sysdeps/ieee754/s_signgam.c: Likewise.
1008         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
1009         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
1010         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
1011         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
1012         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
1013         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
1014         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
1015         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
1016         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
1017         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
1018         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
1019         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
1020         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
1021         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
1022         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
1023         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
1024         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
1025         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
1026         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
1027         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
1028         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1030 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
1032         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
1033         * sunrpc/rpc_main.c: Likewise.
1034         * sunrpc/rpc_svcout.c: Likewise.
1036 2012-03-09  David S. Miller  <davem@davemloft.net>
1038         * include/math_private.h: New file.
1040 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
1042         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
1043         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
1044         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
1045         from <bits/socket_type.h>.
1046         (enum __socket_type): Don't define here.
1047         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
1048         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1049         bits/socket_type.h.
1051         [BZ #13566]
1052         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
1053         checking __USE_GNU.
1055         * Makerules ($(inst_includedir)/%.h): New rule.
1056         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
1057         (install-others): Remove variable setting.
1058         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
1060 2012-03-08  Richard Henderson  <rth@twiddle.net>
1062         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
1063         from macro to inline function; merge with the
1064         !__LIBC_INTERNAL_MATH_INLINES version.
1065         (__ieee754_sqrtf): Likewise.
1067         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
1068         to inline function.
1069         (__rintf, __floor, __floorf): Likewise.
1071         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
1072         macro to inline function.
1073         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
1075         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
1076         not <math/math_private.h>.
1078 2012-03-08  David S. Miller  <davem@davemloft.net>
1080         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
1081         copyright year.
1082         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
1084 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
1086         * resolv/gai_misc.c (handle_requests): Fix struct timespec
1087         normalization.
1088         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
1089         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
1091 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
1093         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
1094         be defined individually, they must be defined as a block.  Define
1095         S for printing a string instead of hidint the different by using a
1096         macro for adding the 'l'.
1097         * stdio-common/tst-fphex-wide.c: Adjust.
1099 2012-03-07  Marek Polacek  <polacek@redhat.com>
1101         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
1103 2012-03-08  Marek Polacek  <polacek@redhat.com>
1105         [BZ #13806]
1106         * stdio-common/Makefile (tests): Add tst-fphex-wide.
1107         * stdio-common/tst-fphex.c: Define a few macros to make the
1108         test reusable.  Use them.
1109         * stdio-common/tst-fphex-wide.c: New file.
1111 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
1113         [BZ #6911]
1114         * manual/macros.texi (gnusystems): New macro.
1115         (nongnusystems): Likewise.
1116         (gnulinuxhurdsystems): Likewise.
1117         (gnuhurdsystems): Likewise..
1118         (gnulinuxsystems): Likewise.
1119         * manual/charset.texi: Use new macros or @theglibc{} to refer to
1120         variants of the GNU system, not "GNU system".
1121         * manual/conf.texi: Likewise.
1122         * manual/errno.texi: Likewise.  Update example of errno macro
1123         expansion.
1124         * manual/filesys.texi: Likewise.
1125         (getumask): Document as specific to GNU/Hurd.
1126         * manual/install.texi: Likewise.  Reword some references to
1127         GNU/Linux.
1128         * manual/intro.texi: Likewise.
1129         * manual/io.texi: Likewise.
1130         (File Name Portability): Detail which constraints are inapplicable
1131         to all GNU systems and which are only inapplicable to GNU/Hurd.
1132         * manual/job.texi: Likewise.
1133         * manual/llio.texi: Likewise.
1134         (O_NOCTTY): Document as present on GNU/Linux.
1135         * manual/maint.texi: Likewise.
1136         * manual/memory.texi: Likewise.
1137         * manual/pattern.texi: Likewise.
1138         * manual/pipe.texi: Likewise.
1139         * manual/process.texi: Likewise.
1140         * manual/resource.texi: Likewise.
1141         (RUSAGE_CHILDREN): Remove statement about specifying a particular
1142         child on GNU/Hurd.
1143         * manual/setjmp.texi: Likewise.
1144         * manual/signal.texi: Likewise.
1145         * manual/startup.texi: Likewise.
1146         * manual/stdio.texi: Likewise.
1147         * manual/terminal.texi: Likewise.
1148         (ONLCR): Document as POSIX.
1149         (OXTABS): Document availability on GNU/Linux as XTABS.
1150         (ONOEOT): Document availability separately from other bits.
1151         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
1152         * manual/time.texi: Likewise.
1153         * manual/users.texi: Likewise.
1154         * INSTALL: Regenerated.
1155         * sysdeps/gnu/errlist.c: Regenerated.
1157         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
1158         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
1159         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
1160         puts.
1161         * configure: Regenerated.
1163 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
1165         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
1166         default includes instead of AC_HEADER_CHECK.
1167         * sysdeps/i386/configure: Regenerated.
1169         [BZ #10716]
1170         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
1171         * math/s_cacoshf.c (__cacoshf): Likewise.
1172         * math/s_cacoshl.c (__cacoshl): Likewise.
1173         * math/s_casinh.c (__casinh): Set signs of result from argument.
1174         * math/s_casinhf.c (__casinhf): Likewise.
1175         * math/s_casinhl.c (__casinhl): Likewise.
1176         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
1177         (casinh_test): Add more tests.
1178         * sysdeps/i386/fpu/libm-test-ulps: Update.
1179         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1181 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
1183         * po/zh_TW.po: Update from translation team.
1185         * login/Makefile (distribute): Remove variable.
1186         * catgets/Makefile: Likewise.
1187         * mach/Makefile: Likewise.
1188         * malloc/Makefile: Likewise.
1189         * misc/Makefile: Likewise.
1190         * iconv/Makefile: Likewise.
1191         * nscd/Makefile: Likewise.
1192         * hurd/Makefile: Likewise.
1193         * manual/Makefile: Likewise.
1194         * locale/Makefile: Likewise.
1195         * intl/Makefile: Likewise.
1196         * conform/Makefile: Likewise.
1197         * nss/Makefile: Likewise.
1198         * time/Makefile: Likewise.
1199         * soft-fp/Makefile: Likewise.
1200         * dirent/Makefile: Likewise.
1201         * gmon/Makefile: Likewise.
1202         * po/Makefile: Likewise.
1203         * rt/Makefile: Likewise.
1204         * socket/Makefile: Likewise.
1205         * math/Makefile: Likewise.
1206         * signal/Makefile: Likewise.
1207         * debug/Makefile: Likewise.
1208         * elf/Makefile: Likewise.
1209         * timezone/Makefile: Likewise.
1210         * stdlib/Makefile: Likewise.
1211         * iconvdata/Makefile: Likewise.
1212         * sunrpc/Makefile: Likewise.
1213         * io/Makefile: Likewise.
1214         * argp/Makefile: Likewise.
1215         * inet/Makefile: Likewise.
1216         * hesiod/Makefile: Likewise.
1217         * grp/Makefile: Likewise.
1218         * csu/Makefile: Likewise.
1219         * wctype/Makefile: Likewise.
1220         * crypt/Makefile: Likewise.
1221         * libio/Makefile: Likewise.
1222         * string/Makefile: Likewise.
1223         * nis/Makefile: Likewise.
1224         * resolv/Makefile: Likewise.
1225         * stdio-common/Makefile: Likewise.
1226         * wcsmbs/Makefile: Likewise.
1227         * dlfcn/Makefile: Likewise.
1228         * posix/Makefile: Likewise.
1230         * timezone/Makefile: Don't install timezone files, just the programs
1231         and scripts.
1233 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
1235         * nss/databases.def: Add missing gshadow entry.
1237         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
1239 2012-03-06  Marek Polacek  <polacek@redhat.com>
1241         [BZ #13726]
1242         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
1243         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
1244         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
1245         * stdio-common/tst-long-dbl-fphex.c: New file.
1247 2012-03-06  David S. Miller  <davem@davemloft.net>
1249         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
1250         (set_obp_int): New function.
1251         (get_obp_int): New function.
1252         (__get_clockfreq_via_dev_openprom): Likewise.
1253         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
1254         Avoid unused variable warnings on 'val' and use builtin_expect.
1255         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
1256         __builtin_expect.
1257         (INLINE_CLONE_SYSCALL): Likewise.
1259 2012-03-05  David S. Miller  <davem@davemloft.net>
1261         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1263 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
1265         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1267         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
1268         only for |x| >= 40.
1269         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
1271 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1273         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
1274         Replace gettimeofday with __vdso_gettimeofday.
1276         * sysdeps/unix/sysv/linux/x86_64/init-first.c
1277         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
1278         __vdso_clock_gettime and __vdso_getcpu.
1280         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
1281         time with __vdso_time.
1283 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
1285         * manual/lang.texi (size_t): Note types to which size_t may be
1286         equivalent with the GNU C Library, but do not describe when
1287         differences between them are significant.
1289 2012-03-05  Andreas Jaeger  <aj@suse.de>
1291         * sysdeps/i386/fpu/libm-test-ulps: Update.
1293 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
1295         [BZ #3976]
1296         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
1297         (__ieee754_pow): Save and restore rounding mode and use
1298         round-to-nearest for main computations.
1299         * math/libm-test.inc (pow_test_tonearest): New function.
1300         (pow_test_towardzero): Likewise.
1301         (pow_test_downward): Likewise.
1302         (pow_test_upward): Likewise.
1303         (main): Call the new functions.
1304         * sysdeps/i386/fpu/libm-test-ulps: Update.
1305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1307         [BZ #3976]
1308         * math/libm-test.inc (cosh_test_tonearest): New function.
1309         (cosh_test_towardzero): Likewise.
1310         (cosh_test_downward): Likewise.
1311         (cosh_test_upward): Likewise.
1312         (sinh_test_tonearest): Likewise.
1313         (sinh_test_towardzero): Likewise.
1314         (sinh_test_downward): Likewise.
1315         (sinh_test_upward): Likewise.
1316         (main): Call the new functions.
1317         * sysdeps/i386/fpu/libm-test-ulps: Update.
1318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1320 2012-03-05  Tom de Vries  <tom@codesourcery.com>
1322         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
1323         default stack guard is set in last bytes.
1324         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
1326 2012-03-05  Kees Cook  <keescook@chromium.org>
1328         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
1330         [BZ #13656]
1331         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
1332         possibly allocate from heap instead of stack.
1333         * stdio-common/bug-vfprintf-nargs.c: New file.
1334         * stdio-common/Makefile (tests): Add nargs overflow test.
1336 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
1338         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1340 2012-03-03  Marek Polacek  <polacek@redhat.com>
1342         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
1343         * math/math_private.h: Likewise.
1344         * stdlib/tst-strtod.c: Likewise.
1345         * sysdeps/i386/i486/bits/atomic.h: Likewise.
1346         * sysdeps/x86_64/bits/atomic.h: Likewise.
1348 2012-03-02  David S. Miller  <davem@davemloft.net>
1350         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
1351         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
1352         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
1353         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
1354         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
1355         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
1356         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
1357         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
1359 2012-03-02  Roland McGrath  <roland@hack.frob.com>
1361         [BZ #13792]
1362         * manual/examples/README: New file, says the example source files
1363         can be used under GPL>=2.
1364         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
1365         line containing just "*/".
1366         * manual/examples/add.c: Add copyright header (GPL>=2).
1367         * manual/examples/argp-ex1.c: Likewise.
1368         * manual/examples/argp-ex2.c: Likewise.
1369         * manual/examples/argp-ex3.c: Likewise.
1370         * manual/examples/argp-ex4.c: Likewise.
1371         * manual/examples/atexit.c: Likewise.
1372         * manual/examples/db.c: Likewise.
1373         * manual/examples/dir.c: Likewise.
1374         * manual/examples/dir2.c: Likewise.
1375         * manual/examples/execinfo.c: Likewise.
1376         * manual/examples/filecli.c: Likewise.
1377         * manual/examples/filesrv.c: Likewise.
1378         * manual/examples/fmtmsgexpl.c: Likewise.
1379         * manual/examples/genpass.c: Likewise.
1380         * manual/examples/inetcli.c: Likewise.
1381         * manual/examples/inetsrv.c: Likewise.
1382         * manual/examples/isockad.c: Likewise.
1383         * manual/examples/longopt.c: Likewise.
1384         * manual/examples/memopen.c: Likewise.
1385         * manual/examples/memstrm.c: Likewise.
1386         * manual/examples/mkfsock.c: Likewise.
1387         * manual/examples/mkisock.c: Likewise.
1388         * manual/examples/mygetpass.c: Likewise.
1389         * manual/examples/pipe.c: Likewise.
1390         * manual/examples/popen.c: Likewise.
1391         * manual/examples/rprintf.c: Likewise.
1392         * manual/examples/search.c: Likewise.
1393         * manual/examples/select.c: Likewise.
1394         * manual/examples/setjmp.c: Likewise.
1395         * manual/examples/sigh1.c: Likewise.
1396         * manual/examples/sigusr.c: Likewise.
1397         * manual/examples/stpcpy.c: Likewise.
1398         * manual/examples/strdupa.c: Likewise.
1399         * manual/examples/strftim.c: Likewise.
1400         * manual/examples/strncat.c: Likewise.
1401         * manual/examples/subopt.c: Likewise.
1402         * manual/examples/swapcontext.c: Likewise.
1403         * manual/examples/termios.c: Likewise.
1404         * manual/examples/testopt.c: Likewise.
1405         * manual/examples/testpass.c: Likewise.
1406         * manual/examples/timeval_subtract.c: Likewise.
1408         [BZ #13792]
1409         * manual/time.texi (Elapsed Time): Move timeval_subtract example
1410         function to ...
1411         * manual/timeval_subtract.c.texi: ... here, new file.
1413 2012-03-02  David S. Miller  <davem@davemloft.net>
1415         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
1417 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
1419         [BZ #3976]
1420         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
1421         (__sin): Save and restore rounding mode and use round-to-nearest
1422         for all computations.
1423         (__cos): Save and restore rounding mode and use round-to-nearest
1424         for all computations.
1425         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
1426         <fenv.h>.
1427         (tan): Save and restore rounding mode and use round-to-nearest for
1428         all computations.
1429         * math/libm-test.inc (cos_test_tonearest): New function.
1430         (cos_test_towardzero): Likewise.
1431         (cos_test_downward): Likewise.
1432         (cos_test_upward): Likewise.
1433         (sin_test_tonearest): Likewise.
1434         (sin_test_towardzero): Likewise.
1435         (sin_test_downward): Likewise.
1436         (sin_test_upward): Likewise.
1437         (tan_test_tonearest): Likewise.
1438         (tan_test_towardzero): Likewise.
1439         (tan_test_downward): Likewise.
1440         (tan_test_upward): Likewise.
1441         (main): Call the new functions.
1442         * sysdeps/i386/fpu/libm-test-ulps: Update.
1443         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1445         [BZ #10135]
1446         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
1447         small n, then large n, before computing and testing k+n.
1448         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
1449         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
1450         Likewise.
1451         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
1452         Likewise.
1453         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
1454         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
1455         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
1456         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
1457         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
1458         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
1459         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
1460         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
1461         * math/libm-test.inc (scalbn_test): Add more tests.
1462         (scalbln_test): Likewise.
1464         * manual/filesys.texi (mode_t): Describe constraints on size and
1465         signedness, not exact equivalence to a particular type.
1466         (ino_t): Likewise.
1467         (ino64_t): Likewise.
1468         (dev_t): Likewise.
1469         (nlink_t): Likewise.
1470         (blkcnt_t): Likewise.
1471         (blkcnt64_t): Likewise.
1472         * manual/llio.texi (off_t): Likewise.
1474         [BZ #3976]
1475         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
1476         (__ieee754_exp): Save and restore rounding mode and use
1477         round-to-nearest for all computations.
1478         * math/libm-test.inc (exp_test_tonearest): New function.
1479         (exp_test_towardzero): Likewise.
1480         (exp_test_downward): Likewise.
1481         (exp_test_upward): Likewise.
1482         (main): Call the new functions.
1483         * sysdeps/i386/fpu/libm-test-ulps: Update.
1484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1486 2012-03-01  Chris Demetriou  <cgd@google.com>
1488         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
1489         have predictable order.
1491 2012-03-01  David S. Miller  <davem@davemloft.net>
1493         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
1495         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
1496         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
1497         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
1498         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
1500         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
1501         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
1502         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
1503         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
1504         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
1505         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
1506         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
1507         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
1508         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
1510         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1512         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
1513         * sysdeps/sparc/fpu/libm-test-ulps: to here.
1514         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
1516         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
1517         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1518         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
1519         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
1520         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
1521         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
1522         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
1523         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1524         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1525         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
1526         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
1527         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
1528         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1529         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
1530         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1531         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1532         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
1533         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
1534         * sysdeps/sparc/elf/configure: Regenerated.
1536 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
1538         * configure.in (AS, LD): Require binutils 2.20 or later.
1539         * configure: Regenerated.
1540         * manual/install.texi (Tools for Compilation): Give binutils 2.20
1541         as required minimum version.
1542         * INSTALL: Regenerated.
1544         [BZ #2541]
1545         [BZ #4108]
1546         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
1547         before squaring exponent.
1548         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
1549         bottom long double and 27 bits of top long double before squaring
1550         exponent.
1551         * math/libm-test.inc (erfc_test): Add more tests.
1552         * sysdeps/i386/fpu/libm-test-ulps: Update.
1553         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
1554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1556 2012-03-01  Kai Tietz  <ktietz@redhat.com>
1558         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
1559         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
1560         containing bit-fields.
1561         * soft-fp/extended.h (_FP_UNION_E): Likewise.
1562         * soft-fp/single.h (_FP_UNION_S): Likewise.
1563         * soft-fp/double.h (_FP_UNION_D): Likewise.
1565 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
1567         [BZ #13786]
1568         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
1569         not include ../strcmp.S.
1570         [USE_AS_STRNCASECMP_L]: Likewise.
1571         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
1572         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
1573         * sysdeps/i386/i686/multiarch/strncase_l-c.c
1574         (__strncasecmp_l_ia32): Define as alias to
1575         __strncasecmp_l_nonascii.
1577         [BZ #5794]
1578         * math/libm-test.inc (expm1_test): Add test for bug 5794.
1579         * sysdeps/i386/fpu/libm-test-ulps: Update.
1580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1582         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
1583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1585 2012-02-29  Jeff Law  <law@redhat.com>
1587         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
1588         out of bounds read.
1590 2012-02-29  Marek Polacek  <polacek@redhat.com>
1592         [BZ #13706]
1593         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
1594         * elf/Makefile: Add rules to run tst-unused-dep.out.
1596 2012-02-28  David S. Miller  <davem@davemloft.net>
1598         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
1599         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
1600         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
1601         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
1602         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
1603         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
1605 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
1607         * math/libm-test.inc (llround_test): Move one test from
1608         lround_test.  Use TEST_f_L in moved test.
1609         (lround_test): Move misplaced test to llround_test.  Add testcase
1610         from bug 2561.
1612 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
1614         * sysdeps/x86_64/fpu/e_expf.S: New file.
1615         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
1617 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
1619         [BZ #13637]
1620         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
1621         of remain_len that may cause incomplete multi-byte character and
1622         false match.
1623         * posix/bug-regex33.c: New file.
1624         * posix/Makefile (tests): Add bug-regex33.
1626 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
1628         * manual/macros.texi: New file.
1629         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
1630         * manual/libc.texinfo: Include macros.texi.
1631         * manual/creatute.texi: Likewise.
1632         * manual/install.texi: Likewise.
1633         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
1634         @glibcadj{} in references to the GNU C Library.
1635         * manual/charset.texi: Likewise.
1636         * manual/conf.texi: Likewise.
1637         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
1638         when not using those macros.
1639         * manual/creature.texi: Likewise.
1640         * manual/crypt.texi: Likewise.
1641         * manual/errno.texi: Likewise.
1642         * manual/filesys.texi: Likewise.
1643         * manual/header.texi: Likewise.
1644         * manual/install.texi: Likewise.
1645         * manual/intro.texi: Likewise.
1646         * manual/io.texi: Likewise.
1647         * manual/job.texi: Likewise.
1648         * manual/lang.texi: Likewise.
1649         * manual/libc.texiinfo: Likewise.
1650         * manual/llio.texi: Likewise.
1651         * manual/locale.texi: Likewise.
1652         * manual/maint.texi: Likewise.
1653         * manual/math.texi: Likewise.
1654         * manual/memory.texi: Likewise.
1655         * manual/message.texi: Likewise.
1656         * manual/nss.texi: Likewise.
1657         * manual/pattern.texi: Likewise.
1658         * manual/process.texi: Likewise.
1659         * manual/resource.texi: Likewise.
1660         * manual/search.texi: Likewise.
1661         * manual/setjmp.texi: Likewise.
1662         * manual/signal.texi: Likewise.
1663         * manual/socket.texi: Likewise.
1664         * manual/startup.texi: Likewise.
1665         * manual/stdio.texi: Likewise.
1666         * manual/string.texi: Likewise.
1667         * manual/sysinfo.texi: Likewise.
1668         * manual/syslog.texi: Likewise.
1669         * manual/terminal.texi: Likewise.
1670         * manual/time.texi: Likewise.
1671         * manual/users.texi: Likewise.
1672         * INSTALL: Regenerated.
1673         * NOTES: Regenerated.
1674         * sysdeps/gnu/errlist.c: Regenerated.
1676 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
1678         * include/dirent.h: Include <dirstream.h> before
1679         <dirent/dirent.h>.
1681 2012-02-28  David S. Miller  <davem@davemloft.net>
1683         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
1684         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
1685         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
1686         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
1688 2012-02-27  David S. Miller  <davem@davemloft.net>
1690         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
1691         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
1692         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
1693         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
1695         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
1696         frame pointer instead of stack pointer relative arg slot.
1697         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
1698         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
1699         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
1701 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
1703         [BZ #3992]
1704         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
1706 2012-02-27  David S. Miller  <davem@davemloft.net>
1708         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
1709         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
1710         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
1711         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
1712         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
1713         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
1714         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
1715         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
1717 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
1719         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
1720         later.  Allow versions 5-9.
1721         * configure: Regenerated.
1722         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
1723         required minimum version and 4.6 as recommended version.  Do not
1724         mention bugs in GCC 2.7 and 2.8.
1725         * INSTALL: Regenerated.
1727 2012-02-27  David S. Miller  <davem@davemloft.net>
1729         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
1730         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
1731         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
1732         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
1733         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
1734         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
1735         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
1736         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
1738         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
1739         manipulate bits before adding and subtracting TWO112[sx].
1740         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
1742 2012-02-27  Roland McGrath  <roland@hack.frob.com>
1744         [BZ #13775]
1745         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
1746         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
1747         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
1748         being in POSIX, because they are in 1003.1-2008.
1750         * rt/tst-aio.c: Include <fcntl.h>.
1751         * rt/tst-aio7.c: Likewise.
1752         * rt/tst-aio64.c: Likewise.
1754         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
1756 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
1758         * manual/install.texi (--with-headers): Describe headers as
1759         interface headers, not private headers.
1760         (Specific advice for GNU/Linux systems): Describe use of headers
1761         from "make headers_install", not private headers from older
1762         kernels.
1763         * INSTALL: Regenerated.
1764         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
1765         Change to 2.6.19.
1766         * sysdeps/unix/sysv/linux/configure: Regenerated.
1768         * manual/llio.texi (fclean): Remove documentation.
1770         * manual/Makefile (libc-texi-generated): New variable.  Include
1771         version.texi.
1772         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
1773         $(libc-texi-generated), not duplicated list of files.
1774         (version.texi, stamp-version): New rules.
1775         (realclean): Remove $(libc-texi-generated), not individual files
1776         from that list.  Do not remove dir-add.texinfo.
1777         * manual/libc.texinfo: Comment out uses of edition numbers and
1778         references to printed manual.  Remove last-updated dates.
1779         (EDITION): Comment out.
1780         (ISBN): Likewise.
1781         (VERSION, UPDATED): Remove.
1782         (version.texi): Include.
1784 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1786         * sysdeps/posix/spawni.c: Include <signal.h>.
1787         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
1788         * sysdeps/pthread/aio_fsync.c: Likewise.
1790 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
1792         * conform/Makefile (tests): Run only when not cross-compiling and
1793         when fast-check is not defined.
1795         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
1796         * conform/data/limits.h-data: Fixes for POSIX2008.
1797         * conform/run-conformtest.sh: Run all tests.
1798         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
1799         headers.
1800         * include/bits/dlfcn.h: Likewise.
1801         * include/langinfo.h: Likewise.
1802         * include/monetary.h: Likewise.
1803         * include/sys/poll.h: Likewise.
1805         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
1806         for __USE_GNU.
1807         * posix/spawn.h: Define __need_sigset_t.
1808         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
1809         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
1810         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
1811         to get sigevent_t only.
1812         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
1813         only for __USE_GNU.
1814         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1815         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
1816         process_vm_writev only for __USE_GNU.
1817         * termios/termios.h: Declare tcgetsid also for POSIX2008.
1819         * conform/Makefile: For now ignore errors from run-conformtest.
1820         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
1821         POSIX to avoid namespace pollution.  Don't prepend headers.
1822         * conform/data/aio.h-data: Fixes for POSIX testing.
1823         * conform/data/fcntl.h-data: Likewise.
1824         * conform/data/glob.h-data: Likewise.
1825         * conform/data/grp.h-data: Likewise.
1826         * conform/data/pthread.h-data: Likewise.
1827         * conform/data/pwd.h-data: Likewise.
1828         * conform/data/signal.h-data: Likewise.
1829         * conform/data/spawn.h-data: Likewise.
1830         * conform/data/stdio.h-data: Likewise.
1831         * conform/data/stdlib.h-data: Likewise.
1832         * conform/data/stropts.h-data: Likewise.
1833         * conform/data/sys/mman.h-data: Likewise.
1834         * conform/data/sys/stat.h-data: Likewise.
1835         * conform/data/sys/types.h-data: Likewise.
1836         * conform/data/sys/wait.h-data: Likewise.
1837         * conform/data/time.h-data: Likewise.
1838         * conform/data/unistd.h-data: Likewise.
1839         * conform/data/utime.h-data: Likewise.
1841         * io/sys/stat.h: fchmod was always in POSIX.
1842         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
1843         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
1844         * rt/aio.h: Define __need_timespec before including <time.h>.
1845         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
1846         struct.  Add forward declaration of pthread_attr_t and use it in
1847         sigevent.
1848         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1849         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
1850         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
1851         always remove CLK_TCK definition.
1853 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
1855         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
1857 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
1859         * conform/run-conformtest.sh: New file.
1860         * conform/Makefile: Run run-conformtest for tests.
1861         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
1862         support.
1864         * conform/data/uchar.h-data: New file.
1865         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
1866         * conform/data/arpa/inet.h-data: Likewise.
1867         * conform/data/assert.h-data: Likewise.
1868         * conform/data/complex.h-data: Likewise.
1869         * conform/data/cpio.h-data: Likewise.
1870         * conform/data/ctype.h-data: Likewise.
1871         * conform/data/dirent.h-data: Likewise.
1872         * conform/data/dlfcn.h-data: Likewise.
1873         * conform/data/errno.h-data: Likewise.
1874         * conform/data/fcntl.h-data: Likewise.
1875         * conform/data/float.h-data: Likewise.
1876         * conform/data/fmtmsg.h-data: Likewise.
1877         * conform/data/fnmatch.h-data: Likewise.
1878         * conform/data/ftw.h-data: Likewise.
1879         * conform/data/glob.h-data: Likewise.
1880         * conform/data/grp.h-data: Likewise.
1881         * conform/data/iconv.h-data: Likewise.
1882         * conform/data/inttypes.h-data: Likewise.
1883         * conform/data/langinfo.h-data: Likewise.
1884         * conform/data/libgen.h-data: Likewise.
1885         * conform/data/limits.h-data: Likewise.
1886         * conform/data/locale.h-data: Likewise.
1887         * conform/data/math.h-data: Likewise.
1888         * conform/data/monetary.h-data: Likewise.
1889         * conform/data/mqueue.h-data: Likewise.
1890         * conform/data/ndbm.h-data: Likewise.
1891         * conform/data/net/if.h-data: Likewise.
1892         * conform/data/netdb.h-data: Likewise.
1893         * conform/data/netinet/in.h-data: Likewise.
1894         * conform/data/nl_types.h-data: Likewise.
1895         * conform/data/poll.h-data: Likewise.
1896         * conform/data/pthread.h-data: Likewise.
1897         * conform/data/pwd.h-data: Likewise.
1898         * conform/data/regex.h-data: Likewise.
1899         * conform/data/sched.h-data: Likewise.
1900         * conform/data/search.h-data: Likewise.
1901         * conform/data/semaphore.h-data: Likewise.
1902         * conform/data/setjmp.h-data: Likewise.
1903         * conform/data/signal.h-data: Likewise.
1904         * conform/data/spawn.h-data: Likewise.
1905         * conform/data/stdarg.h-data: Likewise.
1906         * conform/data/stdio.h-data: Likewise.
1907         * conform/data/stdlib.h-data: Likewise.
1908         * conform/data/string.h-data: Likewise.
1909         * conform/data/strings.h-data: Likewise.
1910         * conform/data/stropts.h-data: Likewise.
1911         * conform/data/sys/ipc.h-data: Likewise.
1912         * conform/data/sys/mman.h-data: Likewise.
1913         * conform/data/sys/msg.h-data: Likewise.
1914         * conform/data/sys/resource.h-data: Likewise.
1915         * conform/data/sys/select.h-data: Likewise.
1916         * conform/data/sys/sem.h-data: Likewise.
1917         * conform/data/sys/shm.h-data: Likewise.
1918         * conform/data/sys/socket.h-data: Likewise.
1919         * conform/data/sys/stat.h-data: Likewise.
1920         * conform/data/sys/statvfs.h-data: Likewise.
1921         * conform/data/sys/time.h-data: Likewise.
1922         * conform/data/sys/timeb.h-data: Likewise.
1923         * conform/data/sys/times.h-data: Likewise.
1924         * conform/data/sys/types.h-data: Likewise.
1925         * conform/data/sys/uio.h-data: Likewise.
1926         * conform/data/sys/un.h-data: Likewise.
1927         * conform/data/sys/utsname.h-data: Likewise.
1928         * conform/data/sys/wait.h-data: Likewise.
1929         * conform/data/syslog.h-data: Likewise.
1930         * conform/data/tar.h-data: Likewise.
1931         * conform/data/termios.h-data: Likewise.
1932         * conform/data/utime.h-data: Likewise.
1933         * conform/data/utmpx.h-data: Likewise.
1934         * conform/data/varargs.h-data: Likewise.
1935         * conform/data/wchar.h-data: Likewise.
1936         * conform/data/wctype.h-data: Likewise.
1937         * conform/data/wordexp.h-data: Likewise.
1939         * include/stropts.h: New file.
1940         * include/uchar.h: New file.
1941         * include/aio.h: Changes to allow conformtest.pl to use the headers.
1942         * include/assert.h: Likewise.
1943         * include/ctype.h: Likewise.
1944         * include/dirent.h: Likewise.
1945         * include/dlfcn.h: Likewise.
1946         * include/fcntl.h: Likewise.
1947         * include/fnmatch.h: Likewise.
1948         * include/glob.h: Likewise.
1949         * include/grp.h: Likewise.
1950         * include/libio.h: Likewise.
1951         * include/locale.h: Likewise.
1952         * include/math.h: Likewise.
1953         * include/net/if.h: Likewise.
1954         * include/netdb.h: Likewise.
1955         * include/netinet/in.h: Likewise.
1956         * include/pthread.h: Likewise.
1957         * include/pwd.h: Likewise.
1958         * include/regex.h: Likewise.
1959         * include/sched.h: Likewise.
1960         * include/search.h: Likewise.
1961         * include/setjmp.h: Likewise.
1962         * include/signal.h: Likewise.
1963         * include/stdio.h: Likewise.
1964         * include/stdlib.h: Likewise.
1965         * include/string.h: Likewise.
1966         * include/sys/cdefs.h: Likewise.
1967         * include/sys/mman.h: Likewise.
1968         * include/sys/msg.h: Likewise.
1969         * include/sys/resource.h: Likewise.
1970         * include/sys/select.h: Likewise.
1971         * include/sys/socket.h: Likewise.
1972         * include/sys/stat.h: Likewise.
1973         * include/sys/statvfs.h: Likewise.
1974         * include/sys/time.h: Likewise.
1975         * include/sys/times.h: Likewise.
1976         * include/sys/uio.h: Likewise.
1977         * include/sys/utsname.h: Likewise.
1978         * include/sys/wait.h: Likewise.
1979         * include/termios.h: Likewise.
1980         * include/time.h: Likewise.
1981         * include/ulimit.h: Likewise.
1982         * include/unistd.h: Likewise.
1983         * include/utime.h: Likewise.
1984         * include/wchar.h: Likewise.
1985         * include/wctype.h: Likewise.
1986         * include/wordexp.h: Likewise.
1988         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
1990         * time/time.h: TIME_UTC must be a macro.
1991         Make timespec_get available for ISO C11 only as well.
1993 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
1995         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
1996         Reported by Peng Haitao <penght@cn.fujitsu.com>.
1998 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
2000         * configure.in: Use -o not -a in test for unsupported multi-arch.
2002 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
2004         * manual/texinfo.tex: Update to version 2012-01-19.16.
2006 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
2008         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
2010 2012-02-24  Roland McGrath  <roland@hack.frob.com>
2012         [BZ #13738]
2013         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
2014         * manual/fdl-1.3.texi: New file.
2015         * manual/fdl-1.1.texi: File removed.
2017         [BZ #13738]
2018         * manual/libc.texinfo (FDL_VERSION): New @set.
2019         Use it for mention of FDL in cover text.
2020         (Documentation License): Use it in @include file name.
2022 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
2023             Roland McGrath  <roland@hack.frob.com>
2025         [BZ #5461]
2026         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
2027         not LONG_LONG_MAX and LONG_LONG_MIN.
2028         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
2029         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
2030         name.
2031         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
2033 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
2035         [BZ #2547]
2036         [BZ #11365]
2037         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
2038         manipulate bits before adding and subtracting TWO23[sx].
2039         * math/libm-test.inc (nearbyint_test): Add more tests.
2041 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
2043         [BZ #2548]
2044         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
2045         bits before adding and subtracting TWO23[sx].
2046         * math/libm-test.inc (rint_test): Add more tests.
2047         (rint_test_tonearest): Likewise.
2048         (rint_test_towardzero): Likewise.
2049         (rint_test_downward): Likewise.
2050         (rint_test_upward: Likewise.
2052 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
2054         [BZ #10110]
2055         * include/stdc-predef.h: New file.  Extracted from features.h.
2056         * include/features.h: Include stdc-predef.h.
2057         * Makefile (headers): Add stdc-predef.h.
2058         * CONFORMANCE (Compiler limitations): Update.
2060 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
2062         * manual/libc.texinfo (VERSION, UPDATED): Revert.
2064 2012-02-21  David S. Miller  <davem@davemloft.net>
2066         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
2067         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2069 2012-02-20  David S. Miller  <davem@davemloft.net>
2071         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
2072         using a normal save/restore sequence, rather than allocating a
2073         dummy stack frame just to store a frame pointer and restore.
2074         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
2076 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
2078         * manual/install.texi: Fix stray word in line-wrapped comment.
2080 2012-02-20  David S. Miller  <davem@davemloft.net>
2082         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
2083         both binutils and gcc support GOTDATA.
2085         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
2086         "rd %pc" in the PIC register setup sequences.
2088         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
2089         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2090         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
2091         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2092         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2093         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
2094         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
2095         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
2096         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2097         (SYSCALL_ERROR_HANDLER): Likewise.
2098         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
2099         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
2100         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2101         (SYSCALL_ERROR_HANDLER): Likewise.
2103         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
2104         (HAVE_GCC_GOTDATA): New.
2105         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
2106         relocation support in both binutils and gcc.
2107         * sysdeps/sparc/elf/configure: Regenerate.
2109         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
2110         * sysdeps/sparc/sparc32/elf/configure: Delete.
2111         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
2112         * sysdeps/sparc/sparc64/elf/configure: Delete.
2113         * sysdeps/sparc/elf/configure.in: New file.
2114         * sysdeps/sparc/elf/configure: Generate.
2116         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
2117         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
2118         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
2119         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
2120         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
2122 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
2124         * manual/install.texi: Do not mention specific glibc version
2125         numbers.
2126         * manual/libc.texinfo (VERSION, UPDATED): Update.
2127         (@copying): Use @copyright{} and range of years.
2129 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
2131         [BZ #13695]
2132         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
2133         [crti.S not in sysdirs] (generated): Do not append.
2134         [crti.S not in sysdirs] (omit-deps): Likewise.
2135         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
2136         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
2137         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
2138         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
2139         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
2140         Likewise.
2141         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
2142         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
2143         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
2144         * csu/defs.awk: Remove file.
2145         * sysdeps/generic/initfini.c: Likewise.
2146         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
2147         variable.
2148         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
2149         Likewise.
2151 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
2153         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
2154         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
2155         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
2156         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
2157         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
2158         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
2159         <bits/epoll.h>.
2160         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
2161         (__EPOLL_PACKED): Define to empty if not defined by
2162         <bits/epoll.h>.
2163         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
2164         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2165         bits/epoll.h.
2167 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
2169         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
2170         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
2171         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
2172         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
2173         <bits/timerfd.h>.
2174         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
2175         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2176         bits/timerfd.h.
2178 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
2180         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
2181         in C locale.
2182         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
2183         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
2184         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
2185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2187 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
2189         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
2190         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2192 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
2194         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
2195         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
2196         defined.
2197         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
2198         Likewise.
2199         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
2200         entry for 2.16.
2202 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
2204         * math/w_acos.c: Use non-signaling floating-point comparisons.
2205         * math/w_acosf.c: Likewise.
2206         * math/w_acosh.c: Likewise.
2207         * math/w_acoshf.c: Likewise.
2208         * math/w_acoshl.c: Likewise.
2209         * math/w_acosl.c: Likewise.
2210         * math/w_asin.c: Likewise.
2211         * math/w_asinf.c: Likewise.
2212         * math/w_asinl.c: Likewise.
2213         * math/w_atanh.c: Likewise.
2214         * math/w_atanhf.c: Likewise.
2215         * math/w_atanhl.c: Likewise.
2216         * math/w_exp2.c: Likewise.
2217         * math/w_exp2f.c: Likewise.
2218         * math/w_exp2l.c: Likewise.
2219         * math/w_j0.c: Likewise.
2220         * math/w_j0f.c: Likewise.
2221         * math/w_j0l.c: Likewise.
2222         * math/w_j1.c: Likewise.
2223         * math/w_j1f.c: Likewise.
2224         * math/w_j1l.c: Likewise.
2225         * math/w_jn.c: Likewise.
2226         * math/w_jnf.c: Likewise.
2227         * math/w_log.c: Likewise.
2228         * math/w_log10.c: Likewise.
2229         * math/w_log10f.c: Likewise.
2230         * math/w_log10l.c: Likewise.
2231         * math/w_log2.c: Likewise.
2232         * math/w_log2f.c: Likewise.
2233         * math/w_log2l.c: Likewise.
2234         * math/w_logf.c: Likewise.
2235         * math/w_logl.c: Likewise.
2236         * math/w_sqrt.c: Likewise.
2237         * math/w_sqrtf.c: Likewise.
2238         * math/w_sqrtl.c: Likewise.
2239         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
2240         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
2241         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
2242         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
2243         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
2245 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
2247         [BZ #9739]
2248         * manual/string.texi (strnlen): Use correct parameter name in
2249         equivalent expression.
2251 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
2253         [BZ #11174]
2254         * manual/users.texi (seteuid): Consistently use neweuid for
2255         argument name.
2257 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
2259         [BZ #13704]
2260         * manual/nss.texi (Services in the NSS configuration): Correct
2261         list of services in example configuration file.
2263 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
2265         [BZ #11322]
2266         * manual/arith.texi: Remove statements about negative zero
2267         behaving identically to zero.
2269 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
2271         [BZ #5993]
2272         * manual/install.texi: Do not document upgrading from libc5.
2274 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
2276         [BZ #4596]
2277         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
2279 2012-02-18  David S. Miller  <davem@davemloft.net>
2281         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
2282         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
2283         %o7 across the call.
2284         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
2285         instead.
2286         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
2287         SETUP_PIC_REG_LEAF.
2288         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2289         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
2290         * sysdeps/sparc/crtn.S: Likewise.
2292 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
2294         * aout/Makefile: Remove.
2296 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
2298         [BZ #13058]
2299         * manual/examples/argp-ex1.c (main): Format definition in GNU
2300         style.
2301         * manual/examples/argp-ex2.c (main): Likewise.
2302         * manual/examples/argp-ex3.c (main): Likewise.
2303         * manual/examples/argp-ex4.c (main): Likewise.
2304         * manual/examples/longopt.c (main): Use new-style prototype
2305         definition.
2306         * manual/examples/strncat.c (main): Specify return type and use
2307         (void) for arguments.
2308         * manual/examples/subopt.c (main): Use char **argv argument.
2310 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
2312         [BZ #5077]
2313         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
2314         rounding modes.
2316 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
2318         [BZ #6907]
2319         * manual/string.texi (strchr): Change when strchrnul is
2320         recommended.
2322 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
2324         [BZ #174]
2325         * manual/locale.texi (setlocale): Document LOCPATH.
2327 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
2329         [BZ #10210]
2330         * manual/process.texi (execle): Move @dots{} before last argument.
2332 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
2334         [BZ #12047]
2335         * manual/charset.texi (Generic Charset Conversion): Fix typo
2336         (LC_TYPE -> LC_CTYPE).
2338 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
2340         [BZ #5805]
2341         * manual/arith.texi (scalbn): Use @var{} on parameter names.
2342         (scalbnf): Likewise.
2343         (scalbnl): Likewise.
2344         (scalbln): Likewise.
2345         (scalblnf): Likewise.
2346         (scalblnl): Likewise.
2347         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
2348         (vwarnx): Likewise.
2349         (verr): Likewise.
2350         (verrx): Likewise.
2351         * manual/filesys.texi (telldir): Use braces around return type.
2352         * manual/llio.texi (mmap): Add space after comma.
2353         (mmap64): Likewise.
2354         * manual/math.texi (jn): Use @var{} on parameter names.
2355         (jnf): Likewise.
2356         (jnl): Likewise.
2357         (yn): Likewise.
2358         (ynf): Likewise.
2359         (ynl): Likewise.
2360         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
2361         line.
2362         * manual/resource.texi (ulimit): Use @dots{} instead of literal
2363         "...".
2364         (sched_get_priority_min): Remove semicolon on @deftypefun line.
2365         (sched_get_priority_max): Likewise.
2366         * manual/signal.texi (sigvec): Add space after comma.
2367         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
2368         names.
2369         (if_indextoname): Likewise.
2370         (if_freenameindex): Likewise.
2371         (sendto): Use ',' instead of '.' in prototype.
2372         * manual/startup.texi (syscall): Use @dots{} instead of literal
2373         "...".
2374         * manual/stdio.texi (__fpending): Separate initial words of
2375         paragraph from @deftypefun line.
2376         * manual/syslog.texi (syslog): Use @dots{} instead of literal
2377         "...".
2378         (vsyslog): Use @var{} on parameter names.
2379         * manual/terminal.texi (stty): Use @var{} on parameter names.
2380         * manual/users.texi (getutmp): Use @var{} on parameter names.
2381         (getutmpx): Likewise.
2383 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
2385         [BZ #6884]
2386         * manual/stdio.texi (fopen): Fix typos in description of
2387         ",ccs=STRING".
2389 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
2391         [BZ #4026]
2392         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
2393         get clock_id definition.
2395 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
2397         [BZ #4822]
2398         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
2399         (madvise): Cast every argument to void on its own.
2401 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
2403         [BZ #9902]
2404         * manual/startup.texi (Exit Status): Fix typo.
2406 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
2408         [BZ #10140]
2409         * manual/examples/argp-ex1.c: Include <stdlib.h>.
2410         * manual/examples/argp-ex2.c: Likewise.
2411         * manual/examples/argp-ex3.c: Likewise.
2413 2012-02-16  Richard Henderson  <rth@redhat.com>
2415         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
2416         * sysdeps/s390/s390-32/initfini.c: Remove.
2417         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
2418         * sysdeps/s390/s390-64/initfini.c: Remove.
2420 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2422         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
2423         compiler output for sysdeps/generic/initfini.c.
2424         * sysdeps/sh/elf/initfini.c: Remove file.
2426 2012-02-16  David S. Miller  <davem@davemloft.net>
2428         [BZ #11494]
2429         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
2431         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
2432         * sysdeps/sparc/crti.S: New file.
2433         * sysdeps/sparc/crtn.S: New file.
2434         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
2435         * sysdeps/sparc/sparc64/Makefile: Likewise.
2437 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
2439         [BZ #3335]
2440         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
2442 2012-02-15  Roland McGrath  <roland@hack.frob.com>
2444         [BZ #4822]
2445         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
2447         * mach/devstream.c (cookie_io_functions_t): Macro removed.
2448         (write, read, close): Likewise.
2449         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2451 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
2453         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
2454         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
2455         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
2456         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
2457         <bits/signalfd.h>.
2458         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
2459         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2460         bits/signalfd.h.
2462 2012-02-14  Marek Polacek  <polacek@redhat.com>
2464         * sysdeps/x86_64/crti.S: New file.
2465         * sysdeps/x86_64/crtn.S: New file.
2466         * sysdeps/x86_64/elf/initfini.c: Remove file.
2468 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
2470         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
2471         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
2472         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
2473         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
2474         <bits/inotify.h>.
2475         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
2476         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2477         bits/inotify.h.
2479 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
2481         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
2482         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
2483         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
2484         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
2485         <bits/eventfd.h>.
2486         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
2487         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2488         bits/eventfd.h.
2490 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
2492         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
2493         __feraiseexcept instead of feraiseexcept.
2495         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
2496         nanosleep invocations.
2497         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
2498         strings, and add error checking for a nanosleep invocations.
2500 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
2502         Replace FSF snail mail address with URLs, as per GNU coding standards.
2503         Most of the snail mail addresses were wrong anyway, and omitting
2504         them makes the source code easier to maintain.  Almost all of the
2505         changes are to license notices and to locale LC_IDENTIFICATION
2506         addresses, except for this one:
2507         * manual/libc.texinfo: In "Published by", give the FSF's URL,
2508         not its snail mail address.
2510 2012-02-09  Richard Henderson  <rth@twiddle.net>
2512         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
2513         of kernel-features.h.
2515         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
2517 2012-02-08  Marek Polacek  <polacek@redhat.com>
2519         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
2520         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
2521         * sysdeps/gnu/_G_config.h: Likewise.
2522         * sysdeps/generic/_G_config.h: Likewise.
2524 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
2526         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
2527         tests.
2528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2530         * sysdeps/powerpc/powerpc32/crti.S: New file.
2531         * sysdeps/powerpc/powerpc32/crtn.S: New file.
2532         * sysdeps/powerpc/powerpc64/crti.S: New file.
2533         * sysdeps/powerpc/powerpc64/crtn.S: New file.
2535         * Makeconfig (have-initfini): Don't set.
2536         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
2537         * configure.in (nopic_initfini): Don't substitute.
2538         * config.h.in (HAVE_INITFINI): Don't #undef.
2539         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
2540         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
2542 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
2544         Support crti.S and crtn.S provided directly by architectures.
2545         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
2546         [crti.S in sysdirs] (omit-deps): Likewise.
2547         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
2548         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
2549         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
2550         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
2551         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
2552         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
2553         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
2554         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
2555         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
2556         compiler output for sysdeps/generic/initfini.c.
2557         * sysdeps/i386/elf/Makefile: Remove file.
2558         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
2560 2012-02-07  Marek Polacek  <polacek@redhat.com>
2562         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
2563         * sysdeps/gnu/_G_config.h: Likewise.
2564         * sysdeps/mach/hurd/_G_config.h: Likewise.
2566 2012-02-07  Marek Polacek  <polacek@redhat.com>
2568         * math/Makefile (tests): Add tst-CMPLX2.
2569         * math/tst-CMPLX2.c: New file.
2571 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
2573         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
2575         * math/libm-test.inc (jn_test): Add missing L suffix.
2577 2012-02-06  Marek Polacek  <polacek@redhat.com>
2579         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
2580         * sysdeps/i386/fpu/e_powf.S: Likewise.
2581         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
2582         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
2583         * sysdeps/i386/fpu/e_acosh.S: Likewise.
2584         * sysdeps/i386/fpu/e_pow.S: Likewise.
2585         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
2586         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
2587         * sysdeps/i386/fpu/s_expm1.S: Likewise.
2588         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
2589         * sysdeps/i386/fpu/e_log2.S: Likewise.
2590         * sysdeps/i386/fpu/e_log2l.S: Likewise.
2591         * sysdeps/i386/fpu/e_scalb.S: Likewise.
2592         * sysdeps/i386/fpu/e_powl.S: Likewise.
2593         * sysdeps/i386/fpu/s_log1p.S: Likewise.
2594         * sysdeps/i386/fpu/e_log10f.S: Likewise.
2595         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
2596         * sysdeps/i386/fpu/e_logl.S: Likewise.
2597         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
2598         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
2599         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
2600         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
2601         * sysdeps/i386/fpu/e_log2f.S: Likewise.
2602         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
2603         * sysdeps/i386/fpu/e_log.S: Likewise.
2604         * sysdeps/i386/fpu/s_cexp.S: Likewise.
2605         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
2606         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
2607         * sysdeps/i386/fpu/e_logf.S: Likewise.
2608         * sysdeps/i386/fpu/e_log10l.S: Likewise.
2609         * sysdeps/i386/fpu/e_atanh.S: Likewise.
2610         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
2611         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
2612         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
2613         * sysdeps/i386/fpu/e_log10.S: Likewise.
2614         * sysdeps/i386/fpu/s_frexp.S: Likewise.
2615         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
2616         * sysdeps/i386/fpu/s_asinh.S: Likewise.
2617         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
2618         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
2619         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
2620         * sysdeps/i386/asm-syntax.h: Likewise.
2621         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
2622         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
2623         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
2624         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
2625         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
2626         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
2627         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
2628         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
2629         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
2630         * sysdeps/powerpc/sysdep.h: Likewise.
2631         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
2632         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
2634 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
2636         [BZ #411]
2637         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
2639 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
2641         * sysdeps/i386/sysdep.h: Include <features.h>.
2642         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
2643         version.
2645 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
2647         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
2648         Define.
2649         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
2650         LOAD_PIC_REG_STR.
2652 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
2654         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
2655         (SETUP_PIC_REG): Use GET_PC_THUNK.
2656         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
2657         macro.
2659 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
2661         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
2662         for non-PIC compilation.
2663         (SETUP_PIC_REG): Add .p2align directive.
2664         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
2665         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
2666         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
2667         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
2668         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
2669         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
2670         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
2671         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
2672         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2673         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2674         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2675         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2676         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2677         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2678         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
2679         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
2680         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
2681         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
2682         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
2683         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
2684         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
2685         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
2686         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
2687         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
2688         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
2689         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
2690         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
2691         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
2692         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
2693         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
2694         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
2695         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
2696         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
2697         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
2698         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2699         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
2700         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
2701         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
2702         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
2703         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
2704         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
2706 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
2708         * math/tst-CMPLX.c: Include <stdio.h>.
2710 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
2712         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
2713         float.
2714         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
2715         * sysdeps/sparc/bits/mathdef.h: Likewise.
2717 2012-01-31  Marek Polacek  <polacek@redhat.com>
2719         * libio/libio.h: Don't define _PARAMS.
2720         * locale/programs/config.h: Don't define PARAMS.
2721         * stdlib/strtol_l.c: Likewise.
2722         (__strtol_l): Remove PARAMS from the prototype.
2724 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
2726         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
2727         names.  Just use the correct names.  Remove unnecessary wrapper
2728         functions.
2729         * malloc/arena.c: Likewise.
2730         * malloc/hooks.c: Likewise.
2732         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
2733         ARENA_TEST says not to.  Simplify test for creation of a new arena.
2734         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
2736 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
2738         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
2739         into tail calls.
2740         (update_get_addr): New function.
2741         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
2742         GET_ADDR_MODULE parameter.
2744 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
2746         * crypt/cert.c: Remove __STDC__ conditionals.
2747         * crypt/crypt-entry.c: Likewise.
2748         * crypt/crypt_util.c: Likewise.
2749         * libio/filedoalloc.c: Likewise.
2750         * libio/fileops.c: Likewise.
2751         * libio/genops.c: Likewise.
2752         * libio/iofclose.c: Likewise.
2753         * libio/iofdopen.c: Likewise.
2754         * libio/iofopen.c: Likewise.
2755         * libio/iofopen64.c: Likewise.
2756         * libio/iogetdelim.c: Likewise.
2757         * libio/iopopen.c: Likewise.
2758         * libio/obprintf.c: Likewise.
2759         * libio/oldfileops.c: Likewise.
2760         * libio/oldiofclose.c: Likewise.
2761         * libio/oldiofdopen.c: Likewise.
2762         * libio/oldiofopen.c: Likewise.
2763         * libio/oldiopopen.c: Likewise.
2764         * libio/wfiledoalloc.c: Likewise.
2765         * libio/wgenops.c: Likewise.
2766         * locale/programs/xmalloc.c: Likewise.
2767         * misc/syslog.c: Likewise.
2768         * stdio-common/xbug.c: Likewise.
2769         * string/memchr.c: Likewise.
2770         * string/memcmp.c: Likewise.
2771         * string/memrchr.c: Likewise.
2772         * string/rawmemchr.c: Likewise.
2773         * sysdeps/posix/getcwd.c: Likewise.
2774         * time/strftime_l.c: Likewise.
2776 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
2778         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
2779         * config.make.in (config-cflags-sse2avx): Define.
2780         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
2781         Fix typo.
2783 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
2785         * scripts/config.guess: Update from upstream config git repository.
2786         * scripts/config.sub: Likewise.
2788 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
2790         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
2791         (EM_NUM): Update.
2792         (R_TILEPRO_*, R_TILEGX_*): New macros.
2794         * scripts/firstversions.awk: Fix bug in version range handling.
2796         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
2798         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
2800         * include/sys/epoll.h: New file.
2801         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
2802         libc_hidden_def.
2804 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
2806         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
2807         Avoid unnecessary __WORDSIZE == 64 test.
2808         (fmaxf): Use VEX format if possible.
2809         (fmax): Likewise.
2810         (fminf): Likewise.
2811         (fmin): Likewise.
2813         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
2814         * math/math_private.h: Remove libc_fegetround* and
2815         libc_fesetround*.
2816         * sysdeps/i386/configure.in: Check for -msse2avx.
2817         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
2818         also if SSE2AVX is defined.
2819         Remove libc_fegetround* and libc_fesetround*.
2820         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
2821         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
2822         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
2823         of HAS_YMM_USABLE.
2824         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
2825         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
2826         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
2827         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
2828         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
2830         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
2832 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2834         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
2835         size is not set.
2836         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
2838 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
2840         [BZ #13618]
2841         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
2842         relocation.
2843         * Makeconfig (libm): Define.
2844         * elf/Makefile: Add rules to build and run tst-relsort1.
2845         * elf/tst-relsort1.c: New file.
2846         * elf/tst-relsort1mod1.c: New file.
2847         * elf/tst-relsort1mod2.c: New file.
2849 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
2851         * math/s_ldexp.c: Remove __STDC__ conditionals.
2852         * math/s_ldexpf.c: Likewise.
2853         * math/s_ldexpl.c: Likewise.
2854         * math/s_nextafter.c: Likewise.
2855         * math/s_nexttowardf.c: Likewise.
2856         * math/s_significand.c: Likewise.
2857         * math/s_significandf.c: Likewise.
2858         * math/s_significandl.c: Likewise.
2859         * math/w_jnl.c: Likewise.
2860         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
2861         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
2862         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
2863         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
2864         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
2865         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
2866         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
2867         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
2868         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
2869         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
2870         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
2871         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
2872         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
2873         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
2874         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
2875         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
2876         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
2877         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
2878         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
2879         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
2880         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
2881         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
2882         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
2883         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
2884         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
2885         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
2886         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
2887         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
2888         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
2889         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
2890         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
2891         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
2892         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
2893         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
2894         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
2895         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
2896         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
2897         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
2898         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
2899         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
2900         * sysdeps/ieee754/k_standard.c: Likewise.
2901         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
2902         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
2903         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
2904         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
2905         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
2906         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
2907         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
2908         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
2909         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
2910         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
2911         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
2912         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
2913         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
2914         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
2915         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
2916         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
2917         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
2918         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
2919         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
2920         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
2921         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
2922         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
2923         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
2924         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
2925         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
2926         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
2927         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
2928         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
2929         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
2930         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
2931         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
2932         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
2933         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
2934         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
2935         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
2936         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
2937         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
2938         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
2939         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
2940         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
2941         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
2942         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
2943         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2944         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
2945         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
2946         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
2947         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
2948         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
2949         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
2950         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2951         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
2952         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
2953         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
2954         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
2955         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
2956         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
2957         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
2958         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
2959         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
2960         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
2961         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
2962         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
2963         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
2964         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
2965         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
2966         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
2967         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
2968         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
2969         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
2970         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
2971         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
2972         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
2973         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
2974         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
2975         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
2976         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
2977         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
2978         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
2979         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
2980         * sysdeps/ieee754/s_matherr.c: Likewise.
2981         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
2982         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
2983         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
2984         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
2986 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
2988         * crypt/md5.h: Remove __STDC__ conditionals.
2989         * libio/libioP.h: Likewise.
2990         * locale/programs/config.h: Likewise.
2991         * sysdeps/generic/sysdep.h: Likewise.
2992         * sysdeps/i386/asm-syntax.h: Likewise.
2993         * sysdeps/s390/asm-syntax.h: Likewise.
2994         * sysdeps/unix/sysdep.h: Likewise.
2995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
2996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
2998 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
3000         * libio/libio.h: Remove __STDC__ conditionals.
3001         * malloc/obstack.h: Likewise.
3002         * math/complex.h: Likewise.
3003         * math/math.h: Likewise.
3004         * sysdeps/generic/_G_config.h: Likewise.
3005         * sysdeps/gnu/_G_config.h: Likewise.
3006         * sysdeps/mach/hurd/_G_config.h: Likewise.
3007         * sysdeps/powerpc/bits/mathdef.h: Likewise.
3008         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
3009         * sysdeps/sparc/bits/mathdef.h: Likewise.
3011 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
3013         [BZ #13583]
3014         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
3015         Clean up HAS_* macros.
3016         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
3017         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
3018         possible.
3019         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
3020         HAS_AVX.
3021         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
3022         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
3023         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
3024         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
3025         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
3027 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
3029         * elf/tst-unique3.cc (gets): Remove declaration.
3030         * elf/tst-unique3lib.cc (gets): Likewise.
3031         * elf/tst-unique3lib2.cc (gets): Likewise.
3032         * elf/tst-unique4.cc (gets): Likewise.
3034 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
3036         * include/stdio.h: Add C++ protection.  Add gets declarations and
3037         definitions.
3038         * debug/tst-chk1.c: Don't declare gets here.
3039         * stdio-common/tst-gets.c: Likewise.
3041 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
3043         * posix/glob: Remove directory.
3045 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
3047         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
3049 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
3051         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
3052         of the non-standard EPFNOSUPPORT.
3054 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3056         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
3057         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
3058         ANYWHERE set to 1 only on KERN_NO_SPACE error.
3060 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
3062         * wcsmbs/uchar.h: Test __STDC_VERSION__.
3064 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
3066         * nscd/aicache.c (addhstaiX): Do not cache negative results of
3067         transient errors.
3068         * nscd/grpcache.c (cache_addgr): Likewise.
3069         * nscd/hstcache.c (cache_addhst): Likewise.
3070         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3071         * nscd/pwdcache.c (cache_addpw): Likewise.
3072         * nscd/servicescache.c (cache_addserv): Likewise.
3074 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
3076         * malloc/malloc.c: Various cleanups.
3077         * malloc/hooks.c: Likewise.
3079         * stdlib/Makefile (tests): Add bug-fmtmsg1.
3080         * stdlib/bug-fmtmsg1.c: New file.
3082         * stdlib/fmtmsg.c (init): Add missing unlock.
3083         Patch by Peng Haitao <penght@cn.fujitsu.com>.
3085 2012-01-12  Marek Polacek  <polacek@redhat.com>
3087         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
3088         and _GNU_SOURCE.
3090 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
3092         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
3093         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
3094         macro to ensure uniqueness of label name.
3095         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
3096         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
3098 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
3100         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
3102         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
3103         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
3104         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3105         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
3107 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
3109         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
3111         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
3112         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
3113         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
3115         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
3117         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
3118         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
3119         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
3120         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
3122         * math/bits/math-finite.h: Add ldexp support.
3124 2012-01-10  Marek Polacek  <polacek@redhat.com>
3126         * locale/programs/localedef.h (show_archive_content): Add noreturn
3127         attribute.
3129 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
3131         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
3133 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
3135         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
3137         * io/Makefile (headers): Add bits/poll2.h.
3139 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
3141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
3142         typo #include statement.
3144 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
3146         * include/sys/cdefs.h: Define __attribute_alloc_size.
3147         * catgets/gencat.c: Add alloc_size attribute and apply consistently
3148         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
3149         * elf/pldd.c: Likewise.
3150         * iconv/iconv_charmap.c: Likewise.
3151         * iconv/iconvconfig.c: Likewise.
3152         * iconv/strtab.c: Likewise.
3153         * locale/programs/locale.c: Likewise.
3154         * locale/programs/localedef.h: Likewise.
3155         * locale/programs/simple-hash.c: Likewise.
3156         * nscd/nscd.h: Likewise.
3157         * nss/makedb.c: Likewise.
3158         * sysdeps/generic/ldconfig.h: Likewise.
3159         * locale/programs/localedef.c: Remove xmalloc prototype.
3160         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
3162 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
3164         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
3165         appropriate.
3167 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
3169         * math/Makefile (tests): Add tst-CMPLX.
3170         * math/tst-CMPLX.c: New file.
3172         * math/complex.h (CMPLXL): Fix typo.
3174         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
3175         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
3176         GLIBC_2.16.
3177         * debug/tst-chk1.c: Add poll and ppoll tests.
3178         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
3179         * include/sys/poll.h: Add hidden proto for ppoll.
3180         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
3181         * sysdeps/mach/hurd/ppoll.c: Likewise.
3182         * io/ppoll.c: Likewise.
3183         * debug/poll_chk.c: New file.
3184         * debug/ppoll_chk.c: New file.
3185         * include/bits/poll2.h: New file.
3186         * io/bits/poll2.h: New file.
3188         [BZ #1350]
3189         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
3191         * configure.in: static is always set to yes.  Remove.
3192         * config.make.in: Don't set build-static.
3193         * Makeconfig: Remove use of build-static.
3194         * dlfcn/Makefile: Likewise.
3195         * elf/Makefile: Likewise.
3196         * math/Makefile: Likewise.
3197         * misc/Makefile: Likewise.
3198         * nptl/Makefile: Likewise.
3199         * sysdeps/mach/hurd/Makefile: Likewise.
3201         * configure.in: PWD_P is not used anymore.
3202         * config.make.in: Remove PWD_P entry.
3204         * configure.in: Remove last remnants of RANLIB.
3205         No need to check for signed size_t anymore.
3206         Don't set libc_commonpagesize and libc_relro_required here for Alpha
3207         and IA-64.
3208         Remove __builtin_expect test because we require at least gcc 3.4.
3209         * aclocal.m4: Likewise.
3211         * wcsmbs/mbrtoc16.c: Implement using towc function.
3212         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
3213         * wcsmbs/wcsmbsload.c: Likewise.
3214         * iconv/gconv_simple.c: Likewise.
3215         * iconv/gconv_int.h: Likewise.
3216         * iconv/gconv_builtin.h: Likewise.
3217         * iconv/iconv_prog.c: Remove CHAR16 handling.
3219         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
3221         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
3223         * configure.in: Remove --with-elf and --enable-bounded options.
3224         Dont set base_machine for ia64.  More non-ELF conditions removed.
3225         Remove testing and setting of leading underscore information.
3226         * config.make.in (build-bounded): Set to no.
3227         * config.h.in: Remove NO_UNDERSCORES entry.
3228         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
3229         them.
3230         * csu/start.c: Remove !NO_UNDERSCORE code.
3231         * locale/localeinfo.h: Likewise.
3232         * sysdeps/generic/machine-gmon.h: Likewise.
3233         * sysdeps/generic/sysdep.h: Likewise.
3234         * sysdeps/i386/sysdep.h: Likewise.
3235         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
3236         * sysdeps/mach/sysdep.h: Likewise.
3237         * sysdeps/s390/s390-32/sysdep.h: Likewise.
3238         * sysdeps/s390/s390-64/sysdep.h: Likewise.
3239         * sysdeps/sh/sysdep.h: Likewise.
3240         * sysdeps/sparc/sparc32/alloca.S: Likewise.
3241         * sysdeps/unix/i386/sysdep.S: Likewise.
3242         * sysdeps/unix/sparc/start.c: Likewise.
3243         * sysdeps/unix/sparc/sysdep.S: Likewise.
3244         * sysdeps/unix/sparc/sysdep.h: Likewise.
3245         * sysdeps/unix/start.c: Likewise.
3246         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3247         * sysdeps/x86_64/sysdep.h: Likewise.
3249 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
3251         [BZ #13553]
3252         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
3253         for non-gcc.
3254         * argp/argp-fmtstream.h: Use const instead __const.
3255         * argp/argp.h: Likewise.
3256         * assert/assert.h: Likewise.
3257         * bits/fenv.h: Likewise.
3258         * bits/sched.h: Likewise.
3259         * bits/sigset.h: Likewise.
3260         * bits/sigthread.h: Likewise.
3261         * catgets/nl_types.h: Likewise.
3262         * conform/data/pthread.h-data: Likewise.
3263         * crypt/crypt-private.h: Likewise.
3264         * crypt/crypt.h: Likewise.
3265         * crypt/crypt_util.c: Likewise.
3266         * ctype/ctype.h: Likewise.
3267         * debug/execinfo.h: Likewise.
3268         * debug/mbsnrtowcs_chk.c: Likewise.
3269         * debug/mbsrtowcs_chk.c: Likewise.
3270         * debug/wcsnrtombs_chk.c: Likewise.
3271         * debug/wcsrtombs_chk.c: Likewise.
3272         * debug/wcstombs_chk.c: Likewise.
3273         * dirent/dirent.h: Likewise.
3274         * dlfcn/dlfcn.h: Likewise.
3275         * elf/neededtest4.c: Likewise.
3276         * grp/grp.h: Likewise.
3277         * gshadow/gshadow.h: Likewise.
3278         * iconv/gconv.h: Likewise.
3279         * iconv/gconv_int.h: Likewise.
3280         * iconv/gconv_simple.c: Likewise.
3281         * iconv/iconv.h: Likewise.
3282         * iconv/loop.c: Likewise.
3283         * iconv/skeleton.c: Likewise.
3284         * include/aio.h: Likewise.
3285         * include/aliases.h: Likewise.
3286         * include/argz.h: Likewise.
3287         * include/arpa/inet.h: Likewise.
3288         * include/assert.h: Likewise.
3289         * include/dirent.h: Likewise.
3290         * include/dlfcn.h: Likewise.
3291         * include/execinfo.h: Likewise.
3292         * include/fcntl.h: Likewise.
3293         * include/fenv.h: Likewise.
3294         * include/glob.h: Likewise.
3295         * include/grp.h: Likewise.
3296         * include/libintl.h: Likewise.
3297         * include/mntent.h: Likewise.
3298         * include/netdb.h: Likewise.
3299         * include/pwd.h: Likewise.
3300         * include/rpc/netdb.h: Likewise.
3301         * include/sched.h: Likewise.
3302         * include/search.h: Likewise.
3303         * include/shadow.h: Likewise.
3304         * include/signal.h: Likewise.
3305         * include/stdio.h: Likewise.
3306         * include/stdlib.h: Likewise.
3307         * include/string.h: Likewise.
3308         * include/sys/socket.h: Likewise.
3309         * include/sys/stat.h: Likewise.
3310         * include/sys/statfs.h: Likewise.
3311         * include/sys/statvfs.h: Likewise.
3312         * include/sys/syslog.h: Likewise.
3313         * include/sys/time.h: Likewise.
3314         * include/sys/uio.h: Likewise.
3315         * include/time.h: Likewise.
3316         * include/unistd.h: Likewise.
3317         * include/utmp.h: Likewise.
3318         * include/wchar.h: Likewise.
3319         * include/wctype.h: Likewise.
3320         * inet/aliases.h: Likewise.
3321         * inet/arpa/inet.h: Likewise.
3322         * inet/netinet/ether.h: Likewise.
3323         * inet/netinet/in.h: Likewise.
3324         * intl/libintl.h: Likewise.
3325         * io/bits/fcntl2.h: Likewise.
3326         * io/fcntl.h: Likewise.
3327         * io/ftw.h: Likewise.
3328         * io/sys/poll.h: Likewise.
3329         * io/sys/stat.h: Likewise.
3330         * io/sys/statfs.h: Likewise.
3331         * io/sys/statvfs.h: Likewise.
3332         * io/utime.h: Likewise.
3333         * libio/bits/stdio.h: Likewise.
3334         * libio/bits/stdio2.h: Likewise.
3335         * libio/libio.h: Likewise.
3336         * libio/libioP.h: Likewise.
3337         * libio/stdio.h: Likewise.
3338         * locale/lc-ctype.c: Likewise.
3339         * locale/locale.h: Likewise.
3340         * login/utmp.h: Likewise.
3341         * malloc/arena.c: Likewise.
3342         * malloc/malloc.c: Likewise.
3343         * malloc/malloc.h: Likewise.
3344         * malloc/mcheck.c: Likewise.
3345         * malloc/mtrace.c: Likewise.
3346         * math/bits/mathcalls.h: Likewise.
3347         * math/fenv.h: Likewise.
3348         * math/math_private.h: Likewise.
3349         * misc/bits/error.h: Likewise.
3350         * misc/bits/syslog.h: Likewise.
3351         * misc/err.h: Likewise.
3352         * misc/error.h: Likewise.
3353         * misc/fstab.h: Likewise.
3354         * misc/mntent.h: Likewise.
3355         * misc/regexp.h: Likewise.
3356         * misc/search.h: Likewise.
3357         * misc/sgtty.h: Likewise.
3358         * misc/sys/mman.h: Likewise.
3359         * misc/sys/syslog.h: Likewise.
3360         * misc/sys/uio.h: Likewise.
3361         * misc/sys/xattr.h: Likewise.
3362         * misc/ttyent.h: Likewise.
3363         * nis/rpcsvc/ypclnt.h: Likewise.
3364         * nss/nss.h: Likewise.
3365         * posix/bits/unistd.h: Likewise.
3366         * posix/fnmatch.h: Likewise.
3367         * posix/glob.h: Likewise.
3368         * posix/sched.h: Likewise.
3369         * posix/spawn.h: Likewise.
3370         * posix/sys/wait.h: Likewise.
3371         * posix/unistd.h: Likewise.
3372         * posix/wordexp.h: Likewise.
3373         * pwd/pwd.h: Likewise.
3374         * resolv/netdb.h: Likewise.
3375         * resource/sys/resource.h: Likewise.
3376         * rt/aio.h: Likewise.
3377         * rt/bits/mqueue2.h: Likewise.
3378         * rt/mqueue.h: Likewise.
3379         * shadow/shadow.h: Likewise.
3380         * signal/signal.h: Likewise.
3381         * socket/send.c: Likewise.
3382         * socket/sendto.c: Likewise.
3383         * socket/sys/socket.h: Likewise.
3384         * stdio-common/printf.h: Likewise.
3385         * stdlib/bits/stdlib.h: Likewise.
3386         * stdlib/fmtmsg.h: Likewise.
3387         * stdlib/monetary.h: Likewise.
3388         * stdlib/stdlib.h: Likewise.
3389         * stdlib/ucontext.h: Likewise.
3390         * streams/stropts.h: Likewise.
3391         * string/argz.h: Likewise.
3392         * string/bits/string2.h: Likewise.
3393         * string/string.h: Likewise.
3394         * string/strings.h: Likewise.
3395         * sunrpc/rpc/auth.h: Likewise.
3396         * sunrpc/rpc/auth_des.h: Likewise.
3397         * sunrpc/rpc/clnt.h: Likewise.
3398         * sunrpc/rpc/netdb.h: Likewise.
3399         * sunrpc/rpc/pmap_clnt.h: Likewise.
3400         * sunrpc/rpc/xdr.h: Likewise.
3401         * sysdeps/generic/inttypes.h: Likewise.
3402         * sysdeps/generic/net/if.h: Likewise.
3403         * sysdeps/generic/sys/swap.h: Likewise.
3404         * sysdeps/gnu/net/if.h: Likewise.
3405         * sysdeps/gnu/utmpx.h: Likewise.
3406         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
3407         * sysdeps/i386/i486/bits/string.h: Likewise.
3408         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
3409         * sysdeps/s390/bits/string.h: Likewise.
3410         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
3411         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
3412         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
3413         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
3414         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
3415         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
3416         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3417         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
3418         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
3419         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
3420         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
3421         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
3422         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
3423         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3424         * sysdeps/unix/sysv/linux/readv.c: Likewise.
3425         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
3426         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
3427         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
3428         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
3429         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
3430         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
3431         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
3432         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
3433         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
3434         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
3435         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
3436         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
3437         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
3438         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
3439         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
3440         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
3441         * sysvipc/sys/ipc.h: Likewise.
3442         * sysvipc/sys/msg.h: Likewise.
3443         * sysvipc/sys/sem.h: Likewise.
3444         * sysvipc/sys/shm.h: Likewise.
3445         * termios/termios.h: Likewise.
3446         * time/sys/time.h: Likewise.
3447         * time/time.h: Likewise.
3448         * wcsmbs/bits/wchar2.h: Likewise.
3449         * wcsmbs/uchar.h: Likewise.
3450         * wcsmbs/wchar.h: Likewise.
3451         * wctype/wctype.h: Likewise.
3453         [BZ #13551]
3454         * Makeconfig: Remove all but ELF support including AIX support.
3455         * Makerules: Likewise.
3456         * config.h.in: Likewise.
3457         * config.make.in: Likewise.
3458         * configure: Likewise.
3459         * configure.in: Likewise.
3460         * csu/Makefile: Likewise.
3461         * csu/version.c: Likewise.
3462         * debug/Makefile: Likewise.
3463         * dlfcn/Makefile: Likewise.
3464         * elf/Makefile: Likewise.
3465         * extra-lib.mk: Likewise.
3466         * iconv/Makefile: Likewise.
3467         * include/libc-symbols.h: Likewise.
3468         * include/shlib-compat.h: Likewise.
3469         * resolv/Makefile: Likewise.
3470         * resolv/res_libc.c: Likewise.
3471         * rt/Makefile: Likewise.
3472         * sysdeps/i386/asm-syntax.h: Likewise.
3473         * sysdeps/i386/sysdep.h: Likewise.
3474         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
3475         * sysdeps/mach/sysdep.h: Likewise.
3476         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
3477         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
3478         * sysdeps/s390/asm-syntax.h: Likewise.
3479         * sysdeps/s390/s390-32/sysdep.h: Likewise.
3480         * sysdeps/s390/s390-64/sysdep.h: Likewise.
3481         * sysdeps/sh/sysdep.h: Likewise.
3482         * sysdeps/unix/sparc/sysdep.h: Likewise.
3483         * sysdeps/wordsize-32/divdi3.c: Likewise.
3484         * sysdeps/x86_64/sysdep.h: Likewise.
3486         * argp/Versions: Remove _argp_unlock_xxx.
3488         [BZ #13559]
3489         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
3490         * abilist/libBrokenLocale.abilist: Likewise.
3491         * abilist/libanl.abilist: Likewise.
3492         * abilist/libc.abilist: Likewise.
3493         * abilist/libcrypt.abilist: Likewise.
3494         * abilist/libdl.abilist: Likewise.
3495         * abilist/libm.abilist: Likewise.
3496         * abilist/libnsl.abilist: Likewise.
3497         * abilist/libpthread.abilist: Likewise.
3498         * abilist/libresolv.abilist: Likewise.
3499         * abilist/librt.abilist: Likewise.
3500         * abilist/libthread_db.abilist: Likewise.
3501         * abilist/libutil.abilist: Likewise.
3502         * abilist/libnss_db.abilist: New file.
3504         * scripts/abilist.awk: Add support for indirect functions.
3506         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
3508         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
3510         * shlib-versions: Remove entries for ports architectures.
3512         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
3513         files in ports.
3514         * elf/stackguard-macros.h: Remove support for IA-64.
3515         * elf/tst-auditmod1.c: Likewise.
3516         * sysdeps/generic/ldsodefs.h: Likewise.
3518         * sysdeps/unix/sysv/linux/configure.in: Ports should define
3519         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
3520         configure files.
3522         [BZ #13552]
3523         * configure.in: Remove --enable-omitfp support.
3524         * FAQ.in: Adjust.
3525         * config.make.in: Likewise.
3526         * Makeconfig: Likewise.
3527         * manual/install.texi: Likewise.
3529         In case anyone cares, the IA-64 architecture could move to ports.
3530         * sysdeps/ia64/*: Removed.
3531         * sysdeps/unix/sysv/linux/ia64/*: Removed.
3532         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
3534         [BZ #13555]
3535         * configure.in: Remove entries for unsupported architectures.
3537         [BZ #13533]
3538         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
3539         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
3540         routines.
3541         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
3542         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
3543         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
3544         fall back to using wcrtomb.
3545         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
3546         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
3547         renaming.
3548         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
3549         * wcsmbs/tst-c16c32-1.c: New file.
3551         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
3552         local variable.
3554         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
3556         * elf/tst-unique3.cc: Add explicit declaration of gets.
3557         * elf/tst-unique3lib.cc: Likewise.
3558         * elf/tst-unique3lib2.cc: Likewise.
3559         * elf/tst-unique4.cc: Likewise.
3561         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
3563 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
3565         [BZ #13566]
3566         * assert/assert.h (static_assert): Don't define for C++.
3567         * libio/stdio.h (gets): Do declare for C++ <= C++11.
3568         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
3570 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
3572         * iconv/loop.c (single loop): Fix assertion in storing of
3573         remaining bytes.
3575         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
3577 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
3579         * posix/getconf.c: Update copyright year.
3580         * nss/getent.c: Likewise.
3581         * nss/makedb.c: Likewise.
3582         * iconv/iconvconfig.c: Likewise.
3583         * iconv/iconv_prog.c: Likewise.
3584         * elf/ldconfig.c: Likewise.
3585         * elf/pldd.c: Likewise.
3586         * elf/sotruss.ksh: Likewise.
3587         * catgets/gencat.c: Likewise.
3588         * csu/version.c: Likewise.
3589         * elf/ldd.bash.in: Likewise.
3590         * elf/sprof.c (print_version): Likewise.
3591         * locale/programs/locale.c: Likewise.
3592         * locale/programs/localedef.c: Likewise.
3593         * login/programs/pt_chown.c: Likewise.
3594         * nscd/nscd.c (print_version): Likewise.
3595         * debug/xtrace.sh: Likewise.
3596         * malloc/memusage.sh: Likewise.
3597         * malloc/mtrace.pl: Likewise.
3598         * debug/catchsegv.sh: Likewise.
3600 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
3602         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
3603         pure attribute.
3605 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
3607         [BZ #13533]
3608         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
3609         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
3610         transformations.
3611         * iconv/gconv_int.h: Likewise.
3612         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
3613         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
3614         from libc for GLIBC_2.16.
3615         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
3616         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
3617         * wcsmbs/uchar.h: Really define mbstate_t.
3618         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
3619         * wcsmbs/c16rtomb.c: New file.
3620         * wcsmbs/mbrtoc16.c: New file.
3621         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
3622         for C/POSIX locale.
3623         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
3624         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
3626         * wcsmbs/wchar.h: Add missing __restrict.
3628 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
3630         [BZ #13532]
3631         * time/Makefile (routines): Add timespec_get.
3632         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
3633         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
3634         timespec for ISO C11.
3635         * time/timespec_get.c: New file.
3636         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
3637         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
3639         [BZ #13531]
3640         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
3641         * stdlib/stdlib.h: Declare aligned_alloc.
3642         * Versions.def: Add GLIBC_2.16 for libc.
3643         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
3645         [BZ 13527]
3646         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
3647         ISO C11.
3649         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
3650         code.
3652         [BZ #13528]
3653         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
3655         [BZ #13529]
3656         * assert/assert.h (static_assert): Define.
3658         * version.h: Update for 2.16 development version.
3660         [BZ #13526]
3661         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
3662         _ISOC11_SOURCE.
3664         * version.h (RELEASE): Bump for 2.15 release.
3665         * include/features.h (__GLIBC_MINOR__): Bump to 15.
3667         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
3668         Patch by Marek Polacek <mpolacek@redhat.com>.
3670         * bits/byteswap.h: Protect long long constants with __extension__.
3671         * sysdeps/i386/bits/byteswap.h: Likewise.
3672         * sysdeps/ia64/bits/byteswap.h: Likewise.
3673         * sysdeps/s390/bits/byteswap.h: Likewise.
3674         * sysdeps/x86_64/bits/byteswap.h: Likewise.
3676 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
3678         [BZ #13540]
3679         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
3680         destination buffer.
3681         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3683 2011-12-23  Marek Polacek  <polacek@redhat.com>
3685         * elf/dl-addr.c (determine_info): Add inline keyword.
3686         * elf/tst-auditmod4b.c (check_avx): Likewise.
3687         * elf/tst-auditmod6b.c (check_avx): Likewise.
3688         * elf/tst-auditmod6c.c (check_avx): Likewise.
3689         * elf/tst-auditmod7b.c (check_avx): Likewise.
3691 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
3693         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
3694         !__SSE_MATH__.
3696 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
3698         [BZ #13540]
3699         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
3700         processing for last bytes.
3702 2011-08-06  Bruno Haible  <bruno@clisp.org>
3704         [BZ #13061]
3705         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
3706         U+0385, not to U+1FEE.
3708         [BZ #13062]
3709         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
3710         entry for U+00A5 U+0301.
3712 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
3714         [BZ #13166]
3715         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
3716         buffer for the output is too small.
3718         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
3719         optimization.
3721         [BZ #13185]
3722         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
3723         SSE flags if possible.
3725 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
3727         [BZ #13540]
3728         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
3729         processing for last bytes.
3731 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
3733         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
3734         (syscall-list-default-options, syscall-list-default-condition)
3735         (syscall-list-includes): Define.
3736         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
3737         list of ABIs and options and #if conditions for each ABI.  Do not
3738         handle common syscalls between ABIs specially.
3739         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
3740         Remove.
3741         (syscall-list-variants, syscall-list-32bit-options)
3742         (syscall-list-32bit-condition, syscall-list-64bit-options)
3743         (syscall-list-64bit-condition): Define.
3744         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
3745         (syscall-list-variants, syscall-list-32bit-options)
3746         (syscall-list-32bit-condition, syscall-list-64bit-options)
3747         (syscall-list-64bit-condition): Define.
3748         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
3749         Remove.
3750         (syscall-list-variants, syscall-list-32bit-options)
3751         (syscall-list-32bit-condition, syscall-list-64bit-options)
3752         (syscall-list-64bit-condition): Define.
3753         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
3754         Remove.
3755         (syscall-list-variants, syscall-list-32bit-options)
3756         (syscall-list-32bit-condition, syscall-list-64bit-options)
3757         (syscall-list-64bit-condition): Define.
3759 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
3761         * locale/iso-639.def: Add brx entry.
3763         [BZ #13328]
3764         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
3765         Proposed by Mariusz_Cukr <marcukr@op.pl>.
3767         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
3768         __feraiseexcept_renamed.
3770 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
3772         [BZ #13538]
3773         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
3774         EPOLLET with unsigned values.
3775         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
3776         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
3778         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
3779         to large cancellation.
3780         * math/s_cacoshf.c: Likewise.
3781         * math/s_cacoshl.c: Likewise.
3783 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
3785         [BZ #13305]
3786         [BZ #12786]
3787         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
3788         * math/s_cacoshf.c: Likewise.
3789         * math/s_cacoshl.c: Likewise.
3791 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
3793         [BZ #13439]
3794         * iconv/gconv.h: Define __GCONV_SWAP.
3795         * iconvdata/unicode.c: The swap bit must be stored in __flags.
3796         * iconvdata/utf-16.c: Likewise.
3797         * iconvdata/utf-32.c: Likewise.
3799 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3801         [BZ #13524]
3802         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
3803         numerator after shifting it by one limb.
3805 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3807         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
3808         under [__USE_EXTERN_INLINES].
3810 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
3812         [BZ #13446]
3813         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
3815 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3817         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
3818         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
3819         optimized code.
3820         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
3821         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
3822         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
3823         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
3824         for strncasecmp/strncasecmp_l compilation.
3825         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
3826         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
3828 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
3830         [BZ #13484]
3831         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
3832         of __asm__.
3834 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
3836         [BZ #13506]
3837         * time/tzfile.c (__tzfile_read): Check values from file header.
3839 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
3841         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
3842         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
3843         * powerpc/powerpc32/dl-start.S: Likewise.
3844         * powerpc/powerpc32/elf/start.S: Likewise.
3845         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3846         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
3847         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
3848         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
3849         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
3850         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
3851         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
3852         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
3853         * powerpc/powerpc32/fpu/s_round.S: Likewise.
3854         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
3855         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
3856         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
3857         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3858         * powerpc/powerpc32/memset.S: Likewise.
3859         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
3860         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
3861         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
3862         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
3863         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
3864         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3865         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3866         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3867         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
3868         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
3869         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
3870         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
3871         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
3873 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3875         * math/libm-test.inc: Added more nearbyint tests.
3876         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
3877         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
3878         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
3879         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
3881 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
3883         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
3884         FD_CLOEXEC.
3886 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
3888         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
3889         Add wcscpy-ssse3 wcscpy-c.
3890         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
3891         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
3892         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
3893         * sysdeps/x86_64/wcschr.S: New file.
3894         * sysdeps/x86_64/wcsrchr.S: New file.
3895         * string/test-strcmp.c: Remove checking of wcscmp function for
3896         wrong alignments.
3897         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
3898         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
3899         wcsrchr-sse2 wcsrchr-c.
3900         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
3901         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
3902         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
3903         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
3904         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
3905         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
3906         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
3907         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
3908         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
3909         * wcsmbc/wcschr.c (WCSCHR): New macro.
3911 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
3913         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
3914         * wcsmbs/test-wcsrchr.c: New file.
3915         * string/test-strrchr.c: Add wcsrchr support.
3916         (WIDE): New macro.
3917         * wcsmbs/test-wcscpy.c: New file.
3918         * string/test-strcpy.c: Add wcscpy support.
3919         (WIDE): New macro.
3921 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
3923         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
3924         the inner loop.
3926 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
3928         [BZ #13472]
3929         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
3931 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
3933         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
3934         Minor optimizations.
3936         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
3937         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
3938         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
3940 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
3942         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
3943         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
3944         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
3945         for gcc to avoid warnings.
3946         * inet/Makefile (tests): Add tst-checks.
3947         * inet/tst-checks.c: New file.
3949         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
3950         warning.
3952         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
3953         __wmemcmp_sse2.
3955         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
3956         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
3958         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
3960 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
3962         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
3963         problem.
3965         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
3967 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
3969         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
3970         conditional on GCC version.
3971         (__arch_compare_and_exchange_val_8_acq)
3972         (__arch_compare_and_exchange_val_16_acq)
3973         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
3974         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
3975         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
3977 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
3979         * sysdeps/sh/backtrace.c: New file.
3981 2011-12-02  Andreas Schwab  <schwab@redhat.com>
3983         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
3984         parenthesis.
3986 2011-12-01  Andreas Schwab  <schwab@redhat.com>
3988         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
3989         falling back to utime.
3991 2011-11-30  Andreas Schwab  <schwab@redhat.com>
3993         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
3994         expectations for float.
3996 2011-11-29  Andreas Schwab  <schwab@redhat.com>
3998         * locale/weight.h (findidx): Add parameter len.
3999         * locale/weightwc.h (findidx): Likewise.
4000         * posix/fnmatch_loop.c (FCT): Adjust caller.
4001         * posix/regcomp.c (build_equiv_class): Likewise.
4002         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
4003         * posix/regexec.c (check_node_accept_bytes): Likewise.
4004         * string/strcoll_l.c (STRCOLL): Likewise.
4005         * string/strxfrm_l.c (STRXFRM): Likewise.
4007 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
4009         * Makefile.in: Remove CVSOPT handling.
4010         * configure.in: Remove use of AC_REVISION.
4011         * iconvdata/Makefile (distribute): No need to filter out CVS.
4012         * scripts/list-sources.sh: Remove CVS, subversion and monotone
4013         handling.
4015 2011-11-16  Andreas Schwab  <schwab@redhat.com>
4017         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
4018         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
4019         [USE_AS_STRNCASECMP_L]: Likewise.
4020         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
4021         NO_TLS_DIRECT_SEG_REFS.
4022         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
4023         Fix argument offsets for non-PIC.
4024         [USE_AS_STRNCASECMP_L]: Likewise.
4025         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
4026         NO_TLS_DIRECT_SEG_REFS.
4028 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
4030         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
4031         O_CLOEXEC.
4032         * locale/loadlocale.c (_nl_load_locale): Likewise.
4034 2011-11-15  Andreas Schwab  <schwab@redhat.com>
4036         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
4037         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
4038         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
4039         (SYSCALL_GETTIME): Set errno on error.
4041         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
4042         count references to noai6ai_cached.
4044 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
4046         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
4048         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
4049         FD_CLOEXEC for /proc/self/maps.
4051         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
4052         FD_CLOEXEC for /proc/meminfo.
4054         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
4055         gai.conf.
4057         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
4058         FD_CLOEXEC for given file.
4060         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
4062         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
4063         FD_CLOEXEC for /etc/hosts.
4064         (_gethtent): Likewise.
4066         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
4068         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
4069         cancellation and set FD_CLOEXEC for /etc/netgroup.
4071         * nss/nss_files/files-key.c (search): Don't allow cancellation when
4072         reading /etc/publickey.
4074         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
4075         allow cancellation when reading /etc/group.
4077         * nss/nss_files/files-alias.c (internal_setent): Don't allow
4078         cancellation.
4079         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
4081         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
4082         when using data file.
4084         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
4086         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
4087         (write_nis_obj): Use "c" and "e" in fopen.
4089         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
4091         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
4093         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
4095         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
4097         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
4098         locale.alias.
4100         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
4102         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
4104         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
4106         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
4107         file parsing and set FD_CLOEXEC.
4109 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
4111         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
4113 2011-11-14  Andreas Schwab  <schwab@redhat.com>
4115         * malloc/arena.c (arena_get2): Don't call reused_arena when
4116         _int_new_arena failed.
4118 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
4120         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
4121         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
4122         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
4123         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4124         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
4125         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
4126         to compile strcasecmp and strncasecmp.
4127         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
4128         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
4130         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
4132 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
4134         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
4135         locale-defines.sym to gen-as-const-headers.
4136         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
4137         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
4138         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
4139         to compile strcasecmp and strncasecmp.
4140         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
4141         strcasecmp_l and strncasecmp_l.
4142         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
4143         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
4144         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
4145         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
4146         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
4147         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
4148         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
4149         * sysdeps/i386/i686/multiarch/strncase.S: New file.
4150         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
4151         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
4152         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
4154 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
4156         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
4157         result of SYSDEP_GETTIME_CPU to retval.
4158         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
4159         parameter list to macro.  Remove trailing semicolon.  Adjust users.
4161         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
4162         variable.
4164         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
4165         mantissa words.
4166         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
4168         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
4169         from unused variable.
4171         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
4172         DWARF definitions.
4173         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
4174         for assembling.
4176         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
4177         over namespaces.
4179         * sunrpc/rpc_prot.c (rejected): Fix case value.
4181         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
4182         unsigned long long int to avoid warnings in shift.
4184         * posix/regex_internal.c (re_string_reconstruct): Actually use result
4185         of use of trans.
4186         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
4187         variable tmp.
4189         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
4190         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4191         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4193         * nis/nis_table.c (nis_list): Use variable of correct type for
4194         result of __follow_path call.
4196 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4198         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
4199         of math functions ceil, trunc, floor, round, and sqrt, when
4200         avaliable on the platform.
4201         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
4202         name clash.
4203         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
4204         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
4205         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
4207 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
4209         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
4210         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
4212 2011-11-11  Roland McGrath  <roland@hack.frob.com>
4214         * include/unistd.h: Fix __readlink return type.
4215         Reported by Chris Metcalf <cmetcalf@tilera.com>.
4217 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
4219         * stdlib/ucontext.h: Undo last change for makecontext.
4221 2011-11-11  Andreas Schwab  <schwab@redhat.com>
4223         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
4225         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
4226         * setjmp/setjmp.h: Mark functions as non-leaf.
4227         * setjmp/bits/setjmp2.h: Likewise.
4228         * stdlib/ucontext.h: Likewise.
4230 2011-11-10  Andreas Schwab  <schwab@redhat.com>
4232         * malloc/arena.c (_int_new_arena): Don't increment narenas.
4233         (reused_arena): Don't check arena limit.
4234         (arena_get2): Atomically check arena limit.
4236 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
4238         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
4239         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
4241         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
4242         instructions.
4244 2011-11-07  Andreas Schwab  <schwab@redhat.com>
4246         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
4247         handler when locking.
4249         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
4250         Fix size of allocated buffer.
4252 2011-11-04  Andreas Schwab  <schwab@redhat.com>
4254         [BZ #10103]
4255         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
4256         declarations for long double functions.
4257         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
4259         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
4261 2011-11-03  Andreas Schwab  <schwab@redhat.com>
4263         * nscd/nscd.c (main): Don't start AVC thread until credentials are
4264         installed.
4266         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
4267         is disabled.
4269 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4271         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
4273 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4275         * include/alloca.h (stackinfo_alloca_round): Define.
4276         (extend_alloca): Use it.
4277         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
4278         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
4279         here.
4281         * scripts/check-local-headers.sh: Ignore libaudit.h.
4283         * nscd/Makefile (extra-objs): Make recursively expanded.
4285 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
4287         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
4288         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
4290         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
4291         * posix/tst-rfc3484-2.c: Likewise.
4292         * posix/tst-rfc3484-3.c: Likewise.
4294         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
4295         process_vm_writev.
4296         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
4297         process_vm_writev.
4298         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
4299         process_vm_writev from libc using GLIBC_2.15 version.
4301         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
4303 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4305         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
4306         stack usage.
4308 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
4310         [BZ #13367]
4311         * nss/getent.c (initgroups_keys): Show error message in case no group
4312         names are given.
4314         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
4315         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
4316         __bump_nl_timestamp.
4317         * nscd/connections (nscd_init): When host database is served open
4318         netlink socket and request notification about configuration changes.
4319         (main_loop_poll): Track netlink file descriptor and bump timestamp
4320         in case data becomes available.
4321         (main_loop_epoll): Likewise.
4322         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
4323         (database_pers_head): Add extra_data fileds.
4324         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
4325         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
4326         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
4327         Adjust caller.
4328         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
4329         in6ai data, call __free_in6ai.
4330         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
4331         Add -DHAVE_NETLINK.
4332         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
4333         interface information.  Reuse previous data if netlink timestamp
4334         is not changed.
4335         (__bump_nl_timestamp): New function.
4336         (__free_in6ai): New function.
4338 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
4340         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
4341         close_not_cancel_no_status here.
4342         (__check_pf): Reorganize code a bit to not call close twice if OOM.
4344 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
4346         [BZ #13276]
4347         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
4348         return value.
4350         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
4351         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
4352         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
4354 2011-07-03  Andreas Jaeger  <aj@suse.de>
4356         [BZ #10709]
4357         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
4358         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
4359         * math/libm-test.inc (sin_test): Add test case.
4361 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
4363         [BZ #13337]
4364         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
4365         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
4367         * elf/chroot_canon.c (chroot_canon): Cleanups.
4369         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
4371         [BZ #13335]
4372         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
4373         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
4375         * string/test-strchr.c: Make usable for strchrnul testing.
4376         * string/test-strchrnul.c: New file.
4377         * string/Makefile (strop-tests): Add strchrnul.
4379         * po/it.po: Update from translation team.
4380         * po/es.po: Likewise.
4382 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
4384         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
4385         the three constants needed as parameters.  Drop the others.
4386         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
4387         __m128i_strloadu_tolower.
4388         Create and initialize variable zero and use it in all the places
4389         where _mm_setzero_si128 was used.
4391         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
4392         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
4393         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
4394         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
4395         anymore.
4396         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
4397         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
4398         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
4399         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
4400         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
4401         __mpranred, __mptan.
4402         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
4403         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
4404         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
4405         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
4406         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
4407         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
4408         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
4409         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
4410         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
4412 2011-10-28  Andreas Schwab  <schwab@redhat.com>
4414         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
4415         redefine if SHARED.
4416         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
4418         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
4419         wide char related routines to wcsmbs subdir.
4421 2011-10-27  Andreas Schwab  <schwab@redhat.com>
4423         [BZ #13344]
4424         * misc/sys/cdefs.h (__THROWNL): Define.
4425         * posix/unistd.h: Use __THREADNL instead of __THREAD
4426         for memory synchronization functions.
4428 2011-10-26  Roland McGrath  <roland@hack.frob.com>
4430         [BZ #13349]
4431         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
4432         doesn't exist.
4433         * manual/stdio.texi (Obstack Streams): Node removed.
4435 2011-10-26  Andreas Schwab  <schwab@redhat.com>
4437         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
4438         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
4439         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
4441         * math/math_private.h (math_force_eval): Allow non-addressable
4442         arguments.
4443         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
4445 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
4447         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
4448         file is not needed.
4450         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
4451         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
4452         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
4453         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
4454         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
4455         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
4456         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
4457         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
4458         Add AVX variants.
4459         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
4460         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
4461         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
4462         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
4463         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
4464         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
4465         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
4466         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
4467         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
4468         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
4469         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
4470         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
4471         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
4472         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
4473         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
4474         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
4475         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
4476         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
4477         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
4479         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
4480         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
4482         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
4483         place.  Use VEX encoding when compiling for AVX.
4485 2011-10-25  Andreas Schwab  <schwab@redhat.com>
4487         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
4488         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
4490         * string/test-strchr.c (do_test): Don't generate NUL bytes.
4492 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
4494         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
4495         useless if() expression.
4496         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
4497         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
4498         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
4499         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
4500         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
4501         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
4502         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
4503         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
4504         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
4505         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
4506         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
4507         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
4508         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
4509         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
4510         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
4511         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
4512         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
4513         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
4514         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
4516         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
4518 2011-10-25  Andreas Schwab  <schwab@redhat.com>
4520         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
4521         condition.
4522         * elf/dl-fini.c (_dl_sort_fini): Likewise.
4524 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
4526         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
4527         .text section.  Avoid duplicate constants.
4528         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
4529         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4530         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4531         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4532         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4533         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4534         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4535         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4536         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4537         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
4538         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4539         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
4540         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4541         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4542         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
4543         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4544         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
4545         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4546         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4547         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4548         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4549         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4550         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4551         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
4552         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
4553         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
4554         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
4555         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
4556         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
4557         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
4558         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
4559         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
4560         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
4561         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
4562         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
4563         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
4564         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
4565         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
4566         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
4567         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
4568         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
4569         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
4570         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
4571         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
4572         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
4574 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
4576         * sysdeps/x86_64/dla.h: Move to ...
4577         * sysdeps/x86_64/fpu/dla.h: ...here.
4578         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
4579         situations.  Use __builtin_fma only for gcc 4.6 and up.
4581         * config.make.in: Add have-mfma4 entry.
4582         * configure.in: Substitute libc_cv_cc_fma4.
4583         * math/Makefile (dbl-only-routines): Add sincostab.
4584         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
4585         Use __sincostab not sincos.
4586         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
4587         name is a macro.
4588         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4589         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4590         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4591         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
4592         using __copysign.
4593         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
4594         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
4595         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
4596         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
4597         and __inv.
4598         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
4599         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
4600         __copysign.
4601         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
4602         define aliases when function name is a macro.
4603         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
4604         sysdeps/ieee754/dbl-64/sincos.tbl.
4605         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
4606         fma4-enabled routines.
4607         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
4608         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
4609         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
4610         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
4611         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
4612         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
4613         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
4614         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
4615         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
4616         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
4617         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
4618         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
4619         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
4620         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
4621         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
4622         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
4623         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
4624         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
4625         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
4626         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
4627         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
4628         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
4629         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
4630         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
4631         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
4632         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
4633         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
4634         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
4635         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
4636         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
4638         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
4639         rename.
4640         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4641         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4642         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4643         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4644         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4645         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4646         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4647         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4649 2011-10-24  Andreas Schwab  <schwab@redhat.com>
4651         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
4653 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
4655         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
4657         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
4658         prediction.
4659         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
4661         * string/strnlen.c: Don't define STRNLEN, reverse logic.
4662         Remove unused variable magic_bits.
4663         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
4665         * string/strnlen.c: Define and use STRNLEN macro.
4666         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
4667         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
4668         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
4669         * wcsmbs/wcslen.c: Define and use WCSLEN.
4670         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
4671         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
4672         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
4673         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
4674         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
4675         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
4676         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
4678 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
4680         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4681         strnlen-sse2-no-bsf.
4682         Rename strlen-no-bsf to strlen-sse2-no-bsf.
4683         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
4684         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
4685         Add strnlen support.
4686         (USE_AS_STRNLEN): New macro.
4687         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
4688         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
4689         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
4690         * sysdeps/x86_64/wcslen.S: New file.
4692 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
4694         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
4695         XMM-moves are used for copying on small sizes.
4697 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
4699         * wcsmbs/Makefile (strop-tests): Add wcschr.
4700         * wcsmbs/test-wcschr.c: New file.
4701         * string/test-strchr.c: Update.
4702         Add wcschr support.
4703         (WIDE): New macro.
4705 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
4707         * wcsmbs/Makefile (strop-tests): Add wcslen.
4708         * wcsmbs/test-wcslen.c: New file.
4709         * string/test-strlen.c: Update.
4710         Add wcslen support.
4711         (WIDE): New macro.
4713 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
4715         * po/it.po: Update from translation team.
4717 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
4719         * sysdeps/x86_64/wcscmp.S: Update.
4720         Fix wrong comparison semantics.
4721         wcscmp shall use signed comparison not unsigned.
4722         Don't use substraction to avoid overflow bug.
4723         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4724         * wcsmbc/wcscmp.c: Likewise.
4725         * string/test-strcmp.c: Likewise.
4726         Add new tests to check cases with negative values.
4728 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
4730         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
4731         * sysdeps/x86_64/dla.h: ...here.  New file.
4732         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
4733         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4734         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4735         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4736         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4737         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4738         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4739         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4740         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4742 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
4744         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
4745         __ynl_finite aliases.
4747 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
4749         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4751         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
4752         define DLA_FMA.
4753         [DLA_FMA] (EMULV): Use DLA_FMA.
4754         [DLA_FMA] (MUL12): Use EMULV.
4755         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
4756         that are not needed.
4757         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4758         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4759         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4760         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4761         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4762         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4763         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4765 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
4767         * math/s_nan.c: Undef __nan.
4768         * math/s_nanf.c: Undef __nanf.
4769         * math/s_nanl.c: Undef __nanl.
4770         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
4771         "math_private.h".
4773 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
4775         * math/s_catan.c: Add branch predictions.
4776         * math/s_catanf.c: Likewise.
4777         * math/s_catanh.c: Likewise.
4778         * math/s_catanhf.c: Likewise.
4779         * math/s_catanhl.c: Likewise.
4780         * math/s_catanl.c: Likewise.
4781         * math/s_cexp.c: Likewise.
4782         * math/s_cexpf.c: Likewise.
4783         * math/s_cexpl.c: Likewise.
4784         * math/s_clog.c: Likewise.
4785         * math/s_clog10.c: Likewise.
4786         * math/s_clog10f.c: Likewise.
4787         * math/s_clog10l.c: Likewise.
4788         * math/s_clogf.c: Likewise.
4789         * math/s_clogl.c: Likewise.
4790         * math/s_csqrt.c: Likewise.
4791         * math/s_csqrtf.c: Likewise.
4792         * math/s_csqrtl.c: Likewise.
4793         * math/s_ctanf.c: Likewise.
4794         * math/s_ctanh.c: Likewise.
4795         * math/s_ctanhf.c: Likewise.
4796         * math/s_ctanhl.c: Likewise.
4797         * math/s_ctanl.c: Likewise.
4799         * math/math_private.h: Define __nan, __nanf, __nanl.
4800         * math/s_cacosh.c: Include <math_private.h>.
4801         * math/s_cacoshl.c: Likewise.
4802         * math/s_casinh.c: Likewise.
4803         * math/s_casinhf.c: Likewise.
4804         * math/s_casinhl.c: Likewise.
4805         * math/s_ccos.c: Rely entire on ccosh.
4806         * math/s_ccosf.c: Rely entire on ccoshf.
4807         * math/s_ccosl.c: Rely entirely on ccoshl.
4808         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
4809         Remove tests for FE_INVALID.
4810         * math/s_ccoshf.c: Likewise.
4811         * math/s_ccoshl.c: Likewise.
4812         * math/s_csin.c: Likewise.
4813         * math/s_csinf.c: Likewise.
4814         * math/s_csinh.c Likewise.
4815         * math/s_csinhf.c: Likewise.
4816         * math/s_csinhl.c: Likewise.
4817         * math/s_csinl.c: Likewise.
4818         * math/s_ctan.c: Likewise.
4819         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
4820         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
4821         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
4823 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
4825         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
4826         compilation problems.
4828         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
4829         __builtin_expect.
4831 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
4833         * sysdeps/i386/configure.in: Test for -mfma4 option.
4834         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
4835         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
4836         COMMON_CPUID_INDEX_80000001.
4837         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
4838         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
4839         use it if FMA3 is not supported.
4840         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
4842         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
4843         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
4845 2011-10-20  Andreas Schwab  <schwab@redhat.com>
4847         [BZ #12892]
4848         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
4849         it would create a cycle with a link time dependency.
4851 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
4853         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
4854         instruction.
4855         * string/Makefile (strop-tests): Add rawmemchr.
4856         * string/test-rawmemchr.c: New file.
4858         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
4859         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
4860         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
4861         when compiling str{,n}casecmp and when AVX is available.  Hook up
4862         new optimized code in initializers.
4864 2011-10-19  Andreas Schwab  <schwab@redhat.com>
4866         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
4867         __feraiseexcept instead of feraiseexcept.
4869 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
4871         * math/math_private.h: Define defaults for libc_fetestexcept and
4872         libc_feupdateenv.
4873         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
4874         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
4875         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
4876         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
4877         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
4878         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
4879         libc_fetestexcept and libc_feupdateenv.
4881         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
4882         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
4883         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
4884         * sysdeps/x86_64/fpu/math_private.h: Define special version of
4885         libc_feholdexcept_setround.
4887         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
4888         Add s_nearbyint-c and s_nearbyintf-c.
4889         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
4890         nearbyintf inlines.
4891         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
4892         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
4893         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
4894         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
4896         * math/math_private.h: Define defaults for libc_fegetround,
4897         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
4898         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
4899         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
4900         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
4901         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
4902         standard functions.
4903         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
4904         Remove comments and hacks for old compiler versions.
4905         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
4906         libc_fegetround, libc_fesetround, libc_feholdexcept, and
4907         libc_feholdexceptl.
4909 2011-10-18  Andreas Schwab  <schwab@redhat.com>
4911         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
4912         (__feraiseexcept_renamed): Add __NTH.
4913         (feraiseexcept): Add __NTH.  Rename local variables to fix
4914         namespace violations.
4916 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
4918         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
4920         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
4922         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
4923         recently added interfaces.
4924         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
4926         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
4927         about macro parameter expansion.
4929         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
4930         __NO_MATH_INLINES is defined.  Cleanups.
4932         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
4933         and __floorf is target has SSE4.1.
4934         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
4935         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
4936         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
4937         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
4939         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
4940         name.
4941         (floorf): Likewise.
4943         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
4945 2011-10-17  Andreas Schwab  <schwab@redhat.com>
4947         * misc/sys/cdefs.h: Fix last change.
4949         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
4950         database lookup.
4952 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
4954         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
4956         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
4957         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
4958         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
4959         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
4960         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
4961         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
4962         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
4963         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
4964         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
4965         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
4966         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
4967         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
4968         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
4969         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
4970         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
4971         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
4972         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
4973         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
4974         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
4975         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
4976         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
4977         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
4979         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
4980         ceil, ceilf, floor, floorf.
4982         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
4983         Perform IRELATIVE relocations last.
4985         * elf/do-rel.h: Add another parameter nrelative, replacing the
4986         local variable with the same name.  Change name of the function
4987         to end in Rel or Rela (uppercase).
4988         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
4989         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
4990         elf_dynamic_do_##reloc function.
4992 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
4994         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
4995         is sufficient, at least on modern CPUs.
4997         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
4999         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
5000         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
5002         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
5003         __expl_finite.
5004         * math/bits/math-finite.h: Add entries for exp.
5005         * math/e_expl.c: Add __*_finite alias.
5006         * sysdeps/i386/fpu/e_exp.S: Likewise.
5007         * sysdeps/i386/fpu/e_expf.S: Likewise.
5008         * sysdeps/i386/fpu/e_expl.c: Likewise.
5009         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5010         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
5011         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
5012         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
5013         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
5014         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
5015         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
5017         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
5018         is sufficient, at least on modern CPUs.
5020         * ctype/ctype-info.c (__ctype_init): Define.
5021         * include/ctype.h (__ctype_init): Declare.
5022         (__ctype_b_loc): The variable is always initialized.
5023         (__ctype_toupper_loc): Likewise.
5024         (__ctype_tolower_loc): Likewise.
5025         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
5026         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
5028 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
5030         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
5032         * configure.in: Also look in $cxxmachine/include for C++ system
5033         headers.
5035 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5037         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
5038         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
5039         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
5040         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
5041         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
5042         (USE_AS_WMEMCMP): New macro.
5043         Fixing indents.
5044         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
5045         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
5046         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
5047         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
5048         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
5049         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
5050         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
5051         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
5052         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
5053         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
5054         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
5055         (USE_AS_WMEMCMP): New macro.
5056         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
5057         * sysdeps/string/test-memcmp.c: Update.
5058         Fix simple_wmemcmp.
5059         Add new tests.
5060         * wcsmbs/wmemcmp.c: Update.
5061         (WMEMCMP): New macro.
5062         Fix overflow bug.
5064 2011-10-12  Andreas Jaeger  <aj@suse.de>
5066         [BZ #13268]
5067         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
5069 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
5071         * libio/iofwide.c (do_length): Avoid warning.
5073         * ctype/ctype.h (__isctype_f): Add missing __THROW.
5075 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
5077         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
5079         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
5080         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
5081         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
5082         * sysdeps/i386/i686/fpu/e_log.S: New file.
5083         * sysdeps/i386/i686/fpu/e_logf.S: New file.
5084         * sysdeps/i386/i686/fpu/e_logl.S: New file.
5086         * ctype/ctype.h: Add support for inlined isXXX functions when
5087         compiling C++ code.
5089 2011-10-14  Andreas Schwab  <schwab@redhat.com>
5091         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
5093         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
5095 2011-10-13  Roland McGrath  <roland@hack.frob.com>
5097         [BZ #13291]
5098         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
5100 2011-10-13  Andreas Schwab  <schwab@redhat.com>
5102         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
5103         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
5104         feraiseexcept.
5106         * sysdeps/x86_64/memrchr.S: Check for zero size.
5108         * string/stratcliff.c: Add memrchr tests.
5110 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5112         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
5113         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
5114         rawmemchr-sse2 rawmemchr-sse2-bsf.
5115         * sysdeps/i386/i686/multiarch/memchr.S: New file.
5116         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
5117         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
5118         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
5119         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
5120         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
5121         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
5122         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
5123         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
5124         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
5125         * string/memrchr.c (MEMRCHR): New macro.
5127 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
5129         Add integration with gcc's -ffinite-math-only and optimize wrapper
5130         functions in libm.
5131         * Versions.def: Define GLIBC_2.15 version for libm.
5132         * math/Makefile (headers): Add bits/math-finite.h.
5133         * math/bits/math-finite.h: New file.
5134         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
5135         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
5136         * math/e_acoshl.c: Add __*_finite alias.
5137         * math/e_acosl.c: Likewise.
5138         * math/e_asinl.c: Likewise.
5139         * math/e_atan2l.c: Likewise.
5140         * math/e_atanhl.c: Likewise.
5141         * math/e_coshl.c: Likewise.
5142         * math/e_exp10.c: Likewise.
5143         * math/e_exp10f.c: Likewise.
5144         * math/e_exp10l.c: Likewise.
5145         * math/e_exp2l.c: Likewise.
5146         * math/e_fmodl.c: Likewise.
5147         * math/e_gammal_r.c: Likewise.
5148         * math/e_hypotl.c: Likewise.
5149         * math/e_j0l.c: Likewise.
5150         * math/e_j1l.c: Likewise.
5151         * math/e_jnl.c: Likewise.
5152         * math/e_lgammal_r.c: Likewise.
5153         * math/e_log10l.c: Likewise.
5154         * math/e_log2l.c: Likewise.
5155         * math/e_logl.c: Likewise.
5156         * math/e_powl.c: Likewise.
5157         * math/e_sinhl.c: Likewise.
5158         * math/e_sqrtl.c: Likewise.
5159         * math/e_scalb.c: Completely rewritten and optimized.
5160         * math/e_scalbf.c: Likewise.
5161         * math/e_scalbl.c: Likewise.
5162         * math/w_acos.c: Likewise.
5163         * math/w_acosf.c: Likewise.
5164         * math/w_acosl.c: Likewise.
5165         * math/w_acosh.c: Likewise.
5166         * math/w_acoshf.c: Likewise.
5167         * math/w_acoshl.c: Likewise.
5168         * math/w_asin.c: Likewise.
5169         * math/w_asinf.c: Likewise.
5170         * math/w_asinl.c: Likewise.
5171         * math/w_atan2.c: Likewise.
5172         * math/w_atan2f.c: Likewise.
5173         * math/w_atan2l.c: Likewise.
5174         * math/w_atanh.c: Likewise.
5175         * math/w_atanhf.c: Likewise.
5176         * math/w_atanhl.c: Likewise.
5177         * math/w_exp10.c: Likewise.
5178         * math/w_exp10f.c: Likewise.
5179         * math/w_exp10l.c: Likewise.
5180         * math/w_fmod.c: Likewise.
5181         * math/w_fmodf.c: Likewise.
5182         * math/w_fmodl.c: Likewise.
5183         * math/w_j0.c: Likewise.
5184         * math/w_j0f.c: Likewise.
5185         * math/w_j0l.c: Likewise.
5186         * math/w_j1.c: Likewise.
5187         * math/w_j1f.c: Likewise.
5188         * math/w_j1l.c: Likewise.
5189         * math/w_jn.c: Likewise.
5190         * math/w_jnf.c: Likewise.
5191         * math/w_log.c: Likewise.
5192         * math/w_logf.c: Likewise.
5193         * math/w_logl.c: Likewise.
5194         * math/w_log10.c: Likewise.
5195         * math/w_log10f.c: Likewise.
5196         * math/w_log10l.c: Likewise.
5197         * math/w_log2.c: Likewise.
5198         * math/w_log2f.c: Likewise.
5199         * math/w_log2l.c: Likewise.
5200         * math/w_pow.c: Likewise.
5201         * math/w_powf.c: Likewise.
5202         * math/w_powl.c: Likewise.
5203         * math/w_remainder.c: Likewise.
5204         * math/w_remainderf.c: Likewise.
5205         * math/w_remainderl.c: Likewise.
5206         * math/w_scalb.c: Likewise.
5207         * math/w_scalbf.c: Likewise.
5208         * math/w_scalbl.c: Likewise.
5209         * math/w_sqrt.c: Likewise.
5210         * math/w_sqrtf.c: Likewise.
5211         * math/w_sqrtl.c: Likewise.
5212         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
5213         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
5214         used.
5215         * math/math_private.h: Declare __kernel_standard_f.
5216         * math/w_cosh.c: Remove cruft and optimize a bit.
5217         * math/w_coshf.c: Likewise.
5218         * math/w_coshl.c: Likewise.
5219         * math/w_exp2.c: Likewise.
5220         * math/w_exp2f.c: Likewise.
5221         * math/w_exp2l.c: Likewise.
5222         * math/w_hypot.c: Likewise.
5223         * math/w_hypotf.c: Likewise.
5224         * math/w_hypotl.c: Likewise.
5225         * math/w_lgamma.c: Likewise.
5226         * math/w_lgamma_r.c: Likewise.
5227         * math/w_lgammaf.c: Likewise.
5228         * math/w_lgammaf_r.c: Likewise.
5229         * math/w_lgammal.c: Likewise.
5230         * math/w_lgammal_r.c: Likewise.
5231         * math/w_sinh.c: Likewise.
5232         * math/w_sinhf.c: Likewise.
5233         * math/w_sinhl.c: Likewise.
5234         * math/w_tgamma.c: Likewise.
5235         * math/w_tgammaf.c: Likewise.
5236         * math/w_tgammal.c: Likewise.
5237         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
5238         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
5239         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
5240         Minor optimizations.  Pretty printing.  Remove cruft.
5241         * sysdeps/i386/fpu/e_acosf.S: Likewise.
5242         * sysdeps/i386/fpu/e_acosh.S: Likewise.
5243         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
5244         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
5245         * sysdeps/i386/fpu/e_acosl.c: Likewise.
5246         * sysdeps/i386/fpu/e_asin.S: Likewise.
5247         * sysdeps/i386/fpu/e_asinf.S: Likewise.
5248         * sysdeps/i386/fpu/e_atan2.S: Likewise.
5249         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
5250         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
5251         * sysdeps/i386/fpu/e_atanh.S: Likewise.
5252         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
5253         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
5254         * sysdeps/i386/fpu/e_exp10.S: Likewise.
5255         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
5256         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
5257         * sysdeps/i386/fpu/e_exp2.S: Likewise.
5258         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
5259         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
5260         * sysdeps/i386/fpu/e_fmod.S: Likewise.
5261         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
5262         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
5263         * sysdeps/i386/fpu/e_hypot.S: Likewise.
5264         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
5265         * sysdeps/i386/fpu/e_log.S: Likewise.
5266         * sysdeps/i386/fpu/e_log10.S: Likewise.
5267         * sysdeps/i386/fpu/e_log10f.S: Likewise.
5268         * sysdeps/i386/fpu/e_log10l.S: Likewise.
5269         * sysdeps/i386/fpu/e_log2.S: Likewise.
5270         * sysdeps/i386/fpu/e_log2f.S: Likewise.
5271         * sysdeps/i386/fpu/e_log2l.S: Likewise.
5272         * sysdeps/i386/fpu/e_logf.S: Likewise.
5273         * sysdeps/i386/fpu/e_logl.S: Likewise.
5274         * sysdeps/i386/fpu/e_pow.S: Likewise.
5275         * sysdeps/i386/fpu/e_powf.S: Likewise.
5276         * sysdeps/i386/fpu/e_powl.S: Likewise.
5277         * sysdeps/i386/fpu/e_remainder.S: Likewise.
5278         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
5279         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
5280         * sysdeps/i386/fpu/e_scalb.S: Likewise.
5281         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
5282         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
5283         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
5284         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
5285         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
5286         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
5287         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
5288         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5289         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
5290         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
5291         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
5292         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
5293         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
5294         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
5295         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
5296         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
5297         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
5298         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5299         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
5300         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
5301         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5302         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
5303         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
5304         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
5305         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5306         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
5307         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
5308         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
5309         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
5310         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
5311         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
5312         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
5313         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
5314         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
5315         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
5316         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
5317         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
5318         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
5319         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
5320         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
5321         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
5322         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
5323         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
5324         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
5325         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
5326         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
5327         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
5328         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
5329         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
5330         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
5331         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
5332         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
5333         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
5334         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
5335         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
5336         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
5337         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
5338         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
5339         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
5340         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
5341         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
5342         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
5343         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
5344         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
5345         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
5346         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
5347         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
5348         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
5349         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
5350         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
5351         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
5352         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
5353         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
5354         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
5355         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
5356         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
5357         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
5358         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
5359         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
5360         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
5361         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
5362         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
5363         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
5364         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
5365         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
5366         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
5367         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
5368         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
5369         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
5370         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
5371         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
5372         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
5373         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
5374         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
5375         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
5376         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
5377         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
5378         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
5379         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
5380         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
5381         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
5382         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
5383         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
5384         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
5385         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
5386         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
5387         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
5388         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
5389         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
5390         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
5391         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
5392         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
5393         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
5394         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
5395         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
5396         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
5397         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
5398         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
5399         (__isnanf): Likewise.
5400         (__isinf_ns): Likewise.
5401         (__isinf_nsf): Likewise.
5402         (__finite): Likewise.
5403         (__finitef): Likewise.
5404         (__ieee754_sqrt): Define as macro.
5405         (__ieee754_sqrtf): Define as macro.
5406         (__ieee754_sqrtl): Define as macro.
5407         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
5408         inlined copy.
5409         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
5410         __FINITE_MATH_ONLY__ consistent.
5411         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
5413 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
5415         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
5416         of rawmemchr.
5418         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
5420 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
5422         * po/ja.po: Update from translation team.
5424 2011-10-08  Roland McGrath  <roland@hack.frob.com>
5426         * locale/programs/locarchive.c (prepare_address_space): New function.
5427         (create_archive, enlarge_archive, open_archive): Use it.
5429         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
5430         inside [SHARED], where it is used.
5432         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
5434         * nss/getent.c (netgroup_keys): Remove unused variable.
5435         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
5437 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
5439         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
5440         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
5441         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
5442         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
5443         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
5444         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
5445         * math/Makefile (libm-calls): Add s_isinf_ns.
5446         * math/divtc3.c: Use __isinf_nsl instead of isinf.
5447         * math/multc3.c: Likewise.
5448         * math/s_casin.c: Likewise.
5449         * math/s_casinf.c: Likewise.
5450         * math/s_casinl.c: Likewise.
5451         * math/s_ccos.c: Likewise.
5452         * math/s_ccosf.c: Likewise.
5453         * math/s_ccosl.c: Likewise.
5454         * math/s_ctan.c: Likewise.
5455         * math/s_ctanf.c: Likewise.
5456         * math/s_ctanh.c: Likewise.
5457         * math/s_ctanhf.c: Likewise.
5458         * math/s_ctanhl.c: Likewise.
5459         * math/s_ctanl.c: Likewise.
5460         * math/w_fmod.c: Likewise.
5461         * math/w_fmodf.c: Likewise.
5462         * math/w_fmodl.c: Likewise.
5463         * math/w_remainder.c: Likewise.
5464         * math/w_remainderf.c: Likewise.
5465         * math/w_remainderl.c: Likewise.
5466         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
5467         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
5468         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
5469         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
5470         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
5471         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
5472         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
5473         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
5475         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
5476         of the number.
5477         * stdio-common/printf_fphex.c: Likewise.
5478         * stdio-common/printf_size.c: Likewise.
5480         * math/e_exp10.c: Include math_private.h using <...> not "...".
5481         * math/e_exp10f.c: Likewise.
5482         * math/e_exp10l.c: Likewise.
5483         * math/e_exp2l.c: Likewise.
5484         * math/e_j0l.c: Likewise.
5485         * math/e_j1l.c: Likewise.
5486         * math/e_jnl.c: Likewise.
5487         * math/e_lgammal_r.c: Likewise.
5488         * math/e_rem_pio2l.c: Likewise.
5489         * math/e_scalb.c: Likewise.
5490         * math/e_scalbf.c: Likewise.
5491         * math/e_scalbl.c: Likewise.
5492         * math/k_cosl.c: Likewise.
5493         * math/k_sinl.c: Likewise.
5494         * math/k_tanl.c: Likewise.
5495         * math/s_cacoshf.c: Likewise.
5496         * math/s_catan.c: Likewise.
5497         * math/s_catanf.c: Likewise.
5498         * math/s_catanh.c: Likewise.
5499         * math/s_catanhf.c: Likewise.
5500         * math/s_catanhl.c: Likewise.
5501         * math/s_catanl.c: Likewise.
5502         * math/s_ccosh.c: Likewise.
5503         * math/s_ccoshf.c: Likewise.
5504         * math/s_ccoshl.c: Likewise.
5505         * math/s_cexp.c: Likewise.
5506         * math/s_cexpf.c: Likewise.
5507         * math/s_cexpl.c: Likewise.
5508         * math/s_clog.c: Likewise.
5509         * math/s_clog10.c: Likewise.
5510         * math/s_clog10f.c: Likewise.
5511         * math/s_clog10l.c: Likewise.
5512         * math/s_clogf.c: Likewise.
5513         * math/s_clogl.c: Likewise.
5514         * math/s_csin.c: Likewise.
5515         * math/s_csinf.c: Likewise.
5516         * math/s_csinh.c: Likewise.
5517         * math/s_csinhf.c: Likewise.
5518         * math/s_csinhl.c: Likewise.
5519         * math/s_csinl.c: Likewise.
5520         * math/s_csqrt.c: Likewise.
5521         * math/s_csqrtf.c: Likewise.
5522         * math/s_csqrtl.c: Likewise.
5523         * math/s_ctan.c: Likewise.
5524         * math/s_ctanf.c: Likewise.
5525         * math/s_ctanh.c: Likewise.
5526         * math/s_ctanhf.c: Likewise.
5527         * math/s_ctanhl.c: Likewise.
5528         * math/s_ctanl.c: Likewise.
5529         * math/s_ldexp.c: Likewise.
5530         * math/s_ldexpf.c: Likewise.
5531         * math/s_ldexpl.c: Likewise.
5532         * math/s_significand.c: Likewise.
5533         * math/s_significandf.c: Likewise.
5534         * math/s_significandl.c: Likewise.
5535         * math/w_acos.c: Likewise.
5536         * math/w_acosf.c: Likewise.
5537         * math/w_acosh.c: Likewise.
5538         * math/w_acoshf.c: Likewise.
5539         * math/w_acoshl.c: Likewise.
5540         * math/w_acosl.c: Likewise.
5541         * math/w_asin.c: Likewise.
5542         * math/w_asinf.c: Likewise.
5543         * math/w_asinl.c: Likewise.
5544         * math/w_atan2.c: Likewise.
5545         * math/w_atan2f.c: Likewise.
5546         * math/w_atan2l.c: Likewise.
5547         * math/w_atanh.c: Likewise.
5548         * math/w_atanhf.c: Likewise.
5549         * math/w_atanhl.c: Likewise.
5550         * math/w_cosh.c: Likewise.
5551         * math/w_coshf.c: Likewise.
5552         * math/w_coshl.c: Likewise.
5553         * math/w_dremf.c: Likewise.
5554         * math/w_exp10.c: Likewise.
5555         * math/w_exp10f.c: Likewise.
5556         * math/w_exp10l.c: Likewise.
5557         * math/w_exp2.c: Likewise.
5558         * math/w_exp2f.c: Likewise.
5559         * math/w_fmod.c: Likewise.
5560         * math/w_fmodf.c: Likewise.
5561         * math/w_fmodl.c: Likewise.
5562         * math/w_hypot.c: Likewise.
5563         * math/w_hypotf.c: Likewise.
5564         * math/w_hypotl.c: Likewise.
5565         * math/w_j0.c: Likewise.
5566         * math/w_j0f.c: Likewise.
5567         * math/w_j0l.c: Likewise.
5568         * math/w_j1.c: Likewise.
5569         * math/w_j1f.c: Likewise.
5570         * math/w_j1l.c: Likewise.
5571         * math/w_jn.c: Likewise.
5572         * math/w_jnf.c: Likewise.
5573         * math/w_jnl.c: Likewise.
5574         * math/w_lgamma.c: Likewise.
5575         * math/w_lgamma_r.c: Likewise.
5576         * math/w_lgammaf.c: Likewise.
5577         * math/w_lgammaf_r.c: Likewise.
5578         * math/w_lgammal.c: Likewise.
5579         * math/w_lgammal_r.c: Likewise.
5580         * math/w_log.c: Likewise.
5581         * math/w_log10.c: Likewise.
5582         * math/w_log10f.c: Likewise.
5583         * math/w_log10l.c: Likewise.
5584         * math/w_log2.c: Likewise.
5585         * math/w_log2f.c: Likewise.
5586         * math/w_log2l.c: Likewise.
5587         * math/w_logf.c: Likewise.
5588         * math/w_logl.c: Likewise.
5589         * math/w_pow.c: Likewise.
5590         * math/w_powf.c: Likewise.
5591         * math/w_powl.c: Likewise.
5592         * math/w_remainder.c: Likewise.
5593         * math/w_remainderf.c: Likewise.
5594         * math/w_remainderl.c: Likewise.
5595         * math/w_scalb.c: Likewise.
5596         * math/w_scalbf.c: Likewise.
5597         * math/w_scalbl.c: Likewise.
5598         * math/w_sinh.c: Likewise.
5599         * math/w_sinhf.c: Likewise.
5600         * math/w_sinhl.c: Likewise.
5601         * math/w_sqrt.c: Likewise.
5602         * math/w_sqrtf.c: Likewise.
5603         * math/w_sqrtl.c: Likewise.
5604         * math/w_tgamma.c: Likewise.
5605         * math/w_tgammaf.c: Likewise.
5606         * math/w_tgammal.c: Likewise.
5608         * po/ja.po: Update from translation team.
5610 2011-09-29  Andreas Jaeger  <aj@suse.de>
5612         [BZ #13179]
5613         * sunrpc/netname.c (netname2host): Fix logic.
5615         [BZ #6779]
5616         [BZ #6783]
5617         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
5618         correctly.
5619         * math/w_remainder.c (__remainder): Likewise.
5620         * math/w_remainderf.c (__remainderf): Likewise.
5621         * math/libm-test.inc (remainder_test): Add test cases.
5623 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5625         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
5626         sdiv_qrnnd.
5628 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
5630         * string/test-memcmp.c: Avoid unncessary #defines.
5631         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
5633 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5635         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
5636         Use new sse2 version for core i3 - i7 as it's faster
5637         than sse42 version.
5638         (bit_Prefer_PMINUB_for_stringop): New.
5639         * sysdeps/x86_64/rawmemchr.S: Update.
5640         Replace with faster SSE2 version.
5641         * sysdeps/x86_64/memrchr.S: New file.
5642         * sysdeps/x86_64/memchr.S: Update.
5643         Replace with faster SSE2 version.
5645 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
5647         * elf/dl-load.c (lose): Add cast to avoid warning.
5649 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
5651         * po/ca.po: Update from translation team.
5653         * inet/getnetgrent_r.c: Hook up nscd.
5654         * nscd/Makefile (routines): Add nscd_netgroup.
5655         (nscd-modules): Add netgroupcache.
5656         (CFLAGS-netgroupcache.c): Define.
5657         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
5658         (cache_search): Add const to second parameter.
5659         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
5660         INNETGR.
5661         (dbs): Add netgrdb entry.
5662         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
5663         (verify_persistent_db): Handle netgrdb.
5664         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
5665         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
5666         GETFDNETGR.
5667         (netgroup_response_header): Define.
5668         (innetgroup_response_header): Define.
5669         (datahead): Add netgroup_response_header and innetgroup_response_header
5670         elements.
5671         * nscd/nscd.conf: Add entries for netgroup cache.
5672         * nscd/nscd.h (dbtype): Add netgrdb.
5673         (_PATH_NSCD_NETGROUP_DB): Define.
5674         (netgroup_iov_disabled): Declare.
5675         (xmalloc, xcalloc, xrealloc): Move declarations here.
5676         (cache_search): Adjust prototype.
5677         Add netgroup-related prototypes.
5678         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
5679         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
5680         (__nscd_innetgr): Declare.
5681         * nscd/selinux.c (perms): Use access_vector_t as element type and
5682         add netgroup-related initializers.
5683         * nscd/netgroupcache.c: New file.
5684         * nscd/nscd_netgroup.c: New file.
5685         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
5686         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
5687         For four parameters use innetgr.
5688         * nss/nss_files/files-init.c: Add definition and callback for netgr.
5689         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
5690         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
5691         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
5693         * nscd/connections.c (register_traced_file): Don't register file
5694         for disabled databases.
5696 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
5698         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
5700         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
5701         from tree and freeing node.
5703 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
5705         * nss/nsswitch.c (__nss_database_lookup): Handle
5706         nss_parse_service_list out of memory case.
5708 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
5710         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
5711         out of memory case.
5713 2011-10-04  Andreas Schwab  <schwab@redhat.com>
5715         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
5716         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
5717         pass it down.
5718         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
5719         elf_machine_rela, elf_machine_lazy_rel.
5720         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
5721         (ELF_DYNAMIC_DO_REL): Likewise.
5722         (ELF_DYNAMIC_DO_RELA): Likewise.
5723         (ELF_DYNAMIC_RELOCATE): Likewise.
5724         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
5725         to ELF_DYNAMIC_DO_REL.
5726         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
5727         (dl_main): In trace mode always set __RTLD_NOIFUNC.
5728         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
5729         elf_machine_rela.
5730         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
5731         skip_ifunc, don't call ifunc function if non-zero.
5732         (elf_machine_rela): Likewise.
5733         (elf_machine_lazy_rel): Likewise.
5734         (elf_machine_lazy_rela): Likewise.
5735         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
5736         (elf_machine_lazy_rel): Likewise.
5737         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
5738         Likewise.
5739         (elf_machine_lazy_rel): Likewise.
5740         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
5741         Likewise.
5742         (elf_machine_lazy_rel): Likewise.
5743         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
5744         (elf_machine_lazy_rel): Likewise.
5745         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
5746         (elf_machine_lazy_rel): Likewise.
5747         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
5748         (elf_machine_lazy_rel): Likewise.
5749         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
5750         (elf_machine_lazy_rel): Likewise.
5751         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
5752         (elf_machine_lazy_rel): Likewise.
5753         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
5754         (elf_machine_lazy_rel): Likewise.
5756 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
5758         * nss/nss_files/files-init.c (_nss_files_init): Use static
5759         initialization for all the *_traced_file variables.
5761 2011-09-28  Andreas Schwab  <schwab@redhat.com>
5763         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
5765 2011-09-27  Roland McGrath  <roland@hack.frob.com>
5767         [BZ #13226]
5768         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
5770 2011-09-27  Andreas Schwab  <schwab@redhat.com>
5772         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
5773         Reread the line before reparsing it.
5775 2011-09-26  Andreas Schwab  <schwab@redhat.com>
5777         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
5779 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
5780             Maxim Kuvyrkov  <maxim@codesourcery.com>
5781             Joseph Myers  <joseph@codesourcery.com>
5783         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
5784         if needed for __stack_chk_guard.
5786 2011-09-19  Roland McGrath  <roland@hack.frob.com>
5788         * sysdeps/posix/spawni.c (script_execute): Always define it.
5789         It will be optimized away if unused.
5790         (maybe_script_execute): New function.
5791         (__spawni): Call it.
5793         * Makerules: Don't include tls.make.
5794         (config-tls): Always set to thread.
5795         * tls.make.c: File removed.
5797 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
5799         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
5800         * config.make.in (CPPFLAGS-config): New substituted variable.
5802 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
5804         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
5806         [BZ #13192]
5807         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
5808         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
5810 2011-09-15  Roland McGrath  <roland@hack.frob.com>
5812         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
5813         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
5814         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
5815         (CALL_FAIL): Likewise.
5816         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
5817         (CALL_FAIL): Macro removed.
5818         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
5820 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
5822         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
5823         for __FINITE_MATH_ONLY__ == 1.
5825 2011-09-15  Andreas Schwab  <schwab@redhat.com>
5827         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
5828         __ieee754_sqrt instead of sqrt.
5829         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
5830         __ieee754_sqrtf instead of sqrtf.
5831         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
5832         __floorf instead of floorf.
5833         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
5834         __floorf, __truncf instead of floorf, truncf.
5836 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
5838         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
5840         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
5841         __extern_always_inline.
5842         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
5843         32-bit.
5845 2011-09-14  Andreas Schwab  <schwab@redhat.com>
5847         * elf/rtld.c (dl_main): Also relocate in dependency order when
5848         doing symbol dependency testing.
5850 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
5852         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
5853         Always define `refsym'.
5855 2011-09-13  Andreas Schwab  <schwab@redhat.com>
5857         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
5858         (__FD_ELT): Renamed from __FDELT.
5859         * misc/bits/select2.h (__FD_ELT): Likewise.
5860         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
5861         __FD_MASK instead of __FDELT, __FDMASK.
5862         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
5863         Likewise.
5864         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
5865         Likewise.
5867         * elf/Makefile (gen-ldd): Fix pattern.
5869         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
5870         (init_tls): Likewise.
5872 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
5874         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
5876 2011-09-12  Andreas Schwab  <schwab@redhat.com>
5878         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
5879         `struct cmsghdr *' instead of `void *'.
5880         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
5881         Likewise.
5883 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
5885         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
5886         if non-absolute.
5887         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
5888         ldd_rewrite_script.
5890 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
5892         * configure.in: Remove --with-tls option.
5893         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
5894         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
5895         out in case it is missing.
5896         * sysdeps/ia64/elf/configure.in: Likewise.
5897         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
5898         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
5899         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
5900         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
5901         * sysdeps/sh/elf/configure.in: Likewise.
5902         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
5903         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
5904         * sysdeps/x86_64/elf/configure.in: Likewise.
5905         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
5906         * sysdeps/mach/hurd/tls.h: Likewise.
5908         [BZ #13067]
5909         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
5911         [BZ #13090]
5912         * configure.in: Fix use of AC_INIT.
5914         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
5916 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
5918         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
5919         __set_errno.
5920         * malloc/hooks.c: Likewise.
5922         [BZ #11929]
5923         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
5924         variables statically.
5925         (narenas): Initialize.
5926         (list_lock): Initialize.
5927         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
5928         initializtion of main_arena and list_lock.  Small cleanups.
5929         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
5930         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
5931         Add initializers to main_arena and mp_.
5932         (malloc_state): Remove pagesize member.  Change all users to use
5933         GLRO(dl_pagesize).
5935         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
5936         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
5937         is always initialized.
5939         * malloc/malloc.c: Removed unused configurations and dead code.
5940         * malloc/arena.c: Likewise.
5941         * malloc/hooks.c: Likewise.
5942         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
5944         * include/tls.h: Removed.  USE___THREAD must always be defined.
5945         * bits/libc-tsd.h: Don't handle !USE___THREAD.
5946         * elf/dl-libc.c: Likewise.
5947         * elf/dl-tsd.c: Likewise.
5948         * include/errno.h: Likewise.
5949         * include/netdb.h: Likewise.
5950         * include/resolv.h: Likewise.
5951         * inet/herrno-loc.c: Likewise.
5952         * inet/herrno.c: Likewise.
5953         * malloc/arena.c: Likewise.
5954         * malloc/hooks.c: Likewise.
5955         * malloc/malloc.c: Likewise.
5956         * resolv/res-state.c: Likewise.
5957         * resolv/res_libc.c: Likewise.
5958         * sysdeps/i386/dl-machine.h: Likewise.
5959         * sysdeps/ia64/dl-machine.h: Likewise.
5960         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5961         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5962         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5963         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5964         * sysdeps/sh/dl-machine.h: Likewise.
5965         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5966         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5967         * sysdeps/unix/i386/sysdep.S: Likewise.
5968         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5969         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5970         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5971         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5972         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5973         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5974         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5975         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5976         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5977         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5978         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5979         * sysdeps/x86_64/dl-machine.h: Likewise.
5980         * tls.make.c: Likewise.
5982         * configure.in: Remove --with-__thread option.  Make tests for
5983         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
5984         tls_model attribute fail if no support is available.  Remove
5985         USE_IN_LIBIO.
5986         * Makeconfig: Adjust for dropped configure option.  All features are
5987         now mandatory.
5988         * Makerules: Likewise.
5989         * Versions.def: Likewise.
5990         * argp/argp-fmtstream.c: Likewise.
5991         * argp/argp-fmtstream.h: Likewise.
5992         * argp/argp-help.c: Likewise.
5993         * assert/assert.c: Likewise.
5994         * config.h.in: Likewise.
5995         * config.make.in: Likewise.
5996         * configure: Likewise.
5997         * configure.in: Likewise.
5998         * csu/Versions: Likewise.
5999         * csu/init.c: Likewise.
6000         * elf/tst-audit2.c: Likewise.
6001         * elf/tst-tls10.c: Likewise.
6002         * elf/tst-tls10.h: Likewise.
6003         * elf/tst-tls11.c: Likewise.
6004         * elf/tst-tls12.c: Likewise.
6005         * elf/tst-tls14.c: Likewise.
6006         * elf/tst-tlsmod11.c: Likewise.
6007         * elf/tst-tlsmod12.c: Likewise.
6008         * elf/tst-tlsmod13.c: Likewise.
6009         * elf/tst-tlsmod13a.c: Likewise.
6010         * elf/tst-tlsmod14a.c: Likewise.
6011         * elf/tst-tlsmod15b.c: Likewise.
6012         * elf/tst-tlsmod16a.c: Likewise.
6013         * elf/tst-tlsmod16b.c: Likewise.
6014         * elf/tst-tlsmod7.c: Likewise.
6015         * elf/tst-tlsmod8.c: Likewise.
6016         * elf/tst-tlsmod9.c: Likewise.
6017         * gmon/gmon.c: Likewise.
6018         * grp/fgetgrent_r.c: Likewise.
6019         * grp/putgrent.c: Likewise.
6020         * hurd/fopenport.c: Likewise.
6021         * include/libc-symbols.h: Likewise.
6022         * include/tls.h: Likewise.
6023         * intl/gettextP.h: Likewise.
6024         * intl/loadinfo.h: Likewise.
6025         * locale/global-locale.c: Likewise.
6026         * locale/localeinfo.h: Likewise.
6027         * mach/devstream.c: Likewise.
6028         * malloc/arena.c: Likewise.
6029         * malloc/set-freeres.c: Likewise.
6030         * misc/err.c: Likewise.
6031         * misc/getttyent.c: Likewise.
6032         * misc/mntent_r.c: Likewise.
6033         * posix/getopt.c: Likewise.
6034         * posix/wordexp.c: Likewise.
6035         * pwd/fgetpwent_r.c: Likewise.
6036         * resolv/Versions: Likewise.
6037         * resolv/res_hconf.c: Likewise.
6038         * shadow/fgetspent_r.c: Likewise.
6039         * shadow/putspent.c: Likewise.
6040         * stdio-common/printf_fphex.c: Likewise.
6041         * stdio-common/tmpfile.c: Likewise.
6042         * stdlib/abort.c: Likewise.
6043         * stdlib/fmtmsg.c: Likewise.
6044         * sunrpc/auth_unix.c: Likewise.
6045         * sunrpc/clnt_perr.c: Likewise.
6046         * sunrpc/clnt_tcp.c: Likewise.
6047         * sunrpc/clnt_udp.c: Likewise.
6048         * sunrpc/clnt_unix.c: Likewise.
6049         * sunrpc/openchild.c: Likewise.
6050         * sunrpc/svc_simple.c: Likewise.
6051         * sunrpc/svc_tcp.c: Likewise.
6052         * sunrpc/svc_udp.c: Likewise.
6053         * sunrpc/svc_unix.c: Likewise.
6054         * sunrpc/xdr.c: Likewise.
6055         * sunrpc/xdr_array.c: Likewise.
6056         * sunrpc/xdr_rec.c: Likewise.
6057         * sunrpc/xdr_ref.c: Likewise.
6058         * sunrpc/xdr_stdio.c: Likewise.
6060 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
6062         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
6064 2011-07-03  Andreas Jaeger  <aj@suse.de>
6066         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
6067         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
6068         regenerate with gen-libm-tests.pl.
6070 2010-05-12  Petr Baudis  <pasky@suse.cz>
6072         [BZ #11589]
6073         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
6074         around j0() zero points by switching to j1().
6075         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
6076         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
6077         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
6078         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
6080 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
6082         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
6083         instead of 0.
6084         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
6085         instead of 0.                              .
6086         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
6087         Patch in part by Pavel Roskin <proski@gnu.org>.
6089         [BZ #13138]
6090         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
6091         realloc.
6092         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
6093         Free memory block if necessary.
6095         [BZ #12847]
6096         * libio/genops.c (INTDEF): For string streams the _lock pointer can
6097         be NULL.  Don't lock in this case.
6099 2011-09-09  Roland McGrath  <roland@hack.frob.com>
6101         * elf/elf.h (ELFOSABI_GNU): New macro.
6102         (ELFOSABI_LINUX): Define to that.
6104 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
6106         * string/strncat.c (strncat): Undef the symbol in case it has been
6107         defined in bits/string.h.
6109 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
6111         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
6113         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
6114         link map.
6116 2011-08-17  Andreas Jaeger  <aj@suse.de>
6118         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
6120 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
6121             Ian Lance Taylor  <iant@google.com>
6123         * math/libm-test.inc (lround_test): New testcase.
6124         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
6126 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
6128         * Makefile: Remove support for automatic cvs check-ins.
6129         * Makerules: Likewise.
6130         * config.make.in: Likewise.
6131         * configure.in: Likewise.
6132         * intl/Makefile: Likewise.
6133         * locale/Makefile: Likewise.
6134         * po/Makefile: Likewise.
6135         * posix/Makefile: Likewise.
6136         * sysdeps/gnu/Makefile: Likewise.
6137         * sysdeps/mach/hurd/Makefile: Likewise.
6138         * sysdeps/sparc/sparc32/Makefile: Likewise.
6140         [BZ #13118]
6141         * posix/Makefile (bug-regex32-ENV): Define.
6142         Patch by John Stanley <jpsinthemix@verizon.net>.
6144         * misc/Makefile (headers): Add bits/select2.h.
6145         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
6146         * misc/bits/select2.h: New file.
6147         * include/bits/select2.h: New file.
6148         * debug/Makefile (routines): Add fdelt_chk.
6149         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
6150         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
6151         FD_ISSET.
6152         * debug/fdelt_chk.c: New file.
6154         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
6155         * wcsmbs/test-wmemcmp.c: Likewise.
6156         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
6157         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
6159 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
6161         * string/Makefile (strop-tests): Add memcmp.
6162         * string/test-wmemcmp.c: New file.
6163         * string/test-memcmp.c: Add wmemcmp support.
6165 2011-09-08  Roland McGrath  <roland@hack.frob.com>
6167         [BZ #13153]
6168         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
6169         2011-07-19 change.
6171         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
6172         garbage value in a __mach_port_mod_refs call in the cases of the
6173         task-self and thread-self ports.
6175 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6177         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
6179 2011-09-08  Andreas Schwab  <schwab@redhat.com>
6181         * elf/dl-load.c (lose): Check for non-null L.
6183 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
6185         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
6187         * elf/dl-libc.c (dlerror_run): Pass back error code from
6188         dl_catch_error.
6190         [BZ #13123]
6191         * elf/dl-load.c (lose): Free l_origin if it is valid.
6193         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
6194         names.
6195         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
6196         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
6197         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
6198         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
6199         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
6200         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
6202 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6204         * sysdeps/powerpc/fpu/e_hypot.c: New file.
6205         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
6206         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
6207         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
6208         * sysdeps/powerpc/fpu/k_cosf.c: New file.
6209         * sysdeps/powerpc/fpu/k_sinf.c: New file.
6210         * sysdeps/powerpc/fpu/s_cosf.c: New file.
6211         * sysdeps/powerpc/fpu/s_sinf.c: New file.
6212         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
6213         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
6215 2011-08-15  Alan Modra  <amodra@gmail.com>
6217         [BZ #13092]
6218         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
6219         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
6220         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
6221         ppc_mcount to static-only-routines.
6222         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
6223         __mcount_internal.
6224         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
6225         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
6227 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
6229         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
6230         for finite and infinity parameters.
6232 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
6234         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
6235         and add nop instructions for throughput optimization.
6236         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
6238 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
6240         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
6241         aligned copy for power7 with vector-scalar instructions.
6242         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
6244 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
6246         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
6247         AVX check.
6249 2011-09-07  Andreas Schwab  <schwab@redhat.com>
6251         [BZ #13144]
6252         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
6253         last change.
6255 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
6257         * sysdeps/unix/sysv/linux/x86_64/init-first.c
6258         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
6259         syscall wrapper around clock_gettime in __vdso_clock_gettime.
6260         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
6261         clock_gettime.
6263 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
6265         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
6266         Forgot to demangle the pointer.
6268         * sysdeps/i386/sysdep.h: Define atom_text_section.
6269         * sysdeps/x86_64/sysdep.h: Likewise.
6270         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
6271         section with atom_text_section.
6272         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
6273         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
6274         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
6275         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
6276         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
6278         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
6279         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
6280         already be defined.  Change to take two parameters and don't assign
6281         result to variable.  Adjust all users.
6282         Define INTERNAL_GETTIME if not already defined.
6283         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
6284         call.
6285         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
6286         HAVE_CLOCK_GETTIME_VSYSCALL.
6287         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
6289         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
6290         gettimeofday vsyscall, just use time.
6292 2011-09-06  Andreas Schwab  <schwab@redhat.com>
6294         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
6295         <errno.h>.
6297 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
6299         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
6300         syscall on x86-64.
6301         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
6302         syscall.
6303         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
6304         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
6305         syscall if possible.
6307 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
6309         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
6310         e_ident.  Don't pass to find_mapsXX.
6311         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
6313 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
6315         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6316         strchr-sse2-no-bsf strrchr-sse2-no-bsf
6317         * sysdeps/x86_64/multiarch/strchr.S: Update.
6318         Check bit_slow_BSF bit.
6319         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
6320         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
6321         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
6323 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
6325         [BZ #13134]
6326         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
6327         before glibc 2.15.
6328         (tryshell): Define.
6329         (__spawni): Change last parameter to be flag.  Test
6330         SPAWN_XFLAGS_USE_PATH flag to use path or not.
6331         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
6332         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
6333         * posix/spawni.c: Likewise.
6334         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
6335         * posix/spawnp.c: Likewise.  Change normal version to use
6336         SPAWN_XFLAGS_USE_PATH.
6337         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
6338         SPAWN_XFLAGS_TRY_SHELL.
6340         [BZ #13150]
6341         * posix/glob.h: Remove gcc 1.x support.
6343         [BZ #13068]
6344         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
6346 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
6348         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
6349         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
6350         strrchr-sse2-bsf
6351         * sysdeps/i386/i686/multiarch/strchr.S: New file.
6352         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
6353         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
6354         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
6355         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
6356         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
6358 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
6360         * sysdeps/x86_64/wcscmp.S: New file.
6362         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
6363         wcscmp-c wcscmp-sse2
6364         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
6365         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
6366         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
6367         * wcsmbs/wcscmp.c: Allow renaming.
6369 2011-09-05  David S. Miller  <davem@davemloft.net>
6371         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
6372         stack slot, rather than the struct return pointer slot.
6373         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
6374         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
6375         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
6376         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
6378 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
6380         * po/ja.po: Update from translation team.
6382         [BZ #13144]
6383         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
6384         kernel in 64-bit binaries.
6386 2011-09-01  David S. Miller  <davem@davemloft.net>
6388         * elf/elf.h (HWCAP_SPARC_*): Move to..
6389         * sysdeps/sparc/sysdep.h: this new file and add new values.
6390         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
6391         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
6392         _DL_HWCAP_COUNT to 24.
6393         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
6394         entries.
6395         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
6396         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
6397         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
6398         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
6399         instead of magic constants.
6400         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
6402 2011-08-31  David S. Miller  <davem@davemloft.net>
6404         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
6405         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
6406         Reimplement to do errno handling inline.
6407         (SYSCALL_ERROR_HANDLER): New macro.
6408         (__SYSCALL_STRING): Do not do errno handling in asm.
6409         (__CLONE_SYSCALL_STRING): Delete.
6410         (__INTERNAL_SYSCALL_STRING): Delete.
6411         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
6412         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
6413         (PSEUDO): Reimplement to do errno handling inline.
6414         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
6415         (SYSCALL_ERROR_HANDLER): New macro.
6416         (__SYSCALL_STRING): Do not do errno handling in asm.
6417         (__CLONE_SYSCALL_STRING): Delete.
6418         (__INTERNAL_SYSCALL_STRING): Delete.
6419         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
6420         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
6421         i386.
6422         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
6423         (inline_syscall*): Add 'err' argument.
6424         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
6425         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
6426         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
6427         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
6429         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
6430         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
6432 2011-08-30  Andreas Schwab  <schwab@redhat.com>
6434         * elf/rtld.c (dl_main): Relocate objects in dependency order.
6436 2011-08-29  Jiri Olsa <jolsa@redhat.com>
6438         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
6439         directive.
6441 2011-08-24  David S. Miller  <davem@davemloft.net>
6443         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
6445 2011-08-24  Andreas Schwab  <schwab@redhat.com>
6447         * elf/Makefile: Add rules to build and run unload8 test.
6448         * elf/unload8.c: New file.
6449         * elf/unload8mod1.c: New file.
6450         * elf/unload8mod1x.c: New file.
6451         * elf/unload8mod2.c: New file.
6452         * elf/unload8mod3.c: New file.
6454         * elf/dl-close.c (_dl_close_worker): Reset private search list if
6455         it wasn't used.
6457 2011-08-23  David S. Miller  <davem@davemloft.net>
6459         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
6460         subtract stack bias.
6461         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
6462         %sp not %fp in calculations.
6463         (_JMPBUF_UNWINDS_ADJ): Likewise.
6465         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
6466         (aio_suspend): Call it to force an exception region around the
6467         AIO_MISC_WAIT() invocation.
6469 2011-08-23  Andreas Schwab  <schwab@redhat.com>
6471         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
6472         backslash.
6474 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
6476         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
6477         protection macro.
6478         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
6479         and <dl-machine.h>.
6480         (Elf64_FuncDesc): Remove.
6482 2011-08-22  David S. Miller  <davem@davemloft.net>
6484         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
6485         sigaltstack check, add missing cfi directives.
6486         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
6487         missing cfi directives, and sigaltstack handling.
6489 2011-08-16  Andreas Schwab  <schwab@redhat.com>
6491         [BZ #11724]
6492         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
6493         object is seen twice.
6494         * elf/dl-fini.c (_dl_sort_fini): Likewise.
6496         * elf/Makefile (distribute): Add tst-initorder2.c.
6497         (tests): Add tst-initorder2.
6498         (modules-names): Add tst-initorder2a tst-initorder2b
6499         tst-initorder2c tst-initorder2d.  Add rules to build them.
6500         ($(objpfx)tst-initorder2.out): New rule.
6501         * elf/tst-initorder2.c: New file.
6502         * elf/tst-initorder2.exp: New file.
6504 2011-08-22  Andreas Schwab  <schwab@redhat.com>
6506         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
6508         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
6509         dependencies back to end of function.
6511         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
6512         $(elfobjdir)/ld.so.
6514 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
6516         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
6517         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
6518         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
6519         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
6520         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
6521         of __vdso_gettimeofday.
6522         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
6523         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
6524         attribute_hidden.
6525         (_libc_vdso_platform_setup): Remove initialization of
6526         __vdso_gettimeofday and __vdso_time.
6528 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
6530         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
6531         and fgetc_unlocked.
6532         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
6533         getc_unlocked.
6535         * elf/dl-open.c (add_to_global): Report additions to the global scope
6536         for LD_DEBUG=scopes.
6537         (dl_open_worker): Also print scope of newly loaded dependencies.
6538         (_dl_show_scope): Indicate if there is no scope.
6540         [BZ #13114]
6541         * stdio-common/Makefile (tests): Add bug24.
6542         * stdio-common/bug24.c: New file.
6544 2011-08-19  Andreas Jaeger  <aj@suse.de>
6546         [BZ #13114]
6547         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
6548         non-existant file when using close-on-exec mode.
6550 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
6552         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
6553         the very first instruction.
6555         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
6556         the CFI state in the end.
6557         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
6558         inclusion of dl-trampoline.h.
6559         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
6561 2011-08-19  Andreas Schwab  <schwab@redhat.com>
6563         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
6564         expectations for long double.
6566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
6567         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
6569 2011-08-14  David S. Miller  <davem@davemloft.net>
6571         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
6572         artificual limit depends upon the system page size.
6574 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
6576         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
6577         * resolv/Makefile: Define CFLAGS-libresolv.
6579 2011-08-17  Andreas Schwab  <schwab@redhat.com>
6581         * nss/makedb.c (compute_tables): Make variables used in nested
6582         function static.
6584 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
6586         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
6587         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
6588         if buffer was too small.
6590         * elf/pldd.c (main): Attach to all threads in the process.
6591         Rewrite /proc handling to use *at functions.
6593 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
6595         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
6596         specifies first scope to show.
6597         (dl_open_worker): Update callers.  Move printing scope of new
6598         object to before the relocation.
6599         * elf/rtld.c (dl_main): Update _dl_show_scope call.
6600         * sysdeps/generic/ldsodefs.h: Update declaration.
6602         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
6603         string for the scope number.
6605 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
6607         * nscd/servicescache.c (cache_addserv): Make sure written is always
6608         initialized.
6610 2011-08-14  Roland McGrath  <roland@hack.frob.com>
6612         * sysdeps/i386/i486/bits/atomic.h
6613         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
6614         statement expression, so as to suppress "set but not used" warning.
6615         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
6617         * string/strncat.c (STRNCAT): Use prototype definition.
6619         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
6620         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
6621         -Iprograms here.
6622         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
6623         (localedef-modules): Add localedef.
6624         (locale-modules): Add locale.
6626         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
6627         * elf/rtld.c (dl_main): Invert order of assignment in last change,
6628         to avoid a warning.
6630 2011-08-14  David S. Miller  <davem@davemloft.net>
6632         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
6633         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
6635 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
6637         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
6638         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
6639         * elf/rtld.c (dl_main): Set l_name of vDSO.
6640         Call _dl_show_scope when DL_DEBUG_SCOPES.
6641         (process_dl_debug): Recognize scopes flag and also set it for all.
6642         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
6643         Declare _dl_show_scope.
6645         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
6646         (do_dlopen): Pass caller_dlopen to dl_open.
6647         (__libc_dlopen_mode): Initialize caller_dlopen.
6649         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
6650         of libc.  Make tolower call locale-independent.  Optimize a bit by
6651         using isdigit instead of isalnum.
6652         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
6654 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
6656         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
6657         was a dependency or dynamically loaded.
6659 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
6661         * intl/l10nflist.c: Allow architecture-specific pop function.
6662         * sysdeps/x86_64/l10nflist.c: New file.
6664         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
6665         classification.
6667 2011-08-10  Andreas Schwab  <schwab@redhat.com>
6669         * include/dirent.h: Add libc_hidden_proto for scandirat and
6670         scandirat64.  Don't declare __scandirat64.
6671         * dirent/scandirat.c: Add libc_hidden_def.
6672         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
6673         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
6675 2011-08-10  David S. Miller  <davem@davemloft.net>
6677         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
6678         enum.
6679         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6680         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6681         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6683 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
6685         * Versions.def [libc]: Add GLIBC_2.15.
6686         * dirent/Makefile (routines): Add scandirat and scandirat64.
6687         * dirent/Versions [libc]: Export scandirat and scandirat64 for
6688         GLIBC_2.15.
6689         * dirent/dirent.h: Declare scandirat and scandirat64.
6690         * dirent/scandirat.c: New file.
6691         * dirent/scandirat64.c: New file.
6692         * sysdeps/wordsize-64/scandirat.c: New file.
6693         * sysdeps/wordsize-64/scandirat64.c: New file.
6694         * dirent/opendir.c: Define opendirat.
6695         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
6696         using scandirat.
6697         * dirent/scandir64.c: Adjust for scandir.c change.
6698         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
6699         __scandirat64, and __scandir_cancel_handler.
6700         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
6701         additional parameter and use openat instead of open (outside of ld.so).
6702         Add new __opendir as wrapper around __opendirat.
6703         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
6704         here without requiring old scandirat implementation.
6706 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
6708         * dirent/scandir.c (cancel_handler): Renamed to
6709         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
6710         defined.  Adjust users.
6711         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
6712         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
6714 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
6716         * string/test-string.h (IMPL): Use __STRING to expand name and then
6717         stringify it.
6719         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
6720         of cleanups.
6722 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
6724         * string/Makefile: Update.
6725         (strop-tests): Append strncat.
6726         * string/test-wcscmp.c: New file.
6727         New comprehensive test for wcscmp.
6728         * string/test-strcmp.c: Update.
6729         (WIDE): New define.
6731 2011-07-22  Andreas Schwab  <schwab@redhat.com>
6733         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
6734         line.
6736 2011-07-26  Andreas Schwab  <schwab@redhat.com>
6738         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
6739         encoding to ACE if AI_IDN.
6741 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
6743         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
6744         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
6746 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
6748         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
6749         Fix overflow bug in strncat.
6750         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
6752         * string/test-strncat.c: Update.
6753         Add new tests for checking overflow bugs.
6755 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
6757         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
6758         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
6759         * sysdeps/i386/i686/multiarch/strcat.S: New file.
6760         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
6761         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
6762         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
6763         * sysdeps/i386/i686/multiarch/strncat.S: New file.
6764         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
6765         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
6767         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
6768         (USE_AS_STRCAT): Define.
6769         Add strcat and strncat support.
6770         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
6772 2011-07-25  Andreas Schwab  <schwab@redhat.com>
6774         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
6775         __n bigger than INT_MAX+1.
6776         (__strncmp_g): Likewise.
6778 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
6780         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
6781         * libio/stido.h: Likewise.
6783         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
6784         (AF_NFC): Define.
6785         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
6786         (AF_NFC): Define.
6788         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
6789         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6790         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6791         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6792         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6794         [BZ #13021]
6795         * scripts/test-installation.pl: Don't expect libnss_test1 to be
6796         installed.
6798         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
6799         typo.
6800         (_dl_x86_64_save_sse): Likewise.
6802 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
6804         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
6805         OSXSAVE.
6806         (_dl_x86_64_save_sse): Likewise.
6808         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
6810         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
6812 2011-07-21  Andreas Schwab  <schwab@redhat.com>
6814         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
6815         change.
6816         (_dl_x86_64_save_sse): Use correct AVX check.
6818 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
6820         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
6821         bug in strncpy/strncat.
6822         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
6824 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
6826         * string/tester.c (test_strcat): Add tests for different alignments
6827         of source and destination.
6828         (test_strncat): Likewise.
6830 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
6832         [BZ #12852]
6833         * posix/glob.c (glob): Check passed in values before using them in
6834         expressions to avoid some overflows.
6835         (glob_in_dir): Likewise.
6837         [BZ #13007]
6838         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
6839         check for AVX enablement so that we don't crash with old kernels and
6840         new hardware.
6841         * elf/tst-audit4.c: Add same checks here.
6842         * elf/tst-audit6.c: Likewise.
6844         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6846 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
6848         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
6850 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
6852         * po/cs.po: Update from translation team.
6853         * po/bg.po: Likewise.
6855 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
6857         * misc/sys/cdefs.h: Add support for const attribute.
6858         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
6859         to gnu_dev_{major,minor,makedev} functions.
6861 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
6863         * intl/dcigettext.c (get_output_charset): Add missing bracket.
6865 2011-07-20  Andreas Schwab  <schwab@redhat.com>
6867         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
6868         strlen results.
6870 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6872         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
6873         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
6874         register in order to avoid conflicts with the soft frame pointer
6875         being held in r11 when necessary.
6876         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
6877         (INTERNAL_VSYSCALL_NCS): Likewise.
6879 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
6881         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
6882         * elf/dl-fini.c (_dl_fini): Adjust caller.
6883         * elf/dl-close.c (_dl_close_worker): Likewise.
6884         * sysdeps/generic/ldsodefs.h: Adjust declaration.
6886 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
6888         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
6889         "aux_cache->nlibs < 0".
6891         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
6892         in the reload-count case.
6894 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
6896         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6897         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
6898         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
6899         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
6900         * sysdeps/x86_64/multiarch/strcat.S: New file.
6901         * sysdeps/x86_64/multiarch/strncat.S: New file.
6902         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
6903         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
6904         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
6905         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
6906         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
6907         (USE_AS_STRCAT): Define.
6908         Add strcat and strncat support.
6909         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
6910         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
6911         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
6912         * string/strncat.c: Update.
6913         (USE_AS_STRNCAT): Define.
6914         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6915         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
6916         and i7.
6917         * sysdeps/x86_64/multiarch/init-arch.h
6918         (bit_Prefer_PMINUB_for_stringop): New.
6919         (index_Prefer_PMINUB_for_stringop): Likewise.
6920         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
6921         bit_Prefer_PMINUB_for_stringop.
6923 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
6925         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
6926         buffer64.
6927         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
6928         of casting of buffer.
6929         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
6930         buffer32 and buffer64.
6931         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
6932         writes instead of casting of buffer.
6933         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
6934         buffer32.
6935         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
6936         casting of buffer.
6938 2011-07-19  Andreas Schwab  <schwab@redhat.com>
6940         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
6942 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
6944         * nscd/nscd.c (termination_handler): Don't do anything for a database
6945         if it has not yet been initialized.
6947 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
6949         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
6951 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
6953         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
6955 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
6957         * po/nl.po: Update from translation team.
6958         * po/sv.po: Likewise.
6960 2011-07-16  Roland McGrath  <roland@hack.frob.com>
6962         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
6963         now disallowed by GCC.
6965         * configure.in (use-default-link): Default to yes if a test -shared
6966         link meets our qualifications.
6967         * configure: Regenerated.
6969         * config.make.in (output-format): New variable.
6970         * configure.in: Check for ld --print-output-format support.
6971         * configure: Regenerated.
6972         * Makerules ($(common-objpfx)format.lds)
6973         [$(output-format) != unknown]: Just use $(output-format),
6974         instead of the linker-script munging.
6976 2011-07-14  Roland McGrath  <roland@hack.frob.com>
6978         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
6979         of $(common-objpfx)shlib.lds.
6980         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
6982         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
6983         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
6985         * configure.in (-z relro check): Adjust test code to add a large
6986         writable data section after it.
6987         * configure: Regenerated.
6989 2011-07-11  Roland McGrath  <roland@hack.frob.com>
6991         * configure.in (-z relro check): Fix test code to make the variable
6992         truly const.
6993         * configure: Regenerated.
6995 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
6997         * nscd/nscd.h (struct traced_file): Define.
6998         (struct database_dyn): Remove inotify_descr, reset_res, and filename
6999         elements.  Add traced_files.
7000         (inotify_fd): Declare.
7001         (register_traced_file): Declare.
7002         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
7003         (inotify_fd): Export.
7004         (resolv_conf_descr): Remove.
7005         (nscd_init): Move inotify descriptor creation to main.
7006         Don't register files for notification here.
7007         (register_traced_file): New function.
7008         (invalidate_cache): Don't use reset_res to determine whether to call
7009         res_init, go through the list of registered files.
7010         (main_loop_poll): The inotify descriptors are now stored in the
7011         structures for the traced files.
7012         (main_loop_epoll): Likewise
7013         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
7014         to __nss_disable_nscd.
7015         * nscd/cache.c (prune_cache): There is no single inotify descriptor
7016         for a database anymore.  Check the records for all the registered
7017         files instead.
7018         * nss/Makefile (libnss_files-routines): Add files-init.
7019         (libnss_db-routines): Add db-init.
7020         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
7021         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
7022         * nss/nss_db/db-init.c: New file.
7023         * nss/nss_files/files-init.c: New file.
7024         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
7025         __nss_lookup_function.
7026         (__nss_lookup_function): Call nss_load_library.
7027         (nss_load_all_libraries): New function.
7028         (__nss_disable_nscd): Take parameter with callback function for files
7029         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
7030         used for the cached services.
7031         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
7032         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
7033         options for features to all the files in nscd.
7035         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
7037 2011-07-10  Roland McGrath  <roland@hack.frob.com>
7039         * csu/elf-init.c (__libc_csu_init): Comment typo.
7041 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
7043         * po/pl.po: Update from translation team.
7044         * po/ja.po: Likewise.
7045         * po/ru.po: Likewise.
7046         * po/ko.po: Likewise.
7047         * po/fr.po: Likewise.
7049 2011-07-09  Roland McGrath  <roland@hack.frob.com>
7051         * configure.in (.ctors/.dtors header and trailer check):
7052         Use an empirical test on a built program.
7053         * configure: Regenerated.
7055         * configure.in (-z relro check): Use an empirical test on a built DSO.
7056         Detect, but do not require, on ia64.
7057         * configure: Regenerated.
7059         * configure.in (READELF): Find it with AC_CHECK_TOOL.
7060         Update tests that use readelf to use $READELF instead.
7061         * configure: Regenerated.
7063 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
7065         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
7066         if the result is not used.
7068 2011-07-05  Andreas Jaeger  <aj@suse.de>
7070         [BZ#9696]
7071         * stdlib/tst-strtod.c: Add testcase.
7073 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
7075         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
7076         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
7077         The latter has a higher limit.  Take additional parameter to pass to
7078         the new function.
7079         (__pathconf): Pass file to __statfs_link_max.
7080         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
7081         __statfs_link_max.
7082         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
7083         __statfs_link_max.
7085         [BZ #12868]
7086         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
7087         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
7088         Handle Lustre.
7089         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
7090         (__statfs_filesize_max): Likewise.
7091         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
7093 2011-07-05  Andreas Jaeger  <aj@suse.de>
7095         * resolv/res_comp.c (dn_skipname): Remove unused variable.
7097 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
7099         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
7100         `status' variable.
7101         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
7102         Likewise.
7104 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7106         * Makefile (strop-tests): Add strncat.
7107         * string/test-strncat.c: New file.
7109 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
7111         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
7113 2011-06-21  Andreas Jaeger  <aj@suse.de>
7115         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
7116         Copy rule from iconvdata/Makefile.
7118 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
7120         [BZ #12922]
7121         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
7122         but no long options are defined, just return 'W'.
7124 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
7126         [BZ #9696]
7127         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
7129 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
7131         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
7132         netgroups to read.
7133         (innetgr): Likewise.
7135 2011-07-05  Roland McGrath  <roland@hack.frob.com>
7137         * config.make.in (install_root): Default to $(DESTDIR).
7139 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
7141         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
7143 2011-07-02  Roland McGrath  <roland@hack.frob.com>
7145         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
7147         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
7148         containing directory rather than embedding absolute directory names.
7150         * scripts/check-local-headers.sh: Rewritten using awk.
7151         Match by word, not by line.  Print error messages for matches.
7152         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
7154         * Makerules [shlib-lds-flags empty]:
7155         ($(common-objpfx)libc_pic.opts): New target.
7156         ($(common-objpfx)libc_pic.os.clean): New target.
7157         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
7159         * config.make.in (OBJCOPY): New variable.
7160         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
7161         * configure: Regenerated.
7163         * config.make.in (use-default-link): New variable.
7164         * configure.in (use_default_link): Grok --with-default-link to set it.
7165         * configure: Regenerated.
7166         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
7167         (shlib-lds, shlib-lds-flags): Define to empty.
7169         * Makerules (shlib-lds): New variable.
7170         (shlib-lds-flags): New variable.
7171         (build-shlib, build-moduile, build-module-asneeded): Use it.
7172         ($(common-objpfx)libc.so): Use $(shlib-lds).
7173         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
7174         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
7176         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
7177         DT_FLAGS/DT_FLAGS_1 with zero flags.
7179         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
7180         linker script munging.
7182 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
7184         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
7185         as 128-bit value.
7186         * crypt/sha512.c (sha512_process_block): Perform total addition using
7187         128-bit if possible.
7188         (__sha512_finish_ctx): Likewise.
7189         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
7190         as 64-bit value.
7191         * crypt/sha256.c (SWAP64): Define.
7192         (sha256_process_block): Perform total addition using 64-bit if
7193         possible.
7194         (__sha256_finish_ctx): Likewise.
7196 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
7198         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
7199         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7200         * nscd/hstcache.c (cache_addhst): Likewise.
7201         * nscd/grpcache.c (cache_addgr): Likewise.
7202         * nscd/aicache.c (addhstaiX): Likewise
7203         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
7205 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
7207         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
7208         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7209         * nscd/hstcache.c (cache_addhst): Likewise.
7210         * nscd/grpcache.c (cache_addgr): Likewise.
7211         * nscd/aicache.c (addhstaiX): Likewise
7213 2011-07-01  Andreas Schwab  <schwab@redhat.com>
7215         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
7216         domain only when needed.
7218 2011-06-30  Andreas Schwab  <schwab@redhat.com>
7220         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
7221         is always restored.
7223 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
7225         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
7226         are re-adding the entry.
7227         * nscd/servicescache.c (cache_addserv): Likewise.
7229 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
7231         * sysdeps/generic/dl-irel.h: fix protection against multiple
7232         inclusions.
7233         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
7235 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
7237         [BZ #12935]
7238         * malloc/memusage.sh: Fix quoting in message.
7239         * debug/xtrace.sh: Likewise.
7241         * configure.in: Remove support for --experimental-malloc option, make
7242         it the default.
7243         * config.make.in: Likewise.
7244         * malloc/Makefile: Likewise.
7246 2011-06-27  Andreas Schwab  <schwab@redhat.com>
7248         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
7249         two-byte characters.
7251 2011-06-27  Roland McGrath  <roland@hack.frob.com>
7253         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
7254         AC_CACHE_CHECK invocation.
7255         * configure: Regenerated.
7257         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
7259 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
7261         [BZ #12350]
7262         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
7263         bit from old_res_options.
7265         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
7267         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
7268         value type for setfct.
7270 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
7272         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
7273         __gettimeofday instead of gettimeofday.
7275 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
7277         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
7279 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
7281         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
7283         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
7284         info.
7286 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
7288         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7289         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
7290         strcpy-sse2-unaligned strncpy-sse2-unaligned
7291         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
7292         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
7293         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
7294         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
7295         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
7296         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
7297         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
7298         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
7299         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
7300         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
7301         (STRCPY): Support SSE2 and SSSE3 versions.
7303 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
7305         [BZ #12874]
7306         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
7307         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
7308         kernels which artificially limit size of requests.
7310 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
7312         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
7313         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
7314         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
7315         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
7316         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
7317         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
7318         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
7319         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
7320         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
7321         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
7322         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
7323         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
7324         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
7325         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
7326         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
7327         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7328         Enable unaligned load optimization for Intel Core i3, i5 and i7
7329         processors.
7330         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
7331         Define.
7332         (index_Fast_Unaligned_Load): Define.
7333         (HAS_FAST_UNALIGNED_LOAD): Define.
7335 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
7337         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
7339 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
7341         [BZ #12907]
7342         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
7343         until it is clear that the information is realy needed.
7344         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
7346 2011-06-22  Andreas Schwab  <schwab@redhat.com>
7348         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
7350 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
7352         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
7353         /sys/devices/system/cpu/online if it is usable.
7355         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
7356         reading the information from the /proc filesystem to once a second.
7358 2011-06-21  Andreas Jaeger  <aj@suse.de>
7360         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
7361         NULL after inclusion of kernel headers.
7363 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
7365         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
7366         calls to internal_setent.
7368         [BZ #12885]
7369         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
7370         addresses using gethostbyname4_r ignore IPv4 addresses.
7372         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
7373         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
7375         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
7377 2011-06-20  David S. Miller  <davem@davemloft.net>
7379         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
7380         inclusions.
7381         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
7383         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
7384         (elf_irel): Use it.
7385         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
7386         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
7387         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
7388         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
7389         * sysdeps/x86_64/dl-irel.h: Likewise.
7391         * elf/dl-runtime.c: Use elf_ifunc_invoke.
7392         * elf/dl-sym.c: Likewise.
7394 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
7396         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
7397         need to dereference resplen2.
7399 2011-06-14  Andreas Schwab  <schwab@redhat.com>
7401         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
7403 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
7405         * Makeconfig: Define vardbdir and inst_vardbdir.
7406         * nss/Makefile: Add rules to install db-Makefile.
7408         * nss/nss_db/db-XXX.c: Cleanup.
7410         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
7411         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
7412         GLIBC_PRIVATE.
7413         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
7414         * nss/makedb.c: Implement -g option to specify that value strings
7415         are generated and should not be added to table iterated over for
7416         get*ent calls.
7417         * nss/nss_db/db-initgroups.c: New file.
7419         * nss/getent.c: Add support for initgroups lookups through getgrouplist
7420         interface.
7422         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
7423         (internal_getgrouplist): Adjust to name change.
7424         Update use_initgroups_entry if this is not the first call.
7425         * nss/databases.def: Add initgroups entry.
7427         * nss/makedb.c (compute_tables): Check result of multiple hash table
7428         sizes to minimize maximum chain length.
7430 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
7432         * Versions.def: Add entry for libnss_db.
7433         * shlib-versions: Likewise.
7434         * nss/Makefile: Add rules to build libnss_db.
7435         * nss/Versions: Add libnss_db information.  Organize libnss_files
7436         entries better.
7437         * nss/db-Makefile: Add gshadow support.  Change rules for the new
7438         makedb progra.  Some minor improvements to generate smaller files.
7439         * nss/nss_db/nss_db.h: Move NSS database header data structures to
7440         here from...
7441         * nss/makedb.c: ...here.
7442         Improve database format to be smaller and require less memory at
7443         runtime.
7444         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
7445         db anymore.
7446         * nss/nss_db/db-netgrp.c: Likewise.
7447         * nss/nss_db/db-open.c: Likewise.
7448         * nss/nss_files/flies-XXX.x: Adjust comments.
7449         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
7450         * nss/nss_files/files-grp.c: Likewise.
7451         * nss/nss_files/files-hosts.c: Likewise.
7452         * nss/nss_files/files-network.c: Likewise.
7453         * nss/nss_files/files-proto.c: Likewise.
7454         * nss/nss_files/files-pwd.c: Likewise.
7455         * nss/nss_files/files-rpc.c: Likewise.
7456         * nss/nss_files/files-service.c: Likewise.
7457         * nss/nss_files/files-sgrp.c: Likewise.
7458         * nss/nss_files/files-spwd.c: Likewise.
7459         * nss/nss_db/db-alias.c: Removed.
7460         * nss/nss_db/dummy-db.h: Removed.
7462 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
7464         * nss/makedb.c: Rewritten to not use database library.
7465         * nss/Makefile: Update to build new makedb program.
7467 2011-06-14  Andreas Jaeger  <aj@suse.de>
7469         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
7470         memset declaration.
7472 2011-06-10  Andreas Schwab  <schwab@redhat.com>
7474         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
7475         tmpbuf.
7477 2011-06-10  Roland McGrath  <roland@hack.frob.com>
7479         * Makerules (shlib.lds): Fail if the linker script comes out empty.
7480         * elf/Makefile ($(objpfx)ld.so): Likewise.
7482         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
7483         Don't list ld.so twice in dependencies.
7485         * posix/bug-regex31.c: Include <stdlib.h>.
7487         * nscd/hstcache.c (cache_addhst): Remove unused variable.
7489         * nis/nss_compat/compat-spwd.c
7490         (getspent_next_nss_netgr): Remove unused variable.
7491         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
7493         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
7494         nonmembers" output to use the right array.
7496         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
7498         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
7500         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
7501         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
7502         * catgets/gencat.c (read_input_file): Likewise.
7503         * locale/programs/locarchive.c (enlarge_archive): Likewise.
7505         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
7506         variable definition inside #if's controlling its use.
7508         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
7510         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
7512         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
7514         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
7515         unreachable code.
7517         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
7519         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
7520         * configure: Regenerated.
7522         * Makerules: Revert last change.
7523         * elf/Makefile: Likewise.
7525 2011-06-09  Roland McGrath  <roland@hack.frob.com>
7527         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
7528         * elf/Makefile ($(objpfx)librtld.os): Likewise.
7529         (reloc-link): Likewise.
7531 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
7533         * elf/Makefile: Add rules to build pldd.
7534         * elf/pldd.c: New file.
7535         * elf/pldd-xx.c: New file.
7537 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
7539         * version.h: Update for 2.15 development version.
7541 2011-06-07  David S. Miller  <davem@davemloft.net>
7543         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
7544         ifuncs.
7545         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
7546         elf_machine_lazy_rel): Likewise.
7547         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
7548         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
7549         elf_machine_lazy_rel): Likewise.
7550         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
7551         dl_hwcap via passed in argument.
7552         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
7553         Likewise.
7555 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7557         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
7559 2011-06-06  Roland McGrath  <roland@hack.frob.com>
7561         [BZ #12849]
7562         * manual/fdl-1.1.texi: New file, verbatim from:
7563         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
7564         * manual/lgpl-2.1.texi: New file, verbatim from:
7565         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
7566         * manual/Makefile (licenses): New variable, list those new file names.
7567         (texis): Use it.
7568         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
7570         * manual/fdl.texi: File removed.
7571         * manual/lesser.texi: File removed.
7572         * manual/libc.texinfo (Copying, Documentation License):
7573         Use new @include file names, put @appendix directive before @include.
7575 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
7577         [BZ #12841]
7578         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
7579         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
7580         (mq_open): Add __NTH.
7582 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
7584         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7585         Assume Intel Core i3/i5/i7 processor if AVX is available.
7587 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
7589         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
7590         typo.
7592 2011-05-31  Andreas Schwab  <schwab@redhat.com>
7594         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
7595         memory.  Use alloca_account.  Fix memory leak when retrying.
7597 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
7599         * version.h (RELEASE): Bump for 2.14 release.
7600         * include/features.h (__GLIBC_MINOR__): Bump to 14.
7602         * config.make.in (RANLIB): Remove entry.
7604 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
7606         * po/Makefile (po-sed-cmd): Add ksh to extensions.
7607         (libc.pot): Work around missing support for .ksh extension in xgettext.
7609         [BZ #12684]
7610         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
7611         if both request failed.
7612         (send_dg): In case of server errors clear resplen or *resplen2.
7614         [BZ #12454]
7615         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
7616         when there are multiple maps.
7617         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
7618         (_dl_fini): Remove test here.
7620         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
7622 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
7624         [BZ #12350]
7625         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
7626         bit from old_res_options.
7627         (gaih_inet): Likewise.
7629         [BZ #11099]
7630         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
7631         as signed.
7633         * resolv/res_init.c (res_setoptions): Make the code more compact.
7635         [BZ #11558]
7636         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
7637         set RES_USEVC.
7639         [BZ #11634]
7640         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
7642         * malloc/malloc.h: Mark malloc hook variables as deprecated.
7644         [BZ #11781]
7645         * malloc/malloc.h: Declare malloc hook variables as volatile.
7647         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
7648         in last patch.
7650         [BZ #11799]
7651         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
7652         raise in the comment.
7653         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
7654         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
7655         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
7657 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
7659         [BZ #12811]
7660         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
7661         grow the buffers more if it already has to be sufficient.
7662         (build_wcs_upper_buffer): Likewise.
7663         * posix/regexec.c (check_matching): Likewise.
7664         (clean_state_log_if_needed): Likewise.
7665         (extend_buffers): Don't enlarge buffers beyond size of the input
7666         buffer.
7667         Patches mostly by Emil Wojak <emil@wojak.eu>.
7668         * posix/bug-regex32.c: New file.
7669         * posix/Makefile (tests): Add bug-regex32.
7671         * locale/findlocale.c (_nl_find_locale): Return right away if
7672         _nl_explode_name failed.
7673         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
7675         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
7677         * debug/xtrace.sh: Unify messages.
7678         * malloc/memusage.sh: Likewise.
7680         [BZ #12813]
7681         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
7682         time symbol from vDSO.  Substitute with vsyscall if not available.
7683         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
7684         __vdso_time.
7686         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
7687         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
7688         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
7689         Add sendmmsg and internal_sendmmsg.
7690         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
7691         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
7692         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
7694         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
7695         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
7696         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
7698 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
7700         [BZ #12813]
7701         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
7702         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
7703         available.
7704         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
7705         __vdso_getcpu.
7707         [BZ #12814]
7708         * iconvdata/Makefile (tests): Add bug-iconv9.
7709         * iconvdata/bug-iconv9.c: New file.
7711 2011-05-27  Andreas Schwab  <schwab@redhat.com>
7713         [BZ #12814]
7714         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
7716 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
7718         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
7719         (struct user_regs_struct): Change intcs field back to cs.
7721 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
7723         * po/ja.po: Update from translation team.
7725 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
7727         [BZ #12795]
7728         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
7729         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
7731 2011-05-20  Andreas Schwab  <schwab@redhat.com>
7733         * stdlib/longlong.h: Update from GCC.
7735 2011-05-23  Andreas Schwab  <schwab@redhat.com>
7737         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
7738         parameter name.
7739         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
7740         Add parameter name.
7741         (__sysconf): Pass it down.
7743 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
7745         [BZ #12671]
7746         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
7747         some situations.
7748         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7749         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
7750         add in in __libc_use_alloca calls.  Adjust callers.
7751         (glob): Use malloc in some situations.
7753         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
7754         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
7755         pltexit.
7757 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
7759         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
7760         and CLOCK_BOOTTIME_ALARM.
7762         [BZ #12782]
7763         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
7764         is returned.
7766         * string/_strerror.c (__strerror_r): Print negative errors as signed
7767         numbers.
7769         [BZ #12777]
7770         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
7771         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
7772         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
7774         * configure.in: Fix typo in redirection and correct removal of test
7775         files in two cases.
7777         [BZ #12788]
7778         * locale/setlocale.c (new_composite_name): Fix test to check for
7779         identical name of all categories.
7781         [BZ #12792]
7782         * libio/filedoalloc.c (local_isatty): New function.
7783         (_IO_file_doallocate): Use local_isatty.
7784         * stdio-common/perror.c (perror): In case a new stream is used
7785         forward the stream error.
7786         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
7787         error flag.
7789 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
7791         [BZ #11869]
7792         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
7793         alloca.
7794         * include/alloca.h (extend_alloca_account): Define.
7796         [BZ #11857]
7797         * posix/regex.h: Fix comments with documentation of user-accessible
7798         fields after compilation and describe correct free'ing of pattern
7799         after re_compile_pattern.
7800         Patch by Reuben Thomas <rrt@sc3d.org>.
7802 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
7804         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
7805         and -mno-altivec to prevent the compiler from using Altivec and/or
7806         VSX instructions when the corresponding registers are not available.
7808 2011-05-19  Andreas Schwab  <schwab@redhat.com>
7810         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
7812 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
7814         * libio/freopen.c (freopen): Use __dup2, not dup2.
7815         * libio/freopen64.c (freopen64): Likewise.
7817 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
7819         [BZ #12775]
7820         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
7821         * math/Makefile (tests): Add test-powl.
7822         (CFLAGS-test-powl.c): Define.
7823         * math/test-powl.c: New file.
7825 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
7827         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
7829 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
7831         [BZ #11837]
7832         * iconvdata/gb18030.c: Update to GB18020-2005.
7834 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
7836         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
7837         RE_SYNTAX_POSIX_AWK): Update to match recent development.
7838         Patch by Aharon Robbins <arnold@skeeve.com>.
7840         [BZ #11892]
7841         * stdlib/putenv.c (putenv): Don't always create copy of the variable
7842         on the stack.
7844         [BZ #11895]
7845         * misc/pselect.c (__pselect): Handle timeout value errors hidden
7846         through underflows.
7848         [BZ #12766]
7849         * misc/error.c (error_at_line): Ensure file_name and old_file_name
7850         point to strings before performing equality test for error_one_per_line
7851         mode.
7853         [BZ #11697]
7854         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
7856         [BZ #11820]
7857         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
7858         (struct user_fpregs_struct): Avoid __uint*_t types.
7860         [BZ #6420]
7861         * malloc/mtrace.c (tr_where): Add additional parameter to point to
7862         symbol info.  Use it instead of calling _dl_addr locally.
7863         (lock_and_info): New function.
7864         (tr_freehook): Call lock_and_info and pass symbol info as additional
7865         parameter to tr_where.
7866         (tr_mallochook): Likewise.
7867         (tr_reallochook): Likewise.
7868         (tr_memalignhook): Likewise.
7870         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
7871         used and couldn't be at all thread-safe.
7873 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
7875         * libio/freopen.c (freopen): Don't close old file descriptor
7876         before the new one is opened.  Instead dup the new file descriptor
7877         to the old one after the new stream is created.
7878         * libio/freopen64.c (freopen64): Likewise.
7879         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
7880         * libio/fileops.c (_IO_new_file_close_it): Handle new
7881         _IO_FLAGS2_NOCLOSE flag.
7882         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
7883         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
7884         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
7885         _IO_FLAGS2_NOCLOSE flag.
7886         * include/unistd.h: Add hidden_proto for dup3.
7887         Define __have_dup3.
7888         * io/dup3.c: Define hidden symbol.
7889         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
7891         [BZ #7101]
7892         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
7893         when an incomplete long option is used.
7894         * posix/tst-getopt_long1.c: New file.
7895         * posix/Makefile (tests): Add tst-getopt_long1.
7897         [BZ #10138]
7898         * scripts/config.guess: Update from autoconf-2.68.
7899         * scripts/config.sub: Likewise.
7901         [BZ #10157]
7902         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
7903         tests into ...
7904         (has_cpuclock): ...this.  New function.
7905         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
7906         macro here based on has_cpuclock code.
7908         [BZ #10149]
7909         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
7910         First byte (not low byte) is now always NUL.
7911         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
7913         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
7914         Use non-cancelable interfaces.
7916         [BZ #9809]
7917         * locale/iso-639.def: Add entry for Sorani.
7919         [BZ #11901]
7920         * include/stdlib.h: Move include protection to the right place.
7921         Define abort_msg_s.  Declare __abort_msg with it.
7922         * stdlib/abort.c (__abort_msg): Adjust type.
7923         * assert/assert.c (__assert_fail_base): New function.  Majority
7924         of code from __assert_fail.  Allocate memory for __abort_msg with
7925         mmap.
7926         (__assert_fail): Now call __assert_fail_base.
7927         * assert/assert-perr.c: Remove bulk of implementation.  Use
7928         __assert_fail_base.
7929         * include/assert.hL Declare __assert_fail_base.
7930         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
7931         mmap.
7932         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
7934 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
7936         [BZ #11952]
7937         [BZ #12453]
7938         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
7939         until all modules are registered in the DTV.
7940         * elf/Makefile: Add rules to build and run tst-tls19.
7941         * elf/tst-tls19.c: New file.
7942         * elf/tst-tls19mod1.c: New file.
7943         * elf/tst-tls19mod2.c: New file.
7944         * elf/tst-tls19mod3.c: New file.
7945         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
7947         [BZ #12083]
7948         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
7949         correctly.
7951         [BZ #12601]
7952         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
7953         two-byte sequence errors.
7954         * iconvdata/Makefile (tests): Add bug-iconv8.
7955         * iconvdata/bug-iconv8.c: New file.
7957         [BZ #12626]
7958         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
7959         buf2 definition.
7961         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
7963         [BZ #12432]
7964         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
7965         (dummy_getcfa): New function.
7966         (init): Get _Unwind_GetCFA address, use dummy if not found.
7967         (backtrace_helper): In recursion check, also check whether CFA changes.
7968         (__backtrace): Completely initialize arg.
7970         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
7971         storing incomplete byte sequence in state object.  Avoid testing for
7972         guaranteed too small input if we know there is enough data available.
7974 2011-05-11  Andreas Schwab  <schwab@redhat.com>
7976         * Makeconfig (+link-pie): Indent.
7977         * Rules (binaries-pie): Define if $(have-fpie) and
7978         $(build-shared).
7979         (binaries-shared): Also filter out $(binaries-pie).
7980         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
7981         * nscd/Makefile (others-pie): Add nscd.
7982         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
7983         ($(objpfx)nscd): Remove command override.
7984         * login/Makefile (others-pie): Add pt_chown.
7985         ($(objpfx)pt_chown): Remove command override.
7986         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
7987         remove command overrides.
7989 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
7991         * libio/tst_putwc.c: Fix error messages.
7993         [BZ #12724]
7994         * libio/fileops.c (_IO_new_file_close_it): Always flush when
7995         currently writing and seek to current position when not.
7996         * libio/Makefile (tests): Add bug-fclose1.
7997         * libio/bug-fclose1.c: New file.
7999 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
8001         [BZ #12511]
8002         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
8003         don't set DF_1_NODELETE here.
8004         (do_lookup_x): When entering new entry test for copy relocation
8005         and if necessary set DF_1_NODELETE flag.
8006         * elf/tst-unique4.cc: New file.
8007         * elf/tst-unique4.h: New file.
8008         * elf/tst-unique4lib.cc: New file.
8009         * elf/Makefile: Add rules to build and run tst-unique4.
8010         Patch by Piotr Bury <pbury@goahead.com>.
8012 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
8014         [BZ #12052]
8015         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
8017         [BZ #12625]
8018         * misc/mntent_r.c (addmntent): Flush the stream after the output
8020         [BZ #12393]
8021         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
8022         (is_trusted_path_normalize): Skip initial colon.  Append slash
8023         to empty buffer.  Duplicate is_trusted_path code but allow
8024         constructed patch to be prefix.
8025         (is_dst): Allow $ORIGIN followed by /.
8026         (_dl_dst_substitute): Correct clearing of check_for_trusted.
8027         Correct testing of result of is_trusted_path_normalize
8028         (decompose_rpath): Fix warning.
8030 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
8032         [BZ #11257]
8033         * grp/initgroups.c (internal_getgrouplist): When we found the service
8034         list through the initgroups entry in nsswitch.conf do not always
8035         continue on a successful lookup.  Don't always use the
8036         __nss_group_database value if it is set.
8037         * nss/nsswitch.conf (initgroups): Change action for successful db
8038         lookup to continue for compatibility.
8040 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
8042         [BZ #11532]
8043         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
8044         and CP774 modules.
8045         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
8046         and CP774 modules.
8047         * iconvdata/tst-tables.sh: Likewise.
8048         * iconvdata/cp770.c: New file.
8049         * iconvdata/cp771.c: New file.
8050         * iconvdata/cp772.c: New file.
8051         * iconvdata/cp773.c: New file.
8052         * iconvdata/cp774.c: New file.
8053         * iconvdata/testdata/CP770: New file.
8054         * iconvdata/testdata/CP770..UTF8: New file.
8055         * iconvdata/testdata/CP771: New file.
8056         * iconvdata/testdata/CP771..UTF8: New file.
8057         * iconvdata/testdata/CP772: New file.
8058         * iconvdata/testdata/CP772..UTF8: New file.
8059         * iconvdata/testdata/CP773: New file.
8060         * iconvdata/testdata/CP773..UTF8: New file.
8061         * iconvdata/testdata/CP774: New file.
8062         * iconvdata/testdata/CP774..UTF8: New file.
8064         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
8065         END CHARMAP line.
8066         * iconvdata/gen-8bit-gap.sh: Likewise.
8067         * iconvdata/gen-8bit.sh: Likewise.
8069         * locale/iso-639.def: Add ary entry.
8071         [BZ #11258]
8072         * locale/C-translit.h.in: Add U20A1 transliteration.
8074         [BZ #12178]
8075         * locale/iso-639.def: Add wae entry.
8076         Patch by Kevin Bortis <bortis@translate-wae.ch>.
8078         [BZ #12545]
8079         * locale/programs/localedef.c (construct_output_path): Use ssize_t
8080         for n.
8082         [BZ #12711]
8083         * locale/C-translit.h.in: Add entry for U20B9.
8084         Patch by pravin.d.s@gmail.com.
8086 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
8088         [BZ #12713]
8089         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
8090         ENAMETOOLONG use generic getcwd.
8091         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
8092         in rtld.  Use *stat64.
8093         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
8094         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
8095         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
8096         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
8097         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
8098         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
8099         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
8100         __fstatat64 macros.
8101         * include/dirent.h: Add libc_hidden_proto for rewinddir.
8102         * dirent/rewinddir.c: Add libc_hidden_def.
8103         * sysdeps/mach/hurd/rewinddir.c: Likewise.
8104         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
8106         * include/dirent.h (__alloc_dir): Add flags parameter.
8107         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
8108         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
8109         __alloc_dir.
8110         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
8111         from fdopendir if O_CLOEXEC is already set.
8113 2011-03-15  Alan Modra  <amodra@gmail.com>
8115         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
8116         l_tls_firstbyte_offset non-zero.  Save padding offset in
8117         l_tls_firstbyte_offset for later use.
8118         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
8119         freeing static tls block.
8121 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
8123         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
8124         where #ifdef was intended.  The intent is to prevent ARG_MAX from
8125         being defined by the kernel headers.
8127 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
8129         [BZ #12734]
8130         * resolv/resolv.h: Define RES_NOTLDQUERY.
8131         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
8132         no-tld-query and set RES_NOTLDQUERY.
8133         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
8134         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
8135         modern BIND to search name as TLD unless forbidden.
8137 2011-05-07  Petr Baudis  <pasky@suse.cz>
8138             Ulrich Drepper  <drepper@gmail.com>
8140         [BZ #12393]
8141         * elf/dl-load.c (fillin_rpath): Move trusted path check...
8142         (is_trusted_path): ...to here.
8143         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
8144         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
8145         using is_trusted_path_normalize() in setuid scripts.
8147 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
8149         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
8150         __BEGIN/__END_DECLS.
8152 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
8154         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
8155         NSS_STATUS_NOTFOUND if no record was found.
8157 2011-05-05  Andreas Schwab  <schwab@redhat.com>
8159         * sunrpc/Makefile (headers): Add rpc/netdb.h.
8160         (headers-not-in-tirpc): Remove rpc/netdb.h
8161         * resolv/netdb.h: Revert last change.
8163 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
8165         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
8166         circular dependency between libgcc.a and libc.a.
8168 2011-05-05  Andreas Schwab  <schwab@redhat.com>
8170         * resolv/netdb.h: Don't include <rpc/netdb.h>.
8171         * nis/Makefile: Don't install rpcsvc/*.
8172         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
8173         instead of <rpc/types.h>.
8174         (MAXHOSTNAMELEN): Define.
8176 2011-05-03  Andreas Schwab  <schwab@redhat.com>
8178         * elf/ldconfig.c (add_dir): Don't crash on empty path.
8180 2011-04-28  Maciej Babinski  <mbabinski@google.com>
8182         [BZ #12714]
8183         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
8184         gethostbyname4_r when IPv6 results are possible.
8186 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
8188         [BZ #12723]
8189         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
8190         _PC_PIPE_BUF handling.
8192 2011-04-30  Bruno Haible  <bruno@clisp.org>
8194         [BZ #12717]
8195         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
8196         * resolv/netdb.h (getnameinfo): Change type of flags parameter
8197         to 'int'.
8198         * inet/getnameinfo.c (getnameinfo): Likewise.
8200 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
8202         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
8203         to groups setting in database lookup.
8204         * nss/nsswitch.conf: Add initgroups entry.
8206 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
8208         [BZ #12685]
8209         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
8210         mode string.
8211         Patch by Eric Blake <eblake@redhat.com>.
8213 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
8215         * sunrpc/Makefile (need-export-routines): Add svc_run.
8216         (routines): Remove svc_run.
8217         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
8218         * sunrpc/clnt_perr.c (clnt_perrno): Export.
8219         * sunrpc/svc_run.c (svc_run): Likewise.
8220         * sunrpc/svc_udp.c (svcudp_create): Likewise.
8222 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
8224         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
8225         problem in reallocation in last patch.
8227 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
8229         * sunrpc/Makefile: Move inclusion of Rules.
8231 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
8233         * nss/nss_files/files-initgroups.c: New file.
8234         * nss/Makefile (libnss_files-routines): Add files-initgroups.
8235         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
8236         _nss_files_initgroups_dyn.
8238 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
8240         * elf/elf.h (R_ARM_IRELATIVE): Define.
8242 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
8244         * po/ru.po: Update from translation team.
8246 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
8248         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
8249         dependencies.
8251 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
8253         [BZ #12653]
8254         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
8255         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
8256         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
8257         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
8258         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
8260 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
8262         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
8263         differing bytes.
8264         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
8265         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
8266         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
8268 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
8270         [BZ #12420]
8271         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
8272         storing it.
8273         * stdlib/bug-getcontext.c: New file.
8274         * stdlib/Makefile: Add rules to build and run bug-getcontext.
8276 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8278         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
8279         instructions into .machine "z9-109".
8280         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
8281         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
8283 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8285         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
8286         between environment variables and auxiliary vector.
8288 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
8290         * Makefile: Add rules to build linkobj/libc.so.
8291         * include/libc-symbols.h: Define libc_hidden_nolink.
8292         * include/rpc/auth.h: Mark functions which are to be hidden.
8293         * include/rpc/auth_des.h: Likewise.
8294         * include/rpc/auth_unix.h: Likewise.
8295         * include/rpc/clnt.h: Likewise.
8296         * include/rpc/des_crypt.h: Likewise.
8297         * include/rpc/key_prot.h: Likewise.
8298         * include/rpc/pmap_clnt.h: Likewise.
8299         * include/rpc/pmap_prot.h: Likewise.
8300         * include/rpc/pmap_rmt.h: Likewise.
8301         * include/rpc/rpc_msg.h: Likewise.
8302         * include/rpc/svc.h: Likewise.
8303         * include/rpc/svc_auth.h: Likewise.
8304         * include/rpc/xdr.h: Likewise.
8305         * nis/Makefile: Link all DSOs against linkobj/libc.so.
8306         * nss/Makefile: Likewise.
8307         * sunrpc/Makefile: Don't install headers.  Build library with normal
8308         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
8309         * sunrpc/auth_des.c: Hide exported symbols by default, export some
8310         for the compat linking library.  Remove use of INTDEF/INTUSE.
8311         * sunrpc/auth_none.c: Likewise.
8312         * sunrpc/auth_unix.c: Likewise.
8313         * sunrpc/authdes_prot.c: Likewise.
8314         * sunrpc/authuxprot.c: Likewise.
8315         * sunrpc/clnt_gen.c: Likewise.
8316         * sunrpc/clnt_perr.c: Likewise.
8317         * sunrpc/clnt_raw.c: Likewise.
8318         * sunrpc/clnt_simp.c: Likewise.
8319         * sunrpc/clnt_tcp.c: Likewise.
8320         * sunrpc/clnt_udp.c: Likewise.
8321         * sunrpc/clnt_unix.c: Likewise.
8322         * sunrpc/des_crypt.c: Likewise.
8323         * sunrpc/des_soft.c: Likewise.
8324         * sunrpc/get_myaddr.c: Likewise.
8325         * sunrpc/key_call.c: Likewise.
8326         * sunrpc/key_prot.c: Likewise.
8327         * sunrpc/netname.c: Likewise.
8328         * sunrpc/pm_getmaps.c: Likewise.
8329         * sunrpc/pm_getport.c: Likewise.
8330         * sunrpc/pmap_clnt.c: Likewise.
8331         * sunrpc/pmap_prot.c: Likewise.
8332         * sunrpc/pmap_prot2.c: Likewise.
8333         * sunrpc/pmap_rmt.c: Likewise.
8334         * sunrpc/publickey.c: Likewise.
8335         * sunrpc/rpc_cmsg.c: Likewise.
8336         * sunrpc/rpc_common.c: Likewise.
8337         * sunrpc/rpc_dtable.c: Likewise.
8338         * sunrpc/rpc_prot.c: Likewise.
8339         * sunrpc/rpc_thread.c: Likewise.
8340         * sunrpc/rtime.c: Likewise.
8341         * sunrpc/svc.c: Likewise.
8342         * sunrpc/svc_auth.c: Likewise.
8343         * sunrpc/svc_authux.c: Likewise.
8344         * sunrpc/svc_raw.c: Likewise.
8345         * sunrpc/svc_run.c: Likewise.
8346         * sunrpc/svc_simple.c: Likewise.
8347         * sunrpc/svc_tcp.c: Likewise.
8348         * sunrpc/svc_udp.c: Likewise.
8349         * sunrpc/svc_unix.c: Likewise.
8350         * sunrpc/svcauth_des.c: Likewise.
8351         * sunrpc/xcrypt.c: Likewise.
8352         * sunrpc/xdr.c: Likewise.
8353         * sunrpc/xdr_array.c: Likewise.
8354         * sunrpc/xdr_float.c: Likewise.
8355         * sunrpc/xdr_intXX_t.c: Likewise.
8356         * sunrpc/xdr_mem.c: Likewise.
8357         * sunrpc/xdr_rec.c: Likewise.
8358         * sunrpc/xdr_ref.c: Likewise.
8359         * sunrpc/xdr_sizeof.c: Likewise.
8360         * sunrpc/xdr_stdio.c: Likewise.
8362 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
8364         [BZ #12650]
8365         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
8366         * sysdeps/ia64/dl-tls.h: Likewise.
8367         * sysdeps/powerpc/dl-tls.h: Likewise.
8368         * sysdeps/s390/dl-tls.h: Likewise.
8369         * sysdeps/sh/dl-tls.h: Likewise.
8370         * sysdeps/sparc/dl-tls.h: Likewise.
8371         * sysdeps/x86_64/dl-tls.h: Likewise.
8372         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
8374 2011-03-14  Andreas Schwab  <schwab@redhat.com>
8376         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
8377         rpath element also skip the following colon.
8378         (expand_dynamic_string_token): Add is_path parameter and pass
8379         down to DL_DST_REQUIRED and _dl_dst_substitute.
8380         (decompose_rpath): Call expand_dynamic_string_token with
8381         non-zero is_path.  Ignore empty rpaths.
8382         (_dl_map_object_from_fd): Call expand_dynamic_string_token
8383         with zero is_path.
8385 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
8387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
8388         Make cancelable.
8390 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
8392         [BZ #12655]
8393         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
8394         Patch by Filipe David Manana <fdmanana@apache.org>.
8396 2011-04-07  Andreas Schwab  <schwab@redhat.com>
8398         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
8399         Maintain aligned stack.
8400         (CHECK_RSP): Remove unused macro.
8402 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
8404         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
8405         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
8407 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
8409         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
8411         * include/features.h: Mention __USE_XOPEN2K8 in comment.
8413 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
8415         [BZ #12518]
8416         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
8417         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
8418         * sysdeps/x86_64/memmove.c: New file.
8419         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
8420         (memcpy): Renamed to ...
8421         (__new_memcpy): This.
8422         (memcpy): Provide GLIBC_2_14 memcpy.
8423         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
8424         (memcpy): Provide GLIBC_2_2_5 memcpy.
8426 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
8428         [BZ #12631]
8429         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
8431 2011-03-30  Andreas Schwab  <schwab@redhat.com>
8433         * misc/syncfs.c: New file.
8434         * misc/Makefile (routines): Add syncfs.
8435         * posix/unistd.h: Declare syncfs.
8436         * sysdeps/unix/syscalls.list: Add syncfs.
8438 2011-04-01  Andreas Schwab  <schwab@redhat.com>
8440         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
8441         open_by_handle_at.
8442         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
8443         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8444         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8445         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8446         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8447         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
8448         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8450 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
8452         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
8453         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8454         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8455         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8456         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8457         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8458         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8460         * io/Makefile: Compile fallocate.c, fallocate64.c, and
8461         sync_file_range.c with -fexceptions.
8462         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
8463         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
8464         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
8465         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
8466         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
8467         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
8468         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
8469         sync_file_range as cancellation point
8470         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
8471         now a wrapper around __call_sync_file_range with cancellation handling.
8472         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
8473         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
8474         function name to __call_sync_file_range.
8475         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
8476         Add call_sync_file_range.
8478 2011-04-01  Andreas Schwab  <schwab@redhat.com>
8480         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8481         bits/timex.h.
8483 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
8485         * iconv/iconv.h: Fix typo in comment.
8486         * io/fcntl.h: Likewise.
8487         * libio/stdio.h: Likewise.
8488         * posix/spawn.h: Likewise.
8489         * posix/unistd.h: Likewise.
8490         * stdlib/stdlib.h: Likewise.
8491         * time/time.h: Likewise.
8492         * wcsmbs/wchar.h: Likewise.
8494         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
8495         open_by_handle): Add.
8496         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
8497         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
8498         Augment a few comments.
8499         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8500         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8501         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8502         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8503         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8504         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
8505         open_by_handle.
8507         * io/fcntl.h (AT_EMPTY_PATH): Define.
8509 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
8511         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
8512         * sysdeps/unix/sysv/linux/bits/time.h: New file.
8513         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
8514         to...
8515         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
8516         * Versions.def: Add GLIBC_2.14.
8517         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
8518         Export.
8520 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
8522         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
8523         round counter.
8524         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
8526 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
8528         [BZ #12597]
8529         * string/test-strncmp.c (do_page_test): New function.
8530         (check2): Likewise.
8531         (test_main): Call check2.
8532         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
8534 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
8536         [BZ #12587]
8537         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8538         Handle cache information in CPU leaf 4.
8539         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
8541 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
8543         [BZ #12583]
8544         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
8545         character representation.
8546         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
8548 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
8550         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
8551         END(__isnan) to END(__isnanf) to match function entry point/label
8552         EALIGN(__isnanf,...).
8554 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
8556         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
8558 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
8560         [BZ #12510]
8561         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
8562         copy from the symbol referenced in the relocation to initialize the
8563         used variable.
8564         Patch by Piotr Bury <pbury@goahead.com>.
8565         * elf/Makefile: Add rules to build and tst-unique3.
8566         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
8567         * elf/tst-unique3.cc: New file.
8568         * elf/tst-unique3.h: New file.
8569         * elf/tst-unique3lib.cc: New file.
8570         * elf/tst-unique3lib2.cc: New file.
8572         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
8574 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
8576         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
8577         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
8578         to _start.
8580 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
8582         * elf/dl-load.c (_dl_map_object): If we are looking for the first
8583         to-be-loaded object along a path to loader is ld.so.
8585 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
8586             Ulrich Drepper  <drepper@gmail.com>
8588         * sysdeps/x86_64/memset.S: After aligning destination, code
8589         branches to different locations depending on the value of
8590         misalignment, when multiarch is enabled. Fix this.
8592 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
8594         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
8595         Set _x86_64_preferred_memory_instruction for AMD processsors.
8596         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8597         Set bit_Prefer_SSE_for_memop for AMD processors.
8599 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
8601         * libio/fmemopen.c (fmemopen): Optimize a bit.
8603 2011-03-03  Andreas Schwab  <schwab@redhat.com>
8605         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
8607 2011-03-03  Roland McGrath  <roland@redhat.com>
8609         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
8611 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
8613         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
8614         __bzero_ultra1 instead of __memset_ultra1.
8616 2011-02-23  Andreas Schwab  <schwab@redhat.com>
8617             Ulrich Drepper  <drepper@gmail.com>
8619         [BZ #12509]
8620         * include/link.h (struct link_map): Add l_orig_initfini.
8621         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
8622         returning unsuccessfully.
8623         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
8624         close of a file loaded at startup, restore the original l_initfini
8625         list.
8626         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
8627         list, store the pointer.
8628         * elf/Makefile ($(objpfx)noload-mem): New rule.
8629         (noload-ENV): Define.
8630         (tests): Add $(objpfx)noload-mem.
8631         * elf/noload.c: Include <memcheck.h>.
8632         (main): Call mtrace.  Close all opened handles.
8634 2011-02-17  Andreas Schwab  <schwab@redhat.com>
8636         [BZ #12454]
8637         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
8638         dependencies are missing.
8640 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8642         Fix __if_freereq crash: Unlike the generic version which uses free,
8643         Hurd needs munmap.
8644         * sysdeps/mach/hurd/ifreq.h: New file.
8646 2011-01-27  Petr Baudis  <pasky@suse.cz>
8647             Ulrich Drepper  <drepper@gmail.com>
8649         [BZ 12445]#
8650         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
8651         to extend_alloca().
8652         * stdio-common/bug23.c: New file.
8653         * stdio-common/Makefile (tests): Add bug23.
8655 2010-09-28  Andreas Schwab  <schwab@redhat.com>
8656             Ulrich Drepper  <drepper@gmail.com>
8658         [BZ #12489]
8659         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
8660         before performing relro protection.  At old place add assertion
8661         to make sure nothing changed.
8663 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
8664             Glauber de Oliveira Costa  <glommer@gmail.com>
8666         * elf/elf.h: Add new ARM TLS relocs.
8668 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
8670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
8671         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
8672         cast from r3.
8673         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
8674         'tests' variable.
8675         * sysdeps/wordsize-64/tst-writev.c: New file.
8677 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
8679         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
8680         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
8681         insns in _dl_start to prevent a TOC reference before relocs are
8682         resolved.
8684 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
8686         [BZ #12469]
8687         * Makeconfig: Remove RANLIB definition.
8688         * Makerules: Don't use RANLIB.
8689         * aclocal.m4: Remove ranlib test.
8690         * configure.in: No need to check for ranlib.
8691         * elf/rtld-Rules: Don't use RANLIB.
8693 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8695         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
8696         protection macro.
8697         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
8698         inclusion protection macro.
8700         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
8701         SIGRTMIN and SIGRTMAX and print information in that case only when
8702         SIGRTMIN is defined.
8704 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
8706         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
8707         arginfo fn returning -1.
8709         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
8710         and thousands string is zero terminated.
8712 2011-02-03  Andreas Schwab  <schwab@redhat.com>
8714         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
8715         sysdeps/unix/sysv/linux/bits/socket.h.
8717 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8719         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
8720         (__CPU_COUNT): Remove old macros.
8721         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
8722         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
8723         (__CPU_ALLOC, __CPU_FREE): Add macros.
8724         (__sched_cpualloc, __sched_cpufree): Add declarations.
8726 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
8728         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
8729         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
8730         * nscd/aicache.c (addhstaiX): Return timeout of added value.
8731         (readdhstai): Return value of addhstaiX call.
8732         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
8733         (addgrbyX): Return value returned by cache_addgr.
8734         (readdgrbyname): Return value returned by addgrbyX.
8735         (readdgrbygid): Likewise.
8736         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
8737         (addpwbyX): Return value returned by cache_addpw.
8738         (readdpwbyname): Return value returned by addhstbyX.
8739         (readdpwbyuid): Likewise.
8740         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
8741         (addservbyX): Return value returned by cache_addserv.
8742         (readdservbyname): Return value returned by addservbyX:
8743         (readdservbyport): Likewise.
8744         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
8745         (addhstbyX): Return value returned by cache_addhst.
8746         (readdhstbyname): Return value returned by addhstbyX.
8747         (readdhstbyaddr): Likewise.
8748         (readdhstbynamev6): Likewise.
8749         (readdhstbyaddrv6): Likewise.
8750         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
8751         (readdinitgroups): Return value returned by addinitgroupsX.
8752         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
8753         (prune_cache): Keep track of timeout value of re-added entries.
8754         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
8755         * nscd/nscd.h: Adjust prototypes of readd* functions.
8757 2011-02-04  Roland McGrath  <roland@redhat.com>
8759         * nis/nis_server.c (nis_servstate): Use the right name for 0.
8760         (nis_stats): Likewise.
8761         * nis/nis_modify.c (nis_modify): Likewise.
8762         * nis/nis_remove.c (nis_remove): Likewise.
8763         * nis/nis_add.c (nis_add): Likewise.
8765         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
8767         * posix/fnmatch_loop.c: Add some consts.
8769         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
8771 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
8773         [BZ #12460]
8774         * config.make.in (config-cflags-novzeroupper): Define.
8775         * configure.in: Substitute libc_cv_cc_novzeroupper.
8776         * elf/Makefile (AVX-CFLAGS): Define.
8777         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
8778         (CFLAGS-tst-auditmod4a.c): Likewise.
8779         (CFLAGS-tst-auditmod4b.c): Likewise.
8780         (CFLAGS-tst-auditmod6b.c): Likewise.
8781         (CFLAGS-tst-auditmod6c.c): Likewise.
8782         (CFLAGS-tst-auditmod7b.c): Likewise.
8783         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
8785 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
8787         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
8788         function to the callback.
8789         Patch partly by Jiri Olsa <jolsa@redhat.com>.
8791 2011-02-02  Andreas Schwab  <schwab@redhat.com>
8793         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
8794         of errno.
8796 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
8798         [BZ #11724]
8799         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
8800         of constructors.
8801         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
8802         of destructors.
8803         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
8805         [BZ #11724]
8806         * elf/Makefile: Add rules to build and run new test.
8807         * elf/tst-initorder.c: New file.
8808         * elf/tst-initorder.exp: New file.
8809         * elf/tst-initordera1.c: New file.
8810         * elf/tst-initordera2.c: New file.
8811         * elf/tst-initordera3.c: New file.
8812         * elf/tst-initordera4.c: New file.
8813         * elf/tst-initorderb1.c: New file.
8814         * elf/tst-initorderb2.c: New file.
8815         * elf/tst-order-a1.c: New file.
8816         * elf/tst-order-a2.c: New file.
8817         * elf/tst-order-a3.c: New file.
8818         * elf/tst-order-a4.c: New file.
8819         * elf/tst-order-b1.c: New file.
8820         * elf/tst-order-b2.c: New file.
8821         * elf/tst-order-main.c: New file.
8822         New test case by George Gensure <werkt0@gmail.com>.
8824 2010-10-01  Andreas Schwab  <schwab@redhat.com>
8826         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
8827         decoding ACE if AI_CANONIDN.
8829 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
8831         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
8833 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
8835         * version.h (RELEASE): Bump for 2.13 release.
8836         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
8838         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
8840         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
8841         MADV_NOHUGEPAGE.
8842         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
8843         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
8844         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
8845         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
8846         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
8847         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
8849         * posix/getconf.c: Update copyright year.
8850         * catgets/gencat.c: Likewise.
8851         * csu/version.c: Likewise.
8852         * debug/catchsegv.sh: Likewise.
8853         * debug/xtrace.sh: Likewise.
8854         * elf/ldconfig.c: Likewise.
8855         * elf/ldd.bash.in: Likewise.
8856         * elf/sprof.c (print_version): Likewise.
8857         * iconv/iconv_prog.c: Likewise.
8858         * iconv/iconvconfig.c: Likewise.
8859         * locale/programs/locale.c: Likewise.
8860         * locale/programs/localedef.c: Likewise.
8861         * malloc/memusage.sh: Likewise.
8862         * malloc/mtrace.pl: Likewise.
8863         * nscd/nscd.c (print_version): Likewise.
8864         * nss/getent.c: Likewise.
8866         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
8867         PF_CAIF, and PF_ALG.
8868         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
8870 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
8872         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
8873         (modules-names): Use them.
8874         (ifunc-test-modules, ifunc-pie-tests): Define.
8875         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
8876         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
8877         (test-extras): Likewise.
8878         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
8879         $(compile-command.c).
8880         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
8881         (all-built-dso): Define.
8882         (check-textrel.out, check-execstack.out): Depend on it.
8884         * configure.in: Don't override --enable-multi-arch.
8886 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
8888         [BZ #6812]
8889         * nscd/hstcache.c (tryagain): Define.
8890         (cache_addhst): Return tryagain not notfound for temporary errors.
8891         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
8892         failed.
8894 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
8896         [BZ #10563]
8897         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
8898         to make the syscall.
8899         * sysdeps/unix/sysv/linux/setgroups.c: New file.
8901         [BZ #12378]
8902         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
8903         and fall back to matching as normal character if the string ends before
8904         the matching ']' is found.  This is what POSIX requires.
8905         * posix/testfnm.c: Adjust test result.
8906         * posix/globtest.sh: Adjust test result.  Add new test.
8907         * posix/tst-fnmatch.input: Likewise.
8908         * posix/tst-fnmatch2.c: Add new test.
8910 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
8912         * elf/Makefile (check-execstack): Revert last change.  Depend on
8913         check-execstack.h.
8914         (check-execstack.h): New target.
8915         (generated): Add check-execstack.h.
8916         * elf/check-execstack.c: Include "check-execstack.h".
8917         (main): Revert last change.
8918         (handle_file): Return zero if GNU_STACK is absent and
8919         DEFAULT_STACK_PERMS doesn't include PF_X.
8921 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
8923         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
8924         in child fails because the descriptor is already closed.
8925         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
8926         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
8927         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
8929         [BZ #12397]
8930         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
8931         syscall.
8933         [BZ #10484]
8934         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
8935         temporary buffer used to handle multi lookups locally.
8936         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
8938 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
8940         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
8941         loader is ld.so.
8943 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
8945         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
8946         alignment for SSE2.
8948 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
8950         [BZ #12394]
8951         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
8952         characters.  When rounding increased number of integer digits recompute
8953         number of groups.
8954         * stdio-common/tst-grouping.c: New file.
8955         * stdio-common/Makefile: Add rules to build and run tst-grouping.
8957 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
8959         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
8960         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
8962         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
8963         void.
8964         * bits/select.h: Likewise.
8966 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
8968         * po/ja.po: Update from translation team.
8970 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
8972         [BZ #11155]
8973         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
8974         implementation just like for lxstat, fxstatat, et al.
8976 2010-12-27  Jim Meyering  <meyering@redhat.com>
8978         [BZ #12348]
8979         * posix/regexec.c (build_trtable): Return failure indication upon
8980         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
8982 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
8984         [BZ #12201]
8985         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
8986         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
8987         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
8988         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
8990         [BZ #12207]
8991         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
8993         [BZ #12204]
8994         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
8995         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
8997 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
8999         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
9000         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
9001         script has SORT_BY_INIT_PRIORITY.
9002         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
9003         NO_CTORS_DTORS_SECTIONS is defined.
9004         * elf/soinit.c: Likewise.
9005         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
9006         NO_CTORS_DTORS_SECTIONS is defined.
9007         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
9008         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9009         * sysdeps/sh/init-first.c: Likewise.
9010         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9012 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
9014         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
9015         always use the slow path.
9017 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
9019         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
9020         similar rule which adds the sysdep directories to the header search in
9021         order to pick up the correct platform stackinfo.h.
9022         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
9023         perform test if it is, otherwise return successfully without testing.
9024         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
9025         DEFAULT_STACK_PERMS define in stackinfo.h.
9026         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
9027         defined in stackinfo.h.
9028         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
9029         DEFAULT_STACK_PERMS defined in stackinfo.h.
9030         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
9031         * sysdeps/ia64/stackinfo.h: Likewise.
9032         * sysdeps/s390/stackinfo.h: Likewise.
9033         * sysdeps/sh/stackinfo.h: Likewise.
9034         * sysdeps/sparc/stackinfo.h: Likewise.
9035         * sysdeps/x86_64/stackinfo.h: Likewise.
9036         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
9037         PF_X for powerpc64.  Retain PF_X for powerpc32.
9039 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
9041         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
9042         accurately.
9043         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
9044         GETDENTS_64BIT_ALIGNED.
9046 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
9048         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
9050 2010-12-10  Andreas Schwab  <schwab@redhat.com>
9052         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
9053         _GNU_SOURCE.
9055         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
9056         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
9057         Remove __restrict.
9058         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
9059         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
9061 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
9063         [BZ #11655]
9064         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
9065         are initialized.
9067 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
9069         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
9071 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
9073         * po/it.po: Update from translation team.
9075 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
9077         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
9078         unused codes.
9080 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
9082         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
9084 2010-11-24  Andreas Schwab  <schwab@redhat.com>
9086         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
9087         specially.
9088         (gaih_getanswer_slice): Likewise.
9090 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
9092         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
9094 2010-05-31  Petr Baudis  <pasky@suse.cz>
9096         [BZ #11149]
9097         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
9098         silently even in the chroot mode.
9100 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
9102         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
9103         last patch a bit.  Pretty printing
9105 2010-05-31  Petr Baudis <pasky@suse.cz>
9107         [BZ #10085]
9108         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
9109         initialization of skip_initgroups_dyn.
9111 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
9113         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
9114         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
9116 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
9118         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
9120 2010-11-11  Andreas Schwab  <schwab@redhat.com>
9122         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
9123         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
9124         (tst-fnmatch-ENV): Set MALLOC_TRACE.
9125         ($(objpfx)tst-fnmatch-mem): New rule.
9126         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
9127         * posix/tst-fnmatch.c (main): Call mtrace.
9129 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
9131         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
9132         Support Intel processor model 6 and model 0x2c.
9134 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
9136         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
9137           signed comparison.
9139 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
9141         [BZ #12205]
9142         * string/test-strncasecmp.c (check_result): New function.
9143         (do_one_test): Use it.
9144         (check1): New function.
9145         (test_main): Use it.
9146         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
9147         Support strcasecmp and strncasecmp.
9149 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
9151         [BZ #12194]
9152         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
9153         * sysdeps/x86_64/bits/byteswap.h: Likewise.
9155 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
9157         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
9158         IFUNC support.
9159         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9160         memset-x86-64.
9161         * sysdeps/x86_64/multiarch/bzero.S: New file.
9162         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
9163         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
9164         * sysdeps/x86_64/multiarch/memset.S: New file.
9165         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
9166         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
9167         Set bit_Prefer_SSE_for_memop for Intel processors.
9168         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
9169         Define.
9170         (index_Prefer_SSE_for_memop): Define.
9171         (HAS_PREFER_SSE_FOR_MEMOP): Define.
9173 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
9175         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
9176         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
9178 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
9180         [BZ #12191]
9181         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
9182         (__x86_64_raw_data_cache_size_half): Likewise.
9183         (__x86_64_raw_shared_cache_size): Likewise.
9184         (__x86_64_raw_shared_cache_size_half): Likewise.
9186         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
9187         (__x86_64_raw_data_cache_size_half): Likewise.
9188         (__x86_64_raw_shared_cache_size): Likewise.
9189         (__x86_64_raw_shared_cache_size_half): Likewise.
9190         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
9191         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
9192         and __x86_64_raw_shared_cache_size_half.  Round
9193         __x86_64_data_cache_size_half, __x86_64_data_cache_size
9194         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
9195         to multiple of 256 bytes.
9197 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
9199         [BZ #12167]
9200         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
9201         of inacessible symlinks.  Verify result of symlink before returning it.
9202         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
9203         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
9205 2010-10-28  Erich Ritz  <erichritz@gmail.com>
9207         * math/math.h (isinf): Fix typo in comment.
9209 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
9211         * po/da.po: Update from translation team.
9213 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
9215         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
9216         is added to the list.
9218 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9219             Ulrich Drepper  <drepper@gmail.com>
9221         * elf/dl-object.c (_dl_new_object): Don't append the new object to
9222         the global list here.  Move code to...
9223         (_dl_add_to_namespace_list): ...here.  New function.
9224         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
9225         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
9226         * elf/dl-load.c (lose): Don't remove the element from the list.
9227         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
9228         (_dl_map_object): Likewise.
9230 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
9232         [BZ #12159]
9233         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
9234         into all bytes of SSE register.
9235         Patch by Richard Li <richardpku@gmail.com>.
9237 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
9239         [BZ #12140]
9240         * malloc/malloc.c (_int_free): Fill correct number of bytes when
9241         perturbing.
9243 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
9245         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
9246         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
9247         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
9248         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
9249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
9250         submachine.
9251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
9253 2010-10-22  Andreas Schwab  <schwab@redhat.com>
9255         * include/dlfcn.h (__RTLD_SECURE): Define.
9256         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
9257         mode & __RTLD_SECURE instead.
9258         (open_path): Rename preloaded parameter to secure.
9259         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
9260         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
9261         * elf/dl-deps.c (openaux): Likewise.
9262         * elf/rtld.c (struct map_args): Remove is_preloaded.
9263         (map_doit): Don't use it.
9264         (dl_main): Likewise.
9265         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
9266         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
9268 2010-09-09  Andreas Schwab  <schwab@redhat.com>
9270         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
9271         (sysd-rules-targets): Remove duplicates.
9272         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
9273         rtld-%.$o dependency.
9275 2010-10-18  Andreas Schwab  <schwab@redhat.com>
9277         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
9278         _dl_map_object do it.
9280 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
9282         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
9283         fast fma builtins, define the macros in the C99 standard.
9284         (FP_FAST_FMAF): Likewise.
9285         (FP_FAST_FMAL): Likewise.
9286         * sysdeps/x86_64/bits/mathdef.h: Likewise.
9288         * bits/mathdef.h: Update copyright year.
9289         * sysdeps/powerpc/bits/mathdef.h: Likewise.
9291 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
9293         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
9294         builtins, define the macros in the C99 standard.
9295         (FP_FAST_FMAF): Likewise.
9296         (FP_FAST_FMAL): Likewise.
9297         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
9298         multiply/add.
9299         (FP_FAST_FMAF): Likewise.
9301 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
9303         [BZ #3268]
9304         * math/libm-test.inc (fma_test): Some new testcases.
9305         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
9306         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
9307         y and infinite z.  Do multiplication by C already in long double.
9308         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
9309         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
9310         y and infinite z.  Do bitwise or of inexact bit into u.d.
9311         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
9312         * sysdeps/i386/fpu/s_fmaf.S: Removed.
9313         * sysdeps/i386/fpu/s_fma.S: Removed.
9314         * sysdeps/i386/fpu/s_fmal.S: Removed.
9316 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
9318         [BZ #3268]
9319         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
9320         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
9321         computation is not scheduled after fetestexcept.  Fix value
9322         of minimum denormal long double.
9324 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
9326         [BZ #3268]
9327         * math/libm-test.inc (fma_test): Add some more tests.
9328         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
9329         correctly.
9331 2010-10-15  Andreas Schwab  <schwab@redhat.com>
9333         * scripts/data/localplt-s390-linux-gnu.data: New file.
9334         * scripts/data/localplt-s390x-linux-gnu.data: New file.
9336 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
9338         [BZ #3268]
9339         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
9340         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
9341         instead of dbl-64.
9342         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
9343         inlines.
9344         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
9345         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
9346         if one of x and y is very large and the other is subnormal.
9347         * sysdeps/s390/fpu/s_fmaf.c: New file.
9348         * sysdeps/s390/fpu/s_fma.c: New file.
9349         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
9350         * sysdeps/powerpc/fpu/s_fma.S: New file.
9351         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
9352         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
9353         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
9355 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
9357         [BZ #3268]
9358         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
9359         fma tests.
9360         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
9361         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
9362         * sysdeps/i386/i686/multiarch/s_fma.c: Include
9363         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
9364         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
9365         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
9366         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
9368 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
9370         [BZ #12078]
9371         * posix/regcomp.c (parse_branch): One more memory leak plugged.
9372         * posix/bug-regex31.input: Add test case.
9374 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
9376         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
9377         * posix/bug-regex31.input: New file.
9379         [BZ #12078]
9380         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
9381         (parse_sub_exp): Fix last change, use postorder.
9383         * posix/bug-regex31.c: New file.
9384         * posix/Makefile: Add rules to build and run bug-regex31.
9386         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
9388         [BZ #12078]
9389         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
9391         [BZ #12108]
9392         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
9393         to have entries in sys_siglist.
9395         [BZ #12093]
9396         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
9397         be NULL.
9399 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
9401         [BZ #3268]
9402         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
9403         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
9404         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
9405         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
9406         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
9407         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
9408         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
9409         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
9410         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
9411         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
9412         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
9413         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
9414         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
9415         * math/ftestexcept.c (fetestexcept): Likewise.
9416         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
9417         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
9418         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
9419         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
9420         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
9421         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
9422         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
9424 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
9426         [BZ #12107]
9427         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
9428         newline.
9430 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
9432         * string/bug-strstr1.c: New file.
9433         * string/Makefile: Add rules to build and run bug-strstr1.
9435 2010-10-05  Eric Blake  <eblake@redhat.com>
9437         [BZ #12092]
9438         * string/str-two-way.h (two_way_long_needle): Always clear memory
9439         when skipping input due to the shift table.
9441 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
9443         [BZ #12005]
9444         * malloc/mcheck.c: Handle large requests.
9446         [BZ #12077]
9447         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
9448         for strncmp and strncasecmp.
9449         * string/stratcliff.c: Add tests for strcmp and strncmp.
9450         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
9452 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
9454         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
9455         __set_fpscr.
9457 2010-09-30  Andreas Jaeger  <aj@suse.de>
9459         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
9460         (CGROUP_SUPER_MAGIC): Define.
9461         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9462         Handle btrfs and cgroup file systems.
9463         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
9464         Likewise.
9466 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
9468         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
9469         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
9471 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9473         [BZ #12067]
9474         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
9475         trying to locate the ELF header.
9477 2010-09-27  Andreas Schwab  <schwab@redhat.com>
9479         [BZ #11611]
9480         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
9481         Mask out sign-bit copies when constructing f_fsid.
9483 2010-09-24  Petr Baudis <pasky@suse.cz>
9485         * debug/stack_chk_fail_local.c: Add missing licence exception.
9486         * debug/warning-nop.c: Likewise.
9488 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
9490         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
9491         implementing getdents64 using getdents syscall, set d_type if
9492         __ASSUME_GETDENTS32_D_TYPE.
9494 2010-09-16  Andreas Schwab  <schwab@redhat.com>
9496         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
9497         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
9499 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
9501         [BZ #12037]
9502         * posix/unistd.h: Undo change of feature selection for ftruncate from
9503         2010-01-11.
9505 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
9507         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
9508         detection.
9510 2010-09-20  Andreas Schwab  <schwab@redhat.com>
9512         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
9513         fanotify_mark.
9514         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
9516 2010-09-14  Andreas Schwab  <schwab@redhat.com>
9518         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
9519         variables after CHECK_SP call.
9520         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
9522 2010-09-13  Andreas Schwab  <schwab@redhat.com>
9523             Ulrich Drepper  <drepper@redhat.com>
9525         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
9526         re-relocationg ld.so.
9527         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
9528         _dl_init_paths call.
9529         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
9530         here anymore.
9532 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
9534         * resolv/res_init.c (__res_vinit): Count the default server we added.
9536 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
9537             Ulrich Drepper  <drepper@redhat.com>
9539         [BZ #11968]
9540         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
9541         (____longjmp_chk): Use %ebx for saving value across system call.
9542         Add unwind info.
9544 2010-09-06  Andreas Schwab  <schwab@redhat.com>
9546         * manual/Makefile: Don't mix pattern rules with normal rules.
9548 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
9550         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
9551         operation.
9552         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
9553         * libio/iofopncook.c (_IO_cookie_init): Likewise.
9554         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
9555         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
9556         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
9557         Likewise.
9559 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
9561         [BZ #11979]
9562         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
9563         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
9565 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
9567         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
9568         * sysdeps/x86_64/addmul_1.S: Likewise.
9569         * sysdeps/x86_64/lshift.S: Likewise.
9570         * sysdeps/x86_64/mul_1.S: Likewise.
9571         * sysdeps/x86_64/rshift.S: Likewise.
9572         * sysdeps/x86_64/sub_n.S: Likewise.
9573         * sysdeps/x86_64/submul_1.S: Likewise.
9575 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9577         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
9578         Define __sched_param instead of SCHED_* and sched_param when
9579         <bits/sched.h> is included with __need_schedparam defined.
9580         * bits/sched.h [__need_schedparam]
9581         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
9582         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
9583         (__defined_schedparam): Define to 1.
9584         (__sched_param): New structure, identical to sched_param.
9585         (__need_schedparam): Undefine.
9587 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
9589         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
9590         (epoll_create1): Declare.
9592         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
9594 2010-08-31  Andreas Schwab  <schwab@redhat.com>
9596         [BZ #7066]
9597         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
9598         shifting retval into place.
9600 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
9602         * nis/rpcsvc/nis.h: Update copyright notice.
9603         * nis/rpcsvc/nis.x: Likewise.
9604         * nis/rpcsvc/nis_callback.h: Likewise.
9605         * nis/rpcsvc/nis_callback.x: Likewise.
9606         * nis/rpcsvc/nis_object.x: Likewise.
9607         * nis/rpcsvc/nis_tags.h: Likewise.
9608         * nis/rpcsvc/yp.h: Likewise.
9609         * nis/rpcsvc/yp.x: Likewise.
9610         * nis/rpcsvc/ypupd.h: Likewise.
9611         * nis/yp_xdr.c: Likewise.
9612         * nis/ypupdate_xdr.c: Likewise.
9614         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
9615         mainly the body of pmap_getport.  Add parameters to specify timeouts.
9616         (pmap_getport): Use __libc_rpc_getport.
9617         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
9618         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
9619         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
9621 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
9623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
9624         fanotify_mark.
9626 2010-08-27  Roland McGrath  <roland@redhat.com>
9628         * sysdeps/i386/i686/multiarch/Makefile
9629         (CFLAGS-varshift.c): New variable.
9631 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
9633         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
9634         * sysdeps/i386/i686/multiarch/varshift.c: New file.
9636         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
9638         * sysdeps/x86_64/strlen.S: Minimal code improvement.
9640 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
9642         * sysdeps/x86_64/strlen.S: Unroll the loop.
9643         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9644         strlen-sse2 strlen-sse2-bsf.
9645         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
9646         __strlen_no_bsf if bit_Slow_BSF is set.
9647         (__strlen_sse42): Removed.
9648         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
9649         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
9651 2010-08-25  Roland McGrath  <roland@redhat.com>
9653         * sysdeps/x86_64/multiarch/varshift.S: File removed.
9654         * sysdeps/x86_64/multiarch/varshift.c: New file.
9655         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
9656         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
9657         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
9658         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
9660 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
9662         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
9663         strlen-sse2 strlen-sse2-bsf.
9664         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
9665         __strlen_sse2_bsf if bit_Slow_BSF is unset.
9666         (__strlen_sse2): Removed.
9667         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
9668         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
9669         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
9670         bit_Slow_BSF for Atom.
9671         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
9672         (index_Slow_BSF): Define.
9673         (HAS_SLOW_BSF): Define.
9675 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
9677         [BZ #10851]
9678         * resolv/res_init.c (__res_vinit): When no server address at all
9679         is given default to loopback.
9681 2010-08-24  Roland McGrath  <roland@redhat.com>
9683         * configure.in: Remove config-name.h generation.
9684         * configure: Regenerated.
9685         * config-name.in: File removed.
9686         * scripts/config-uname.sh: New file.
9687         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
9688         ($(objdir)config-name.h): New target.
9690         * sunrpc/rpc_parse.h: Avoid nested comment.
9692 2010-08-24  Richard Henderson  <rth@redhat.com>
9693             Ulrich Drepper  <drepper@redhat.com>
9694             H.J. Lu  <hongjiu.lu@intel.com>
9696         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
9697         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
9698         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
9699         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
9700         _mm_alignr_epi8 with _mm_loadu_si128.
9701         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
9702         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
9703         (__m128i_shift_right): Removed.
9704         * sysdeps/i386/i686/multiarch/varshift.h: New file.
9705         * sysdeps/i386/i686/multiarch/varshift.S: New file.
9706         * sysdeps/x86_64/multiarch/varshift.h: New file.
9707         * sysdeps/x86_64/multiarch/varshift.S: New file.
9709 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
9711         * configure.in: Move assembler checks to before sysdep dir checking.
9713 2010-08-20  Petr Baudis  <pasky@suse.cz>
9715         * LICENSES: Sync the sunrpc license.
9717 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
9719         * sunrpc/auth_des.c: Update copyright notice once again.
9720         * sunrpc/auth_none.c: Likewise.
9721         * sunrpc/auth_unix.c: Likewise.
9722         * sunrpc/authdes_prot.c: Likewise.
9723         * sunrpc/authuxprot.c: Likewise.
9724         * sunrpc/bindrsvprt.c: Likewise.
9725         * sunrpc/clnt_gen.c: Likewise.
9726         * sunrpc/clnt_perr.c: Likewise.
9727         * sunrpc/clnt_raw.c: Likewise.
9728         * sunrpc/clnt_simp.c: Likewise.
9729         * sunrpc/clnt_tcp.c: Likewise.
9730         * sunrpc/clnt_udp.c: Likewise.
9731         * sunrpc/clnt_unix.c: Likewise.
9732         * sunrpc/des_crypt.c: Likewise.
9733         * sunrpc/des_soft.c: Likewise.
9734         * sunrpc/get_myaddr.c: Likewise.
9735         * sunrpc/getrpcport.c: Likewise.
9736         * sunrpc/key_call.c: Likewise.
9737         * sunrpc/key_prot.c: Likewise.
9738         * sunrpc/openchild.c: Likewise.
9739         * sunrpc/pm_getmaps.c: Likewise.
9740         * sunrpc/pm_getport.c: Likewise.
9741         * sunrpc/pmap_clnt.c: Likewise.
9742         * sunrpc/pmap_prot.c: Likewise.
9743         * sunrpc/pmap_prot2.c: Likewise.
9744         * sunrpc/pmap_rmt.c: Likewise.
9745         * sunrpc/rpc/auth.h: Likewise.
9746         * sunrpc/rpc/auth_unix.h: Likewise.
9747         * sunrpc/rpc/clnt.h: Likewise.
9748         * sunrpc/rpc/des_crypt.h: Likewise.
9749         * sunrpc/rpc/key_prot.h: Likewise.
9750         * sunrpc/rpc/netdb.h: Likewise.
9751         * sunrpc/rpc/pmap_clnt.h: Likewise.
9752         * sunrpc/rpc/pmap_prot.h: Likewise.
9753         * sunrpc/rpc/pmap_rmt.h: Likewise.
9754         * sunrpc/rpc/rpc.h: Likewise.
9755         * sunrpc/rpc/rpc_des.h: Likewise.
9756         * sunrpc/rpc/rpc_msg.h: Likewise.
9757         * sunrpc/rpc/svc.h: Likewise.
9758         * sunrpc/rpc/svc_auth.h: Likewise.
9759         * sunrpc/rpc/types.h: Likewise.
9760         * sunrpc/rpc/xdr.h: Likewise.
9761         * sunrpc/rpc_clntout.c: Likewise.
9762         * sunrpc/rpc_cmsg.c: Likewise.
9763         * sunrpc/rpc_common.c: Likewise.
9764         * sunrpc/rpc_cout.c: Likewise.
9765         * sunrpc/rpc_dtable.c: Likewise.
9766         * sunrpc/rpc_hout.c: Likewise.
9767         * sunrpc/rpc_main.c: Likewise.
9768         * sunrpc/rpc_parse.c: Likewise.
9769         * sunrpc/rpc_parse.h: Likewise.
9770         * sunrpc/rpc_prot.c: Likewise.
9771         * sunrpc/rpc_sample.c: Likewise.
9772         * sunrpc/rpc_scan.c: Likewise.
9773         * sunrpc/rpc_scan.h: Likewise.
9774         * sunrpc/rpc_svcout.c: Likewise.
9775         * sunrpc/rpc_tblout.c: Likewise.
9776         * sunrpc/rpc_util.c: Likewise.
9777         * sunrpc/rpc_util.h: Likewise.
9778         * sunrpc/rpcinfo.c: Likewise.
9779         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
9780         * sunrpc/rpcsvc/key_prot.x: Likewise.
9781         * sunrpc/rpcsvc/klm_prot.x: Likewise.
9782         * sunrpc/rpcsvc/mount.x: Likewise.
9783         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
9784         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
9785         * sunrpc/rpcsvc/rex.x: Likewise.
9786         * sunrpc/rpcsvc/rstat.x: Likewise.
9787         * sunrpc/rpcsvc/rusers.x: Likewise.
9788         * sunrpc/rpcsvc/sm_inter.x: Likewise.
9789         * sunrpc/rpcsvc/spray.x: Likewise.
9790         * sunrpc/rpcsvc/yppasswd.x: Likewise.
9791         * sunrpc/rtime.c: Likewise.
9792         * sunrpc/svc.c: Likewise.
9793         * sunrpc/svc_auth.c: Likewise.
9794         * sunrpc/svc_authux.c: Likewise.
9795         * sunrpc/svc_raw.c: Likewise.
9796         * sunrpc/svc_run.c: Likewise.
9797         * sunrpc/svc_simple.c: Likewise.
9798         * sunrpc/svc_tcp.c: Likewise.
9799         * sunrpc/svc_udp.c: Likewise.
9800         * sunrpc/svc_unix.c: Likewise.
9801         * sunrpc/svcauth_des.c: Likewise.
9802         * sunrpc/xcrypt.c: Likewise.
9803         * sunrpc/xdr.c: Likewise.
9804         * sunrpc/xdr_array.c: Likewise.
9805         * sunrpc/xdr_float.c: Likewise.
9806         * sunrpc/xdr_mem.c: Likewise.
9807         * sunrpc/xdr_rec.c: Likewise.
9808         * sunrpc/xdr_ref.c: Likewise.
9809         * sunrpc/xdr_sizeof.c: Likewise.
9810         * sunrpc/xdr_stdio.c: Likewise.
9812         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
9813         handling.
9815 2010-08-19  Andreas Schwab  <schwab@redhat.com>
9817         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
9819 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
9821         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
9822         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
9823         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
9824         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
9825         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
9826         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
9827         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
9828         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
9829         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
9830         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
9831         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
9832         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
9833         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
9834         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
9836 2010-07-26  Anton Blanchard  <anton@samba.org>
9838         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
9839         * malloc/arena.c (heap_trim): Likewise.
9841 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
9843         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
9844         here.  Not...
9845         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
9846         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
9848 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
9850         * sysdeps/i386/elf/Makefile: New file.
9852 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
9854         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
9855         from fanotify_init.
9856         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
9857         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
9859 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
9861         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
9862         of strncasecmp_l.
9863         * sysdeps/multiarch/strcmp.S: Likewise.
9865 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
9867         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
9868         strncase_l-nonascii.
9869         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
9870         Add strncase_l-ssse3.
9871         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
9872         * sysdeps/x86_64/strcmp.S: Likewise.
9873         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
9874         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
9875         * sysdeps/x86_64/strncase.S: New file.
9876         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
9877         * sysdeps/x86_64/strncase_l.S: New file.
9878         * string/Makefile (strop-tests): Add strncasecmp.
9879         * string/test-strncasecmp.c: New file.
9881         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
9882         warning.
9884         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
9885         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
9887 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
9889         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
9891 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
9893         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
9894         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9895         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9897 2010-05-01  Alan Modra  <amodra@gmail.com>
9899         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
9900         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
9901         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
9902         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
9903         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
9904         tidying.  Don't tail-call __sigjmp_save for static lib.
9905         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
9906         save location.
9907         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
9908         (CALL_MCOUNT): Add eh info, and nop after bl.
9909         (TAIL_CALL_SYSCALL_ERROR): New macro.
9910         (PSEUDO_RET): Use it.
9911         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
9912         Correct save location of integer regs and cr.
9913         (_dl_profile_resolve): Correct cr save location.  Delete nops
9914         after bl when SHARED.  Reduce cfi size a little by better
9915         placement of cfi directives.
9916         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
9917         make a stack frame.  Instead use parm save area as a temp.
9918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
9919         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
9920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
9921         Don't make a stack frame for parent, use parm save area.
9922         Increase child stack frame to 112 bytes.  Don't save unused reg,
9923         and adjust reg usage.  Set up cfi on error recovery and
9924         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
9925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
9926         (__makecontext): Add dummy nop after jump to exit.
9927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
9928         Use correct parm save area and cr save, reduce stack frame.
9929         Correct cfi for possible PSEUDO_RET frame setup.
9930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
9931         Branch to local label emitted by PSEUDO_RET rather than
9932         __syscall_error.
9934 2010-08-12  Andreas Schwab  <schwab@redhat.com>
9936         [BZ #11904]
9937         * locale/programs/locale.c (print_assignment): New function.
9938         (show_locale_vars): Use it.
9940 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
9942         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
9943         field.
9944         (struct statfs64): Likewise.
9945         (_STATFS_F_FLAGS): Define.
9946         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
9947         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9948         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
9949         (ST_VALID): Define locally.
9950         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
9951         __statvfs_getflags, use the provided value.
9952         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9953         __ASSUME_STATFS_F_FLAGS.
9955         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
9957         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
9958         Add sys/fanotify.h.
9959         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
9960         fanotify_mask for GLIBC_2.13.
9961         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
9962         fanotify_init and fanotify_mark.
9963         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
9964         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
9966         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
9967         Add prlimit.
9968         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
9969         prlimit64 for GLIBC_2.13.
9970         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
9971         prlimit64.
9972         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
9973         syscall.
9974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
9975         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
9976         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
9977         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
9978         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
9979         add prlimit alias.
9980         * sysdeps/unix/sysv/linux/prlimit.c: New file.
9982         [BZ #11903]
9983         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
9984         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
9986         * nss/Makefile: Add rules to build and run tst-nss-test1.
9987         * shlib-versions: Add entry for libnss_test1.
9988         * nss/nss_test1.c: New file.
9989         * nss/tst-nss-test1.c: New file.
9991         * nss/nsswitch.c (__nss_database_custom): Define new variable.
9992         (__nss_configure_lookup): Set appropriate entry in
9993         __nss_configure_lookup to true.
9994         * nss/nsswitch.h: Define enum with indeces of databases in
9995         databases and __nss_database_custom arrays.  Declare
9996         __nss_database_custom.
9997         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
9998         to avoid using nscd when custom rules are installed.
9999         * nss/getXXbyYY_r.c: Likewise.
10000         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
10002         * nss/nss_files/files-parse.c: Whitespace fixes.
10004 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
10006         [BZ #11883]
10007         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
10008         * posix/fnmatch_loop.c: Likewise.
10010 2010-07-17  Andi Kleen  <ak@linux.intel.com>
10012         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
10013         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
10014         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
10015         * Versions.def [GLIBC_2.13]: Add.
10017 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
10019         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
10020         Also fail if tpwd after pwuid call is NULL.
10022 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10024         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
10025         when converting to ms.
10027 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10029         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
10030         EOPNOTSUPP errors with ENOTTY.
10031         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
10032         EOPNOTSUPP errors with ENOTTY.
10034 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
10036         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
10037         Add strcasecmp_l-ssse3.
10038         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
10039         strcasecmp.
10040         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
10041         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
10042         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
10044 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
10046         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
10048         * string/Makefile (strop-tests): Add strcasecmp.
10049         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
10050         strcasecmp_l-nonascii.
10051         (gen-as-const-headers): Add locale-defines.sym.
10052         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
10053         * sysdeps/x86_64/strcasecmp.S: New file.
10054         * sysdeps/x86_64/strcasecmp_l.S: New file.
10055         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
10056         * sysdeps/x86_64/locale-defines.sym: New file.
10057         * string/test-strcasecmp.c: New file.
10059         * string/test-strcasestr.c: Test both ends of the range of characters.
10060         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
10062 2010-07-29  Roland McGrath  <roland@redhat.com>
10064         [BZ #11856]
10065         * manual/locale.texi (Yes-or-No Questions): Fix example code.
10067 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
10069         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
10070         for ld.so.
10072 2010-07-27  Andreas Schwab  <schwab@redhat.com>
10074         * manual/memory.texi (Malloc Tunable Parameters): Document
10075         M_PERTURB.
10077 2010-07-26  Roland McGrath  <roland@redhat.com>
10079         [BZ #11840]
10080         * configure.in (-fgnu89-inline check): Set and substitute
10081         gnu89_inline, not libc_cv_gnu89_inline.
10082         * configure: Regenerated.
10083         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
10085 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
10087         * string/test-strnlen.c: New file.
10088         * string/Makefile (strop-tests): Add strnlen.
10089         * string/tester.c (test_strnlen): Add a few more test cases.
10090         * string/tst-strlen.c: Better error reporting.
10092         * sysdeps/x86_64/strnlen.S: New file.
10094 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
10096         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
10097         lower-latency instructions.
10099 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
10101         * string/test-strcasestr.c: New file.
10102         * string/test-strstr.c: New file.
10103         * string/Makefile (strop-tests): Add strstr and strcasestr.
10104         * string/str-two-way.h: Don't undefine MAX.
10105         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
10107 2010-07-21  Andreas Schwab  <schwab@redhat.com>
10109         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
10110         strcasestr-nonascii.
10111         (CFLAGS-strcasestr-nonascii.c): Define.
10112         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
10113         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
10114         Remove unused attribute.
10116 2010-07-20  Roland McGrath  <roland@redhat.com>
10118         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
10119         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
10120         ld.so.cache was broken.  With it, there is no way to disable dsocaps
10121         like LD_HWCAP_MASK can disable hwcaps.
10123 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
10125         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
10127 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
10129         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
10130         call in strcasestr.
10131         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
10132         __strcasestr_sse42_nonascii.
10133         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
10134         strcasestr-nonascii.c.
10135         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
10137 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
10139         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
10140         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
10141         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
10142         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
10144 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
10146         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
10147         fcntl.
10149 2010-07-06  Andreas Schwab  <schwab@redhat.com>
10151         [BZ #11577]
10152         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
10153         dl_signal_cerror.
10155 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
10157         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
10158         _PC_PIPE_BUF using F_GETPIPE_SZ.
10160 2010-07-05  Roland McGrath  <roland@redhat.com>
10162         * manual/arith.texi (Rounding Functions): Fix rint description
10163         implicit in round description.
10165 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
10167         * elf/Makefile: Fix linking for a few tests to make recent linker
10168         happy.
10170 2010-06-30  Andreas Schwab  <schwab@redhat.com>
10172         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
10173         $(common-objpfx)libc_nonshared.a.
10175 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
10177         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
10178         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
10179         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
10180         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
10181         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
10182         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
10183         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
10184         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
10185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
10186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
10187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
10188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
10189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
10190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
10191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
10192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
10193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
10194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
10195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
10196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
10197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
10198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
10199         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
10200         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
10201         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
10202         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
10203         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
10204         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
10205         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
10206         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
10207         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
10208         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
10209         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
10210         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
10211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
10212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
10213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
10214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
10215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
10216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
10217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
10218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
10219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
10220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
10221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
10222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
10223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
10224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
10226 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
10228         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
10229         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
10230         * string/memmove.c (memmove): Renamed to ...
10231         (MEMMOVE): ...this.  Default to memmove.
10232         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
10233         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
10234         (END_CHK): Define.
10235         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10236         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
10237         mempcpy-ssse3-back memmove-ssse3-back.
10238         * sysdeps/x86_64/multiarch/bcopy.S: New file .
10239         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
10240         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
10241         * sysdeps/x86_64/multiarch/memcpy.S: New file.
10242         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
10243         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
10244         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
10245         * sysdeps/x86_64/multiarch/memmove.c: New file.
10246         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
10247         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
10248         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
10249         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
10250         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
10251         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
10252         Define.
10253         (index_Fast_Copy_Backward): Define.
10254         (HAS_ARCH_FEATURE): Define.
10255         (HAS_FAST_REP_STRING): Define.
10256         (HAS_FAST_COPY_BACKWARD): Define.
10258 2010-06-21  Andreas Schwab  <schwab@redhat.com>
10260         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
10261         Restore proper fallback handling.
10263 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
10265         [BZ #11701]
10266         * posix/group_member.c (__group_member): Correct checking loop.
10268         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
10269         OOM in getpwuid_r correctly.  Return error number when the caller
10270         should return, otherwise -1.
10271         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
10272         call returning > 0 value.
10273         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
10275 2010-06-07  Andreas Schwab  <schwab@redhat.com>
10277         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
10278         libc_nonshared.a from targets in modules-names.
10280 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
10282         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
10283         requires it.
10285 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
10287         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
10288         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
10289         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
10290         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
10292 2010-06-02  Andreas Schwab  <schwab@redhat.com>
10294         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
10296 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
10298         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
10299         and F_GETPIPE_SZ.
10300         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10301         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10302         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10303         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
10304         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10305         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
10307 2010-06-14  Roland McGrath  <roland@redhat.com>
10309         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
10311 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
10313         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
10314         __REDIRECT followed by __THROW.
10315         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
10316         * posix/getopt.h (getopt): Likewise.
10318 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
10320         * hurd/lookup-at.c (__file_name_lookup_at): Accept
10321         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
10322         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
10323         in AT_FLAGS.
10324         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
10325         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
10327 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
10329         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
10331 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
10333         [BZ #11640]
10334         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10335         Properly check family and model.
10337 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
10339         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
10341 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
10343         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
10345 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
10347         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
10348         symbol reference.
10350 2010-05-19  Andreas Schwab  <schwab@redhat.com>
10352         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
10353         symbol reference.
10355 2010-05-21  Andreas Schwab  <schwab@redhat.com>
10357         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
10358         and internal_recvmmsg.
10359         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
10360         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
10361         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
10362         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
10364         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
10365         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
10366         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
10368 2010-05-20  Andreas Schwab  <schwab@redhat.com>
10370         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
10372 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
10374         POWER7 optimizations.
10375         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
10376         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
10378 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
10380         * version.h: Update for 2.13 development version.
10382 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
10384         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
10385         exceptions.  Return 0.
10387 2010-05-07  Roland McGrath  <roland@redhat.com>
10389         * elf/ldconfig.c (main): Add a const.
10391 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
10393         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
10394         (args_options): Add no-idn option.
10395         (ahosts_keys_int): Add idn_flags to ai_flags.
10396         (parse_option): Handle 'i' option to clear idn_flags.
10398         * malloc/malloc.c (_int_free): Possible race in the most recently
10399         added check.  Only act on the data if no current modification
10400         happened.
10402 See ChangeLog.17 for earlier changes.