Revert "Add bug 16918 to NEWS."
[platform/upstream/glibc.git] / ChangeLog
1 2014-06-24  Wilco  <wdijkstr@arm.com>
2
3         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
4
5 2014-06-24  Wilco  <wdijkstr@arm.com>
6
7         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
8         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
12         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
13         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
14         Use _FPU_MASK_RM.
15
16 2014-06-24  Wilco  <wdijkstr@arm.com>
17
18         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
19
20 2014-06-24  Wilco  <wdijkstr@arm.com>
21
22         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
23         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
24         * sysdeps/arm/fesetround.c (fesetround): Remove space.
25         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
26
27 2014-06-24  Wilco  <wdijkstr@arm.com>
28
29         [BZ #16918]
30         * sysdeps/arm/feupdateenv.c (feupdateenv):
31         Rewrite to reduce FPSCR accesses and fix return value.
32
33 2014-06-24  Wilco  <wdijkstr@arm.com>
34
35         * sysdeps/arm/fclrexcpt.c (feclearexcept):
36         Optimize to avoid unnecessary FPSCR writes.
37         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
38         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
39         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
40         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
41
42 2014-06-24  Wilco  <wdijkstr@arm.com>
43
44         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
45         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
46         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
47         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
48         Call libc_fetestexcept_vfp.
49         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
50         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
51         __SOFTFP__ ifdef so that they can be built for softfp.
52
53 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
54
55         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
56         argument type signed char.
57
58         * Makerules (check-abi): Dump diff of symlist if the test
59         fails.
60
61 2014-06-23  Roland McGrath  <roland@hack.frob.com>
62
63         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
64         using abort.
65
66         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
67         Remove unused variable ST.
68
69 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
70
71         [BZ #16354]
72         [BZ #17061]
73         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
74         small arguments before calling __expm1.
75         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
76         small arguments before calling __expm1f.
77         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
78         small arguments before calling __expm1l.
79         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
80         Likewise.
81         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
82         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
83         spurious underflow for some cosh tests.
84         * math/auto-libm-test-out: Regenerated.
85         * sysdeps/i386/fpu/libm-test-ulps: Update.
86
87         [BZ #17050]
88         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
89         (__ieee754_y1): Set errno if return value overflows.
90         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
91         (__ieee754_y1f): Set errno if return value overflows.
92         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
93         (__ieee754_y1l): Set errno if return value overflows.
94         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
95         (__ieee754_y1l): Set errno if return value overflows.
96         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
97         * math/auto-libm-test-out: Regenerated.
98
99         * math/gen-auto-libm-tests.c: Document use of
100         ignore-zero-inf-sign.
101         (input_flag_type): Add value flag_ignore_zero_inf_sign.
102         (input_flags): Add ignore-zero-inf-sign.
103         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
104         * math/gen-libm-test.pl (generate_testfile): Handle
105         ignore-zero-inf-sign.
106         * math/auto-libm-test-in: Mark some cpow tests with
107         ignore-zero-inf-sign and some with xfail-rounding.
108         * math/auto-libm-test-out: Regenerated.
109         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
110         * sysdeps/i386/fpu/libm-test-ulps: Update.
111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
112
113         [BZ #16315]
114         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
115         overflowing or underflowing operations take place with sign of
116         result.
117         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
118         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
119         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
120         (__ieee754_pow): Recompute overflowing and underflowing results in
121         original rounding mode.
122         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
123         (__powl_helper): Allow negative argument X and scale negated value
124         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
125         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
126         overflowing or underflowing operations take place with sign of
127         result.
128         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
129         Include <math.h>.
130         * math/auto-libm-test-in: Add more tests of pow.
131         * math/auto-libm-test-out: Regenerated.
132         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
133         (pow_tonearest_test_data): Remove.
134         (pow_test_tonearest): Likewise.
135         (pow_towardzero_test_data): Likewise.
136         (pow_test_towardzero): Likewise.
137         (pow_downward_test_data): Likewise.
138         (pow_test_downward): Likewise.
139         (pow_upward_test_data): Likewise.
140         (pow_test_upward): Likewise.
141         (main): Don't call removed functions.
142         * sysdeps/i386/fpu/libm-test-ulps: Update.
143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
144
145 2014-06-23  Roland McGrath  <roland@hack.frob.com>
146
147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
148         Moved ...
149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
151         Moved ...
152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
154         Moved ...
155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
157         Moved ...
158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
160         File removed.
161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
162         File removed.
163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
164         File removed.
165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
166         File removed.
167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
168         File removed.
169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
170         File removed.
171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
172         File removed.
173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
174         File removed.
175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
176         File removed.
177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
178         File removed.
179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
180         File removed.
181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
182         File removed.
183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
184         Moved ...
185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
187         Moved ...
188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
189         ... here.
190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
191         Moved ...
192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
194         Moved ...
195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
197         Moved ...
198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
200         Moved ...
201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
203         Moved ...
204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
206         Moved ...
207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
209         Moved ...
210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
213         ... here.
214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
215         Moved ...
216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
218         Moved ...
219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
220         ... here.
221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
222         Moved ...
223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
224         ... here.
225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
226         Moved ...
227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
228         ... here.
229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
230         Moved ...
231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
233         Moved ...
234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
238         Moved ...
239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
240         ... here.
241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
242         Moved ...
243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
244         ... here.
245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
246         Moved ...
247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
249         Moved ...
250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
252         Moved ...
253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
255         Moved ...
256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
258         Moved ...
259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
260         ... here.
261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
262         Moved ...
263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
265         Moved ...
266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
268         Moved ...
269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
271         Moved ...
272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
276         Moved ...
277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
279         Moved ...
280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
282         Moved ...
283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
284         ... here.
285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
286         Moved ...
287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
288         ... here.
289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
290         Moved ...
291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
292         ... here.
293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
294         Moved ...
295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
297         Moved ...
298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
300         Moved ...
301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
303         Moved ...
304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
305         ... here.
306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
307         Moved ...
308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
309         ... here.
310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
311         Moved ...
312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
313         ... here.
314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
315         Moved ...
316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
318         Moved ...
319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
320
321 2014-06-23  Will Newton  <will.newton@linaro.org>
322             Wilco  <wdijkstr@arm.com>
323
324         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
325         implementation.  Include get-rounding-mode.h.
326         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
327         [!libc_feholdsetround_noex_ctx]: Define
328         libc_feholdsetround_noex_ctx.
329         [!libc_feholdsetround_noexf_ctx]: Define
330         libc_feholdsetround_noexf_ctx.
331         [!libc_feholdsetround_noexl_ctx]: Define
332         libc_feholdsetround_noexl_ctx.
333         (libc_feholdsetround_ctx): New function.
334         (libc_feresetround_ctx): New function.
335         (libc_feholdsetround_noex_ctx): New function.
336         (libc_feresetround_noex_ctx): New function.
337
338 2014-06-23  Roland McGrath  <roland@hack.frob.com>
339
340         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
341         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
342         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
343         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
344         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
345         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
346
347         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
348         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
349         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
350         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
351         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
352         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
353         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
354         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
355         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
356         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
357         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
358         Moved ...
359         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
360         ... here.
361         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
362         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
363         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
364         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
365         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
366         Moved ...
367         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
368         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
369         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
370         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
371         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
372         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
373         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
374         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
375         Moved ...
376         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
377         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
378         Moved ...
379         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
380         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
381         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
382         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
383         Moved ...
384         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
385         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
386         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
387         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
388         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
389         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
390         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
391         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
392         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
393         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
394         Moved ...
395         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
396         ... here.
397         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
398         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
399         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
400         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
401         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
402         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
403         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
404         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
405         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
406         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
407         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
408         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
409         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
410         Moved ...
411         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
412         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
413         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
414         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
415         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
416         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
417         Moved ...
418         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
419         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
420         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
421         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
422         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
423
424         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
425         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
426         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
427         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
428         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
429         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
430         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
431         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
432         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
433         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
434         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
435         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
436         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
437         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
438         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
439         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
440         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
441         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
442         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
443         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
444         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
445         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
446         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
447         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
448         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
449         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
450         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
451         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
452
453 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
454
455         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
456         (FALLOC_FL_COLLAPSE_RANGE): New macro.
457         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
458         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
459         (IPV6_PMTUDISC_INTERFACE): Likewise.
460         (IPV6_PMTUDISC_OMIT): Likewise.
461
462 2014-06-23  Andreas Schwab  <schwab@suse.de>
463
464         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
465         Remove unused errout label.
466
467 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
468
469         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
470         macro: hardware supports Vector Crypto instructions.
471
472 2014-06-23  Will Newton  <will.newton@linaro.org>
473
474         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
475         rather than __builtin_expect.
476
477         * elf/dl-lookup.c (undefined_msg): Remove variable.
478         (_dl_lookup_symbol_x): Replace undefined_msg with string
479         literal.
480
481         * elf/dl-lookup.c (do_lookup_unique): New function.
482         (do_lookup_x): Move STB_GNU_UNIQUE handling code
483         to a separate function.
484
485 2014-06-23  Andreas Schwab  <schwab@suse.de>
486
487         [BZ #17079]
488         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
489         before reading the next line.
490
491 2014-06-23  Will Newton  <will.newton@linaro.org>
492
493         * test-skeleton.c (signal_handler): Use printf and %m
494         rather than perror.  Use printf rather than fprintf to
495         stderr.  Use puts rather than fputs to stderr.
496         (main): Likewise.
497
498 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
499
500         * nscd/nscd.c (thread_info_t): Remove typedef.
501         (thread_info): Remove variable.
502
503 2014-06-21  Allan McRae  <allan@archlinux.org>
504
505         * NEWS: Mention CVE-2014-4043.
506
507 2014-06-20  Roland McGrath  <roland@hack.frob.com>
508
509         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
510         * nptl/smp.h: ... here.
511
512         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
513
514         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
515         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
516         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
517         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
518
519         * nptl/allocatestack.c: Include <stack-aliasing.h>.
520         * nptl/stack-aliasing.h: New file.
521         * sysdeps/i386/i686/stack-aliasing.h: New file.
522         * sysdeps/i386/i686/nptl/Makefile: File removed.
523         * sysdeps/x86_64/stack-aliasing.h: New file.
524         * sysdeps/x86_64/nptl/Makefile
525         (CFLAGS-pthread_create.c): Variable removed.
526
527         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
528         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
529         old file.
530         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
531         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
532         old file.
533
534 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
535
536         * sysdeps/unix/sysv/linux/arm/kernel-features.h
537         (__ASSUME_SIGFRAME_V2): Remove macro.
538         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
539         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
540         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
541         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
542         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
543         Declare as function.  Remove conditional macro definitions.
544         (__default_rt_sa_restorer): Likewise.
545         (__default_sa_restorer_v1): Remove declaration.
546         (__default_sa_restorer_v2): Likewise.
547         (__default_rt_sa_restorer_v1): Likewise.
548         (__default_rt_sa_restorer_v2): Likewise.
549         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
550         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
551         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
552
553 2014-06-20  Roland McGrath  <roland@hack.frob.com>
554
555         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
556         (libpthread-routines): Add sysdep.
557         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
558         * sysdeps/unix/sysv/linux/sparc/Versions
559         (libpthread: GLIBC_2.3.3): New version set.
560         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
561         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
562         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
563         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
564         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
565         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
566         Moved ...
567         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
568         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
569         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
570         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
571         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
572         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
573         * sysdeps/sparc/nptl/sem_init.c: ... here.
574         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
575         * sysdeps/sparc/nptl/sem_post.c: ... here.
576         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
577         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
578         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
579         * sysdeps/sparc/nptl/sem_wait.c: ... here.
580         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
581         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
582         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
583         (libpthread-routines): Add cpu_relax.
584         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
585         File removed.
586         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
587         (librt: GLIBC_2.3.3): New version set.
588         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
589         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
590         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
591         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
592         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
593         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
594         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
595         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
596         Moved ...
597         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
598         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
599         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
600         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
601         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
602         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
603         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
604         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
605         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
606         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
607         Moved ...
608         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
609         Update #include.
610         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
611         Moved ...
612         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
613         Update #include.
614         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
615         Moved ...
616         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
617         Update #include.
618         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
619         Moved ...
620         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
621         Update #include.
622         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
623         Moved ...
624         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
625         Update #include.
626         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
627         Moved ...
628         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
629         Update #include.
630         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
631         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
632         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
633         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
634         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
635         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
636         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
637         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
638         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
639         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
640         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
641         Moved ...
642         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
643         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
644         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
645         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
646         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
647
648 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
649
650         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
651         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
652         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
653         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
654         * nscd/nscd.c: Likewise.
655         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
656         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
657         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
658         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
659
660         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
661         <kernel-features.h>.
662         (init_mq_netlink): Remove conditional have_sock_cloexec
663         definitions.  Remove code conditional on have_sock_cloexec < 0.
664         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
665         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
666         * sysdeps/unix/sysv/linux/opensock.c: Do not include
667         <kernel-features.h>.
668         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
669         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
670
671 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
672
673         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
674         Add tests for memset_chk and memset.
675
676         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
677         with AVX2_Usable.
678
679 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
680
681         [BZ #16046]
682         * elf/tst-dl-iter-static.c: New file.
683         * elf/Makefile (tests-static): Add tst-dl-iter-static.
684
685         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
686         error.
687
688 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
689
690         * sysdeps/unix/sysv/linux/kernel-features.h
691         (__ASSUME_F_GETOWN_EX): Remove macro.
692         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
693         <kernel-features.h>.
694         (miss_F_GETOWN_EX): Remove variable or macro.
695         (do_fcntl): Do not check miss_F_GETOWN_EX.
696         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
697
698         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
699         Remove macro.
700         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
701         [!__ASSUME_AT_RANDOM]: Remove conditional code.
702         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
703
704         * sysdeps/unix/sysv/linux/kernel-features.h
705         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
706         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
707         [ADJ_OFFSET_SS_READ]: Make code unconditional.
708         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
709
710 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
711
712         [BZ #17075]
713         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
714         Fix calculation of the symbol's value.
715         * sysdeps/arm/tst-armtlsdescloc.c: New file.
716         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
717         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
718         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
719         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
720         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
721         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
722         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
723         (modules-names): Add `tst-armtlsdescmod',
724         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
725         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
726         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
727         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
728         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
729         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
730         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
731         ($(objpfx)tst-armtlsdescloc): New dependency.
732         ($(objpfx)tst-armtlsdescextnow): Likewise.
733         ($(objpfx)tst-armtlsdescextlazy): Likewise.
734         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
735         TLS scheme support.
736         * sysdeps/arm/configure: Regenerate.
737
738 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
739
740         * include/fcntl.h (__atfct_seterrno): Remove prototype.
741         (__atfct_seterrno_2): Likewise.
742         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
743         <kernel-features.h>.
744         (__ASSUME_ATFCTS): Do not undefine and redefine.
745         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
746         (__have_atfcts): Remove conditional definition.
747         (__fxstatat([__NR_fstatat64]: Make code unconditional.
748         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
749         unreachable if [__ASSUME_ATFCTS].
750         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
751         not undefine and redefine.
752         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
753         <kernel-features.h>.
754         (faccessat) [__NR_faccessat]: Make code unconditional.
755         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
756         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
757         <kernel-features.h>.
758         (fchmodat) [__NR_fchmodat]: Make code unconditional.
759         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
760         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
761         <kernel-features.h>.
762         (fchownat) [__NR_fchownat]: Make code unconditional.
763         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
764         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
765         <kernel-features.h>.
766         (futimesat) [__NR_futimesat]: Make code unconditional.
767         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
768         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
769         <kernel-features.h>.
770         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
771         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
772         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
773         <kernel-features.h>.
774         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
775         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
776         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
777         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
778         <kernel-features.h>.
779         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
780         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
781         * sysdeps/unix/sysv/linux/linkat.c: Do not include
782         <kernel-features.h>.
783         (linkat) [__NR_linkat]: Make code unconditional.
784         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
785         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
786         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
787         <kernel-features.h>.
788         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
789         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
790         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
791         <kernel-features.h>.
792         (mkdirat) [__NR_mkdirat]: Make code unconditional.
793         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
794         * sysdeps/unix/sysv/linux/openat.c: Do not include
795         <kernel-features.h>.
796         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
797         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
798         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
799         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
800         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
801         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
802         <kernel-features.h>.
803         (readlinkat) [__NR_readlinkat]: Make code unconditional.
804         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
805         result of INLINE_SYSCALL directly, not via int variable.
806         * sysdeps/unix/sysv/linux/renameat.c: Do not include
807         <kernel-features.h>.
808         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
809         (renameat) [__NR_renameat]: Make code unconditional.
810         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
811         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
812         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
813         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
814         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
815         (__ASSUME_ATFCTS): Do not undefine and redefine.
816         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
817         <kernel-features.h>.
818         (symlinkat) [__NR_symlinkat]: Make code unconditional.
819         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
820         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
821         <kernel-features.h>.
822         (unlinkat) [__NR_unlinkat]: Make code unconditional.
823         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
824         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
825         (__ASSUME_ATFCTS): Do not undefine and redefine.
826         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
827         <kernel-features.h>.
828         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
829         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
830         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
831         <kernel-features.h>.
832         (__xmknodat) [__NR_mknodat]: Make code unconditional.
833         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
834
835 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
836
837         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
838
839 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
840
841         [BZ #17069]
842         * posix/regcomp.c (parse_reg_exp): Deallocate partially
843         constructed tree before returning error.
844         * posix/bug-regexp36.c: Expand test case.
845
846 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
847
848         [BZ #6803]
849         * math/libm-test.inc (scalbln_test_date):
850         Add errno expectations.
851         * math/w_scalblnf.c: New File.
852         Add wrapper which checks for setting errno to ERANGE.
853         Add weak_alias for corresponding scalbln function.
854         * math/w_scalbln.c: Likewise.
855         * math/w_scalblnl.c: Likewise.
856         * math/Makefile (libm-calls): Add w_scalbln.
857         * sysdeps/ieee754/flt-32/s_scalblnf.c:
858         Remove weak_alias for corresponding scalbln function.
859         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
860         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
861         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
862         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
863         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
864         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
865         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
866         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
867         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
868         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
869         Remove long_double_symbol for scalblnl function in libm, libc.
870         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
871         Add wrapper which checks for setting errno to ERANGE.
872         Add long_double_symbol for scalblnl function in libm, libc.
873         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
874         Remove long_double_symbol for scalblnl in libm.
875         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
876         Add wrapper which checks for setting errno to ERANGE.
877         Add long_double_symbol for scalblnl function in libm.
878         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
879         Do not use wrapper because of own implementation.
880
881 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
882
883         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
884         3 bytes for __pad1 for x32.
885         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
886
887 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
888             H.J. Lu  <hongjiu.lu@intel.com>
889
890         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
891         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
892         * sysdeps/x86_64/multiarch/memset.S: Likewise.
893         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
894         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
895
896 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
897
898         [BZ #17069]
899         * posix/regcomp.c (parse_expression): Deallocate partially
900         constructed tree before returning error.
901         * posix/Makefile.c (tests): Add bug-regex36.
902         (generated): Add bug-regex36.mtrace.
903         (tests-special): Add $(objpfx)bug-regex36-mem.out
904         (bug-regex36-ENV): New variable.
905         ($(objpfx)bug-regex36-mem.out): New rule.
906         * posix/bug-regex36.c: New file.
907
908 2014-06-19  Will Newton  <will.newton@linaro.org>
909
910         * malloc/malloc.c (systrim): If extra is zero then return
911         early.
912
913 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
914
915         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
916
917 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
918
919         * sysdeps/aarch64/strchr.S: New file.
920
921 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
922
923         [BZ #17022]
924         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
925         from arguments -2 or below.
926         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
927         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
928
929 2014-06-18  Andreas Schwab  <schwab@suse.de>
930
931         [BZ #17062]
932         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
933         of a bracket expr not to run off the end of the string.
934         * posix/Makefile (tests): Add tst-fnmatch3.
935         * posix/tst-fnmatch3.c: New file.
936
937 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
938
939         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
940         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
941         [$(cross-compiling) = no]: Likewise.
942         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
943         [$(cross-compiling) = no]: Likewise.
944
945 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
946
947         [BZ #17031]
948         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
949         double, adjusted for any remainder from the high double.
950         * math/libm-test.inc (nearbyint): Add tests.
951         (rint): Likewise.
952
953 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
954
955         * nptl/sysdeps/powerpc/Makefile: Moved ...
956         * sysdeps/powerpc/nptl/Makefile: ... here.
957         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
958         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
959         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
960         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
961         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
962         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
963         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
964         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
965         * nptl/sysdeps/powerpc/tls.h: Moved ...
966         * sysdeps/powerpc/nptl/tls.h: ... here.
967
968 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
969
970         [BZ #16681]
971         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
972         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
973         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
974         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
975         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
976         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
977         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
978         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
979         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
980
981 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
982
983         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
984
985 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
986
987         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
988         defined operator.
989
990         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
991         $TIMEOUTFACTOR.
992
993 2014-06-16  Florian Weimer  <fweimer@redhat.com>
994
995         [BZ #17058]
996         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
997         non-executed part of the test.
998
999 2014-06-16  Andreas Schwab  <schwab@suse.de>
1000
1001         * string/bits/string2.h (strdup, strndup): Update feature guard.
1002
1003 2014-06-14  David S. Miller  <davem@davemloft.net>
1004
1005         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1006
1007 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
1008
1009         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
1010         that was previously under [RESET_PID].
1011         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
1012
1013         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
1014         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
1015         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
1016         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
1017         (__libc_vfork): New strong alias.
1018         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
1019
1020 2014-06-14 Andi Kleen  <ak@linux.intel.com>
1021
1022         * sysdeps/generic/elide.h: New file.
1023
1024 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1025
1026         * Makefile (installed-headers): Adjust path of pthread.h header.
1027
1028 2014-06-13  Roland McGrath  <roland@hack.frob.com>
1029
1030         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
1031         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
1032         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
1033         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
1034
1035         * nptl/sysdeps/s390/Makefile: Moved ...
1036         * sysdeps/s390/nptl/Makefile: ... here.
1037         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
1038         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
1039         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
1040         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
1041         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
1042         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
1043         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
1044         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
1045         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
1046         * sysdeps/s390/nptl/pthreaddef.h: ... here.
1047         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
1048         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
1049         * nptl/sysdeps/s390/tls.h: Moved ...
1050         * sysdeps/s390/nptl/tls.h: ... here.
1051
1052         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
1053         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
1054
1055 2014-06-13  David S. Miller  <davem@davemloft.net>
1056
1057         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
1058         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
1059         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
1060         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
1061         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
1062         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
1063         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
1064         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
1065         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
1066         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
1067         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
1068         Remove RESET_PID cpp guards.
1069         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
1070         Remove RESET_PID cpp guards.
1071         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
1072
1073 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
1074
1075         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
1076         __sp to uintptr_t.
1077
1078 2014-06-13  Andi Kleen  <ak@linux.intel.com>
1079
1080         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
1081         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
1082         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
1083         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
1084         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
1085         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
1086         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
1087         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
1088         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
1089         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
1090         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
1091         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
1092         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
1093         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
1094         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
1095         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
1096         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
1097         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
1098         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
1099         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
1100
1101         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
1102         (pthread_rwlock_rdlock): Add elision.
1103         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
1104         (pthread_rwlock_wrlock): Add elision.
1105         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
1106         (pthread_rwlock_trywrlock): Add elision.
1107         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
1108         (pthread_rwlock_tryrdlock): Add elision.
1109         * nptl/pthread_rwlock_unlock.c: Include elide.h.
1110         (pthread_rwlock_tryrdlock): Add elision unlock.
1111         * nptl/sysdeps/pthread/pthread.h:
1112         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
1113         (PTHREAD_RWLOCK_INITIALIZER,
1114         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
1115         Handle new elision field.
1116         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
1117         * sysdeps/arm/nptl/bits/pthreadtypes.h
1118         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1119         * sysdeps/sh/nptl/bits/pthreadtypes.h
1120         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1121         * sysdeps/tile/nptl/bits/pthreadtypes.h
1122         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1123         * sysdeps/a/nptl/bits/pthreadtypes.h
1124         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1125         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
1126         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1127         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
1128         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1129         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
1130         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1131         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
1132         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1133         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
1134         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1135         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
1136         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1137         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1138         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1139         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
1140         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1141         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
1142         (elision_init): Set try_xbegin to zero when no RTM.
1143         * sysdeps/x86/nptl/bits/pthreadtypes.h
1144         (pthread_rwlock_t): Change __pad1 to __rwelision.
1145         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
1146
1147 2014-06-13  Andi Kleen  <ak@linux.intel.com>
1148
1149         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
1150         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
1151         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
1152         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
1153
1154 2014-06-13  Meador Inge  <meadori@codesourcery.com>
1155
1156         [BZ #16996]
1157         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
1158         that the cached result has been set before returning it.
1159
1160 2014-06-12  Roland McGrath  <roland@hack.frob.com>
1161
1162         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
1163         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
1164         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
1165         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
1166         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
1167         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
1168
1169         * nptl/sysdeps/sparc/Makefile: Moved ...
1170         * sysdeps/sparc/nptl/Makefile: ... here.
1171         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
1172         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
1173         * nptl/sysdeps/sparc/tls.h: Moved ...
1174         * sysdeps/sparc/nptl/tls.h: ... here.
1175         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
1176         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
1177         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
1178         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
1179         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
1180         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
1181         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
1182         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
1183         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
1184         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
1185         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
1186         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
1187         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
1188         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
1189         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
1190         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
1191         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
1192         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
1193         Update #include.
1194         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
1195         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
1196         Update #include.
1197         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
1198         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
1199         Update #include.
1200         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
1201         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
1202         Update #include.
1203
1204         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
1205
1206         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
1207         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
1208
1209         * sysdeps/pthread/posix-timer.h: Include <list.h>.
1210         (struct list_links): Type removed.
1211         (struct thread_node, struct timer_node): Replace struct list_links
1212         with struct list_head.
1213         (list_unlink_ip): Likewise.
1214         * sysdeps/pthread/timer_routines.c
1215         (timer_free_list, thread_free_list, thread_active_list): Likewise.
1216         (list_append, list_insbefore): Likewise.
1217         (list_init): Function removed.
1218         (thread_init, init_module): Use INIT_LIST_HEAD instead.
1219         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
1220         * sysdeps/pthread/Makefile: ... here, new file.
1221
1222         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
1223         * sysdeps/nptl/Implies: ... here.
1224         * sysdeps/unix/sysv/linux/Implies: Add nptl.
1225         * nptl/sysdeps/pthread/list.h: Moved ...
1226         * include/list.h: ... here.
1227         * nptl/sysdeps/pthread/createthread.c: Moved ...
1228         * nptl/createthread.c: ... here.
1229         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
1230         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
1231         * nptl/pt-longjmp.c: ... here.
1232         * nptl/sysdeps/pthread/Makefile: Moved ...
1233         * sysdeps/nptl/Makefile: ... here.
1234         * nptl/sysdeps/pthread/Subdirs: Moved ...
1235         * sysdeps/nptl/Subdirs: ... here.
1236         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
1237         * sysdeps/nptl/aio_misc.h: ... here.
1238         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
1239         * sysdeps/nptl/bits/libc-lock.h: ... here.
1240         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
1241         * sysdeps/nptl/bits/libc-lockP.h: ... here.
1242         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
1243         * sysdeps/nptl/bits/stdio-lock.h: ... here.
1244         * nptl/sysdeps/pthread/configure: Moved ...
1245         * sysdeps/nptl/configure: ... here.
1246         * nptl/sysdeps/pthread/configure.ac: Moved ...
1247         * sysdeps/nptl/configure.ac: ... here.
1248         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
1249         * sysdeps/nptl/gai_misc.h: ... here.
1250         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
1251         * sysdeps/nptl/librt-cancellation.c: ... here.
1252         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
1253         * sysdeps/nptl/malloc-machine.h: ... here.
1254         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
1255         * sysdeps/nptl/pthread-functions.h: ... here.
1256         * nptl/sysdeps/pthread/pthread.h: Moved ...
1257         * sysdeps/nptl/pthread.h: ... here.
1258         * nptl/sysdeps/pthread/setxid.h: Moved ...
1259         * sysdeps/nptl/setxid.h: ... here.
1260         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
1261         * sysdeps/nptl/sigfillset.c: ... here.
1262         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
1263         * sysdeps/nptl/tcb-offsets.h: ... here.
1264         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
1265         * sysdeps/nptl/tst-mqueue8x.c: ... here.
1266         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
1267         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
1268         * nptl/sysdeps/pthread/allocalim.h: Moved ...
1269         * sysdeps/pthread/allocalim.h: ... here.
1270         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
1271         * sysdeps/pthread/bits/sigthread.h: ... here.
1272         * nptl/sysdeps/pthread/flockfile.c: Moved ...
1273         * sysdeps/pthread/flockfile.c: ... here.
1274         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
1275         * sysdeps/pthread/ftrylockfile.c: ... here.
1276         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
1277         * sysdeps/pthread/funlockfile.c: ... here.
1278         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
1279         * sysdeps/pthread/posix-timer.h: ... here.
1280         * nptl/sysdeps/pthread/timer_create.c: Moved ...
1281         * sysdeps/pthread/timer_create.c: ... here.
1282         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
1283         * sysdeps/pthread/timer_delete.c: ... here.
1284         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
1285         * sysdeps/pthread/timer_getoverr.c: ... here.
1286         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
1287         * sysdeps/pthread/timer_gettime.c: ... here.
1288         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
1289         * sysdeps/pthread/timer_routines.c: ... here.
1290         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
1291         * sysdeps/pthread/timer_settime.c: ... here.
1292         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
1293         * sysdeps/pthread/tst-timer.c: ... here.
1294         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
1295         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
1296
1297         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
1298         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
1299
1300         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
1301         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
1302         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
1303         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
1304         Update #include target.
1305         * nptl/sysdeps/i386/i686/Makefile: Moved ...
1306         * sysdeps/i386/i686/nptl/Makefile: ... here.
1307         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
1308         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
1309         Update #include target.
1310         * nptl/sysdeps/i386/i686/tls.h: Moved ...
1311         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
1312         * nptl/sysdeps/i386/Makefile: Moved ...
1313         * sysdeps/i386/nptl/Makefile: ... here.
1314         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
1315         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
1316         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
1317         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
1318         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
1319         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
1320         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
1321         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
1322         * sysdeps/i386/nptl/pthreaddef.h: ... here.
1323         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
1324         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
1325         * nptl/sysdeps/i386/tls.h: Moved ...
1326         * sysdeps/i386/nptl/tls.h: ... here.
1327
1328         * sysdeps/sh/Makefile [$(subdir) = csu]
1329         (gen-as-const-headers): Add tcb-offsets.sym.
1330         * nptl/sysdeps/sh/Makefile: File removed.
1331         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
1332         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
1333         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
1334         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
1335         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
1336         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
1337         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
1338         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
1339         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
1340         * sysdeps/sh/nptl/pthreaddef.h: ... here.
1341         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
1342         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
1343         * nptl/sysdeps/sh/tls.h: Moved ...
1344         * sysdeps/sh/nptl/tls.h: ... here.
1345         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
1346         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
1347         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
1348         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
1349         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
1350         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
1351         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
1352         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
1353         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
1354         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
1355         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
1356         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
1357         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
1358         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
1359         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
1360         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
1361         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
1362         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
1363         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
1364         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
1365         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
1366         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
1367         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
1368         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
1369         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
1370         Moved ...
1371         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
1372         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
1373         Moved ...
1374         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
1375         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
1376         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
1377         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
1378         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
1379         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
1380         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
1381         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
1382         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
1383         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
1384         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
1385         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
1386         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
1387         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
1388         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
1389         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
1390         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
1391         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
1392         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
1393
1394 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1395
1396         * posix/spawn_faction_addopen.c: Include string.h.
1397
1398 2014-06-11  Roland McGrath  <roland@hack.frob.com>
1399
1400         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
1401         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
1402         * nptl/sysdeps/x86_64/Makefile: Moved ...
1403         * sysdeps/x86_64/nptl/Makefile: ... here.
1404         * nptl/sysdeps/x86_64/configure: Moved ...
1405         * sysdeps/x86_64/nptl/configure: ... here.
1406         * nptl/sysdeps/x86_64/configure.ac: Moved ...
1407         * sysdeps/x86_64/nptl/configure.ac: ... here.
1408         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
1409         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
1410         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
1411         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
1412         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
1413         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
1414         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
1415         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
1416         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
1417         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
1418         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
1419         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
1420         * nptl/sysdeps/x86_64/tls.h: Moved ...
1421         * sysdeps/x86_64/nptl/tls.h: ... here.
1422         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
1423         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
1424         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
1425         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
1426
1427         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
1428
1429 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1430
1431         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1432
1433 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
1434
1435         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
1436         type.
1437         [POSIX] (off_t): Likewise.
1438         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
1439         [POSIX] (S_ISBLK): Require macro.
1440         [POSIX] (S_ISCHR): Likewise.
1441         [POSIX] (S_ISDIR): Likewise.
1442         [POSIX] (S_ISFIFO): Likewise.
1443         [POSIX] (S_ISREG): Likewise.
1444         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
1445         optional-macro.
1446         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
1447         type.
1448         [POSIX] (time_t): Likewise.
1449         [POSIX] (timer_t): Likewise.
1450
1451 2014-06-11  Florian Weimer  <fweimer@redhat.com>
1452
1453         [BZ #17048]
1454         * posix/spawn_int.h (struct __spawn_action): Make the path string
1455         non-const to support deallocation.
1456         * posix/spawn_faction_addopen.c
1457         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
1458         * posix/spawn_faction_destroy.c
1459         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
1460         path in all spawn_do_open actions.
1461         * posix/tst-spawn.c (do_test): Exercise the copy operation in
1462         posix_spawn_file_actions_addopen.
1463
1464 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
1465
1466         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
1467         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
1468         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
1469         conditional code always true.
1470         (__libc_vfork): New alias.
1471
1472 2014-06-11  Roland McGrath  <roland@hack.frob.com>
1473
1474         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1475         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
1476
1477         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
1478
1479         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1480         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
1481
1482         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
1483         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
1484
1485         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1486         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
1487
1488 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1489
1490         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
1491         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
1492         multiarch strcmp for PPC64.
1493         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
1494         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
1495         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
1496         multiarch optimizations.
1497         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1498         (__libc_ifunc_impl_list): Likewise.
1499
1500 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
1501
1502         * benchtests/scripts/validate_benchout.py: New script.
1503         * benchtests/Makefile (bench-func): Call it.
1504         * benchtests/scripts/benchout.schema.json: New file.
1505
1506 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
1507
1508         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
1509         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
1510         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
1511         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
1512         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
1513         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
1514         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
1515         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
1516         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
1517         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
1518         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
1519         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
1520         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
1521         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
1522         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
1523         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
1524         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
1525         Moved ...
1526         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
1527         ... here.
1528         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
1529         Moved ...
1530         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
1531         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
1532         Moved ...
1533         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
1534         ... here.
1535         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
1536         Moved ...
1537         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
1538         ... here.
1539         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
1540         Moved ...
1541         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
1542         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
1543         Moved ...
1544         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
1545         ... here.
1546         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
1547         Moved ...
1548         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
1549         ... here.
1550         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
1551         Moved ...
1552         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
1553         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
1554         Moved ...
1555         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
1556         ... here.
1557         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
1558         Moved ...
1559         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
1560         ... here.
1561         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
1562         Moved ...
1563         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
1564         ... here.
1565         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
1566         Moved ...
1567         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
1568         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
1569         Moved ...
1570         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
1571         ... here.
1572         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
1573         Moved ...
1574         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
1575         ... here.
1576         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
1577         Moved ...
1578         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
1579         ... here.
1580         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
1581         Moved ...
1582         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
1583         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
1584         Moved ...
1585         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
1586         ... here.
1587         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
1588         Moved ...
1589         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
1590         ... here.
1591         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
1592         Moved ...
1593         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
1594         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
1595         Moved ...
1596         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
1597         ... here.
1598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
1599         Moved ...
1600         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
1601         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
1602         Moved ...
1603         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
1604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
1605         Moved ...
1606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
1607         ... here.
1608         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
1609         Moved ...
1610         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
1611         ... here.
1612         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
1613         Moved ...
1614         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
1615         ... here.
1616         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
1617         Moved ...
1618         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
1619         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
1620         Moved ...
1621         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
1622         ... here.
1623         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
1624         Moved ...
1625         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
1626         ... here.
1627         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
1628         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
1629         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
1630         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
1631         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
1632         Moved ...
1633         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
1634         ... here.
1635         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
1636         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
1637         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
1638         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
1639         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
1640         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
1641         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
1642         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
1643         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
1644         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
1645         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
1646         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
1647         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
1648         Moved ...
1649         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
1650         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
1651         Moved ...
1652         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
1653         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
1654         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
1655         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
1656         Moved ...
1657         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
1658         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
1659         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
1660         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
1661         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
1662         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
1663         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
1664
1665 2014-06-10  Wilco  <wdijkstr@arm.com>
1666
1667         * math/test-fenv-return.c: New file.
1668         * math/Makefile: Add new test test-fenv-return.
1669
1670 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
1671
1672         [BZ #17042]
1673         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
1674         when x - 1 is zero.
1675         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
1676         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
1677         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
1678         0.0L for an argument of 1.0L.
1679         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
1680         Likewise.
1681         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
1682         value when x - 1 is zero.
1683         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
1684         * sysdeps/i386/fpu/libm-test-ulps: Update.
1685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1686
1687 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
1688
1689         [BZ #15119]
1690         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
1691
1692 2014-06-09  Roland McGrath  <roland@hack.frob.com>
1693
1694         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
1695         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
1696
1697 2014-06-09  Roland McGrath  <roland@hack.frob.com>
1698
1699         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1700         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
1701
1702         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1703         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
1704
1705         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1706         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
1707
1708         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1709         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
1710
1711         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
1712         if not already defined.
1713         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
1714         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
1715         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
1716         (TLS_INIT_TP): Use it.
1717         (TLS_DEFINE_INIT_TP): New macro.
1718         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
1719
1720 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
1721
1722         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
1723         constant.
1724         [POSIX] (IXANY): Likewise.
1725         [POSIX] (OLCUC): Likewise.
1726         [POSIX || POSIX2008] (CBAUD): Do not allow.
1727         [POSIX || POSIX2008] (DEFECHO): Likewise.
1728         [POSIX || POSIX2008] (ECHOCTL): Likewise.
1729         [POSIX || POSIX2008] (ECHOKE): Likewise.
1730         [POSIX || POSIX2008] (ECHOPRT): Likewise.
1731         [POSIX || POSIX2008] (EXTA): Likewise.
1732         [POSIX || POSIX2008] (EXTB): Likewise.
1733         [POSIX || POSIX2008] (FLUSHO): Likewise.
1734         [POSIX || POSIX2008] (LOBLK): Likewise.
1735         [POSIX || POSIX2008] (PENDIN): Likewise.
1736         [POSIX || POSIX2008] (SWTCH): Likewise.
1737         [POSIX || POSIX2008] (VDISCARD): Likewise.
1738         [POSIX || POSIX2008] (VDSUSP): Likewise.
1739         [POSIX || POSIX2008] (VLNEXT): Likewise.
1740         [POSIX || POSIX2008] (VREPRINT): Likewise.
1741         [POSIX || POSIX2008] (VSTATUS): Likewise.
1742         [POSIX || POSIX2008] (VWERASE): Likewise.
1743         (B*): Change to B[0123456789]*.
1744         * conform/data/time.h-data [POSIX || UNIX98]
1745         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
1746         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
1747         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
1748         [POSIX] (tm_*): Do not allow.
1749
1750 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
1751
1752         * Makefile (install): Don't set LANGUAGE.
1753         * Makefile.in (install): Likewise.
1754         * assert/Makefile (test-assert-ENV): Remove variable.
1755         (test-assert-perr-ENV): Likewise.
1756         * elf/Makefile (neededtest4-ENV): Likewise.
1757         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
1758         [$(cross-compiling) = no]: Don't set LANGUAGE.
1759         * io/ftwtest-sh (LANG): Remove variable.
1760         * libio/Makefile (tst-widetext-ENV): Likewise.
1761         * manual/install.texi (Running make install): Don't refer to
1762         environment settings for make install.
1763         * INSTALL: Regenerated.
1764         * nptl/tst-tls6.sh: Don't set LANG.
1765         * posix/globtest.sh (LANG): Remove variable.
1766         * string/Makefile (tester-ENV): Likewise.
1767         (inl-tester-ENV): Likewise.
1768         (noinl-tester-ENV): Likewise.
1769         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
1770         [$(cross-compiling) = no]: Don't set LANGUAGE.
1771         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
1772         without explicit environment settings.
1773
1774 2014-06-06  Roland McGrath  <roland@hack.frob.com>
1775
1776         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
1777         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
1778         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
1779         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
1780
1781 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
1782
1783         * crypt/crypt-private.h [DOS]: Add some includes taken from the
1784         other files in the crypt directory.
1785         * crypt/crypt.c: Remove duplicate includes.
1786         * crypt/crypt-entry.c: Likewise.
1787         * crypt/crypt_util.c: Likewise.
1788
1789 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
1790
1791         * Makeconfig (run-program-env): New variable.
1792         (run-program-prefix-before-env): Likewise.
1793         (run-program-prefix-after-env): Likewise.
1794         (run-program-prefix): Define in terms of new variables.
1795         (built-program-cmd-before-env): New variable.
1796         (built-program-cmd-after-env): Likewise.
1797         (built-program-cmd): Define in terms of new variables.
1798         (test-program-prefix-before-env): New variable.
1799         (test-program-prefix-after-env): Likewise.
1800         (test-program-prefix): Define in terms of new variables.
1801         (test-program-cmd-before-env): New variable.
1802         (test-program-cmd-after-env): Likewise.
1803         (test-program-cmd): Define in terms of new variables.
1804         * Rules (make-test-out): Use $(run-program-env).
1805         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
1806         (help): Do not mention environment variables.  Mention
1807         --timeoutfactor option.
1808         (timeoutfactor): New variable.
1809         (blacklist_exports): Remove function.
1810         (exports): Remove variable.
1811         (command): Do not include ${exports}.
1812         * manual/install.texi (Configuring and compiling): Do not mention
1813         test wrappers preserving environment variables.  Mention that last
1814         assignment to a variable must take precedence.
1815         * INSTALL: Regenerated.
1816         * benchtests/Makefile (run-bench): Use $(run-program-env).
1817         * catgets/Makefile ($(objpfx)test1.cat): Use
1818         $(built-program-cmd-before-env), $(run-program-env) and
1819         $(built-program-cmd-after-env).
1820         ($(objpfx)test2.cat): Do not specify environment variables
1821         explicitly.
1822         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
1823         $(run-program-env) and $(built-program-cmd-after-env).
1824         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
1825         $(run-program-env) and $(test-program-cmd-after-env).
1826         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
1827         explicitly.
1828         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
1829         run_program_env and test_program_cmd_after_env arguments.
1830         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
1831         * elf/tst-pathopt.sh: Use run_program_env argument.
1832         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
1833         $(test-wrapper-env) and $(run-program-env).
1834         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
1835         run_program_env arguments.
1836         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
1837         * intl/Makefile ($(objpfx)tst-gettext.out): Use
1838         $(test-program-prefix-before-env), $(run-program-env) and
1839         $(test-program-prefix-after-env).
1840         ($(objpfx)tst-gettext2.out): Likewise.
1841         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
1842         run_program_env and test_program_prefix_after_env arguments.
1843         * intl/tst-gettext2.sh: Likewise.
1844         * intl/tst-gettext4.sh: Do not set environment variables
1845         explicitly.
1846         * intl/tst-gettext6.sh: Likewise.
1847         * intl/tst-translit.sh: Likewise.
1848         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
1849         $(test-program-prefix-before-env), $(run-program-env) and
1850         $(test-program-prefix-after-env).
1851         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
1852         run_program_env and test_program_prefix_after_env arguments.
1853         * math/Makefile (run-regen-ulps): Use $(run-program-env).
1854         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
1855         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
1856         explicitly with each use of ${test_wrapper_env}.
1857         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
1858         $(test-program-prefix-before-env), $(run-program-env) and
1859         $(test-program-prefix-after-env).
1860         * posix/tst-getconf.sh: Do not set environment variables
1861         explicitly.
1862         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
1863         run_program_env and test_program_prefix_after_env arguments.
1864         * stdio-common/tst-printf.sh: Do not set environment variables
1865         explicitly.
1866         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
1867         $(test-program-prefix-before-env), $(run-program-env) and
1868         $(test-program-prefix-after-env).
1869         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
1870         run_program_env and test_program_prefix_after_env arguments.
1871         Split $test calls into $test_pre and $test.
1872         * timezone/Makefile (build-testdata): Use
1873         $(built-program-cmd-before-env), $(run-program-env) and
1874         $(built-program-cmd-after-env).
1875
1876 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1877
1878         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
1879         strlen for non SHARED builds.
1880
1881 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
1882
1883         * nptl/allocatestack.c (check_list): Inlined function...
1884         (__reclaim_stacks): ... here.
1885
1886 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
1887
1888         [BZ #15698]
1889         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
1890         memory overrun.
1891
1892 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
1893
1894         * Rules (make-test-out): Include
1895         LOCPATH=$(common-objpfx)localedata in default environment.
1896         * debug/Makefile (tst-chk1-ENV): Remove variable.
1897         (tst-chk2-ENV): Likewise.
1898         (tst-chk3-ENV): Likewise.
1899         (tst-chk4-ENV): Likewise.
1900         (tst-chk5-ENV): Likewise.
1901         (tst-chk6-ENV): Likewise.
1902         (tst-lfschk1-ENV): Likewise.
1903         (tst-lfschk2-ENV): Likewise.
1904         (tst-lfschk3-ENV): Likewise.
1905         (tst-lfschk4-ENV): Likewise.
1906         (tst-lfschk5-ENV): Likewise.
1907         (tst-lfschk6-ENV): Likewise.
1908         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
1909         (tst-iconv7-ENV): Likewise.
1910         * intl/Makefile (LOCPATH-ENV): Likewise.
1911         (tst-codeset-ENV): Likewise.
1912         (tst-gettext3-ENV): Likewise.
1913         (tst-gettext5-ENV): Likewise.
1914         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
1915         (tst-fopenloc-ENV): Likewise.
1916         (tst-fgetws-ENV): Remove variable.
1917         (tst-ungetwc1-ENV): Likewise.
1918         (tst-ungetwc2-ENV): Likewise.
1919         (bug-ungetwc2-ENV): Likewise.
1920         (tst-swscanf-ENV): Likewise.
1921         (bug-ftell-ENV): Likewise.
1922         (tst-fgetwc-ENV): Likewise.
1923         (tst-fseek-ENV): Likewise.
1924         (tst-ftell-partial-wide-ENV): Likewise.
1925         (tst-ftell-active-handler-ENV): Likewise.
1926         (tst-ftell-append-ENV): Likewise.
1927         * posix/Makefile (tst-fnmatch-ENV): Likewise.
1928         (tst-regexloc-ENV): Likewise.
1929         (bug-regex1-ENV): Likewise.
1930         (tst-regex-ENV): Likewise.
1931         (tst-regex2-ENV): Likewise.
1932         (bug-regex5-ENV): Likewise.
1933         (bug-regex6-ENV): Likewise.
1934         (bug-regex17-ENV): Likewise.
1935         (bug-regex18-ENV): Likewise.
1936         (bug-regex19-ENV): Likewise.
1937         (bug-regex20-ENV): Likewise.
1938         (bug-regex22-ENV): Likewise.
1939         (bug-regex23-ENV): Likewise.
1940         (bug-regex25-ENV): Likewise.
1941         (bug-regex26-ENV): Likewise.
1942         (bug-regex30-ENV): Likewise.
1943         (bug-regex32-ENV): Likewise.
1944         (bug-regex33-ENV): Likewise.
1945         (bug-regex34-ENV): Likewise.
1946         (bug-regex35-ENV): Likewise.
1947         (tst-rxspencer-ENV): Likewise.
1948         (tst-rxspencer-no-utf8-ENV): Likewise.
1949         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
1950         (tst-sscanf-ENV): Likewise.
1951         (tst-swprintf-ENV): Likewise.
1952         (tst-swscanf-ENV): Likewise.
1953         (test-vfprintf-ENV): Likewise.
1954         (scanf13-ENV): Likewise.
1955         (bug14-ENV): Likewise.
1956         (tst-grouping-ENV): Likewise.
1957         * stdlib/Makefile (tst-strtod-ENV): Likewise.
1958         (tst-strtod3-ENV): Likewise.
1959         (tst-strtod4-ENV): Likewise.
1960         (tst-strtod5-ENV): Likewise.
1961         (testmb2-ENV): Likewise./
1962         * string/Makefile (tst-strxfrm-ENV): Likewise.
1963         (tst-strxfrm2-ENV): Likewise.
1964         (bug-strcoll1-ENV): Likewise.
1965         (test-strcasecmp-ENV): Likewise.
1966         (test-strncasecmp-ENV): Likewise.
1967         * time/Makefile (tst-strptime-ENV): Likewise.
1968         (tst-ftime_l-ENV): Likewise.
1969         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
1970         (tst-mbrtowc-ENV): Likewise.
1971         (tst-wcrtomb-ENV): Likewise.
1972         (tst-mbrtowc2-ENV): Likewise.
1973         (tst-c16c32-1-ENV): Likewise.
1974         (tst-mbsnrtowcs-ENV): Likewise.
1975
1976 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
1977
1978         * manual/resource.texi (How to get information about the memory
1979         subsystem?): Fix typo.
1980         Reported by Peon de la Parra Ivan <peon@keba.com>
1981
1982 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
1983
1984         [BZ #16882]
1985         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
1986         (pthread_spin_lock): Branch out of spin loop to proper location.
1987         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
1988         (pthread_spin_lock): Likewise.
1989
1990         * nptl/tst-spin4.c: New test.
1991         * nptl/Makefile (tests): Add tst-spin4.
1992
1993 2014-06-03  Andreas Schwab  <schwab@suse.de>
1994
1995         [BZ #15946]
1996         * resolv/res_send.c (send_dg): Reload file descriptor after
1997         calling reopen.
1998
1999 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
2000
2001         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2002
2003 2014-06-03  Richard Henderson  <rth@redhat.com>
2004
2005         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
2006         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
2007         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
2008         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
2009         in the SAVE_PID block.
2010         (__libc_vfork): New alias.
2011         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
2012
2013         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
2014         child in registers, not on the stack.  Remove RESET_PID conditionals.
2015         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
2016
2017 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2018
2019         * sysdeps/aarch64/libm-test-ulps: Regenerate.
2020
2021 2014-06-03  Wilco  <wdijkstr@arm.com>
2022
2023         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
2024         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
2025         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
2026         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
2027         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
2028         Likewise.
2029
2030 2014-06-03  Wilco  <wdijkstr@arm.com>
2031
2032         * sysdeps/aarch64/fpu/math_private.h
2033         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
2034         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
2035         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
2036         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
2037         Fix declarations.
2038
2039 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2040
2041         * crypt/crypt-private.h: Include ufc-crypt.h.
2042         (__b64_from_24bit): Declare extern.
2043         * crypt/crypt_util.c(__b64_from_24bit): New function.
2044         (b64t): New static const variable.
2045         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
2046         (b64t): Remove variable.
2047         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
2048         * crypt/sha256-crypt.c: Include crypt-private.h.
2049         (b64t): Remove variable.
2050         (__sha256_crypt_r): Remove b64_from_24bit and replace
2051         with __b64_from_24bit.
2052         * crypt/sha512-crypt.c: Likewise.
2053
2054 2014-06-02  Roland McGrath  <roland@hack.frob.com>
2055
2056         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
2057         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
2058         Label the code __libc_vfork rather than __vfork.
2059         [!NOT_IN_libc] (vfork): Define as weak alias.
2060         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
2061         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
2062         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
2063
2064 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2065
2066         * malloc/malloc.c (malloc_info): Fix format specifier for
2067         n_mmaps.
2068
2069 2014-06-02  Wilco  <wdijkstr@arm.com>
2070
2071         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
2072         FPCR write.
2073
2074 2014-06-02  Wilco  <wdijkstr@arm.com>
2075
2076         [BZ #17009]
2077         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
2078         Rewrite to reduce FPCR/FPSR accesses.
2079
2080 2014-06-01  David S. Miller  <davem@davemloft.net>
2081
2082         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2083
2084 2014-05-31  David S. Miller  <davem@davemloft.net>
2085
2086         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
2087         to occur in round to nearest mode when |x| >= 2.0
2088
2089 2014-05-30  Richard Henderson  <rth@twiddle.net>
2090
2091         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
2092         (PSEUDO_RET_NOERRNO): Remove.
2093         (ret): Don't redefine.
2094         (ret_NOERRNO): Define in terms of ret.
2095         (ret_ERRVAL): Likewise.
2096
2097         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
2098         use of PSEUDO_RET; perform the error check directly.
2099
2100 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
2101
2102         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
2103         with __int128_t.
2104
2105 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
2106
2107         * malloc/malloc (malloc_info): Fix formatting.
2108
2109 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
2110             Roland McGrath  <roland@hack.frob.com>
2111
2112         * malloc/malloc (malloc_info): Also print mmapped statistics.
2113
2114 2014-05-30  Roland McGrath  <roland@hack.frob.com>
2115
2116         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
2117         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
2118
2119 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
2120
2121         * malloc/malloc.c (malloc_info): Inline mi_arena.
2122
2123 2014-05-29  Richard Henderson  <rth@twiddle.net>
2124
2125         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
2126         Remove comma before expanding ASM_ARGS_##nr.
2127         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
2128         Make _x0 a strict output; make _x8 a strict input; adjust expansion
2129         of ASM_ARGS_##nr.
2130         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
2131         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
2132         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
2133         (ASM_ARGS_1): Add leading comma.
2134
2135         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
2136         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
2137         to __errno_location.
2138         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
2139         Remove the expected plt for __errno_location.
2140
2141         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
2142         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
2143         call to __read_tp.
2144
2145         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
2146         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
2147         it and break it down.
2148         (DOCARGS_0, DOCARGS_1): Do nothing.
2149         (DOCARGS_2): Update to store into the new stack frame.
2150         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
2151         (UNDOCARGS_1): Update to restore from the new stack frame.
2152         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
2153         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
2154
2155         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
2156         (SINGLE_THREAD_P): New parameter for result regno.
2157         (PSEUDO): Update to match; use cbz instead of beq.
2158
2159         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
2160         Use ENTRY to define the _nocancel entry point.  Share the syscall
2161         and syscall error check paths with the cancel path.
2162         (PSEUDO_END): New.
2163
2164         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
2165         whitespace; tabs before and after asm mnemonics.
2166
2167 2014-05-29  Eric Wong  <normalperson@yhbt.net>
2168
2169         [BZ #15132]
2170         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
2171         Call fstat64 or stat64 internally, depending on arguments passed.
2172         Replace stat buffer argument with file descriptor argument.
2173         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
2174         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
2175         Pass fd to __internal_statvfs instead of calling fstat64.
2176         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
2177         Pass fd to __internal_statvfs64 instead of calling fstat64.
2178         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
2179         Pass -1 to __internal_statvfs instead of calling stat64.
2180         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
2181         Pass -1 to __internal_statvfs64 instead of calling stat64.
2182
2183 2014-05-28  Roland McGrath  <roland@hack.frob.com>
2184
2185         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
2186         that was previously under [RESET_PID].
2187         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
2188
2189         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
2190         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
2191
2192 2014-05-27  Roland McGrath  <roland@hack.frob.com>
2193
2194         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
2195
2196         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
2197         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
2198
2199 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
2200
2201         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
2202
2203 2014-05-27  Andreas Schwab  <schwab@suse.de>
2204
2205         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
2206         TLS_INIT_TP macro.
2207         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
2208         * elf/rtld.c (init_tls, dl_main): Likewise.
2209         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
2210         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
2211         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
2212         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
2213         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
2214         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
2215         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
2216         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
2217         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
2218         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
2219         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
2220         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
2221         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
2222         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
2223         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
2224         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
2225         * sysdeps/generic/tls.h: Update description.
2226
2227 2014-05-27  Will Newton  <will.newton@linaro.org>
2228
2229         [BZ #16990]
2230         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
2231         and restore r2 rather than just restoring.
2232
2233 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2234
2235         [BZ #16724]
2236         * libio/tst-ftell-append.c: New test case.
2237         * libio/Makefile (tests): Add test case.
2238         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
2239         append mode.
2240         * libio/wfileops.c (do_ftell_wide): Likewise.
2241
2242 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2243
2244         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2245
2246         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
2247         ...
2248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
2249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
2250         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
2251         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
2252         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
2253         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
2254         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
2255         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
2256         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
2257         Moved ...
2258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
2259         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
2260         Moved ...
2261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
2262         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
2263         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
2264         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
2265         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
2266         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
2267         ...
2268         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
2269         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
2270         Moved ...
2271         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
2272         here.
2273         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
2274         ...
2275         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
2276         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
2277         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
2278
2279         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
2280         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
2281         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
2282         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
2283
2284         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
2285         merge into ...
2286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
2287         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
2288         ...
2289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
2290         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
2291         ...
2292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
2293         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
2294         Moved ...
2295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
2296         here.
2297         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
2298         Moved ...
2299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
2300         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
2301         Moved ...
2302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
2303
2304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
2305         conditional [RESET_PID].
2306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
2307         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
2308         removed.
2309         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
2310         removed.
2311
2312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
2313         <tcb-offsets.h>.
2314         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
2315         (__libc_vfork): New strong alias.
2316         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
2317         removed.
2318         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
2319         Removed.
2320
2321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
2322         <tcb-offsets.h>.
2323         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
2324         (__libc_vfork): New strong alias.
2325         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
2326         removed.
2327         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
2328         removed.
2329
2330 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
2331
2332         * malloc/malloc.c (mi_arena): New function.
2333         (malloc_info): Remove nested function mi_arena. Call non-nosted
2334         function mi_arena.
2335
2336 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2337
2338         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
2339         by insrwi.
2340         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
2341         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
2342         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
2343         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
2344         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
2345         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
2346         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
2347
2348 2014-05-26  Andreas Schwab  <schwab@suse.de>
2349
2350         [BZ #16984]
2351         * locale/programs/repertoire.c (repertoire_read): Add slash
2352         between I18NPATH element and file name.
2353         * locale/programs/locfile.c (locfile_read): Likewise.
2354
2355 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
2356
2357         * nptl/pthread_mutexattr_settype.c
2358         (__pthread_mutexattr_settype):
2359         Disable lock elision for PTHREAD_MUTEX_NORMAL.
2360
2361 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
2362
2363         * nptl/tst-mutex5 (do_test):
2364         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
2365
2366 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2367
2368         * benchtests/README: Document 'init' directive.
2369         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
2370         BENCH_INIT.
2371         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
2372         (parse_file): Recognize 'init' directive.
2373
2374 2014-05-26  Kyle McMartin  <kyle@redhat.com>
2375
2376         [BZ #16796]
2377         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
2378         alignment of struct pthread.
2379
2380 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2381
2382         [BZ #16878]
2383         * nscd/netgroupcache.c (addgetnetgrentX): Look for
2384         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
2385         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
2386         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
2387
2388 2014-05-25  Richard Henderson  <rth@twiddle.net>
2389
2390         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
2391         (SINGLE_THREAD_P_PIC): Remove.
2392         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
2393         (SINGLE_THREAD_P_PIC): Remove.
2394
2395         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
2396         branch to syscall error ...
2397         (PSEUDO): ... here.
2398         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
2399         from __local_syscall_error to .Lsyscall_error.
2400         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
2401         (SYSCALL_ERROR): Update label name.
2402
2403         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
2404         Do not use DOARGS/UNDOARGS.
2405         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
2406         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
2407         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
2408         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
2409         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
2410
2411         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
2412         block comment.
2413
2414         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
2415         define if !NOT_IN_libc.
2416         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
2417         define with non-default symbol versions.
2418
2419 2014-05-23  Richard Henderson  <rth@twiddle.net>
2420
2421         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
2422         (vfork, __vfork): Define via compat_symbol.
2423
2424         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
2425         [!HAVE_IFUNC] (vfork_compat): Remove.
2426         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
2427
2428 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
2429
2430         [BZ #16978]
2431         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
2432         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
2433         variable.
2434
2435 2014-05-23  Richard Henderson  <rth@twiddle.net>
2436
2437         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
2438         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
2439         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
2440         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
2441
2442         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
2443         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
2444         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
2445         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
2446         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
2447         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
2448         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
2449         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
2450         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
2451         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
2452         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
2453         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
2454         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
2455         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
2456         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
2457         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
2458         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
2459         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
2460         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
2461         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
2462         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
2463         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
2464         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
2465         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
2466         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
2467         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
2468         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
2469         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
2470         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
2471         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
2472         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
2473         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
2474         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
2475         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
2476         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
2477         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
2478         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
2479         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
2480         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
2481         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
2482         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
2483         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
2484         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
2485         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
2486         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
2487         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
2488         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
2489         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
2490         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
2491         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
2492         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
2493         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
2494         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
2495         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
2496         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
2497         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
2498
2499         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
2500         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
2501         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
2502         before exiting on error.
2503         (__libc_vfork): New strong alias.
2504         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
2505         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
2506
2507         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
2508         that was previously under [RESET_PID].
2509         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
2510
2511         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
2512
2513 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
2514
2515         [BZ #16977]
2516         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
2517         value when x - 1 is zero.
2518         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
2519         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
2520         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
2521         0.0L for an argument of 1.0L.
2522         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
2523         Likewise.
2524         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
2525         value when x - 1 is zero.
2526         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
2527         * sysdeps/i386/fpu/libm-test-ulps: Update.
2528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2529
2530 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
2531
2532         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
2533         alphasort and versionsort.
2534
2535 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2536
2537         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
2538         macro.
2539         [copysignf]: Likewise.
2540
2541 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
2542
2543         * crypt/md5-crypt.c: Fix formatting.
2544
2545 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2546
2547         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
2548         (b64_from_24bit): New function.
2549
2550 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2551
2552         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
2553         libc_hidden_builtin_def to ifunc.
2554         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
2555         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
2556
2557 2014-05-21  Roland McGrath  <roland@hack.frob.com>
2558
2559         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
2560         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
2561
2562 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
2563
2564         * nscd/Depend (linuxthreads): Remove.
2565         (nptl): Add.
2566         * resolv/Depend (linuxthreads): Remove.
2567         * rt/Depend (linuxthreads): Remove.
2568
2569         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
2570         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
2571         $(common-objpfx)elf/.
2572         (link-libc-before-gnulib): Likewise.
2573         (elfobjdir): Remove variable.
2574         * Makefile (install): Use $(elf-objpfx) instead of
2575         $(common-objpfx)elf/.
2576         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
2577         $(elfobjdir)/.
2578         (link-libc-deps): Likewise.
2579         ($(common-objpfx)libc.so): Likewise.
2580         ($(common-objpfx)linkobj/libc.so): Likewise.
2581         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
2582         instead of $(common-objpfx)elf/.
2583         (symbolic-link-list): Likewise.
2584         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
2585         [$(cross-compiling) = no]: Likewise.
2586         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
2587         $(elfobjdir)/.
2588         (static-gnulib-arch): Likewise.
2589         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
2590         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
2591         $(common-objpfx)elf/.
2592
2593 2014-05-21  Richard Henderson  <rth@redhat.com>
2594
2595         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
2596         (SINGLE_THREAD_P): Use the correct width load.  Fold
2597         into the ldr offset.
2598
2599         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
2600         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
2601
2602 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
2603
2604         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
2605         (libgcc_s_resume): Use __attribute_used__.
2606         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
2607         Likewise.
2608
2609 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2610
2611         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
2612         optimization when used with float constants.
2613
2614         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2615
2616 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
2617
2618         [BZ #16915]
2619         * locale/nl_langinfo_l.c: Make direct reference to every
2620         _nl_current_CATEGORY symbol.
2621         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
2622         (tests-static): Add tst-langinfo-static.
2623         (tests-special): Add tst-langinfo-static.out.
2624         ($(objpfx)tst-langinfo.out): Redirect output.
2625         ($(objpfx)tst-langinfo-static.out): New.
2626         * localedata/tst-langinfo.sh: Send output to stdout.
2627         * localedata/tst-langinfo-static.c: New file.
2628
2629         [BZ #16965]
2630         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
2631         when the shift amount is modulo the limb size.
2632
2633 2014-05-20  Richard Henderson  <rth@redhat.com>
2634
2635         [BZ #16967]
2636         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
2637         Change type of sa_flags from unsigned int to int.
2638
2639         [BZ #16966]
2640         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
2641
2642         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
2643
2644 2014-05-20  Will Newton  <will.newton@linaro.org>
2645
2646         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
2647         Test the return value of the system call in the nocancel case.
2648
2649 2014-05-20  Will Newton  <will.newton@linaro.org>
2650             Yvan Roux  <yvan.roux@linaro.org>
2651
2652         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
2653         #include of asm/ptrace.h.
2654         (PTRACE_GET_THREAD_AREA): Remove #undef.
2655         (PTRACE_GETHBPREGS): Likewise.
2656         (PTRACE_SETHBPREGS): Likewise.
2657         (struct user_regs_struct): New structure.
2658         (struct user_fpsimd_struct): New structure.
2659         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
2660         #include of asm/ptrace.h and second #include of sys/user.h.
2661         (PTRACE_GET_THREAD_AREA): Remove #undef.
2662         (PTRACE_GETHBPREGS): Likewise.
2663         (PTRACE_SETHBPREGS): Likewise.
2664         (ELF_NGREG): Use new struct user_regs_struct.
2665         (elf_fpregset_t): Use new struct user_fpsimd_struct.
2666
2667 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2668
2669         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
2670         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
2671
2672 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
2673
2674         [BZ #16958]
2675         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
2676         membar to avoid block loads/stores to overlap previous stores.
2677
2678 2014-05-17  Richard Henderson  <rth@redhat.com>
2679
2680         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
2681         Create the __##syscall_name##_nocancel entry point.
2682         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
2683         Remove; let the sysdep-cancel.h code create it.
2684
2685 2014-05-17  David S. Miller  <davem@davemloft.net>
2686
2687         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
2688         Protect with __USE_GNU.
2689         (TIOCSET_TEMPT): Likewise.
2690         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
2691         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
2692         these are already provided in bits/ioctl-types.h
2693
2694 2014-05-16  Roland McGrath  <roland@hack.frob.com>
2695
2696         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
2697         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
2698
2699         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
2700         Use wait4 regardless of [__NR_waitpid].
2701
2702 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
2703
2704         PR libgcc/60166
2705         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
2706         (_FP_NANSIGN_Q): Set the quiet bit.
2707
2708 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
2709
2710         * benchtests/Makefile
2711         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
2712         not $(common-objpfx)math/libm.so.
2713         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
2714         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
2715         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
2716         $(common-objpfx)dlfcn/libdl.so.
2717         ($(objpfx)tst-audit8): Depend on $(libm), not
2718         $(common-objpfx)math/libm.so.
2719         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
2720         not $(common-objpfx)dlfcn/libdl.so.
2721         * math/Makefile
2722         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
2723         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
2724         [$(build-shared) = yes].
2725         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
2726         $(common-objpfx)nptl/libpthread.so.
2727         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
2728         $(common-objpfx)math/libm.so$(libm.so-version) or
2729         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
2730         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
2731         $(common-objpfx)dlfcn/libdl.so.
2732         * setjmp/Makefile (link-libm): Remove variable.
2733         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
2734         * stdio-common/Makefile (link-libm): Remove variable.
2735         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
2736         * stdlib/Makefile (link-libm): Remove variable.
2737         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
2738         ($(objpfx)tst-strtod-round): Likewise.
2739         ($(objpfx)tst-tininess): Likewise.
2740         ($(objpfx)tst-strtod-underflow): Likewise.
2741         ($(objpfx)tst-strtod6): Likewise.
2742         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
2743         $(libdl), not $(common-objpfx)nptl/libpthread.so and
2744         $(common-objpfx)dlfcn/libdl.so.
2745
2746 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2747
2748         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
2749         BSD terminal modes definitions.
2750
2751 2014-05-16  Roland McGrath  <roland@hack.frob.com>
2752
2753         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
2754         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
2755
2756         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
2757         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
2758         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
2759         Don't do #include_next.
2760         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
2761         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
2762         Don't do #include_next.
2763         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
2764         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
2765         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
2766         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
2767
2768 2014-05-16  Allan McRae  <allan@archlinux.org>
2769
2770         * po/sv.po: Update Swedish translation from translation project.
2771
2772         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
2773         in sed expression.
2774
2775 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
2776
2777         [BZ #16917]
2778         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
2779         errno if the TIOCGPTN ioctl fails with an error different than
2780         EINVAL.
2781         * login/tst-ptsname.c: New file.
2782         * login/Makefile (tests): Add tst-ptsname.
2783
2784         [BZ #16943]
2785         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
2786         and prlimit64.
2787
2788 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
2789
2790         [BZ #16849]
2791         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
2792         herrno to return EAI_AGAIN.
2793
2794 2014-05-14  Roland McGrath  <roland@hack.frob.com>
2795
2796         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
2797         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
2798         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
2799         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
2800         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
2801         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
2802         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
2803         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
2804         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
2805         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
2806         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
2807         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
2808         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
2809         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
2810         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
2811         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
2812         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
2813         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
2814         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
2815         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
2816         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
2817         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
2818         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
2819         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
2820         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
2821         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
2822         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
2823         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
2824         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
2825         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
2826         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
2827         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
2828         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
2829         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
2830         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
2831         Moved ...
2832         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
2833         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
2834         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
2835         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
2836         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
2837         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
2838         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
2839         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
2840         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
2841         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
2842         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
2843         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
2844         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
2845         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
2846         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
2847         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
2848         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
2849         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
2850         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
2851         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
2852         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
2853         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
2854         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
2855         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
2856         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
2857         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
2858         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
2859         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
2860         Moved ...
2861         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
2862         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
2863         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
2864         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
2865         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
2866         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
2867         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
2868         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
2869         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
2870         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
2871         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
2872         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
2873         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
2874         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
2875         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
2876         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
2877         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
2878         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
2879         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
2880         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
2881         Moved ...
2882         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
2883         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
2884         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
2885
2886         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
2887         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
2888         (libpthread-sysdep_routines): Add elision-related stuff here instead.
2889         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
2890         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
2891         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
2892         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
2893         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
2894         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
2895         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
2896         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
2897         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
2898         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
2899         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
2900         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
2901         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
2902         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
2903         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
2904         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
2905         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
2906         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
2907         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
2908         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
2909         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
2910         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
2911         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
2912         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
2913         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
2914         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
2915         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
2916         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
2917
2918         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
2919         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
2920
2921         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
2922         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
2923         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
2924         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
2925         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
2926         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
2927         Moved ...
2928         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
2929         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
2930         Moved ...
2931         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
2932         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
2933         Moved ...
2934         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
2935         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
2936         Moved ...
2937         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
2938         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
2939         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
2940         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
2941         Moved ...
2942         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
2943         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
2944         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
2945         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
2946         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
2947         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
2948         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
2949         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
2950         Moved ...
2951         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
2952         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
2953         Moved ...
2954         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
2955         ... here.
2956         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
2957         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
2958         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
2959         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
2960         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
2961         Moved ...
2962         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
2963         ... here.
2964         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
2965         Moved ...
2966         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
2967         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
2968         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
2969         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
2970         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
2971         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
2972         Moved ...
2973         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
2974         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
2975         Moved ...
2976         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
2977         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
2978         Moved ...
2979         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
2980         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
2981         Moved ...
2982         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
2983         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
2984         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
2985         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
2986         Moved ...
2987         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
2988         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
2989         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
2990         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
2991         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
2992         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
2993         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
2994         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
2995         Moved ...
2996         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
2997         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
2998         Moved ...
2999         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
3000         ... here.
3001         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
3002         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
3003         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
3004         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
3005         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
3006         Moved ...
3007         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
3008         ... here.
3009         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
3010         Moved ...
3011         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
3012         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
3013         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
3014         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
3015         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
3016         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
3017         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
3018         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
3019         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
3020         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
3021         Moved ...
3022         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
3023         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
3024         Moved ...
3025         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
3026         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
3027         Moved ...
3028         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
3029         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
3030         Moved ...
3031         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
3032         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
3033         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
3034         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
3035         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
3036         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
3037         Moved ...
3038         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
3039         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
3040         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
3041         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
3042         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
3043         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
3044         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
3045         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
3046         Moved ...
3047         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
3048         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
3049         Moved ...
3050         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
3051         ... here.
3052         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
3053         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
3054         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
3055         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
3056         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
3057         Moved ...
3058         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
3059         ... here.
3060         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
3061         Moved ...
3062         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
3063         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
3064         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
3065         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
3066         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
3067         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
3068         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
3069         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
3070         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
3071         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
3072         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
3073
3074         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
3075         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
3076
3077         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
3078         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
3079
3080         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
3081         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
3082         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
3083         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
3084         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
3085         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
3086         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
3087         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
3088         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
3089         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
3090         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
3091         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
3092         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
3093         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
3094         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
3095         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
3096         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
3097         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
3098         Moved ...
3099         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
3100         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
3101         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
3102         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
3103         Moved ...
3104         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
3105         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
3106         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
3107         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
3108         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
3109         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
3110         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
3111         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
3112         Moved ...
3113         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
3114         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
3115         Moved ...
3116         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
3117         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
3118         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
3119         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
3120         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
3121         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
3122         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
3123         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
3124         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
3125         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
3126         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
3127         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
3128         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
3129         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
3130         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
3131         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
3132         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
3133
3134         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
3135         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
3136         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
3137         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
3138         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
3139
3140         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
3141         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
3142         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
3143         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
3144         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
3145         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
3146         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
3147         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
3148         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
3149         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
3150
3151         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
3152         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
3153
3154         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
3155         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3156         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
3157         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
3158         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
3159         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
3160         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
3161         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
3162         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
3163         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
3164         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
3165         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
3166         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
3167         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
3168         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
3169         Update #include.
3170         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
3171         Likewise.
3172         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
3173         Likewise.
3174         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
3175         Likewise.
3176         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
3177         Likewise.
3178         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
3179         Likewise.
3180         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
3181         Likewise.
3182         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3183         Likewise.
3184         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
3185         Likewise.
3186         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
3187         Likewise.
3188         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
3189         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
3190         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
3191         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
3192         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
3193         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
3194         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
3195         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
3196         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
3197         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
3198         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
3199         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
3200         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
3201         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
3202         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
3203
3204         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
3205         that was previously under [RESET_PID].
3206         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
3207         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
3208         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
3209
3210         * sysdeps/i386/nptl/Implies: New file.
3211         * sysdeps/x86_64/nptl/Implies: New file.
3212         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
3213         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
3214         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
3215         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
3216
3217         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
3218         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3219         (__libc_vfork): New strong alias.
3220         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
3221         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
3222
3223         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
3224         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3225         (__libc_vfork): New strong alias.
3226         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
3227         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
3228
3229         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
3230         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3231         (__libc_vfork): New strong alias.
3232         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
3233         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
3234         * nptl/pt-vfork.c: New file.
3235         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
3236         (libpthread: GLIBC_2.20): New version set (empty).
3237
3238 2014-05-14  Will Newton  <will.newton@linaro.org>
3239
3240         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
3241         rather than #if.
3242
3243 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
3244
3245         [BZ #16564]
3246         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
3247         arguments with exponent 65 or above.
3248         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
3249         arguments 0x1p113L or above.
3250         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
3251         to arguments 0x1p107L or above.
3252         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
3253         positive arguments with exponent 65 or above.
3254         * math/auto-libm-test-in: Add more tests of log1p.
3255         * math/auto-libm-test-out: Regenerated.
3256
3257         [BZ #16928]
3258         * math/s_cacos.c (__cacos): Ensure zero real part of result from
3259         non-finite arguments is +0.
3260         * math/s_cacosf.c (__cacosf): Likewise.
3261         * math/s_cacosl.c (__cacosl): Likewise.
3262         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
3263         * sysdeps/i386/fpu/libm-test-ulps: Update.
3264         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3265
3266         [BZ #16927]
3267         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
3268         value.
3269         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
3270         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
3271         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
3272         for explicit high bit of mantissa when testing for argument equal
3273         to 1.
3274         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
3275         * sysdeps/i386/fpu/libm-test-ulps: Update.
3276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3277
3278         [BZ #16516]
3279         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
3280         (__erf): Scale by 16 instead of 8 in potentially underflowing
3281         case.  Ensure exception if result actually underflows.
3282         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
3283         (__erff): Scale by 16 instead of 8 in potentially underflowing
3284         case.  Ensure exception if result actually underflows.
3285         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
3286         (efx8): Remove variable.
3287         (__erfl): Scale by 16 instead of 8 in potentially underflowing
3288         case.  Ensure exception if result actually underflows.
3289         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
3290         (efx8): Remove variable.
3291         (__erfl): Scale by 16 instead of 8 in potentially underflowing
3292         case.  Ensure exception if result actually underflows.
3293         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
3294         (efx8): Remove variable.
3295         (__erfl): Scale by 16 instead of 8 in potentially underflowing
3296         case.  Ensure exception if result actually underflows.
3297         * math/auto-libm-test-in: Add more tests of erf.
3298         * math/auto-libm-test-out: Regenerated.
3299
3300 2014-05-14  Andreas Schwab  <schwab@suse.de>
3301
3302         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
3303         Remove code conditionalized on USE___THREAD.
3304
3305         * config.h.in (HAVE_PT_CHOWN): Define as 0.
3306         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
3307         not definedness.
3308
3309 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
3310
3311         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
3312         Define unconditionally.
3313         (__ASSUME_O_CLOEXEC): Likewise.
3314         (__ASSUME_SOCK_CLOEXEC): Likewise.
3315         (__ASSUME_IN_NONBLOCK): Likewise.
3316         (__ASSUME_PIPE2): Likewise.
3317         (__ASSUME_EVENTFD2): Likewise.
3318         (__ASSUME_SIGNALFD4): Likewise.
3319         (__ASSUME_DUP3): Likewise.
3320         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3321         (__ASSUME_DUP3): Do not define.
3322         (__ASSUME_EVENTFD2): Likewise.
3323         (__ASSUME_IN_NONBLOCK): Likewise.
3324         (__ASSUME_O_CLOEXEC): Likewise.
3325         (__ASSUME_PIPE2): Likewise.
3326         (__ASSUME_SIGNALFD4): Likewise.
3327         (__ASSUME_SOCK_CLOEXEC): Likewise.
3328         (__ASSUME_UTIMES): Undefine.
3329         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
3330         (__ASSUME_UTIMES): Do not define.
3331         (__ASSUME_O_CLOEXEC): Likewise.
3332         (__ASSUME_SOCK_CLOEXEC): Likewise.
3333         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
3334         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
3335         0x020621].
3336         (__ASSUME_PIPE2): Likewise.
3337         (__ASSUME_EVENTFD2): Likewise.
3338         (__ASSUME_SIGNALFD4): Likewise.
3339         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
3340         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
3341         Do not define.
3342         (__ASSUME_EVENTFD2): Likewise.
3343         (__ASSUME_SIGNALFD4): Likewise.
3344         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3345         (__ASSUME_32BITUIDS): Likewise.
3346         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
3347         (__ASSUME_IPC64): Likewise.
3348         (__ASSUME_ST_INO_64_BIT): Likewise.
3349         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
3350         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
3351         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
3352         (__ASSUME_UTIMES): Do not define.
3353         (__ASSUME_PSELECT): Likewise.
3354         (__ASSUME_PPOLL): Likewise.
3355         (__ASSUME_O_CLOEXEC): Likewise.
3356         (__ASSUME_SOCK_CLOEXEC): Likewise.
3357         (__ASSUME_IN_NONBLOCK): Likewise.
3358         (__ASSUME_PIPE2): Likewise.
3359         (__ASSUME_EVENTFD2): Likewise.
3360         (__ASSUME_SIGNALFD4): Likewise.
3361         (__ASSUME_DUP3): Likewise.
3362         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
3363         (__ASSUME_UTIMES): Likewise.
3364         (__ASSUME_O_CLOEXEC): Likewise.
3365         (__ASSUME_SOCK_CLOEXEC): Likewise.
3366         (__ASSUME_IN_NONBLOCK): Likewise.
3367         (__ASSUME_PIPE2): Likewise.
3368         (__ASSUME_EVENTFD2): Likewise.
3369         (__ASSUME_SIGNALFD4): Likewise.
3370         (__ASSUME_DUP3): Likewise.
3371         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3372         (__ASSUME_UTIMES): Likewise.
3373         (__ASSUME_O_CLOEXEC): Likewise.
3374         (__ASSUME_SOCK_CLOEXEC): Likewise.
3375         (__ASSUME_IN_NONBLOCK): Likewise.
3376         (__ASSUME_PIPE2): Likewise.
3377         (__ASSUME_EVENTFD2): Likewise.
3378         (__ASSUME_SIGNALFD4): Likewise.
3379         (__ASSUME_DUP3): Likewise.
3380         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
3381         Likewise.
3382         (__ASSUME_UTIMES): Likewise.
3383         (__ASSUME_EVENTFD2): Likewise.
3384         (__ASSUME_SIGNALFD4): Likewise.
3385         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3386         (__ASSUME_O_CLOEXEC): Likewise.
3387         (__ASSUME_SOCK_CLOEXEC): Likewise.
3388         (__ASSUME_IN_NONBLOCK): Likewise.
3389         (__ASSUME_PIPE2): Likewise.
3390         (__ASSUME_EVENTFD2): Likewise.
3391         (__ASSUME_SIGNALFD4): Likewise.
3392         (__ASSUME_DUP3): Likewise.
3393         (__ASSUME_UTIMES): Undefine.
3394
3395         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
3396         feclearexcept.  Remove symbol versioning code.
3397         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
3398         symbol versioning code.
3399         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
3400         symbol versioning code.
3401         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
3402         feupdateenv.  Remove symbol versioning code.
3403         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
3404         fegetexceptflag.  Remove symbol versioning code.
3405         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
3406         fesetexceptflag.  Remove symbol versioning code.
3407         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
3408         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
3409         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
3410         (__posix_fadvise64_l32): Remove prototype.
3411         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
3412         code.
3413
3414 2014-05-13  Roland McGrath  <roland@hack.frob.com>
3415
3416         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
3417         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
3418         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
3419         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
3420
3421 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
3422
3423         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
3424         current working directory
3425
3426 2014-05-13  Roland McGrath  <roland@hack.frob.com>
3427
3428         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
3429         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
3430         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
3431         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
3432         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
3433         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
3434         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
3435         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
3436         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
3437         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
3438         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
3439         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
3440         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
3441         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
3442         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
3443         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
3444         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
3445         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
3446         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
3447         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
3448         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
3449         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
3450         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
3451         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
3452         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
3453         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
3454         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
3455         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
3456         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
3457         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
3458         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
3459         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
3460         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
3461         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
3462         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
3463         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
3464         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
3465         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
3466         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
3467         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
3468         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
3469         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
3470
3471         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
3472         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
3473
3474         * sysdeps/unix/sysv/linux/arm/Makefile
3475         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3476         Add rt-aeabi_unwind_cpp_pr1.
3477         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
3478         Add nptl-aeabi_unwind_cpp_pr1.
3479         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
3480         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
3481         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
3482         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3483         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
3484         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3485
3486         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
3487         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
3488         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
3489         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
3490
3491         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
3492         Deconditionalize the code that was previously under [RESET_PID].
3493         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
3494
3495         * sysdeps/generic/exit-thread.h: New file.
3496         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
3497         * include/unistd.h (__exit_thread): Remove declaration.
3498         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
3499         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
3500         * csu/libc-start.c: Include <exit-thread.h>.
3501         (LIBC_START_MAIN): Pass no argument to __exit_thread.
3502         * nptl/pthread_create.c: Include <exit-thread.h>.
3503         (start_thread): Call __exit_thread in place of __exit_thread_inline.
3504         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
3505         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
3506         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
3507         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
3508         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
3509         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
3510         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
3511         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
3512         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
3513         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
3514         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
3515         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
3516         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
3517         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
3518         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
3519         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
3520
3521 2014-05-13  Andreas Schwab  <schwab@suse.de>
3522
3523         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
3524
3525 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
3526
3527         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
3528         (__ASSUME_UTIMES): Do not condition on kernel version.
3529         (__ASSUME_PSELECT): Define unconditionally.
3530         (__ASSUME_PPOLL): Likewise.
3531         (__ASSUME_ATFCTS): Likewise.
3532         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
3533         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
3534         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
3535         (__ASSUME_UTIMENSAT): Define unconditionally.
3536         (__ASSUME_PRIVATE_FUTEX): Likewise.
3537         (__ASSUME_FALLOCATE): Likewise.
3538         (__ASSUME_O_CLOEXEC): Likewise.
3539         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
3540         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
3541         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
3542         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
3543         (__ASSUME_IN_NONBLOCK): Likewise.
3544         (__ASSUME_PIPE2): Likewise.
3545         (__ASSUME_EVENTFD2): Likewise.
3546         (__ASSUME_SIGNALFD4): Likewise.
3547         (__ASSUME_DUP3): Likewise.
3548         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
3549         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
3550         (__ASSUME_AT_RANDOM): Likewise.
3551         (__ASSUME_PREADV): Likewise.
3552         (__ASSUME_PWRITEV): Likewise.
3553         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
3554         (__ASSUME_F_GETOWN_EX): Define unconditionally.
3555         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
3556         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
3557         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
3558         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
3559         (__ASSUME_O_CLOEXEC): Define unconditionally.
3560         (__ASSUME_PSELECT): Do not undefine conditionally.
3561         (__ASSUME_PPOLL): Likewise.
3562         (__ASSUME_ATFCTS): Likewise.
3563         (__ASSUME_SET_ROBUST_LIST): Likewise.
3564         (__ASSUME_UTIMENSAT): Likewise.
3565         (__ASSUME_FDATASYNC): Define unconditionally.
3566         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3567         (__ASSUME_SIGFRAME_V2): Likewise.
3568         )__ASSUME_EVENTFD2): Likewise.
3569         (__ASSUME_SIGNALFD4): Likewise.
3570         (__ASSUME_PSELECT): Do not undefine conditionally.
3571         (__ASSUME_PPOLL): Likewise.
3572         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
3573         (__ASSUME_PSELECT): Define unconditionally.
3574         (__ASSUME_PPOLL): Likewise.
3575         (__ASSUME_O_CLOEXEC): Likewise.
3576         (__ASSUME_SOCK_CLOEXEC): Likewise.
3577         (__ASSUME_IN_NONBLOCK): Likewise.
3578         (__ASSUME_PIPE2): Likewise.
3579         (__ASSUME_EVENTFD2): Likewise.
3580         (__ASSUME_SIGNALFD4): Likewise.
3581         (__ASSUME_DUP3): Likewise.
3582         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
3583         (__ASSUME_O_CLOEXEC): Likewise.
3584         (__ASSUME_SOCK_CLOEXEC): Likewise.
3585         (__ASSUME_IN_NONBLOCK): Likewise.
3586         (__ASSUME_PIPE2): Likewise.
3587         (__ASSUME_EVENTFD2): Likewise.
3588         (__ASSUME_SIGNALFD4): Likewise.
3589         (__ASSUME_DUP3): Likewise.
3590         * sysdeps/unix/sysv/linux/mips/kernel-features.h
3591         (__ASSUME_EVENTFD2): Likewise.
3592         (__ASSUME_SIGNALFD4): Likewise.
3593         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
3594
3595 2014-05-12  Andreas Schwab  <schwab@suse.de>
3596
3597         [BZ #16932]
3598         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
3599         (_nss_nis_gethostbyname4_r): Return error if item length is larger
3600         than maximum RPC packet size.
3601         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
3602         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
3603         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
3604         (_nss_nis_getservbyport_r): Likewise.
3605
3606 2014-05-12  Will Newton  <will.newton@linaro.org>
3607
3608         * malloc/Makefile (tests): Add tst-mallopt.
3609         * malloc/tst-mallopt.c: New file.
3610
3611 2014-05-09  Roland McGrath  <roland@hack.frob.com>
3612
3613         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
3614         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
3615
3616 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3617
3618         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
3619         (tst-tlsmod6.so): Likewise.
3620
3621 2014-05-09  Roland McGrath  <roland@hack.frob.com>
3622
3623         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
3624
3625 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
3626
3627         [BZ #16064]
3628         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
3629         and <dl-procinfo.h>.
3630         (__fegetenv): Save SSE state in envp->__eip if supported.
3631         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
3632         envp->__eip if supported.
3633         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
3634         and <dl-procinfo.h>.
3635         (__fesetenv): Always set __eip, __cs_selector, __opcode,
3636         __data_offset and __data_selector in environment to 0.  Set SSE
3637         state if supported.
3638         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
3639         test-fenv-sse.
3640         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
3641         -mfpmath=sse.
3642         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
3643
3644 2014-05-09  Will Newton  <will.newton@linaro.org>
3645
3646         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
3647         and libc_relro_required for ARM.
3648         * sysdeps/arm/preconfigure: Regenerate.
3649
3650 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
3651             Stefan Liebler  <stli@linux.vnet.ibm.com>
3652
3653         * config.make.in (enable-lock-elision): New Makefile variable.
3654         * configure.ac: Likewise.
3655         * configure: Regenerate.
3656         * sysdeps/s390/configure.ac:
3657         Add check for gcc transactions support.
3658         * sysdeps/s390/configure: Regenerate.
3659         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
3660         Build elision files if enabled.
3661         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
3662         Add lock elision support for s390.
3663         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
3664         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
3665         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
3666         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
3667         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
3668         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
3669         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
3670         Likewise.
3671         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
3672         Likewise.
3673         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
3674         Likewise.
3675         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
3676         Likewise.
3677         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
3678         (__lll_timedlock_elision, __lll_lock_elision)
3679         (__lll_unlock_elision, __lll_trylock_elision)
3680         (lll_timedlock_elision, lll_lock_elision)
3681         (lll_unlock_elision, lll_trylock_elision): Add.
3682         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
3683         (pthread_mutex_t): Add lock elision support for s390.
3684
3685 2014-05-14  Wilco  <wdijkstr@arm.com>
3686
3687         * sysdeps/arm/fclrexcpt.c: Cleanup.
3688         * sysdeps/arm/fedisblxcpt.c: Cleanup.
3689         * sysdeps/arm/feenablxcpt.c: Cleanup.
3690         * sysdeps/arm/fegetenv.c: Cleanup.
3691         * sysdeps/arm/fegetexcept.c: Cleanup.
3692         * sysdeps/arm/fegetround.c: Cleanup.
3693         * sysdeps/arm/feholdexcpt.c: Cleanup.
3694         * sysdeps/arm/fesetenv.c: Cleanup.
3695         * sysdeps/arm/fesetround.c: Cleanup.
3696         * sysdeps/arm/feupdateenv.c: Cleanup.
3697         * sysdeps/arm/fgetexcptflg.c: Cleanup.
3698         * sysdeps/arm/fraiseexcpt.c: Cleanup.
3699         * sysdeps/arm/fsetexcptflg.c: Cleanup.
3700         * sysdeps/arm/ftestexcept.c: Cleanup.
3701         * sysdeps/arm/get-rounding-mode.h: Cleanup.
3702         * sysdeps/arm/setfpucw.c: Cleanup.
3703
3704 2014-05-09  Will Newton  <will.newton@linaro.org>
3705
3706         * sysdeps/arm/armv7/strcmp.S: New file.
3707         * NEWS: Mention addition of ARMv7 optimized strcmp.
3708
3709 2014-05-08  Roland McGrath  <roland@hack.frob.com>
3710
3711         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
3712         look for %.ac rather than %.in.
3713
3714         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
3715         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
3716         * sysdeps/mach/hurd/configure: Regenerated.
3717         * sysdeps/unix/sysv/linux/configure: Regenerated.
3718
3719         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
3720
3721 2014-05-07  Steve Ellcey  <sellcey@mips.com>
3722
3723         [BZ# 16922]
3724         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
3725         (LONG_SUB): Ditto.
3726         (PTR_SUB): Ditto.
3727
3728 2014-05-07  Andreas Schwab  <schwab@suse.de>
3729
3730         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
3731         when skipping over non-matching result from nscd.
3732
3733 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
3734
3735         [BZ #16876]
3736         * nptl/sockperf.c (client): Check socket return value.
3737
3738         [BZ #16877]
3739         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
3740         nscd security class.
3741
3742 2014-05-06  Roland McGrath  <roland@hack.frob.com>
3743
3744         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
3745         * sysdeps/arm/unwind.h: ... here.
3746
3747 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
3748
3749         [BZ# 16916]
3750         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
3751         Define.
3752
3753 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
3754
3755         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
3756         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
3757         multiarch strncpy for PPC64.
3758         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
3759         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
3760         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
3761         multiarch optimizations.
3762         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3763         (__libc_ifunc_impl_list): Likewise.
3764         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
3765         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
3766         multiarch stpncpy for PPC64.
3767         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
3768         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
3769
3770 2014-05-06  Andreas Schwab  <schwab@suse.de>
3771
3772         [BZ #16912]
3773         * gmon/mcount.c (_MCOUNT_DECL): Use
3774         atomic_compare_and_exchange_bool_acq instead of
3775         catomic_compare_and_exchange_bool_acq.
3776
3777 2014-05-05  Roland McGrath  <roland@hack.frob.com>
3778
3779         * elf/Makefile (others, install-bin): Remove pldd.
3780         (pldd-modules): Variable removed.
3781         ($(objpfx)pldd): Target removed.
3782         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
3783         (others, install-bin): Append pldd here.
3784         ($(objpfx)pldd): New target.
3785
3786         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
3787         to 0, so the first #if test emitted later doesn't see it undefined.
3788         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
3789         * sysdeps/gnu/errlist.c: Regenerated.
3790
3791 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3792
3793         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
3794         [libc_hidden_builtin_def]: Define to empty value.
3795         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
3796         [libc_hidden_builtin_def]: Likewise.
3797         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
3798         [libc_hidden_builtin_def]: Likewise.
3799         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
3800         [libc_hidden_builtin_def]: Likewise.
3801         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
3802         __redirect_memcpy and define ifunc as default hidden symbol.
3803         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
3804         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
3805
3806 2014-05-04  Adam Conrad  <adconrad@0c3.net>
3807
3808         * locale/iso-4217.def: Reintroduce XDR currency.
3809
3810 2014-05-04  Allan McRae  <allan@archlinux.org>
3811
3812         * po/eo.po: Update Esperanto translation from translation project.
3813
3814 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
3815
3816         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
3817         and FEATURE_INDEX_MAX to 1.
3818         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
3819
3820 2014-05-01  Steve Ellcey  <sellcey@mips.com>
3821
3822         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
3823         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
3824         * iconvdata/big5.c (ONE_DIRECTION): Define.
3825         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
3826         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
3827         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
3828         * iconvdata/cp932.c (ONE_DIRECTION): Define.
3829         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
3830         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
3831         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
3832         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
3833         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
3834         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
3835         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
3836         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
3837         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
3838         * iconvdata/gbk.c (ONE_DIRECTION): Define.
3839         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
3840         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
3841         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
3842         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
3843         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
3844         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
3845         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
3846         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
3847         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
3848         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
3849         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
3850         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
3851         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
3852         * iconvdata/iso646.c (ONE_DIRECTION): Define.
3853         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
3854         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
3855         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
3856         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
3857         * iconvdata/johab.c (ONE_DIRECTION): Define.
3858         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
3859         * iconvdata/sjis.c (ONE_DIRECTION): Define.
3860         * iconvdata/t.61.c (ONE_DIRECTION): Define.
3861         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
3862         * iconvdata/tscii.c (ONE_DIRECTION): Define.
3863         * iconvdata/uhc.c (ONE_DIRECTION): Define.
3864         * iconvdata/unicode.c (ONE_DIRECTION): Define.
3865         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
3866         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
3867         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
3868
3869 2014-05-01  Roland McGrath  <roland@hack.frob.com>
3870
3871         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
3872         (_IO_JUMPS_OFFSET): Define to 0.
3873
3874         * nptl/sysdeps/pthread/bits/libc-lock.h
3875         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3876         (__libc_lock_define_initialized_recursive): Always define using
3877         initializer.  Modern compilers treat uninitialized (implicit zero) and
3878         explicit zero initializers the same (i.e. put the datum in bss).
3879
3880 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
3881
3882         * nscd/nscd-client.h: Include <string.h>.
3883
3884 2014-05-01  David S. Miller  <davem@davemloft.net>
3885
3886         [BZ #16885]
3887         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
3888         multiple zero bytes exist at the end of a string.
3889         Reported by Aurelien Jarno <aurelien@aurel32.net>
3890
3891         * string/test-strcmp.c (check): Add explicit test for situations where
3892         there are multiple zero bytes after the first.
3893
3894 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
3895
3896         [BZ #16890]
3897         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
3898         when compiling wprintf.
3899         * stdio-common/tstdiomisc.c (t3): New function.
3900         (main): Call it.
3901
3902 2014-05-01  Steve Ellcey  <sellcey@mips.com>
3903
3904         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
3905         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
3906         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
3907         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
3908
3909 2014-05-01  Steve Ellcey  <sellcey@mips.com>
3910
3911         * stdlib/longlong.h: Updated from GCC.
3912
3913 2014-05-01  Will Newton  <will.newton@linaro.org>
3914             Bernard Ogden  <bernie.ogden@linaro.org>
3915
3916         * NEWS: Update fixed bug list.
3917
3918         [BZ #15119]
3919         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
3920
3921 2014-04-30  David S. Miller  <davem@davemloft.net>
3922
3923         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
3924         (libc_feholdexcept_setround_sparc_ctx): New function.
3925         (libc_fesetenv_sparc_ctx): Likewise.
3926         (libc_feupdateenv_sparc_ctx): Likewise.
3927         (libc_feholdsetround_sparc_ctx): Likewise.
3928         (libc_feholdexcept_setround_ctx): Define.
3929         (libc_feholdexcept_setroundf_ctx): Likewise.
3930         (libc_feholdexcept_setroundl_ctx): Likewise.
3931         (libc_fesetenv_ctx): Likewise.
3932         (libc_fesetenvf_ctx): Likewise.
3933         (libc_fesetenvl_ctx): Likewise.
3934         (libc_feupdateenv_ctx): Likewise.
3935         (libc_feupdateenvf_ctx): Likewise.
3936         (libc_feupdateenvl_ctx): Likewise.
3937         (libc_feresetround_ctx): Likewise.
3938         (libc_feresetroundf_ctx): Likewise.
3939         (libc_feresetroundl_ctx): Likewise.
3940         (libc_feholdsetround_ctx): Likewise.
3941         (libc_feholdsetroundf_ctx): Likewise.
3942         (libc_feholdsetroundl_ctx): Likewise.
3943
3944         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
3945         with __USE_GNU instead of XOPEN cpp guards.
3946
3947         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
3948         0.
3949
3950         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
3951         with XOPEN cpp guards.
3952
3953 2014-04-30  Julian Brown  <julian@codesourcery.com>
3954
3955         [BZ #16888]
3956         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
3957         handling.
3958
3959 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
3960
3961         [BZ #9894]
3962         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
3963         Change to 2.6.32.
3964         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
3965         * sysdeps/unix/sysv/linux/configure: Regenerated.
3966         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
3967         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
3968         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
3969         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
3970         * README: Update reference to required Linux kernel version.
3971         * manual/install.texi (Linux): Update reference to required Linux
3972         kernel headers version.
3973         * INSTALL: Regenerated.
3974
3975         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
3976         header inclusion.
3977         [POSIX] (limits.h): Likewise.
3978         [POSIX] (math.h): Likewise.
3979         [POSIX] (sys/wait.h): Likewise.
3980         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
3981         function.
3982         [POSIX] (stddef.h): Do not allow header inclusion.
3983
3984 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3985
3986         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
3987
3988 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
3989
3990         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
3991         Return immediately after lll_futex_wake.
3992
3993 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3994
3995         [BZ #16791]
3996         * nscd/nscd-client.h (datahead_init_common): Initialize entire
3997         structure.
3998         (datahead_init_pos): Call datahead_init_common early.
3999         (datahead_init_neg): Likewise.
4000
4001         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
4002         datahead_init_neg): New functions.
4003         * nscd/aicache.c (addhstaiX): Use them.
4004         * nscd/grpcache.c (cache_addgr): Likewise.
4005         * nscd/hstcache.c (cache_addhst): Likewise.
4006         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4007         * nscd/netgroupcache.c (do_notfound): Likewise.
4008         (addgetnetgrentX): Likewise.
4009         (addinnetgrX): Likewise.
4010         * nscd/pwdcache.c (cache_addpw): Likewise.
4011         * nscd/servicescache.c (cache_addserv): Likewise.
4012
4013 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4014             Atsushi Onoe  <atsushi@onoe.org>
4015
4016         [BZ #14308]
4017         [BZ #12994]
4018         [BZ #13651]
4019         * resolv/res_query.c (__libc_res_nsearch): Return if at least
4020         one response is valid.
4021         * resolv/res_send.c (send_dg): Check for validity of other
4022         response if the current response is a referral.
4023
4024 2014-04-29  Steve Ellcey  <sellcey@mips.com>
4025
4026         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
4027
4028 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
4029
4030         [BZ #16823]
4031         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
4032         Always divide by positive zero when computing -Inf result.
4033         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
4034         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
4035
4036 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4037
4038         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
4039         FPSCR if value do not change.
4040         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
4041         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
4042         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
4043         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
4044         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
4045         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
4046         function.
4047
4048 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
4049
4050         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
4051         * sysdeps/unix/sysv/linux/hppa: Move directory from
4052         ports/systeps/unix/sysv/linux/hppa.
4053         * README: Update listing for hppa-*-linux-gnu.
4054
4055 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
4056
4057         [BZ #16754]
4058         * manual/stdio.texi (Hook functions): Fix types of stream hook
4059         functions.
4060         [BZ #16854]
4061         * socket/sys/socket.h: Fix typo in comment.
4062
4063 2014-04-28  Wilco  <wdijkstr@arm.com>
4064
4065         * sysdeps/arm/fenv_private.h: New file.
4066         * sysdeps/arm/math_private.h: New file.
4067         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
4068
4069 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
4070
4071         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
4072         with __int128_t.
4073         (La_x86_64_retval): Likewise.
4074
4075 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
4076
4077         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
4078         fpsr if value didn't change.
4079         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
4080         to fpcr if value didn't change.
4081         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
4082         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
4083         fpsr or fpcr if value didn't change.
4084         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
4085         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
4086         fpcr if value didn't change.
4087         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
4088         to fpsr if value didn't change.
4089
4090 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
4091
4092         * nptl/tst-sem3.c: Use test-skeleton.c
4093         (main): Rename to do_test.  Use return instead of
4094         exit.
4095         * nptl/tst-sem4.c: Use test-skeleton.c
4096         (main): Rename to do_test.
4097
4098 2014-04-22  David S. Miller  <davem@davemloft.net>
4099
4100         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
4101         (struct sigaction): New struct member __glibc_reserved0, change
4102         type of sa_flags to int.
4103
4104 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
4105
4106         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
4107         (COUNT_LEADING_ZEROS_0): Define for AArch64.
4108
4109 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4110
4111         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
4112         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
4113
4114 2014-04-22  Will Newton  <will.newton@linaro.org>
4115             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
4116
4117         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
4118         (__longjmp): Add longjmp and longjmp_target SystemTap
4119         probes.
4120         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
4121         (__sigsetjmp): Add setjmp SystemTap probe.
4122
4123 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
4124
4125         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
4126         match manual order.
4127
4128 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4129
4130         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
4131
4132         * sysdeps/powerpc/fpu/fenv_private.h
4133         (libc_feholdexcept_setroundl_ctx): Define to
4134         libc_feholdexcept_setround_ppc_ctx.
4135         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
4136         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
4137         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
4138         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
4139
4140 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
4141
4142         * sysdeps/aarch64/math-tests.h: New file.
4143
4144 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
4145
4146         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
4147         New.
4148         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4149         Check and set bit_AVX2_Usable.
4150         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
4151         macro.
4152         (bit_AVX2): Likewise.
4153         (index_AVX2_Usable): Likewise.
4154         (CPUID_AVX2): Likewise.
4155         (HAS_AVX2): Likewise.
4156
4157 2014-04-17  Will Newton  <will.newton@linaro.org>
4158
4159         * manual/setjmp.texi (System V contexts): Add note that
4160         calling setcontext on a context created by a call to a
4161         signal handler is undefined.  Update text to note that
4162         setcontext from a signal handler is possible but not
4163         recommended.
4164
4165         [BZ #16629]
4166         * stdlib/tst-setcontext.c: Include signal.h.
4167         (main): Check that the signal stack before and
4168         after swapcontext is the same.
4169
4170         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
4171         Re-implement to restore registers in user code and avoid
4172         rt_sigreturn system call.
4173
4174 2014-04-17  Wilco  <wdijkstr@arm.com>
4175
4176         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
4177         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
4178         * math/test-fenv.c: Skip exception trap tests on targets which only
4179         support non-stop mode.
4180
4181 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
4182             Wilco Dijkstra  <wilco.dijkstra@arm.com>
4183
4184         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
4185         (libc_feholdsetround_aarch64_ctx)
4186         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
4187         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
4188         (libc_feresetround_ctx, libc_feresetroundf_ctx)
4189         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
4190         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
4191         (libc_feresetround_noexl_ctx): Define.
4192
4193 2014-04-16  Richard Henderson  <rth@redhat.com>
4194
4195         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
4196
4197         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
4198         unwind tables.
4199
4200         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
4201         const from the non-libc, non-ldso copy.
4202
4203         * sysdeps/alpha/libm-test-ulps: Regenerate.
4204
4205 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
4206             Wilco Dijkstra  <wilco.dijkstra@arm.com>
4207
4208         * sysdeps/aarch64/fpu/math_private.h: New file.
4209
4210 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4211
4212         * sysdeps/aarch64/libm-test-ulps: Regenerate.
4213
4214 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
4215
4216         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
4217         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
4218         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
4219         Intel MPX bound registers before _dl_profile_fixup.
4220         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
4221         registers after _dl_profile_fixup.  Save and restore bound
4222         registers bnd0/bnd1 when calling _dl_call_pltexit.
4223         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
4224         (LR_BND_OFFSET): Likewise.
4225         (LRV_BND0_OFFSET): Likewise.
4226         (LRV_BND1_OFFSET): Likewise.
4227
4228 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4229
4230         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
4231         to...
4232         * sysdeps/mach/hurd/i386/tls.h: ... here.
4233         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
4234         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
4235         fields.
4236
4237 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4238
4239         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
4240
4241 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
4242
4243         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4244
4245 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
4246
4247         [BZ #14770]
4248         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
4249         * sysdeps/s390/configure: Regenerate.
4250
4251         [BZ #16824]
4252         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
4253         Set round-to-nearest internally to reduce error accumulation.
4254
4255 2014-04-16  Alan Modra  <amodra@gmail.com>
4256
4257         [BZ #16740]
4258         [BZ #16619]
4259         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
4260         * math/libm-test.inc (frexp_test_data): Add tests.
4261         * NEWS: Update fixed bug list.
4262
4263 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4264
4265         * benchtests/Makefile: Depend on libraries in build directory.
4266         (bench-math): Separate out math tests.
4267         (bench-pthread): Separate out pthread tests.
4268         (bench): Include math and pthread tests.
4269
4270 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
4271
4272         [BZ #16831]
4273         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
4274         _dl_debug_initialize.
4275
4276         * configure.ac: Remove SELinux header check.
4277         * configure: Regenerate.
4278         * nscd/selinux.c (perms): Array of const char* to permission names.
4279         (nscd_request_avc_has_perm): Call security_deny_unknown to find
4280         default policy. Call string_to_security_class and string_to_av_perm to
4281         translate strings. Enforce default policy and call avs_has_perm with
4282         results of translated strings.
4283
4284 2014-04-13  David S. Miller  <davem@davemloft.net>
4285
4286         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4287
4288 2014-04-12  Allan McRae  <allan@archlinux.org>
4289
4290         [BZ #16838]
4291         * manual/string.texi (Collation Functions): Fix qsort argument
4292         order in example.
4293         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
4294
4295 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
4296
4297         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
4298         Make the test a no-op if there are no exceptions defined.
4299
4300 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
4301
4302         * elf/Makefile (tests): make tst-dlopen-aout conditional on
4303         enable-hardcoded-path-in-tests
4304
4305 2014-04-11  Will Newton  <will.newton@linaro.org>
4306
4307         * benchtests/Makefile (extra-objs): Add json-lib.o.
4308         (bench-func): Tidy up JSON output.
4309         * benchtests/bench-skeleton.c: Include json-lib.h.
4310         (main): Use JSON library functions to do output of
4311         benchmark results.
4312         * benchtests/bench-timing-type.c (main): Output the
4313         timing type simply, leaving formatting to the user.
4314         * benchtests/json-lib.c: New file.
4315         * benchtests/json-lib.h: Likewise.
4316
4317 2014-04-11  Torvald Riegel  <triegel@redhat.com>
4318
4319         [BZ #15215]
4320         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
4321         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
4322         memory barriers.  Add comments.
4323         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
4324         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
4325         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
4326         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
4327         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
4328         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
4329
4330 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4331
4332         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
4333         * sysdeps/s390/s390-64/configure.ac: ... this ...
4334         * sysdeps/s390/configure.ac: ... to here.
4335         * sysdeps/s390/s390-32/configure: Delete file.
4336         * sysdeps/s390/s390-64/configure: Delete file.
4337         * sysdeps/s390/configure: Regenerate.
4338
4339 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
4340
4341         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
4342
4343 2014-04-11  Will Newton  <will.newton@linaro.org>
4344
4345         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
4346         to zero if it is not defined elsewhere.  (mtrim): Test
4347         the value of MALLOC_DEBUG with #if rather than #ifdef.
4348
4349 2014-04-10 Torvald Riegel  <triegel@redhat.com>
4350
4351         * benchtests/pthread_once-inputs: New file.
4352         * benchtests/pthread_once-source.c: New file.
4353         * benchtests/README: Update documentation.
4354
4355 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
4356             H.J. Lu  <hongjiu.lu@intel.com>
4357
4358         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
4359         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
4360         * sysdeps/x86_64/configure: Regenerated.
4361         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
4362         macro.
4363         (REGISTER_SAVE_RAX): Likewise.
4364         (REGISTER_SAVE_RCX): Likewise.
4365         (REGISTER_SAVE_RDX): Likewise.
4366         (REGISTER_SAVE_RSI): Likewise.
4367         (REGISTER_SAVE_RDI): Likewise.
4368         (REGISTER_SAVE_R8): Likewise.
4369         (REGISTER_SAVE_R9): Likewise.
4370         (REGISTER_SAVE_BND0): Likewise.
4371         (REGISTER_SAVE_BND1): Likewise.
4372         (REGISTER_SAVE_BND2): Likewise.
4373         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
4374         bound registers when calling _dl_fixup.
4375
4376 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4377
4378         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
4379         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
4380         of its definition.
4381         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
4382         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
4383         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
4384         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
4385         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
4386         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
4387         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
4388
4389 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
4390
4391         [BZ #15514]
4392         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
4393         pathconf(_PC_NAME_MAX).
4394
4395 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4396
4397         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
4398         Remove macro usage.
4399         (__PTHREAD_SPINS): Move definition to ...
4400         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
4401         (__PTHREAD_SPINS): ... here.
4402         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
4403         (__PTHREAD_SPIN): Likewise.
4404         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
4405         (__PTHREAD_SPIN): Likewise.
4406         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
4407         (__PTHREAD_SPIN): Likewise.
4408         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
4409         (__PTHREAD_SPIN): Likewise.
4410         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4411         (__PTHREAD_SPIN): Likewise.
4412         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4413         (__PTHREAD_SPIN): Likewise.
4414         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
4415         (__PTHREAD_SPIN): Likewise.
4416         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4417         (__PTHREAD_SPIN): Likewise.
4418         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4419         (__PTHREAD_SPIN): Likewise.
4420         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4421         (__PTHREAD_SPIN): Likewise.
4422         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4423         (__PTHREAD_SPIN): Likewise.
4424         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
4425         (__PTHREAD_SPIN): Likewise.
4426
4427         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
4428         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
4429         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
4430         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
4431         imply folder.
4432         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
4433         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
4434         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
4435         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
4436         correct imply path.
4437         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
4438         strlen symbol for non multi-arch builds.
4439         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
4440         missing hidden_def and weak_alias.
4441
4442 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
4443
4444         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
4445
4446 2014-04-07  Will Newton  <will.newton@linaro.org>
4447
4448         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
4449         and contents.  [!_LIBC] Remove #ifndef and contents.
4450         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
4451         * string/memccpy.c (__memccpy): Use ANSI prototype.
4452         * string/memfrob.c (memfrob): Likewise.
4453         * string/strcoll.c (STRCOLL): Likewise.
4454         * string/strlen.c (strlen): Likewise.
4455         * string/strtok.c (STRTOK): Likewise.
4456         * string/strcat.c: Remove unused #include of memcopy.h.
4457         (strcat): Use ANSI prototype.
4458         * string/strchr.c: Remove unused #include of memcopy.h.
4459         (strchr): Use ANSI prototype.
4460         * string/strcmp.c: Remove unused #include of memcopy.h.
4461         (strcmp): Use ANSI prototype.
4462         * string/strcpy.c: Remove unused #include of memcopy.h.
4463         (strcpy): Use ANSI prototype.
4464
4465 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4466
4467         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
4468         * config.make.in (config-extra-cppflags): Set it from
4469         libc_extra_cppflags.
4470         * configure.ac (libc_extra_cflags): Make it accumulate over
4471         configure fragments.
4472         (libc_extra_cppflags): New flag.
4473         * configure. Regenerate.
4474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4475         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
4476         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
4477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
4478
4479         [BZ #16815]
4480         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
4481         result for FE_DOWNWARD rounding mode.
4482         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
4483         Likewise.
4484         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4485
4486 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
4487
4488         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
4489         in function argument name.
4490
4491 2014-04-03  David Svoboda  <svoboda@cert.org>
4492
4493         [BZ #5666]
4494         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
4495         explicitly.
4496
4497 2014-04-03  Roland McGrath  <roland@hack.frob.com>
4498
4499         * elf/dl-unmap-segments.h: New file.
4500         * sysdeps/generic/ldsodefs.h
4501         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
4502         * elf/dl-close.c: Include <dl-unmap-segments.h>.
4503         * elf/dl-fptr.c: Likewise.
4504         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
4505         * sysdeps/aarch64/tlsdesc.c: Likewise.
4506         * sysdeps/arm/tlsdesc.c: Likewise.
4507         * sysdeps/i386/tlsdesc.c: Likewise.
4508         * sysdeps/tile/dl-runtime.c: Likewise.
4509         * sysdeps/x86_64/tlsdesc.c: Likewise.
4510         * elf/dl-load.h: New file.
4511         * elf/dl-load.c: Include it.
4512         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
4513         Macros moved to dl-load.h.
4514         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
4515         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
4516         Use _dl_unmap_segments in place of __munmap.
4517         Break out segment-mapping loop into ...
4518         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
4519
4520 2014-04-03  Will Newton  <will.newton@linaro.org>
4521
4522         * elf/dl-lookup.c (do_lookup_x): Remove comment
4523         referring to nested function and move variable
4524         declarations down to before first use.
4525
4526 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
4527
4528         [BZ #16799]
4529         [BZ #16800]
4530         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
4531         with 0 numerator.
4532         * math/s_catanf.c (__catanf): Likewise.
4533         * math/s_catanh.c (__catanh): Likewise.
4534         * math/s_catanhf.c (__catanhf): Likewise.
4535         * math/s_catanhl.c (__catanhl): Likewise.
4536         * math/s_catanl.c (__catanl): Likewise.
4537         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
4538         by positive zero when computing -Inf result.
4539         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
4540         (catanh_test): Likewise.
4541         * sysdeps/i386/fpu/libm-test-ulps: Update.
4542         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4543
4544         [BZ #16789]
4545         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
4546         instead of using underflowing value in computing result.
4547         * math/s_clog10.c (__clog10): Likewise.
4548         * math/s_clog10f.c (__clog10f): Likewise.
4549         * math/s_clog10l.c (__clog10l): Likewise.
4550         * math/s_clogf.c (__clogf): Likewise.
4551         * math/s_clogl.c (__clogl): Likewise.
4552         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
4553         (clog10_test): Likewise.
4554         * sysdeps/i386/fpu/libm-test-ulps: Update.
4555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4556
4557 2014-04-02  Alan Modra  <amodra@gmail.com>
4558
4559         [BZ #16739]
4560         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
4561         output when value is near a power of two.  Use int64_t for lx and
4562         remove casts.  Use decimal rather than hex exponent constants.
4563         Don't use long double multiplication when double will suffice.
4564         * math/libm-test.inc (nextafter_test_data): Add tests.
4565         * NEWS: Add 16739 and 16786 to bug list.
4566
4567         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
4568
4569         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
4570
4571 2014-04-01  Will Newton  <will.newton@linaro.org>
4572
4573         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
4574         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
4575
4576 2014-04-01  Florian Weimer  <fweimer@redhat.com>
4577
4578         [BZ #13347]
4579         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
4580         * nptl/tst-setuid2.c: New file.
4581         * nptl/Makefile (xtests): Add tst-setuid2.
4582
4583 2014-04-01  Alan Modra  <amodra@gmail.com>
4584
4585         [BZ #16786]
4586         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
4587
4588 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
4589
4590         [BZ #6803]
4591         [BZ #6804]
4592         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
4593         set errno as appropriate.
4594         * math/w_scalbf.c (__scalbf): Likewise.
4595         * math/w_scalbl.c (__scalbl): Likewise.
4596         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
4597         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
4598         * math/libm-test.inc (scalb_test_data): Add errno expectations.
4599         Add more NaN tests.
4600
4601         [BZ #16349]
4602         * math/w_atan2.c: Include <errno.h>.
4603         (__atan2): Set errno for result underflowing to zero.
4604         * math/w_atan2f.c: Include <errno.h>.
4605         (__atan2f): Set errno for result underflowing to zero.
4606         * math/w_atan2l.c: Include <errno.h>.
4607         (__atan2l): Set errno for result underflowing to zero.
4608         * math/auto-libm-test-in: Don't allow missing errno for some atan2
4609         tests.
4610         * math/auto-libm-test-out: Regenerated.
4611
4612 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4613
4614         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4615         Encode instruction correctly in little endian.
4616         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4617         Likewise.
4618         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4619         Likewise.
4620         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4621         Likewise.
4622         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4623         Likewise.
4624
4625 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
4626
4627         [BZ #9894]
4628         * sysdeps/unix/sysv/linux/kernel-features.h
4629         [__sparc__ && !__arch64__ && !__sparc_v9__]
4630         (__ASSUME_SET_ROBUST_LIST): Do not define.
4631         [__sparc__ && !__arch64__ && !__sparc_v9__]
4632         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4633         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
4634         Likewise.
4635         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4636         (__ASSUME_FUTEX_LOCK_PI): Undefine.
4637         (__ASSUME_REQUEUE_PI): Likewise.
4638         (__ASSUME_SET_ROBUST_LIST): Likewise.
4639         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
4640         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
4641         Undefine.
4642         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
4643         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
4644         Likewise.
4645         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
4646         Likewise.
4647         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
4648         Likewise.
4649         * sysdeps/unix/sysv/linux/mips/kernel-features.h
4650         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
4651         Undefine.
4652         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
4653         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
4654         Likewise.
4655
4656         [BZ #16648]
4657         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
4658         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
4659         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
4660
4661 2014-03-31  Will Newton  <will.newton@linaro.org>
4662
4663         * benchtests/Makefile (bench): Add ffs and ffsll to list
4664         of tests.
4665         * benchtests/ffs-inputs: New file.
4666         * benchtests/ffsll-inputs: Likewise.
4667
4668 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
4669
4670         [BZ #16770]
4671         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
4672         too large before casting to int.
4673         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
4674         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
4675         * math/libm-test.inc (scalb_test_data): Add more tests.
4676
4677 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4678
4679         * benchtests/Makefile (DETAILED_OPT): New make option.
4680         (bench-func): Run benchmark program with -d if DETAILED_OPT is
4681         set.
4682         * benchtests/bench-skeleton.c: Include stdbool.h.
4683         (main): Store and print timings per input.
4684         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
4685         member to each argument value.
4686         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
4687         (_print_arg_data): Initialize per-input timing to 0.
4688
4689         * benchtests/Makefile (timing-type): New binary.
4690         (bench-clean): Also remove bench-timing-type.
4691         (bench): New target for timing-type.
4692         (bench-func): Print output in JSON format.
4693         * benchtests/bench-skeleton.c (main): Print output in JSON
4694         format.
4695         * benchtests/bench-timing-type.c: New file.
4696         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
4697         (TIMING_PRINT_STATS): Remove.
4698         * benchtests/scripts/bench.py (_print_arg_data): Store variant
4699         name separately.
4700
4701         * benchtests/bench-modf.c: Remove.
4702         * benchtests/modf-inputs: New inputs file.
4703
4704 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
4705
4706         [BZ #16362]
4707         * math/s_clog10.c (M_PI_LOG10E): New macro.
4708         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
4709         imaginary parts are 0.
4710         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
4711         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
4712         imaginary parts are 0.
4713         * math/s_clog10l.c (M_PI_LOG10El): New macro.
4714         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
4715         imaginary parts are 0.
4716         * math/libm-test.inc (clog10_test_data): Update expected results
4717         for when real and imaginary parts are 0.
4718
4719 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
4720
4721         * elf/dl-load.c: Finish conversion of __builtin_expect into
4722         __glibc_{un}likely.
4723
4724 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
4725
4726         [BZ #16348]
4727         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
4728         1+x for argument with exponent below -67.
4729         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
4730         Likewise.
4731         * math/auto-libm-test-in: Add more tests of exp.
4732         * math/auto-libm-test-out: Regenerated.
4733
4734 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4735
4736         [BZ #16759]
4737         * inet/getnetgrent_r.c (get_nonempty_val): New function.
4738         (nscd_getnetgrent): Use it.
4739
4740         [BZ #16760]
4741         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
4742         of stpcpy.
4743
4744 2014-03-27  Andi Kleen  <ak@linux.intel.com>
4745
4746         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
4747         (lll_robust_lock, lll_cond_lock, lll_timedlock)
4748         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
4749         (lll_robust_unlock): Remove out of line section. Use cfi
4750         intrinsics.
4751         (LLL_STUB_UNWIND_INFO*): Remove.
4752         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
4753         (lll_robust_lock, lll_cond_lock, lll_timedlock)
4754         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
4755         (lll_robust_unlock): Remove out of line section. Use cfi
4756         intrinsics.
4757         (LLL_STUB_UNWIND_INFO*): Remove.
4758
4759 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4760
4761         [BZ #16758]
4762         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
4763         blank values.
4764
4765 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
4766
4767         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
4768
4769 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
4770
4771         [BZ #16198]
4772         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
4773         fnstenv.
4774         * math/test-fenv-preserve.c: New file.
4775         * math/Makefile (tests): Add test-fenv-preserve.
4776
4777 2014-03-26  Will Newton <will.newton@linaro.org>
4778
4779         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
4780
4781 2014-03-25  Roland McGrath  <roland@hack.frob.com>
4782
4783         * scripts/versionlist.awk: Partition the version sets and emit all
4784         GLIBC_* (sorted) before all others (sorted).
4785
4786 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
4787
4788         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
4789         GLIBC_2.2.5 version.
4790
4791 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4792
4793         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
4794         calls.
4795
4796         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
4797         previous change.
4798
4799         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4800
4801 2014-03-25  Andreas Schwab  <schwab@suse.de>
4802
4803         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
4804         label to be used after in6ailist is initialized.
4805
4806 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4807
4808         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
4809         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
4810
4811 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
4812
4813         [BZ #16357]
4814         [BZ #16599]
4815         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
4816         min_plus_half.
4817         (fp_formats): Update initializers.
4818         (init_fp_formats): Initialize new field.
4819         (output_for_one_input_case): Allow underflow for results up to
4820         min_plus_half.
4821         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
4822         * math/auto-libm-test-in: Don't mark some underflows from asin and
4823         atanh as spurious.
4824         * math/auto-libm-test-out: Regenerated.
4825         * sysdeps/i386/fpu/libm-test-ulps: Update.
4826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4827
4828 2014-03-25  Andreas Schwab  <schwab@suse.de>
4829
4830         * libio/Makefile (tst-ftell-partial-wide-ENV)
4831         (tst-ftell-active-handler-ENV): Define.
4832
4833 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
4834
4835         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
4836
4837 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
4838
4839         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
4840
4841 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
4842
4843         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
4844         * sysdeps/x86_64/fpu/multiarch/e_exp.c
4845         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
4846
4847 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
4848
4849         [BZ #16634]
4850         * elf/dl-load.c (open_verify): Add mode parameter.
4851         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
4852         (open_path): Change from boolean 'secure' to complete flag 'mode'
4853         (_dl_map_object): Adjust.
4854         * elf/Makefile (tests): Add tst-dlopen-aout.
4855         * elf/tst-dlopen-aout.c: New test.
4856
4857 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
4858
4859         [BZ #16714]
4860         * sysdeps/unix/sysv/linux/s390/bits/stat.h
4861         (struct stat): Rename member pad0 to __glibc_reserved0.
4862
4863         [BZ #16712]
4864         * sysdeps/s390/s390-32/bits/wordsize.h
4865         (__WORDSIZE32_SIZE_ULONG): New define.
4866         * sysdeps/s390/s390-64/bits/wordsize.h
4867         (__WORDSIZE32_SIZE_ULONG): Likewise.
4868         * sysdeps/generic/stdint.h (SIZE_MAX):
4869         Define as UL if __WORDSIZE32_SIZE_ULONG.
4870
4871         [BZ #16713]
4872         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
4873         (__glibc_reserved0): New variable.
4874         (sa_flags): Change type to int.
4875
4876         * posix/Makefile (before-compile): Use += before-compile instead
4877         of a :=.
4878
4879         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
4880         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
4881
4882 2014-03-20  Andreas Schwab  <schwab@suse.de>
4883
4884         [BZ #16743]
4885         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
4886         non-matching result from nscd.
4887
4888 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4889
4890         * scripts/bench.py: Moved to ...
4891         * benchtests/scripts/bench.py: ... here.
4892         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
4893
4894 2014-03-24  Andreas Schwab  <schwab@suse.de>
4895
4896         [BZ #16002]
4897         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
4898         alloca_account and account alloca use for struct in6ailist.
4899
4900 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
4901
4902         [BZ #16284]
4903         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
4904         rounding mode to recompute results that overflow to infinity or
4905         underflow to zero.
4906         * math/auto-libm-test-in: Don't mark tests as expected to fail for
4907         bug 16284.
4908         * math/auto-libm-test-out: Regenerated.
4909         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
4910         (ccosh_test): Likewise.
4911         (csin_test_data): Use plus_oflow.
4912         (csin_test): Use ALL_RM_TEST.
4913         (csinh_test_data): Use plus_oflow.
4914         (csinh_test): Use ALL_RM_TEST.
4915         * sysdeps/i386/fpu/libm-test-ulps: Update.
4916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4917
4918 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
4919
4920         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
4921         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
4922         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
4923
4924         [BZ #16731]
4925         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
4926         when x - 1 is zero.
4927         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
4928         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
4929         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4930         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
4931         argument is 1.
4932         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
4933         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
4934         zero.
4935         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
4936         * sysdeps/i386/fpu/libm-test-ulps: Update.
4937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4938
4939 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4940
4941         * scripts/bench.pl: Remove file.
4942         * scripts/bench.py: New benchmark script.
4943         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
4944         * benchtests/README: Mention python dependency.
4945         * scripts/pylintrc: New file.
4946         * scripts/pylint: New file.
4947
4948         * bits/mathdef.h: Use #ifdef instead of #if.
4949         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
4950         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
4951         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
4952         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
4953         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
4954         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
4955
4956 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4957             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4958
4959         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
4960         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
4961         and strpbrk-ppc64 objects.
4962         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4963         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
4964         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
4965         multiarch strpbrk for POWER7.
4966         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
4967         multiarch strpbrk for PPC64.
4968         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
4969         ifunc selector.
4970         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
4971         strpbrk for POWER7.
4972
4973 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
4974
4975         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
4976         (atan_test): Likewise.
4977         (atanh_test_data): Use NO_TEST_INLINE for two tests.
4978         (atanh_test): Use ALL_RM_TEST.
4979         (atan2_test_data): Likewise.
4980         (cabs_test): Likewise.
4981         (cacosh_test): Likewise.
4982         (carg_test): Likewise.
4983         (casin_test): Likewise.
4984         (casinh_test): Likewise.
4985         (cbrt_test): Likewise.
4986         (csqrt_test): Likewise.
4987         (erf_test): Likewise.
4988         (erfc_test): Likewise.
4989         (pow10_test): Likewise.
4990         (exp2_test): Likewise.
4991         (hypot_test): Likewise.
4992         (j0_test): Likewise.
4993         (j1_test): Likewise.
4994         (lgamma_test): Likewise.
4995         (gamma_test): Likewise.
4996         (sincos_test): Likewise.
4997         (tanh_test): Likewise.
4998         (y0_test): Likewise.
4999         (y1_test): Likewise.
5000         * sysdeps/i386/fpu/libm-test-ulps: Update.
5001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5002
5003 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5004
5005         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
5006         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
5007         and strcspn-ppc64 objects.
5008         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5009         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
5010         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
5011         multiarch strcspn for POWER7.
5012         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
5013         multiarch strcspn for PPC64.
5014         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
5015         ifunc selector.
5016         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
5017         strcspn for POWER7.
5018
5019 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
5020
5021         * math/gen-libm-test.pl (generate_testfile): Expect only function
5022         name as argument to AUTO_TESTS_* and pass results for all rounding
5023         modes to parse_args.
5024         (parse_auto_input): Separate inputs of automatic tests from
5025         outputs before storing in %auto_tests.
5026         * math/libm-test.inc (acos_test_data): Update call to
5027         AUTO_TESTS_f_f.
5028         (acos_test): Use ALL_RM_TEST.
5029         (acos_tonearest_test_data): Remove.
5030         (acos_test_tonearest): Likewise.
5031         (acos_towardzero_test_data): Likewise.
5032         (acos_test_towardzero): Likewise.
5033         (acos_downward_test_data): Likewise.
5034         (acos_test_downward): Likewise.
5035         (acos_upward_test_data): Likewise.
5036         (acos_test_upward): Likewise.
5037         (acosh_test_data): Update call to AUTO_TESTS_f_f.
5038         (asin_test_data): Likewise.
5039         (asin_test): Use ALL_RM_TEST.
5040         (asin_tonearest_test_data): Remove.
5041         (asin_test_tonearest): Likewise.
5042         (asin_towardzero_test_data): Likewise.
5043         (asin_test_towardzero): Likewise.
5044         (asin_downward_test_data): Likewise.
5045         (asin_test_downward): Likewise.
5046         (asin_upward_test_data): Likewise.
5047         (asin_test_upward): Likewise.
5048         (asinh_test_data): Update call to AUTO_TESTS_f_f.
5049         (atan_test_data): Likewise.
5050         (atanh_test_data): Likewise.
5051         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
5052         (cabs_test_data): Update call to AUTO_TESTS_c_f.
5053         (carg_test_data): Likewise.
5054         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
5055         (ccos_test_data): Update call to AUTO_TESTS_c_c.
5056         (ccosh_test_data): Likewise.
5057         (cexp_test_data): Likewise.
5058         (clog_test_data): Likewise.
5059         (clog10_test_data): Likewise.
5060         (cos_test_data): Update call to AUTO_TESTS_f_f.
5061         (cos_test): Use ALL_RM_TEST.
5062         (cos_tonearest_test_data): Remove.
5063         (cos_test_tonearest): Likewise.
5064         (cos_towardzero_test_data): Likewise.
5065         (cos_test_towardzero): Likewise.
5066         (cos_downward_test_data): Likewise.
5067         (cos_test_downward): Likewise.
5068         (cos_upward_test_data): Likewise.
5069         (cos_test_upward): Likewise.
5070         (cosh_test_data): Update call to AUTO_TESTS_f_f.
5071         (cosh_test): Use ALL_RM_TEST.
5072         (cosh_tonearest_test_data): Remove.
5073         (cosh_test_tonearest): Likewise.
5074         (cosh_towardzero_test_data): Likewise.
5075         (cosh_test_towardzero): Likewise.
5076         (cosh_downward_test_data): Likewise.
5077         (cosh_test_downward): Likewise.
5078         (cosh_upward_test_data): Likewise.
5079         (cosh_test_upward): Likewise.
5080         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
5081         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
5082         (ctan_test_data): Likewise.
5083         (ctan_test): Use ALL_RM_TEST.
5084         (ctan_tonearest_test_data): Remove.
5085         (ctan_test_tonearest): Likewise.
5086         (ctan_towardzero_test_data): Likewise.
5087         (ctan_test_towardzero): Likewise.
5088         (ctan_downward_test_data): Likewise.
5089         (ctan_test_downward): Likewise.
5090         (ctan_upward_test_data): Likewise.
5091         (ctan_test_upward): Likewise.
5092         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
5093         (ctanh_test): Use ALL_RM_TEST.
5094         (ctanh_tonearest_test_data): Remove.
5095         (ctanh_test_tonearest): Likewise.
5096         (ctanh_towardzero_test_data): Likewise.
5097         (ctanh_test_towardzero): Likewise.
5098         (ctanh_downward_test_data): Likewise.
5099         (ctanh_test_downward): Likewise.
5100         (ctanh_upward_test_data): Likewise.
5101         (ctanh_test_upward): Likewise.
5102         (erf_test_data): Update call to AUTO_TESTS_f_f.
5103         (erfc_test_data): Likewise.
5104         (exp_test_data): Likewise.
5105         (exp_test): Use ALL_RM_TEST.
5106         (exp_tonearest_test_data): Remove.
5107         (exp_test_tonearest): Likewise.
5108         (exp_towardzero_test_data): Likewise.
5109         (exp_test_towardzero): Likewise.
5110         (exp_downward_test_data): Likewise.
5111         (exp_test_downward): Likewise.
5112         (exp_upward_test_data): Likewise.
5113         (exp_test_upward): Likewise.
5114         (exp10_test_data): Update call to AUTO_TESTS_f_f.
5115         (exp10_test): Use ALL_RM_TEST.
5116         (exp10_tonearest_test_data): Remove.
5117         (exp10_test_tonearest): Likewise.
5118         (exp10_towardzero_test_data): Likewise.
5119         (exp10_test_towardzero): Likewise.
5120         (exp10_downward_test_data): Likewise.
5121         (exp10_test_downward): Likewise.
5122         (exp10_upward_test_data): Likewise.
5123         (exp10_test_upward): Likewise.
5124         (exp2_test_data): Update call to AUTO_TESTS_f_f.
5125         (expm1_test_data): Likewise.
5126         (expm1_test): Use ALL_RM_TEST.
5127         (expm1_tonearest_test_data): Remove.
5128         (expm1_test_tonearest): Likewise.
5129         (expm1_towardzero_test_data): Likewise.
5130         (expm1_test_towardzero): Likewise.
5131         (expm1_downward_test_data): Likewise.
5132         (expm1_test_downward): Likewise.
5133         (expm1_upward_test_data): Likewise.
5134         (expm1_test_upward): Likewise.
5135         (fma_test_data): Update call to AUTO_TESTS_fff_f.
5136         (fma_test): Use ALL_RM_TEST.
5137         (fma_towardzero_test_data): Remove.
5138         (fma_test_towardzero): Likewise.
5139         (fma_downward_test_data): Likewise.
5140         (fma_test_downward): Likewise.
5141         (fma_upward_test_data): Likewise.
5142         (fma_test_upward): Likewise.
5143         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
5144         (j0_test_data): Update call to AUTO_TESTS_f_f.
5145         (j1_test_data): Likewise.
5146         (jn_test_data): Update call to AUTO_TESTS_if_f.
5147         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
5148         (log_test_data): Update call to AUTO_TESTS_f_f.
5149         (log10_test_data): Likewise.
5150         (log1p_test_data): Likewise.
5151         (log2_test_data): Likewise.
5152         (pow_test_data): Update call to AUTO_TESTS_ff_f.
5153         (pow_tonearest_test_data): Likewise.
5154         (sin_test_data): Update call to AUTO_TESTS_f_f.
5155         (sin_test): Use ALL_RM_TEST.
5156         (sin_tonearest_test_data): Remove.
5157         (sin_test_tonearest): Likewise.
5158         (sin_towardzero_test_data): Likewise.
5159         (sin_test_towardzero): Likewise.
5160         (sin_downward_test_data): Likewise.
5161         (sin_test_downward): Likewise.
5162         (sin_upward_test_data): Likewise.
5163         (sin_test_upward): Likewise.
5164         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
5165         (sinh_test_data): Update call to AUTO_TESTS_f_f.
5166         (sinh_test): Use ALL_RM_TEST.
5167         (sinh_tonearest_test_data): Remove.
5168         (sinh_test_tonearest): Likewise.
5169         (sinh_towardzero_test_data): Likewise.
5170         (sinh_test_towardzero): Likewise.
5171         (sinh_downward_test_data): Likewise.
5172         (sinh_test_downward): Likewise.
5173         (sinh_upward_test_data): Likewise.
5174         (sinh_test_upward): Likewise.
5175         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
5176         (sqrt_test): Use ALL_RM_TEST.
5177         (sqrt_tonearest_test_data): Remove.
5178         (sqrt_test_tonearest): Likewise.
5179         (sqrt_towardzero_test_data): Likewise.
5180         (sqrt_test_towardzero): Likewise.
5181         (sqrt_downward_test_data): Likewise.
5182         (sqrt_test_downward): Likewise.
5183         (sqrt_upward_test_data): Likewise.
5184         (sqrt_test_upward): Likewise.
5185         (tan_test_data): Update call to AUTO_TESTS_f_f.
5186         (tan_test): Use ALL_RM_TEST.
5187         (tan_tonearest_test_data): Remove.
5188         (tan_test_tonearest): Likewise.
5189         (tan_towardzero_test_data): Likewise.
5190         (tan_test_towardzero): Likewise.
5191         (tan_downward_test_data): Likewise.
5192         (tan_test_downward): Likewise.
5193         (tan_upward_test_data): Likewise.
5194         (tan_test_upward): Likewise.
5195         (tanh_test_data): Update call to AUTO_TESTS_f_f.
5196         (tgamma_test_data): Likewise.
5197         (y0_test_data): Likewise.
5198         (y1_test_data): Likewise.
5199         (yn_test_data): Update call to AUTO_TESTS_if_f.
5200         (main): Do not call removed functions.
5201
5202 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
5203
5204         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
5205         (ldexp_test_data): Remove.
5206         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
5207         scalbn_test_data.
5208         (scalb_test): Use ALL_RM_TEST.
5209
5210 2014-03-19  Andreas Schwab  <schwab@suse.de>
5211
5212         * nscd/nscd.service: Also invalidate netgroup cache on reload.
5213
5214 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
5215
5216         [BZ #16649]
5217         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5218         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
5219         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
5220         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5221         (__ASSUME_PREADV): Undefine.
5222         (__ASSUME_PWRITEV): Likewise.
5223
5224 2014-03-18  Roland McGrath  <roland@hack.frob.com>
5225
5226         * bits/mman-linux.h: Add comment about non-Linux use.
5227         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
5228         bits/mman-linux.h resting place.
5229
5230         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
5231         * bits/mman-linux.h: ... here.
5232
5233 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5234
5235         * conform/conformtest.pl: Add standard definition when calling C
5236         preprocessor on data files.
5237         (checknamespace): Remove unused variable.
5238
5239 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
5240
5241         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
5242         minus_oflow, plus_uflow and minus_uflow in expected results.
5243         * math/libm-test.inc (scalbn_test_data): Add more tests of
5244         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
5245         minus_uflow.
5246         (scalbn_test): Use ALL_RM_TEST.
5247         (scalbln_test_data): Add more tests of negative arguments.  Use
5248         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
5249         (scalbln_test): Use ALL_RM_TEST.
5250
5251 2014-03-18  Roland McGrath  <roland@hack.frob.com>
5252
5253         * scripts/abilist.awk: Ignore symbols marked with .hidden.
5254
5255 2014-03-18  Will Newton  <will.newton@linaro.org>
5256
5257         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
5258         inaccurate comment.
5259
5260 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
5261
5262         * Makerules [!subdir] (check-abi): Exit with error status if a
5263         test failed.
5264
5265 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
5266
5267         * math/libm-test.inc (nearbyint_test_data): Include all tests used
5268         for rint.  Include results for all rounding modes.
5269         (nearbyint_test): Use ALL_RM_TEST.
5270         (rint_test_data): Include all tests used for nearbyint.
5271
5272 2014-03-17  Will Newton  <will.newton@linaro.org>
5273
5274         * nptl/sysdeps/pthread/pthread.h: Revert previous
5275         change.
5276
5277         * sysdeps/generic/ldsodefs.h: Revert previous
5278         change.
5279
5280         * libio/genops.c: Revert previous change.
5281         * libio/libioP.h: Likewise.
5282         * stdio-common/vfprintf.c: Likewise.
5283
5284         * sysdeps/generic/math_private.h: Revert previous
5285         change.
5286
5287         * sysdeps/generic/math_private.h: Check whether
5288         HAVE_RM_CTX is defined with #ifdef rather
5289         than #if.
5290
5291         * argp/argp-fmtstream.h: Check whether
5292         __STRICT_ANSI__ is defined with #ifdef rather
5293         than #if.
5294         * argp/argp.h: Likewise.
5295
5296         * libio/genops.c: Check whether
5297         _IO_JUMPS_OFFSET is defined with #ifdef rather
5298         than #if.
5299         * libio/libioP.h: Likewise.
5300         * stdio-common/vfprintf.c: Likewise.
5301
5302         * sysdeps/generic/ldsodefs.h: Check whether
5303         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
5304         than #if.
5305
5306         * nptl/sysdeps/pthread/pthread.h: Check
5307         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
5308         its value.
5309
5310 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5311
5312         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
5313         setting O_APPEND.
5314         * libio/tst-ftell-active-handler.c (do_append_test): Add a
5315         test case.
5316
5317         [BZ #16680]
5318         * libio/fileops.c (_IO_file_open): Seek to end of file but
5319         don't cache the offset.
5320         (get_file_offset): Remove function.
5321         (do_ftell): Use cached offset when available.
5322         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
5323         don't cache the offset.
5324         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
5325         case.
5326         (do_one_test): Call it.
5327         (do_ftell_test): Fix up expected old offset for a+ mode.
5328         * libio/wfileops.c (do_ftell_wide): Used cached offset when
5329         available.
5330
5331         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
5332         up test status with function return status.
5333         (do_write_test): Likewise.
5334         (do_append_test): Likewise.
5335
5336         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
5337         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
5338         Remove.
5339
5340 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
5341
5342         * math/gen-libm-test.pl (parse_args): Handle results specified for
5343         each rounding mode separately.
5344         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
5345         tests and results from lrint_tonearest_test_data,
5346         lrint_towardzero_test_data, lrint_downward_test_data and
5347         lrint_upward_test_data.
5348         (lrint_test): Use ALL_RM_TEST.
5349         (lrint_tonearest_test_data): Remove.
5350         (lrint_test_tonearest): Likewise.
5351         (lrint_towardzero_test_data): Likewise.
5352         (lrint_test_towardzero): Likewise.
5353         (lrint_downward_test_data): Likewise.
5354         (lrint_test_downward): Likewise.
5355         (lrint_upward_test_data): Likewise.
5356         (lrint_test_upward): Likewise.
5357         (llrint_test_data): Merge in per-rounding-mode tests and results
5358         from llrint_tonearest_test_data, llrint_towardzero_test_data,
5359         llrint_downward_test_data and llrint_upward_test_data.
5360         (llrint_test): Use ALL_RM_TEST.
5361         (llrint_tonearest_test_data): Remove.
5362         (llrint_test_tonearest): Likewise.
5363         (llrint_towardzero_test_data): Likewise.
5364         (llrint_test_towardzero): Likewise.
5365         (llrint_downward_test_data): Likewise.
5366         (llrint_test_downward): Likewise.
5367         (llrint_upward_test_data): Likewise.
5368         (llrint_test_upward): Likewise.
5369         (rint_test_data): Merge in per-rounding-mode tests and results
5370         from rint_tonearest_test_data, rint_towardzero_test_data,
5371         rint_downward_test_data and rint_upward_test_data.  Add
5372         per-rounding-mode results for tests not in those arrays.
5373         (rint_test): Use ALL_RM_TEST.
5374         (rint_tonearest_test_data): Remove.
5375         (rint_test_tonearest): Likewise.
5376         (rint_towardzero_test_data): Likewise.
5377         (rint_test_towardzero): Likewise.
5378         (rint_downward_test_data): Likewise.
5379         (rint_test_downward): Likewise.
5380         (rint_upward_test_data): Likewise.
5381         (rint_test_upward): Likewise.
5382         (main): Don't call removed functions.
5383
5384 2014-03-14  Roland McGrath  <roland@hack.frob.com>
5385
5386         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
5387         "Compiled on ..." crapola.  It is anti-useful.
5388
5389 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
5390
5391         * scripts/evaluate-test.sh: Handle fourth argument to determine
5392         whether test run should stop on failure.
5393         * Makeconfig (stop-on-test-failure): New variable.
5394         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
5395         $(stop-on-test-failure).
5396         * Makefile (tests): Give a summary of results from testing and
5397         exit with failure status if they include an ERROR or FAIL.
5398         (xtests): Likewise.
5399         * manual/install.texi (Configuring and compiling): Mention
5400         stop-on-test-failure=y.
5401         * INSTALL: Regenerated.
5402
5403 2014-03-14  Roland McGrath  <roland@hack.frob.com>
5404
5405         * scripts/versionlist.awk: New file.
5406         * Makerules [$(build-shared) = yes]
5407         (postclean-generated): Add Versions.def, not Versions.def.v and
5408         Versions.def.v.i.
5409         ($(common-objpfx)Versions.def.v.i): Target removed.
5410         ($(common-objpfx)Versions.def): New target.
5411         ($(common-objpfx)Versions.all): Depend on that rather that
5412         $(common-objpfx)Versions.def.v.
5413         * Versions.def: File removed.
5414
5415         * Makeconfig (+gccwarn): Add -Wundef.
5416         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
5417         a dl-sysdep.h breaking its contract.
5418         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
5419         * include/stackinfo.h: New file.
5420         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
5421         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
5422         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
5423         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
5424         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
5425         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
5426         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
5427         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
5428         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
5429         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
5430         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
5431         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
5432         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
5433         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
5434         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
5435
5436 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5437
5438         [BZ #16707]
5439         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
5440         implementation.
5441         * math/libm-test.inc (round_test_data): Add more tests.
5442
5443         [BZ #16706]
5444         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
5445         implementation.
5446         * math/libm-test.inc (nearbyint_test_data): Add more tests.
5447
5448         [BZ #16701]
5449         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
5450         implementation.
5451         * math/libm-test.inc (ceil_test_data): Add more tests.
5452
5453         * math/libm-test.inc (trunc_test_data): Add more tests related to
5454         BZ#16414.
5455
5456 2014-03-14  Roland McGrath  <roland@hack.frob.com>
5457
5458         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
5459         with #if rather than #ifdef.
5460         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
5461
5462 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
5463
5464         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
5465         first.  Disable AVX-512 GCC support if assembler doesn't support
5466         it.
5467         * sysdeps/x86_64/configure: Regenerated.
5468
5469 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
5470
5471         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
5472         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
5473         (__old_pthread_attr_setstack): Likewise.
5474         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
5475         [!_STACK_GROWS_DOWN]: Likewise.
5476
5477 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
5478
5479         * config.make.in (have-bash2): Delete.
5480         * configure.ac (libc_cv_have_bash2): Delete.
5481         * configure: Regenerate.
5482         * elf/Makefile (common-ldd-rewrite): Rename to ...
5483         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
5484         (sh-ldd-rewrite): Delete.
5485         (bash-ldd-rewrite): Delete.
5486         (have-bash2): Delete checks.
5487         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
5488         ldd-rewrite.
5489
5490         * config.make.in (have-ksh): Delete.
5491         (KSH): Delete.
5492         * configure.ac (libc_cv_have_ksh): Delete.
5493         * configure: Regenerate.
5494
5495         * elf/Makefile: Delete $(have-ksh) check.
5496         ($(objpfx)sotruss): Change KSH to BASH.
5497         * elf/sotruss.ksh: Rename to ...
5498         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
5499         function style to match POSIX.  Drop ksh vim mode setting.
5500
5501         * manual/time.texi (Specifying the Time Zone with TZ): Change
5502         Tuesday to Thursday.
5503
5504         * debug/tst-longjmp_chk2.c: Update header comment.
5505         (stackoverflow_handler): Add comment.  Call assert on pass value.
5506
5507 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
5508
5509         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
5510         (HAVE_AVX512_ASM_SUPPORT): Likewise.
5511         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
5512         (La_x86_64_vector): Add zmm.
5513         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
5514         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
5515         ($(objpfx)tst-audit10): New target.
5516         ($(objpfx)tst-audit10.out): Likewise.
5517         (tst-audit10-ENV): New.
5518         (AVX512-CFLAGS): Likewise.
5519         (CFLAGS-tst-audit10.c): Likewise.
5520         (CFLAGS-tst-auditmod10a.c): Likewise.
5521         (CFLAGS-tst-auditmod10b.c): Likewise.
5522         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
5523         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
5524         * sysdeps/x86_64/configure: Regenerated.
5525         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
5526         AVX-512 zmm register support.
5527         (_dl_x86_64_save_sse): Likewise.
5528         (_dl_x86_64_restore_sse): Likewise.
5529         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
5530         size vector registers.
5531         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
5532         (ZMM_SIZE): Likewise.
5533         * sysdeps/x86_64/tst-audit10.c: New file.
5534         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
5535         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
5536
5537 2014-03-13  Roland McGrath  <roland@hack.frob.com>
5538
5539         * configure.ac (HAVE_EHDR_START): New check.
5540         * configure: Regenerated.
5541         * config.h.in (HAVE_EHDR_START): New #undef.
5542         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
5543         assuming the lowest-addressed segment maps the start of the file.
5544
5545 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
5546
5547         * INSTALL: Regenerated.
5548
5549 2014-03-13  Will Newton  <will.newton@linaro.org>
5550
5551         * manual/setjmp.texi (System V contexts): Improve
5552         clarity and grammar of documentation.
5553
5554 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
5555
5556         [BZ #16381]
5557         * elf/Makefile (tests): Add tst-pie2.
5558         (tests-pie): Add tst-pie2.
5559         * elf/tst-pie2.c: New file.
5560         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
5561         for ET_EXEC.
5562         * elf/rtld.c (map_doit): Load executable as lt_executable.
5563         (dl_main): Likewise.
5564
5565 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
5566
5567         [BZ #16642]
5568         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5569         (__ASSUME_PSELECT): Undefine.
5570
5571 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5572
5573         [BZ #16689]
5574         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
5575         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
5576         static build.
5577         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
5578         selector for static builds.
5579
5580 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5581
5582         [BZ #16695]
5583         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
5584         key in the buffer.
5585
5586 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5587
5588         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
5589         IFUNC selector for static builds.
5590
5591 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
5592
5593         * sysdeps/mips/math_private.h [__mips_hard_float]
5594         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
5595         libc_feresetround_mips_ctx.
5596         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
5597         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
5598         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
5599
5600         [BZ #16677]
5601         * math/s_nextafter.c (__nextafter): Do not return value from
5602         overflowing computation.
5603         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
5604         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
5605         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
5606         Likewise.
5607         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
5608         Likewise.
5609         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
5610         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
5611
5612 2014-03-11  Roland McGrath  <roland@hack.frob.com>
5613
5614         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
5615         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
5616         Move sfi_sp use from the load-multiple (that no longer sets sp) to
5617         the new mov targetting sp.
5618
5619 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5620
5621         [BZ #16683]
5622         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
5623         Define it for static builds as well.
5624         (NO_BZERO_IMPL): Likewise.
5625
5626 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5627
5628         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
5629         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
5630         multiarch strspn for PPC64.
5631         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
5632         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
5633         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5634         (__libc_ifunc_impl_list): Likewise.
5635         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
5636         multiarch optimizations
5637         * string/strspn.c (strspn): Using macro to redefine symbol name.
5638
5639 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5640             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5641
5642         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
5643         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
5644         multiarch strncat for PPC64.
5645         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
5646         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
5647         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5648         (__libc_ifunc_impl_list): Likewise.
5649         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
5650         multiarch optimizations
5651
5652 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5653
5654         [BZ #16639]
5655         * nscd/nscd.service: Make service type forking.
5656
5657 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5658
5659         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
5660         sign in non default rounding modes.
5661         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
5662
5663 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
5664
5665         * math/libm-test.inc (ALL_RM_TEST): New macro.
5666         (ceil_test): Use ALL_RM_TEST.
5667         (cimag_test): Likewise.
5668         (conj_test): Likewise.
5669         (copysign_test): Likewise.
5670         (cproj_test): Likewise.
5671         (creal_test): Likewise.
5672         (fabs_test): Likewise.
5673         (floor_test): Likewise.
5674         (fmax_test): Likewise.
5675         (fmin_test): Likewise.
5676         (fmod_test): Likewise.
5677         (fpclassify_test): Likewise.
5678         (frexp_test): Likewise.
5679         (ilogb_test): Likewise.
5680         (isfinite_test): Likewise.
5681         (finite_test): Likewise.
5682         (isgreater_test): Likewise.
5683         (isgreaterequal_test): Likewise.
5684         (isinf_test): Likewise.
5685         (isless_test): Likewise.
5686         (islessequal_test): Likewise.
5687         (islessgreater_test): Likewise.
5688         (isnan_test): Likewise.
5689         (isnormal_test): Likewise.
5690         (issignaling_test): Likewise.
5691         (isunordered_test): Likewise.
5692         (logb_test): Likewise.
5693         (logb_downward_test_data): Remove.
5694         (logb_test_downward): Likewise.
5695         (lround_test): Use ALL_RM_TEST.
5696         (llround_test): Likewise.
5697         (modf_test): Likewise.
5698         (nexttoward_test): Likewise.
5699         (remainder_test): Likewise.
5700         (drem_test): Likewise.
5701         (remainder_tonearest_test_data): Likewise.
5702         (remainder_test_tonearest): Likewise.
5703         (drem_test_tonearest): Likewise.
5704         (remainder_towardzero_test_data): Likewise.
5705         (remainder_test_towardzero): Likewise.
5706         (drem_test_towardzero): Likewise.
5707         (remainder_downward_test_data): Likewise.
5708         (remainder_test_downward): Likewise.
5709         (drem_test_downward): Likewise.
5710         (remainder_upward_test_data): Likewise.
5711         (remainder_test_upward): Likewise.
5712         (drem_test_upward): Likewise.
5713         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
5714         (round_test): Use ALL_RM_TEST.
5715         (signbit_test): Likewise.
5716         (trunc_test): Likewise.
5717         (significand_test): Likewise.
5718         (main): Don't call removed functions.
5719
5720 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
5721
5722         [BZ #16674]
5723         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
5724         || __USE_XOPEN2K8].
5725         (ILL_ILLOPN): Likewise.
5726         (ILL_ILLADR): Likewise.
5727         (ILL_ILLTRP): Likewise.
5728         (ILL_PRVOPC): Likewise.
5729         (ILL_PRVREG): Likewise.
5730         (ILL_COPROC): Likewise.
5731         (ILL_BADSTK): Likewise.
5732         (FPE_INTDIV): Likewise.
5733         (FPE_INTOVF): Likewise.
5734         (FPE_FLTDIV): Likewise.
5735         (FPE_FLTOVF): Likewise.
5736         (FPE_FLTUND): Likewise.
5737         (FPE_FLTRES): Likewise.
5738         (FPE_FLTINV): Likewise.
5739         (FPE_FLTSUB): Likewise.
5740         (SEGV_MAPERR): Likewise.
5741         (SEGV_ACCERR): Likewise.
5742         (BUS_ADRALN): Likewise.
5743         (BUS_ADRERR): Likewise.
5744         (BUS_OBJERR): Likewise.
5745         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
5746         (TRAP_TRACE): Likewise.
5747         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
5748         __USE_XOPEN2K8].
5749         (CLD_KILLED): Likewise.
5750         (CLD_DUMPED): Likewise.
5751         (CLD_TRAPPED): Likewise.
5752         (CLD_STOPPED): Likewise.
5753         (CLD_CONTINUED): Likewise.
5754         (POLL_IN): Likewise.
5755         (POLL_OUT): Likewise.
5756         (POLL_MSG): Likewise.
5757         (POLL_ERR): Likewise.
5758         (POLL_PRI): Likewise.
5759         (POLL_HUP): Likewise.
5760         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
5761         Likewise.
5762         (ILL_ILLOPN): Likewise.
5763         (ILL_ILLADR): Likewise.
5764         (ILL_ILLTRP): Likewise.
5765         (ILL_PRVOPC): Likewise.
5766         (ILL_PRVREG): Likewise.
5767         (ILL_COPROC): Likewise.
5768         (ILL_BADSTK): Likewise.
5769         (FPE_INTDIV): Likewise.
5770         (FPE_INTOVF): Likewise.
5771         (FPE_FLTDIV): Likewise.
5772         (FPE_FLTOVF): Likewise.
5773         (FPE_FLTUND): Likewise.
5774         (FPE_FLTRES): Likewise.
5775         (FPE_FLTINV): Likewise.
5776         (FPE_FLTSUB): Likewise.
5777         (SEGV_MAPERR): Likewise.
5778         (SEGV_ACCERR): Likewise.
5779         (BUS_ADRALN): Likewise.
5780         (BUS_ADRERR): Likewise.
5781         (BUS_OBJERR): Likewise.
5782         (BUS_MCEERR_AR): Likewise.
5783         (BUS_MCEERR_AO): Likewise.
5784         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
5785         (TRAP_TRACE): Likewise.
5786         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
5787         __USE_XOPEN2K8].
5788         (CLD_KILLED): Likewise.
5789         (CLD_DUMPED): Likewise.
5790         (CLD_TRAPPED): Likewise.
5791         (CLD_STOPPED): Likewise.
5792         (CLD_CONTINUED): Likewise.
5793         (POLL_IN): Likewise.
5794         (POLL_OUT): Likewise.
5795         (POLL_MSG): Likewise.
5796         (POLL_ERR): Likewise.
5797         (POLL_PRI): Likewise.
5798         (POLL_HUP): Likewise.
5799         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
5800         (ILL_ILLOPN): Likewise.
5801         (ILL_ILLADR): Likewise.
5802         (ILL_ILLTRP): Likewise.
5803         (ILL_PRVOPC): Likewise.
5804         (ILL_PRVREG): Likewise.
5805         (ILL_COPROC): Likewise.
5806         (ILL_BADSTK): Likewise.
5807         (FPE_INTDIV): Likewise.
5808         (FPE_INTOVF): Likewise.
5809         (FPE_FLTDIV): Likewise.
5810         (FPE_FLTOVF): Likewise.
5811         (FPE_FLTUND): Likewise.
5812         (FPE_FLTRES): Likewise.
5813         (FPE_FLTINV): Likewise.
5814         (FPE_FLTSUB): Likewise.
5815         (SEGV_MAPERR): Likewise.
5816         (SEGV_ACCERR): Likewise.
5817         (BUS_ADRALN): Likewise.
5818         (BUS_ADRERR): Likewise.
5819         (BUS_OBJERR): Likewise.
5820         (BUS_MCEERR_AR): Likewise.
5821         (BUS_MCEERR_AO): Likewise.
5822         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
5823         (TRAP_TRACE): Likewise.
5824         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
5825         __USE_XOPEN2K8].
5826         (CLD_KILLED): Likewise.
5827         (CLD_DUMPED): Likewise.
5828         (CLD_TRAPPED): Likewise.
5829         (CLD_STOPPED): Likewise.
5830         (CLD_CONTINUED): Likewise.
5831         (POLL_IN): Likewise.
5832         (POLL_OUT): Likewise.
5833         (POLL_MSG): Likewise.
5834         (POLL_ERR): Likewise.
5835         (POLL_PRI): Likewise.
5836         (POLL_HUP): Likewise.
5837         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
5838         Likewise.
5839         (ILL_ILLOPN): Likewise.
5840         (ILL_ILLADR): Likewise.
5841         (ILL_ILLTRP): Likewise.
5842         (ILL_PRVOPC): Likewise.
5843         (ILL_PRVREG): Likewise.
5844         (ILL_COPROC): Likewise.
5845         (ILL_BADSTK): Likewise.
5846         (ILL_BADIADDR): Likewise.
5847         (ILL_BREAK): Likewise.
5848         (FPE_INTDIV): Likewise.
5849         (FPE_INTOVF): Likewise.
5850         (FPE_FLTDIV): Likewise.
5851         (FPE_FLTOVF): Likewise.
5852         (FPE_FLTUND): Likewise.
5853         (FPE_FLTRES): Likewise.
5854         (FPE_FLTINV): Likewise.
5855         (FPE_FLTSUB): Likewise.
5856         (FPE_DECOVF): Likewise.
5857         (FPE_DECDIV): Likewise.
5858         (FPE_DECERR): Likewise.
5859         (FPE_INVASC): Likewise.
5860         (FPE_INVDEC): Likewise.
5861         (SEGV_MAPERR): Likewise.
5862         (SEGV_ACCERR): Likewise.
5863         (SEGV_PSTKOVF): Likewise.
5864         (BUS_ADRALN): Likewise.
5865         (BUS_ADRERR): Likewise.
5866         (BUS_OBJERR): Likewise.
5867         (BUS_MCEERR_AR): Likewise.
5868         (BUS_MCEERR_AO): Likewise.
5869         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
5870         (TRAP_TRACE): Likewise.
5871         (TRAP_BRANCH): Likewise.
5872         (TRAP_HWBKPT): Likewise.
5873         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
5874         __USE_XOPEN2K8].
5875         (CLD_KILLED): Likewise.
5876         (CLD_DUMPED): Likewise.
5877         (CLD_TRAPPED): Likewise.
5878         (CLD_STOPPED): Likewise.
5879         (CLD_CONTINUED): Likewise.
5880         (POLL_IN): Likewise.
5881         (POLL_OUT): Likewise.
5882         (POLL_MSG): Likewise.
5883         (POLL_ERR): Likewise.
5884         (POLL_PRI): Likewise.
5885         (POLL_HUP): Likewise.
5886         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
5887         (ILL_ILLOPN): Likewise.
5888         (ILL_ILLADR): Likewise.
5889         (ILL_ILLTRP): Likewise.
5890         (ILL_PRVOPC): Likewise.
5891         (ILL_PRVREG): Likewise.
5892         (ILL_COPROC): Likewise.
5893         (ILL_BADSTK): Likewise.
5894         (FPE_INTDIV): Likewise.
5895         (FPE_INTOVF): Likewise.
5896         (FPE_FLTDIV): Likewise.
5897         (FPE_FLTOVF): Likewise.
5898         (FPE_FLTUND): Likewise.
5899         (FPE_FLTRES): Likewise.
5900         (FPE_FLTINV): Likewise.
5901         (FPE_FLTSUB): Likewise.
5902         (SEGV_MAPERR): Likewise.
5903         (SEGV_ACCERR): Likewise.
5904         (BUS_ADRALN): Likewise.
5905         (BUS_ADRERR): Likewise.
5906         (BUS_OBJERR): Likewise.
5907         (BUS_MCEERR_AR): Likewise.
5908         (BUS_MCEERR_AO): Likewise.
5909         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
5910         (TRAP_TRACE): Likewise.
5911         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
5912         __USE_XOPEN2K8].
5913         (CLD_KILLED): Likewise.
5914         (CLD_DUMPED): Likewise.
5915         (CLD_TRAPPED): Likewise.
5916         (CLD_STOPPED): Likewise.
5917         (CLD_CONTINUED): Likewise.
5918         (POLL_IN): Likewise.
5919         (POLL_OUT): Likewise.
5920         (POLL_MSG): Likewise.
5921         (POLL_ERR): Likewise.
5922         (POLL_PRI): Likewise.
5923         (POLL_HUP): Likewise.
5924         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
5925         (ILL_ILLOPN): Likewise.
5926         (ILL_ILLADR): Likewise.
5927         (ILL_ILLTRP): Likewise.
5928         (ILL_PRVOPC): Likewise.
5929         (ILL_PRVREG): Likewise.
5930         (ILL_COPROC): Likewise.
5931         (ILL_BADSTK): Likewise.
5932         (FPE_INTDIV): Likewise.
5933         (FPE_INTOVF): Likewise.
5934         (FPE_FLTDIV): Likewise.
5935         (FPE_FLTOVF): Likewise.
5936         (FPE_FLTUND): Likewise.
5937         (FPE_FLTRES): Likewise.
5938         (FPE_FLTINV): Likewise.
5939         (FPE_FLTSUB): Likewise.
5940         (SEGV_MAPERR): Likewise.
5941         (SEGV_ACCERR): Likewise.
5942         (BUS_ADRALN): Likewise.
5943         (BUS_ADRERR): Likewise.
5944         (BUS_OBJERR): Likewise.
5945         (BUS_MCEERR_AR): Likewise.
5946         (BUS_MCEERR_AO): Likewise.
5947         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
5948         (TRAP_TRACE): Likewise.
5949         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
5950         __USE_XOPEN2K8].
5951         (CLD_KILLED): Likewise.
5952         (CLD_DUMPED): Likewise.
5953         (CLD_TRAPPED): Likewise.
5954         (CLD_STOPPED): Likewise.
5955         (CLD_CONTINUED): Likewise.
5956         (POLL_IN): Likewise.
5957         (POLL_OUT): Likewise.
5958         (POLL_MSG): Likewise.
5959         (POLL_ERR): Likewise.
5960         (POLL_PRI): Likewise.
5961         (POLL_HUP): Likewise.
5962         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
5963         (ILL_ILLOPN): Likewise.
5964         (ILL_ILLADR): Likewise.
5965         (ILL_ILLTRP): Likewise.
5966         (ILL_PRVOPC): Likewise.
5967         (ILL_PRVREG): Likewise.
5968         (ILL_COPROC): Likewise.
5969         (ILL_BADSTK): Likewise.
5970         (FPE_INTDIV): Likewise.
5971         (FPE_INTOVF): Likewise.
5972         (FPE_FLTDIV): Likewise.
5973         (FPE_FLTOVF): Likewise.
5974         (FPE_FLTUND): Likewise.
5975         (FPE_FLTRES): Likewise.
5976         (FPE_FLTINV): Likewise.
5977         (FPE_FLTSUB): Likewise.
5978         (SEGV_MAPERR): Likewise.
5979         (SEGV_ACCERR): Likewise.
5980         (BUS_ADRALN): Likewise.
5981         (BUS_ADRERR): Likewise.
5982         (BUS_OBJERR): Likewise.
5983         (BUS_MCEERR_AR): Likewise.
5984         (BUS_MCEERR_AO): Likewise.
5985         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
5986         (TRAP_TRACE): Likewise.
5987         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
5988         __USE_XOPEN2K8].
5989         (CLD_KILLED): Likewise.
5990         (CLD_DUMPED): Likewise.
5991         (CLD_TRAPPED): Likewise.
5992         (CLD_STOPPED): Likewise.
5993         (CLD_CONTINUED): Likewise.
5994         (POLL_IN): Likewise.
5995         (POLL_OUT): Likewise.
5996         (POLL_MSG): Likewise.
5997         (POLL_ERR): Likewise.
5998         (POLL_PRI): Likewise.
5999         (POLL_HUP): Likewise.
6000         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
6001         (ILL_ILLOPN): Likewise.
6002         (ILL_ILLADR): Likewise.
6003         (ILL_ILLTRP): Likewise.
6004         (ILL_PRVOPC): Likewise.
6005         (ILL_PRVREG): Likewise.
6006         (ILL_COPROC): Likewise.
6007         (ILL_BADSTK): Likewise.
6008         (ILL_DBLFLT): Likewise.
6009         (ILL_HARDWALL): Likewise.
6010         (FPE_INTDIV): Likewise.
6011         (FPE_INTOVF): Likewise.
6012         (FPE_FLTDIV): Likewise.
6013         (FPE_FLTOVF): Likewise.
6014         (FPE_FLTUND): Likewise.
6015         (FPE_FLTRES): Likewise.
6016         (FPE_FLTINV): Likewise.
6017         (FPE_FLTSUB): Likewise.
6018         (SEGV_MAPERR): Likewise.
6019         (SEGV_ACCERR): Likewise.
6020         (BUS_ADRALN): Likewise.
6021         (BUS_ADRERR): Likewise.
6022         (BUS_OBJERR): Likewise.
6023         (BUS_MCEERR_AR): Likewise.
6024         (BUS_MCEERR_AO): Likewise.
6025         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
6026         (TRAP_TRACE): Likewise.
6027         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
6028         __USE_XOPEN2K8].
6029         (CLD_KILLED): Likewise.
6030         (CLD_DUMPED): Likewise.
6031         (CLD_TRAPPED): Likewise.
6032         (CLD_STOPPED): Likewise.
6033         (CLD_CONTINUED): Likewise.
6034         (POLL_IN): Likewise.
6035         (POLL_OUT): Likewise.
6036         (POLL_MSG): Likewise.
6037         (POLL_ERR): Likewise.
6038         (POLL_PRI): Likewise.
6039         (POLL_HUP): Likewise.
6040         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
6041         (ILL_ILLOPN): Likewise.
6042         (ILL_ILLADR): Likewise.
6043         (ILL_ILLTRP): Likewise.
6044         (ILL_PRVOPC): Likewise.
6045         (ILL_PRVREG): Likewise.
6046         (ILL_COPROC): Likewise.
6047         (ILL_BADSTK): Likewise.
6048         (FPE_INTDIV): Likewise.
6049         (FPE_INTOVF): Likewise.
6050         (FPE_FLTDIV): Likewise.
6051         (FPE_FLTOVF): Likewise.
6052         (FPE_FLTUND): Likewise.
6053         (FPE_FLTRES): Likewise.
6054         (FPE_FLTINV): Likewise.
6055         (FPE_FLTSUB): Likewise.
6056         (SEGV_MAPERR): Likewise.
6057         (SEGV_ACCERR): Likewise.
6058         (BUS_ADRALN): Likewise.
6059         (BUS_ADRERR): Likewise.
6060         (BUS_OBJERR): Likewise.
6061         (BUS_MCEERR_AR): Likewise.
6062         (BUS_MCEERR_AO): Likewise.
6063         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
6064         (TRAP_TRACE): Likewise.
6065         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
6066         __USE_XOPEN2K8].
6067         (CLD_KILLED): Likewise.
6068         (CLD_DUMPED): Likewise.
6069         (CLD_TRAPPED): Likewise.
6070         (CLD_STOPPED): Likewise.
6071         (CLD_CONTINUED): Likewise.
6072         (POLL_IN): Likewise.
6073         (POLL_OUT): Likewise.
6074         (POLL_MSG): Likewise.
6075         (POLL_ERR): Likewise.
6076         (POLL_PRI): Likewise.
6077         (POLL_HUP): Likewise.
6078         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
6079         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
6080
6081         [BZ #16670]
6082         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
6083         before #include of <time.h>.
6084         [!__USE_XOPEN2K] (__need_timespec): Likewise.
6085         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
6086         (test-xfail-UNIX98/sched.h/conform): Likewise.
6087
6088 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6089
6090         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
6091         error absence of trapping exception support.
6092         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
6093
6094 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
6095
6096         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
6097         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
6098         * timezone/Makefile (testdata): Move definition above include of
6099         Rules.
6100         (test-zones): New variable.
6101         (tests-special): Add zone files.
6102         (build-testdata): Use $(evaluate-test).
6103
6104         * elf/Makefile (tests-special): Rename tests to end with .out.
6105         ($(objpfx)noload-mem): Likewise.
6106         ($(objpfx)tst-leaks1-mem): Likewise.
6107         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
6108         * iconv/Makefile (xtests-special): Change test-iconvconfig to
6109         $(objpfx)test-iconvconfig.out.
6110         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
6111         set -e inside subshell and redirect output to file.
6112         * iconvdata/Makefile (generated): Rename tests to end with .out.
6113         Correct type.
6114         (tests-special): Rename tests to end with .out.
6115         ($(objpfx)mtrace-tst-loading): Likewise.
6116         * intl/Makefile (generated): Likewise.
6117         (tests-special): Likewise.
6118         ($(objpfx)mtrace-tst-gettext): Likewise.
6119         * misc/Makefile (generated): Likewise.
6120         (tests-special): Likewise.
6121         ($(objpfx)tst-error1-mem): Likewise.
6122         * nptl/Makefile (tests-special): Likewise.
6123         ($(objpfx)tst-stack3-mem): Likewise.
6124         (generated): Likewise.
6125         * posix/Makefile (generated): Likewise.
6126         (tests-special): Likewise.
6127         (xtests-special): Likewise.
6128         ($(objpfx)tst-fnmatch-mem): Likewise.
6129         ($(objpfx)bug-regex2-mem): Likewise.
6130         ($(objpfx)bug-regex14-mem): Likewise.
6131         ($(objpfx)bug-regex21-mem): Likewise.
6132         ($(objpfx)bug-regex31-mem): Likewise.
6133         ($(objpfx)tst-vfork3-mem): Likewise.
6134         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
6135         ($(objpfx)tst-pcre-mem): Likewise.
6136         ($(objpfx)tst-boost-mem): Likewise.
6137         ($(objpfx)bug-ga2-mem): Likewise.
6138         ($(objpfx)bug-glob2-mem): Likewise.
6139         * resolv/Makefile (generate): Likewise.
6140         (tests-special): Likewise.
6141         (xtests-special): Likewise.
6142         (generated): Likewise.
6143         ($(objpfx)mtrace-tst-leaks): Likewise.
6144         ($(objpfx)mtrace-tst-leaks2): Likewise.
6145
6146         * scripts/merge-test-results.sh: New file.
6147         * Makefile (tests-special-notdir): New variable.
6148         (tests): Run merge-test-results.sh.
6149         (xtests): Likewise.
6150         * Rules (tests-special-notdir): New variable.
6151         (xtests-special-notdir): Likewise.
6152         (tests): Run merge-test-results.sh
6153         (xtests): Likewise.
6154
6155         * Makeconfig (test-xfail-name): New variable.
6156         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
6157         compute variable name for expected failures.
6158         * conform/Makefile (conformtest-headers-data): New variable.
6159         (conformtest-standards): Likewise.
6160         (conformtest-headers-ISO): Likewise.
6161         (conformtest-headers-ISO99): Likewise.
6162         (conformtest-headers-ISO11): Likewise.
6163         (conformtest-headers-POSIX): Likewise.
6164         (conformtest-headers-XPG3): Likewise.
6165         (conformtest-headers-XPG4): Likewise.
6166         (conformtest-headers-UNIX98): Likewise.
6167         (conformtest-headers-XOPEN2K): Likewise.
6168         (conformtest-headers-POSIX2008): Likewise.
6169         (conformtest-headers-XOPEN2K8): Likewise.
6170         (conformtest-header-list-base): Likewise.
6171         (conformtest-header-list-tests): Likewise.
6172         (conformtest-header-base): Likewise.
6173         (conformtest-header-tests): Likewise.
6174         (tests-special): Add $(conformtest-header-list-tests).  If
6175         [$(fast-check) && !$(cross-compiling)], add
6176         $(conformtest-header-tests) instead of
6177         $(objpfx)run-conformtest.out.
6178         (generated): Add $(conformtest-header-list-base).  If
6179         [$(fast-check) && !$(cross-compiling)], add
6180         $(conformtest-header-base).  Remove previous setting.
6181         ($(conformtest-header-list-tests)): New target.
6182         (test-xfail-run-conformtest): Remove variable.
6183         ($(objpfx)run-conformtest.out): Remove target.
6184         (test-xfail-ISO11/complex.h/conform): New variable.
6185         (test-xfail-ISO11/stdalign.h/conform): Likewise.
6186         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
6187         (test-xfail-XPG3/varargs.h/conform): Likewise.
6188         (test-xfail-XPG4/varargs.h/conform): Likewise.
6189         (test-xfail-UNIX98/varargs.h/conform): Likewise.
6190         (test-xfail-XPG4/ndbm.h/conform): Likewise.
6191         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
6192         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
6193         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
6194         (test-xfail-XPG3/fcntl.h/conform): Likewise.
6195         (test-xfail-XPG3/ftw.h/conform): Likewise.
6196         (test-xfail-XPG3/grp.h/conform): Likewise.
6197         (test-xfail-XPG3/langinfo.h/conform): Likewise.
6198         (test-xfail-XPG3/limits.h/conform): Likewise.
6199         (test-xfail-XPG3/pwd.h/conform): Likewise.
6200         (test-xfail-XPG3/search.h/conform): Likewise.
6201         (test-xfail-XPG3/signal.h/conform): Likewise.
6202         (test-xfail-XPG3/stdio.h/conform): Likewise.
6203         (test-xfail-XPG3/stdlib.h/conform): Likewise.
6204         (test-xfail-XPG3/string.h/conform): Likewise.
6205         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
6206         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
6207         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
6208         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
6209         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
6210         (test-xfail-XPG3/sys/types.h/conform): Likewise.
6211         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
6212         (test-xfail-XPG3/termios.h/conform): Likewise.
6213         (test-xfail-XPG3/time.h/conform): Likewise.
6214         (test-xfail-XPG3/unistd.h/conform): Likewise.
6215         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
6216         (test-xfail-XPG4/fcntl.h/conform): Likewise.
6217         (test-xfail-XPG4/langinfo.h/conform): Likewise.
6218         (test-xfail-XPG4/netdb.h/conform): Likewise.
6219         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
6220         (test-xfail-XPG4/signal.h/conform): Likewise.
6221         (test-xfail-XPG4/stdio.h/conform): Likewise.
6222         (test-xfail-XPG4/stdlib.h/conform): Likewise.
6223         (test-xfail-XPG4/stropts.h/conform): Likewise.
6224         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
6225         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
6226         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
6227         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
6228         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
6229         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
6230         (test-xfail-XPG4/sys/time.h/conform): Likewise.
6231         (test-xfail-XPG4/sys/types.h/conform): Likewise.
6232         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
6233         (test-xfail-XPG4/termios.h/conform): Likewise.
6234         (test-xfail-XPG4/ucontext.h/conform): Likewise.
6235         (test-xfail-XPG4/unistd.h/conform): Likewise.
6236         (test-xfail-XPG4/utmpx.h/conform): Likewise.
6237         (test-xfail-POSIX/sched.h/conform): Likewise.
6238         (test-xfail-POSIX/signal.h/conform): Likewise.
6239         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
6240         (test-xfail-POSIX/tar.h/conform): Likewise.
6241         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
6242         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
6243         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
6244         (test-xfail-UNIX98/netdb.h/conform): Likewise.
6245         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
6246         (test-xfail-UNIX98/sched.h/conform): Likewise.
6247         (test-xfail-UNIX98/signal.h/conform): Likewise.
6248         (test-xfail-UNIX98/stdio.h/conform): Likewise.
6249         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
6250         (test-xfail-UNIX98/stropts.h/conform): Likewise.
6251         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
6252         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
6253         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
6254         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
6255         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
6256         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
6257         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
6258         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
6259         (test-xfail-UNIX98/unistd.h/conform): Likewise.
6260         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
6261         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
6262         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
6263         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
6264         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
6265         (test-xfail-XOPEN2K/math.h/conform): Likewise.
6266         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
6267         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
6268         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
6269         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
6270         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
6271         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
6272         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
6273         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
6274         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
6275         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
6276         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
6277         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
6278         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
6279         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
6280         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
6281         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
6282         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
6283         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
6284         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
6285         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
6286         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
6287         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
6288         (test-xfail-POSIX2008/signal.h/conform): Likewise.
6289         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
6290         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
6291         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
6292         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
6293         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
6294         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
6295         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
6296         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
6297         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
6298         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
6299         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
6300         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
6301         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
6302         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
6303         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
6304         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
6305         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
6306         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
6307         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
6308         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
6309         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
6310         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
6311         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
6312         (conformtest-cc-flags): Likewise.
6313         ($(conformtest-header-tests): New target.
6314         * conform/check-header-lists.sh: New file.
6315         * conform/run-conformtest.sh: Remove.
6316
6317         * conform/conformtest.pl: Allow ' and \ in values given for
6318         constants.
6319         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
6320         inclusion.
6321         [POSIX] (sys/types.h): Likewise.
6322         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
6323         inclusion.
6324         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
6325         inclusion.
6326         * conform/data/signal.h-data (SIGIO): Remove expectation.
6327         [XPG3] (SIGBUS): Do not expect.
6328         [POSIX || XPG3] (SIGPOLL): Likewise.
6329         [POSIX || XPG3] (SIGPROF): Likewise.
6330         [POSIX || XPG3] (SIGSYS): Likewise.
6331         [XPG3] (SIGTRAP): Likewise.
6332         [POSIX || XPG3] (SIGURG): Likewise.
6333         [POSIX || XPG3] (SIGVTALRM): Likewise.
6334         [POSIX || XPG3] (SIGXCPU): Likewise.
6335         [POSIX || XPG3] (SIGXFSZ): Likewise.
6336         [POSIX] (SA_SIGINFO): Expect.
6337         [XPG3] (siginfo_t): Do not expect type or contents.
6338         [POSIX] (si_pid): Do not expect element.
6339         [POSIX] (si_uid): Likewise.
6340         [POSIX] (si_addr): Likewise.
6341         [POSIX] (si_status): Likewise.
6342         [POSIX] (si_band): Likewise.
6343         [XPG4] (si_value): Likewise.
6344         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
6345         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
6346         [POSIX || XPG3] (ILL_ILLADR): Likewise.
6347         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
6348         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
6349         [POSIX || XPG3] (ILL_PRVREG): Likewise.
6350         [POSIX || XPG3] (ILL_COPROC): Likewise.
6351         [POSIX || XPG3] (ILL_BADSTK): Likewise.
6352         [POSIX || XPG3] (FPE_INTDIV): Likewise.
6353         [POSIX || XPG3] (FPE_INTOVF): Likewise.
6354         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
6355         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
6356         [POSIX || XPG3] (FPE_FLTUND): Likewise.
6357         [POSIX || XPG3] (FPE_FLTRES): Likewise.
6358         [POSIX || XPG3] (FPE_FLTINV): Likewise.
6359         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
6360         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
6361         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
6362         [POSIX || XPG3] (BUS_ADRALN): Likewise.
6363         [POSIX || XPG3] (BUS_ADRERR): Likewise.
6364         [POSIX || XPG3] (BUS_OBJERR): Likewise.
6365         [POSIX || XPG3] (CLD_EXITED): Likewise.
6366         [POSIX || XPG3] (CLD_KILLED): Likewise.
6367         [POSIX || XPG3] (CLD_DUMPED): Likewise.
6368         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
6369         [POSIX || XPG3] (CLD_STOPPED): Likewise.
6370         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
6371         [POSIX || XPG3] (POLL_IN): Likewise.
6372         [POSIX || XPG3] (POLL_OUT): Likewise.
6373         [POSIX || XPG3] (POLL_MSG): Likewise.
6374         [POSIX || XPG3] (POLL_ERR): Likewise.
6375         [POSIX || XPG3] (POLL_PRI): Likewise.
6376         [POSIX || XPG3] (POLL_HUP): Likewise.
6377         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
6378         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
6379         (SIG*): Do not allow.
6380         [XPG3] (si_*): Likewise.
6381         [XPG3] (SI_*): Likewise.
6382         [XPG3 || XPG4] (sigev_*): Likewise.
6383         [XPG3 || XPG4] (SIGEV_*): Likewise.
6384         [XPG3 || XPG4] (sival_*): Likewise.
6385         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
6386         [POSIX || XPG3] (BUS_*): Likewise.
6387         [POSIX || XPG3] (CLD_*): Likewise.
6388         [POSIX || XPG3] (FPE_*): Likewise.
6389         [POSIX || XPG3] (ILL_*): Likewise.
6390         [POSIX || XPG3] (POLL_*): Likewise.
6391         [POSIX || XPG3] (SEGV_*): Likewise.
6392         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
6393         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
6394         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
6395         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
6396         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
6397         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
6398         Specify type and value.
6399         (TVERSLEN): Likewise.
6400         (REGTYPE): Likewise.
6401         (AREGTYPE): Likewise.
6402         (LNKTYPE): Likewise.
6403         (SYMTYPE): Likewise.
6404         (CHRTYPE): Likewise.
6405         (BLKTYPE): Likewise.
6406         (DIRTYPE): Likewise.
6407         (FIFOTYPE): Likewise.
6408         (CONTTYPE): Likewise.
6409         (TSUID): Likewise.
6410         (TSGID): Likewise.
6411         (TSVTX): Likewise.
6412         (TUREAD): Likewise.
6413         (TUWRITE): Likewise.
6414         (TUEXEC): Likewise.
6415         (TGREAD): Likewise.
6416         (TGWRITE): Likewise.
6417         (TGEXEC): Likewise.
6418         (TOREAD): Likewise.
6419         (TOWRITE): Likewise.
6420         (TOEXEC): Likewise.
6421         [POSIX] (TSVTX): Expect constant.
6422
6423 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
6424
6425         * Makefile (tests): Change dependencies to ....
6426         (tests-special): ... additions to this variable.
6427         (tests): Depend on $(tests-special).
6428         * Makerules (check-abi-list): New variable.
6429         (check-abi): Depend on $(check-abi-list).
6430         [$(subdir) = elf] (tests-special): Add
6431         $(objpfx)check-abi-libc.out.
6432         [$(build-shared) = yes && subdir] (tests-special): Add
6433         $(check-abi-list).
6434         [$(build-shared) = yes && subdir] (tests): Do not depend on
6435         check-abi.
6436         * Rules (tests): Depend on $(tests-special).
6437         (xtests): Depend on $(xtests-special).
6438         * catgets/Makefile (tests): Change dependencies to ....
6439         (tests-special): ... additions to this variable.
6440         * conform/Makefile (tests): Change dependencies to ....
6441         (tests-special): ... additions to this variable.
6442         * elf/Makefile (tests): Change dependencies to ....
6443         (tests-special): ... additions to this variable.
6444         * grp/Makefile (tests): Change dependencies to ....
6445         (tests-special): ... additions to this variable.
6446         * iconv/Makefile (xtests): Change dependencies to ....
6447         (xtests-special): ... additions to this variable.
6448         * iconvdata/Makefile (tests): Change dependencies to ....
6449         (tests-special): ... additions to this variable.
6450         * intl/Makefile (tests): Change dependencies to ....
6451         (tests-special): ... additions to this variable.  Also add
6452         $(objpfx)tst-gettext.out.
6453         * io/Makefile (tests): Change dependencies to ....
6454         (tests-special): ... additions to this variable.
6455         * libio/Makefile (tests): Change dependencies to ....
6456         (tests-special): ... additions to this variable.
6457         * malloc/Makefile (tests): Change dependencies to ....
6458         (tests-special): ... additions to this variable.
6459         * misc/Makefile (tests): Change dependencies to ....
6460         (tests-special): ... additions to this variable.
6461         * nptl/Makefile (tests): Change dependencies to ....
6462         (tests-special): ... additions to this variable.
6463         * nptl_db/Makefile (tests): Change dependencies to ....
6464         (tests-special): ... additions to this variable.
6465         * posix/Makefile (tests): Change dependencies to ....
6466         (tests-special): ... additions to this variable.
6467         (xtests): Change dependencies to ....
6468         (xtests-special): ... additions to this variable.
6469         * resolv/Makefile (tests): Change dependencies to ....
6470         (tests-special): ... additions to this variable.
6471         (xtests): Change dependencies to ....
6472         (xtests-special): ... additions to this variable.
6473         * stdio-common/Makefile (tests): Change dependencies to ....
6474         (tests-special): ... additions to this variable.
6475         (do-tst-unbputc): Remove target.
6476         (do-tst-printf): Likewise.
6477         * stdlib/Makefile (tests): Change dependencies to ....
6478         (tests-special): ... additions to this variable.
6479         * string/Makefile (tests): Change dependencies to ....
6480         (tests-special): ... additions to this variable.
6481         * sysdeps/x86/Makefile (tests): Change dependencies to ....
6482         (tests-special): ... additions to this variable.
6483
6484         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
6485         whole file.
6486         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
6487         whole file.
6488         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
6489         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
6490
6491         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
6492         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
6493         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
6494         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
6495         * conform/data/libgen.h-data [XPG3]: Likewise.
6496         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
6497         * conform/data/ndbm.h-data [XPG3]: Likewise.
6498         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
6499         * conform/data/netdb.h-data [XPG3]: Likewise.
6500         * conform/data/netinet/in.h-data [XPG3]: Likewise.
6501         * conform/data/poll.h-data [XPG3]: Likewise.
6502         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
6503         * conform/data/strings.h-data [XPG3]: Likewise.
6504         * conform/data/stropts.h-data [XPG3]: Likewise.
6505         * conform/data/sys/mman.h-data [XPG3]: Likewise.
6506         * conform/data/sys/resource.h-data [XPG3]: Likewise.
6507         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
6508         Likewise.
6509         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
6510         * conform/data/sys/time.h-data [XPG3]: Likewise.
6511         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
6512         * conform/data/sys/uio.h-data [XPG3]: Likewise.
6513         * conform/data/sys/un.h-data [XPG3]: Likewise.
6514         * conform/data/syslog.h-data [XPG3]: Likewise.
6515         * conform/data/ucontext.h-data [XPG3]: Likewise.
6516         * conform/data/utmpx.h-data [XPG3]: Likewise.
6517         * conform/data/varargs.h-data [UNIX98]: Enable file.
6518
6519         * manual/Makefile (INSTALL_INFO): Remove variable setting.
6520
6521         * math/libm-test.inc (struct test_f_f_data): Move expected results
6522         into structure for each rounding mode.
6523         (struct test_ff_f_data): Likewise.
6524         (struct test_ff_f_data_nexttoward): Likewise.
6525         (struct test_fi_f_data): Likewise.
6526         (struct test_fl_f_data): Likewise.
6527         (struct test_if_f_data): Likewise.
6528         (struct test_fff_f_data): Likewise.
6529         (struct test_c_f_data): Likewise.
6530         (struct test_f_f1_data): Likewise.
6531         (struct test_fF_f1_data): Likewise.
6532         (struct test_ffI_f1_data): Likewise.
6533         (struct test_c_c_data): Likewise.
6534         (struct test_cc_c_data): Likewise.
6535         (struct test_f_i_data): Likewise.
6536         (struct test_ff_i_data): Likewise.
6537         (struct test_f_l_data): Likewise.
6538         (struct test_f_L_data): Likewise.
6539         (struct test_fFF_11_data): Likewise.
6540         (RM_): New macro.
6541         (RM_FE_DOWNWARD): Likewise.
6542         (RM_FE_TONEAREST): Likewise.
6543         (RM_FE_TOWARDZERO): Likewise.
6544         (RM_FE_UPWARD): Likewise.
6545         (RUN_TEST_LOOP_f_f): Update references to expected results.
6546         (RUN_TEST_LOOP_2_f): Likewise.
6547         (RUN_TEST_LOOP_fff_f): Likewise.
6548         (RUN_TEST_LOOP_c_f): Likewise.
6549         (RUN_TEST_LOOP_f_f1): Likewise.
6550         (RUN_TEST_LOOP_fF_f1): Likewise.
6551         (RUN_TEST_LOOP_fI_f1): Likewise.
6552         (RUN_TEST_LOOP_ffI_f1): Likewise.
6553         (RUN_TEST_LOOP_c_c): Likewise.
6554         (RUN_TEST_LOOP_cc_c): Likewise.
6555         (RUN_TEST_LOOP_f_i): Likewise.
6556         (RUN_TEST_LOOP_f_i_tg): Likewise.
6557         (RUN_TEST_LOOP_ff_i_tg): Likewise.
6558         (RUN_TEST_LOOP_f_b): Likewise.
6559         (RUN_TEST_LOOP_f_b_tg): Likewise.
6560         (RUN_TEST_LOOP_f_l): Likewise.
6561         (RUN_TEST_LOOP_f_L): Likewise.
6562         (RUN_TEST_LOOP_fFF_11): Likewise.
6563         * math/gen-libm-test.pl (parse_args): Output four copies of
6564         expected results for each test.
6565
6566         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6567         (__ASSUME_UTIMES): Remove.
6568         * sysdeps/unix/sysv/linux/tile/kernel-features.h
6569         (__ASSUME_UTIMES): Likewise.
6570
6571         * math/gen-auto-libm-tests.c: Update comment on output format.
6572         (output_for_one_input_case): Generate before-rounding and
6573         after-rounding information as conditions on output flags not
6574         floating-point format.
6575         * math/auto-libm-test-out: Regenerated.
6576         * math/gen-libm-test.pl (cond_value): New function.
6577         (or_cond_value): Use cond_value.
6578         (generate_testfile): Handle conditional exceptions.
6579
6580 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
6581
6582         * math/libm-test.inc (max_valid_error): New variable.
6583         (init_max_error): Take new argument specifying whether function
6584         results are exactly determined.  Set max_valid_error and bound
6585         other variables for errors based on this argument.
6586         (set_max_error): Do not record results above max_valid_error.
6587         (check_float_internal): Only accept errors of up to 0.5ulps if
6588         also at most max_valid_error.
6589         (START): Take new argument EXACT and pass it to init_max_error.
6590         (acos_test): Update call to START.
6591         (acos_test_tonearest): Likewise.
6592         (acos_test_towardzero): Likewise.
6593         (acos_test_downward): Likewise.
6594         (acos_test_upward): Likewise.
6595         (acosh_test): Likewise.
6596         (asin_test): Likewise.
6597         (asin_test_tonearest): Likewise.
6598         (asin_test_towardzero): Likewise.
6599         (asin_test_downward): Likewise.
6600         (asin_test_upward): Likewise.
6601         (asinh_test): Likewise.
6602         (atan_test): Likewise.
6603         (atanh_test): Likewise.
6604         (atan2_test): Likewise.
6605         (cabs_test): Likewise.
6606         (cacos_test): Likewise.
6607         (cacosh_test): Likewise.
6608         (carg_test): Likewise.
6609         (casin_test): Likewise.
6610         (casinh_test): Likewise.
6611         (catan_test): Likewise.
6612         (catanh_test): Likewise.
6613         (cbrt_test): Likewise.
6614         (ccos_test): Likewise.
6615         (ccosh_test): Likewise.
6616         (ceil_test): Likewise.
6617         (cexp_test): Likewise.
6618         (cimag_test): Likewise.
6619         (clog_test): Likewise.
6620         (clog10_test): Likewise.
6621         (conj_test): Likewise.
6622         (copysign_test): Likewise.
6623         (cos_test): Likewise.
6624         (cos_test_tonearest): Likewise.
6625         (cos_test_towardzero): Likewise.
6626         (cos_test_downward): Likewise.
6627         (cos_test_upward): Likewise.
6628         (cosh_test): Likewise.
6629         (cosh_test_tonearest): Likewise.
6630         (cosh_test_towardzero): Likewise.
6631         (cosh_test_downward): Likewise.
6632         (cosh_test_upward): Likewise.
6633         (cpow_test): Likewise.
6634         (cproj_test): Likewise.
6635         (creal_test): Likewise.
6636         (csin_test): Likewise.
6637         (csinh_test): Likewise.
6638         (csqrt_test): Likewise.
6639         (ctan_test): Likewise.
6640         (ctan_test_tonearest): Likewise.
6641         (ctan_test_towardzero): Likewise.
6642         (ctan_test_downward): Likewise.
6643         (ctan_test_upward): Likewise.
6644         (ctanh_test): Likewise.
6645         (ctanh_test_tonearest): Likewise.
6646         (ctanh_test_towardzero): Likewise.
6647         (ctanh_test_downward): Likewise.
6648         (ctanh_test_upward): Likewise.
6649         (erf_test): Likewise.
6650         (erfc_test): Likewise.
6651         (exp_test): Likewise.
6652         (exp_test_tonearest): Likewise.
6653         (exp_test_towardzero): Likewise.
6654         (exp_test_downward): Likewise.
6655         (exp_test_upward): Likewise.
6656         (exp10_test): Likewise.
6657         (exp10_test_tonearest): Likewise.
6658         (exp10_test_towardzero): Likewise.
6659         (exp10_test_downward): Likewise.
6660         (exp10_test_upward): Likewise.
6661         (pow10_test): Likewise.
6662         (exp2_test): Likewise.
6663         (expm1_test): Likewise.
6664         (expm1_test_tonearest): Likewise.
6665         (expm1_test_towardzero): Likewise.
6666         (expm1_test_downward): Likewise.
6667         (expm1_test_upward): Likewise.
6668         (fabs_test): Likewise.
6669         (fdim_test): Likewise.
6670         (floor_test): Likewise.
6671         (fma_test): Likewise.
6672         (fma_test_towardzero): Likewise.
6673         (fma_test_downward): Likewise.
6674         (fma_test_upward): Likewise.
6675         (fmax_test): Likewise.
6676         (fmin_test): Likewise.
6677         (fmod_test): Likewise.
6678         (fpclassify_test): Likewise.
6679         (frexp_test): Likewise.
6680         (hypot_test): Likewise.
6681         (ilogb_test): Likewise.
6682         (isfinite_test): Likewise.
6683         (finite_test): Likewise.
6684         (isgreater_test): Likewise.
6685         (isgreaterequal_test): Likewise.
6686         (isinf_test): Likewise.
6687         (isless_test): Likewise.
6688         (islessequal_test): Likewise.
6689         (islessgreater_test): Likewise.
6690         (isnan_test): Likewise.
6691         (isnormal_test): Likewise.
6692         (issignaling_test): Likewise.
6693         (isunordered_test): Likewise.
6694         (j0_test): Likewise.
6695         (j1_test): Likewise.
6696         (jn_test): Likewise.
6697         (ldexp_test): Likewise.
6698         (lgamma_test): Likewise.
6699         (gamma_test): Likewise.
6700         (lrint_test): Likewise.
6701         (lrint_test_tonearest): Likewise.
6702         (lrint_test_towardzero): Likewise.
6703         (lrint_test_downward): Likewise.
6704         (lrint_test_upward): Likewise.
6705         (llrint_test): Likewise.
6706         (llrint_test_tonearest): Likewise.
6707         (llrint_test_towardzero): Likewise.
6708         (llrint_test_downward): Likewise.
6709         (llrint_test_upward): Likewise.
6710         (log_test): Likewise.
6711         (log10_test): Likewise.
6712         (log1p_test): Likewise.
6713         (log2_test): Likewise.
6714         (logb_test): Likewise.
6715         (logb_test_downward): Likewise.
6716         (lround_test): Likewise.
6717         (llround_test): Likewise.
6718         (modf_test): Likewise.
6719         (nearbyint_test): Likewise.
6720         (nextafter_test): Likewise.
6721         (nexttoward_test): Likewise.
6722         (pow_test): Likewise.
6723         (pow_test_tonearest): Likewise.
6724         (pow_test_towardzero): Likewise.
6725         (pow_test_downward): Likewise.
6726         (pow_test_upward): Likewise.
6727         (remainder_test): Likewise.
6728         (drem_test): Likewise.
6729         (remainder_test_tonearest): Likewise.
6730         (drem_test_tonearest): Likewise.
6731         (remainder_test_towardzero): Likewise.
6732         (drem_test_towardzero): Likewise.
6733         (remainder_test_downward): Likewise.
6734         (drem_test_downward): Likewise.
6735         (remainder_test_upward): Likewise.
6736         (drem_test_upward): Likewise.
6737         (remquo_test): Likewise.
6738         (rint_test): Likewise.
6739         (rint_test_tonearest): Likewise.
6740         (rint_test_towardzero): Likewise.
6741         (rint_test_downward): Likewise.
6742         (rint_test_upward): Likewise.
6743         (round_test): Likewise.
6744         (scalb_test): Likewise.
6745         (scalbn_test): Likewise.
6746         (scalbln_test): Likewise.
6747         (signbit_test): Likewise.
6748         (sin_test): Likewise.
6749         (sin_test_tonearest): Likewise.
6750         (sin_test_towardzero): Likewise.
6751         (sin_test_downward): Likewise.
6752         (sin_test_upward): Likewise.
6753         (sincos_test): Likewise.
6754         (sinh_test): Likewise.
6755         (sinh_test_tonearest): Likewise.
6756         (sinh_test_towardzero): Likewise.
6757         (sinh_test_downward): Likewise.
6758         (sinh_test_upward): Likewise.
6759         (sqrt_test): Likewise.
6760         (sqrt_test_tonearest): Likewise.
6761         (sqrt_test_towardzero): Likewise.
6762         (sqrt_test_downward): Likewise.
6763         (sqrt_test_upward): Likewise.
6764         (tan_test): Likewise.
6765         (tan_test_tonearest): Likewise.
6766         (tan_test_towardzero): Likewise.
6767         (tan_test_downward): Likewise.
6768         (tan_test_upward): Likewise.
6769         (tanh_test): Likewise.
6770         (tgamma_test): Likewise.
6771         (trunc_test): Likewise.
6772         (y0_test): Likewise.
6773         (y1_test): Likewise.
6774         (yn_test): Likewise.
6775         (significand_test): Likewise.
6776
6777         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
6778         individual tests in comment.
6779         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
6780         (prev_max_error): New variable.
6781         (prev_real_max_error): Likewise.
6782         (prev_imag_max_error): Likewise.
6783         (compare_ulp_data): Don't refer to test names in comment.
6784         (find_test_ulps): Remove function.
6785         (find_function_ulps): Likewise.
6786         (find_complex_function_ulps): Likewise.
6787         (init_max_error): Take function name as argument.  Look up ulps
6788         for that function.
6789         (print_ulps): Remove function.
6790         (print_max_error): Use prev_max_error instead of calling
6791         find_function_ulps.
6792         (print_complex_max_error): Use prev_real_max_error and
6793         prev_imag_max_error instead of calling find_complex_function_ulps.
6794         (check_float_internal): Take max_ulp parameter instead of calling
6795         find_test_ulps.  Don't call print_ulps.
6796         (check_float): Update call to check_float_internal.
6797         (check_complex): Update calls to check_float_internal.
6798         (START): Pass argument to init_max_error.
6799         * math/gen-libm-test.pl (%results): Don't include "kind"
6800         information.
6801         (parse_ulps): Don't handle ulps of individual tests.
6802         (print_ulps_file): Likewise.
6803         (output_ulps): Likewise.
6804         * math/README.libm-test: Update.
6805         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
6806         individual tests.
6807         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
6808         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
6809         * sysdeps/arm/libm-test-ulps: Likewise.
6810         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
6811         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
6812         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
6813         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
6814         * sysdeps/microblaze/libm-test-ulps: Likewise.
6815         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
6816         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6817         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
6818         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
6819         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
6820         * sysdeps/sh/libm-test-ulps: Likewise.
6821         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
6822         * sysdeps/tile/libm-test-ulps: Likewise.
6823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6824
6825 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
6826
6827         * math/libm-test.inc (print_complex_max_error): Check separately
6828         whether real and imaginary errors are within allowed range and
6829         pass 0 to print_complex_function_ulps instead of value within
6830         allowed range.
6831
6832 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
6833
6834         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
6835         formatting.
6836         (get_handles_fopen): Likewise.
6837         (do_write_test): Likewise.
6838
6839         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
6840
6841         * libio/fileops.c (do_ftell): Use cached offset when
6842         available.
6843         * libio/iofwide.c (do_ftell_wide): Likewise.
6844         * libio/iofdopen.c (_IO_new_fdopen): Don't use
6845         _IO_file_attach.
6846         * libio/wfileops.c (_IO_fwide): Don't cache offset.
6847
6848         [BZ #16532]
6849         * libio/libioP.h (get_file_offset): New function.
6850         * libio/fileops.c (get_file_offset): Likewise.
6851         (do_ftell): Likewise.
6852         (_IO_new_file_seekoff): Split out ftell logic.
6853         * libio/wfileops.c (do_ftell_wide): Likewise.
6854         (_IO_wfile_seekoff): Split out ftell logic.
6855         * libio/tst-ftell-active-handler.c: New test case.
6856         * libio/Makefile (tests): Add it.
6857
6858 2014-03-03  Roland McGrath  <roland@hack.frob.com>
6859
6860         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
6861         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
6862
6863 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
6864
6865         [BZ #16639]
6866         * nscd/connections.c (nscd_init): Call do_exit.
6867         (start_threads): Call do_exit and notify_parent.
6868         (begin_drop_privileges): Call do_exit.
6869         (finish_drop_privileges): Likewise.
6870         * nscd/selinux.c (preserve_capabilities): Likewise.
6871         (install_real_capabilities): Likewise.
6872         (nscd_selinux_enabled): Likewise.
6873         (avc_create_thread): Likewise.
6874         (avc_alloc_lock): Likewise.
6875         (nscd_avc_init): Likewise.
6876         * nscd/nscd.c (parent_fd): New static variable.
6877         (main): Create a pipe between parent and child processes.
6878         Skip closing parent_fd.
6879         (monitor_child): New function.
6880         (do_exit): Likewise.
6881         (notify_parent): Likewise.
6882         * nscd/nscd.h (notify_parent): Likewise.
6883         (do_exit): Likewise.
6884
6885 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
6886
6887         * malloc/malloc.c (__libc_calloc): Revert last change.
6888
6889 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6890
6891         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6892
6893 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
6894
6895         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
6896         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
6897         implementation.
6898         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6899         (__libc_ifunc_impl_list): Likewise.
6900         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
6901         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
6902         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
6903         * string/strrchr.c: Define STRRCHR.
6904
6905 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
6906
6907         * benchtest/bench-strtok.c (simple_strtok): Delete.
6908         (strtok_string): Use as benchmark.
6909         * string/strtok (STRTOK): New macro.
6910
6911 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
6912
6913         * manual/threads.texi: Add header and standard comments to all
6914         functions.
6915
6916         * elf/dl-lookup.c (check_match): New function.
6917         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
6918         (do_lookup_x): Remove nested function check_match. Use non-nested
6919         function check_match.
6920
6921 2014-02-28  Roland McGrath  <roland@hack.frob.com>
6922
6923         * csu/Makefile (generated, before-compile): Use += rather than =.
6924         * catgets/Makefile (generated, generated-dirs): Likewise.
6925         * debug/Makefile (generated): Likewise.
6926         * dlfcn/Makefile (generated): Likewise.
6927         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
6928         * iconvdata/Makefile (before-compile, generated): Likewise.
6929         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
6930         * libio/Makefile (generated): Likewise.
6931         * malloc/Makefile (generated): Likewise.
6932         * manual/Makefile (generated, generated-dirs): Likewise.
6933         * misc/Makefile (generated): Likewise.
6934         * posix/Makefile (generated): Likewise.
6935         * resolv/Makefile (generated): Likewise.
6936         * sunrpc/Makefile (generated, generated-dirs): Likewise.
6937         * timezone/Makefile (generated, generated-dirs): Likewise.
6938
6939         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
6940
6941 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6942
6943         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
6944         power8 implementation.
6945         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
6946         file: POWER8 llround ifunc implementation.
6947         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
6948         (__lllround): Add POWER8 implementation.
6949         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
6950         POWER8 llround implementation.
6951
6952         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
6953         power8 implementation.
6954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
6955         file: POWER8 llrint ifunc implementation.
6956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
6957         Add POWER8 implementation.
6958         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
6959         POWER8 llrint implementation.
6960
6961         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
6962         power8 implementation.
6963         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
6964         file: POWER8 finite ifunc implementation.
6965         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
6966         Add POWER8 implementation.
6967         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
6968         Likewise.
6969         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
6970         POWER8 finite implementation.
6971         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
6972
6973         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
6974         power8 implementation.
6975         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
6976         file: POWER8 isinf ifunc implementation.
6977         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
6978         POWER8 implementation.
6979         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
6980         Likewise.
6981         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
6982         isinf implementation.
6983         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
6984
6985         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
6986         (INIT_ARCH): Add hwcap2 initialization.
6987         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
6988         power8 implementation.
6989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
6990         file: POWER8 isnan ifunc implementation.
6991         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
6992         POWER8 implementation.
6993         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
6994         Likewise.
6995         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
6996         isnan implementation.
6997         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
6998
6999 2014-02-27  Joey Ye  <joey.ye@arm.com>
7000
7001         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
7002         (_FP_NANFRAC_Q): Set to zero.
7003
7004 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7005
7006         [BZ #16623]
7007         * math/auto-libm-test-in: New test inputs.
7008         * math/auto-libm-test-out: Regenerate.
7009         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
7010         and DA.
7011         (__cos): Likewise.
7012         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
7013
7014 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
7015
7016         * scripts/evaluate-test.sh: Take new argument indicating whether
7017         failure is expected.
7018         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
7019         indicating whether failure is expected.
7020         * conform/Makefile (test-xfail-run-conformtest): New variable.
7021         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
7022         level.
7023         * posix/Makefile (test-xfail-annexc): New variable.
7024         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
7025
7026 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
7027
7028         * argp/Makefile: Include Makeconfig immediately after defining
7029         subdir.
7030         * assert/Makefile: Likewise.
7031         * benchtests/Makefile: Likewise.
7032         * catgets/Makefile: Likewise.
7033         * conform/Makefile: Likewise.
7034         * crypt/Makefile: Likewise.
7035         * csu/Makefile: Likewise.
7036         (all): Remove target.
7037         * ctype/Makefile: Include Makeconfig immediately after defining
7038         subdir.
7039         * debug/Makefile: Likewise.
7040         * dirent/Makefile: Likewise.
7041         * dlfcn/Makefile: Likewise.
7042         * gmon/Makefile: Likewise.
7043         * gnulib/Makefile: Likewise.
7044         * grp/Makefile: Likewise.
7045         * gshadow/Makefile: Likewise.
7046         * hesiod/Makefile: Likewise.
7047         * hurd/Makefile: Likewise.
7048         (all): Remove target.
7049         * iconvdata/Makefile: Include Makeconfig immediately after
7050         defining subdir.
7051         * inet/Makefile: Likewise.
7052         * intl/Makefile: Likewise.
7053         * io/Makefile: Likewise.
7054         * libio/Makefile: Likewise.
7055         (all): Remove target.
7056         * locale/Makefile: Include Makeconfig immediately after defining
7057         subdir.
7058         * login/Makefile: Likewise.
7059         * mach/Makefile: Likewise.
7060         (all): Remove target.
7061         * malloc/Makefile: Include Makeconfig immediately after defining
7062         subdir.
7063         (all): Remove target.
7064         * manual/Makefile: Include Makeconfig immediately after defining
7065         subdir.
7066         * math/Makefile: Likewise.
7067         * misc/Makefile: Likewise.
7068         * nis/Makefile: Likewise.
7069         * nss/Makefile: Likewise.
7070         * po/Makefile: Likewise.
7071         (all): Remove target.
7072         * posix/Makefile: Include Makeconfig immediately after defining
7073         subdir.
7074         * pwd/Makefile: Likewise.
7075         * resolv/Makefile: Likewise.
7076         * resource/Makefile: Likewise.
7077         * rt/Makefile: Likewise.
7078         * setjmp/Makefile: Likewise.
7079         * shadow/Makefile: Likewise.
7080         * signal/Makefile: Likewise.
7081         * socket/Makefile: Likewise.
7082         * soft-fp/Makefile: Likewise.
7083         * stdio-common/Makefile: Likewise.
7084         * stdlib/Makefile: Likewise.
7085         * streams/Makefile: Likewise.
7086         * string/Makefile: Likewise.
7087         * sunrpc/Makefile: Likewise.
7088         (all): Remove target.
7089         * sysvipc/Makefile: Include Makeconfig immediately after defining
7090         subdir.
7091         * termios/Makefile: Likewise.
7092         * time/Makefile: Likewise.
7093         * timezone/Makefile: Likewise.
7094         (all): Remove target.
7095         * wcsmbs/Makefile: Include Makeconfig immediately after defining
7096         subdir.
7097         * wctype/Makefile: Likewise.
7098
7099 2014-02-26  Steve Ellcey  <sellcey@mips.com>
7100
7101         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
7102         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
7103         (libc_feholdexcept_setround_mips): Ditto.
7104         (libc_feholdsetround): New.
7105         (libc_feholdsetroundf): New.
7106         (libc_feholdsetroundl): New.
7107         (libc_feupdateenv_test_mips): New.
7108         (libc_feupdateenv_test): New.
7109         (libc_feupdateenv_testf): New.
7110         (libc_feupdateenv_testl): New.
7111         (libc_feresetround): New.
7112         (libc_feresetroundf): New.
7113         (libc_feresetroundl): New.
7114         (libc_fetestexcept_mips): New.
7115         (libc_fetestexcept): New.
7116         (libc_fetestexceptf): New.
7117         (libc_fetestexceptl): New.
7118         (HAVE_RM_CTX): New.
7119         (libc_feholdexcept_setround_mips_ctx): New.
7120         (libc_feholdexcept_setround_ctx): New.
7121         (libc_feholdexcept_setroundf_ctx): New.
7122         (libc_feholdexcept_setroundl_ctx): New.
7123         (libc_fesetenv_mips_ctx): New.
7124         (libc_fesetenv_ctx): New.
7125         (libc_fesetenv_ctxf): New.
7126         (libc_fesetenv_ctxl): New.
7127         (libc_feupdateenv_mips_ctx): New.
7128         (libc_feupdateenv_ctx): New.
7129         (libc_feupdateenvf_ctx): New.
7130         (libc_feupdateenvl_ctx): New.
7131         (libc_feholdsetround_mips_ctx): New.
7132         (libc_feholdsetround_ctx): New.
7133         (libc_feholdsetroundf_ctx): New.
7134         (libc_feholdsetroundl_ctx): New.
7135         (libc_feresetround_mips_ctx): New.
7136         (libc_feresetround_ctx): New.
7137         (libc_feresetroundf_ctx): New.
7138         (libc_feresetroundl_ctx): New.
7139
7140 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
7141
7142         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
7143
7144         * manual/ipc.texi: New file.
7145         * manual/Makefile (chapters): Add ipc.
7146         * manual/job.texi: Add "Inter-Process Communication" to next.
7147         * manual/process.texi: Add "Inter-Process Communication" to prev.
7148
7149 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7150
7151         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7152
7153 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
7154
7155         * malloc/malloc.c (__libc_calloc): Simplify implementation.
7156
7157         * manual/arith.texi: Fix spaces after sentences.
7158         * manual/charset.texi: Likewise.
7159         * manual/errno.texi: Likewise.
7160         * manual/install.texi: Likewise.
7161         * manual/llio.texi: Likewise.
7162         * manual/locale.texi: Likewise.
7163         * manual/maint.texi: Likewise.
7164         * manual/math.texi: Likewise.
7165         * manual/memory.texi: Likewise.
7166         * manual/message.texi: Likewise.
7167         * manual/probes.texi: Likewise.
7168         * manual/resource.texi: Likewise.
7169         * manual/signal.texi: Likewise.
7170         * manual/socket.texi: Likewise.
7171         * manual/stdio.texi: Likewise.
7172         * manual/string.texi: Likewise.
7173         * manual/time.texi: Likewise.
7174         * manual/users.texi: Likewise.
7175
7176 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
7177
7178         [BZ #16632]
7179         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
7180         _DEFAULT_SOURCE is defined.
7181
7182 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
7183             Carlos O'Donell  <carlos@redhat.com>
7184
7185         [BZ #16613]
7186         * elf/dl-tls.c (_dl_count_modids): New function.
7187         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
7188         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
7189         audit library and increment generation counter.
7190         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
7191         * elf/tst-audit9.c: New file.
7192         * elf/tst-auditmod9a.c: New file.
7193         * elf/tst-auditmod9b.c: New file.
7194         * elf/Makefile: Add rules to build and run tst-audit9.
7195
7196 2014-02-25  Florian Weimer  <fweimer@redhat.com>
7197
7198         [BZ #15347]
7199         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
7200
7201 2014-02-25  Will Newton  <will.newton@linaro.org>
7202
7203         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
7204         (__longjmp): Restore sp and lr before restoring callee
7205         saved registers.  Add longjmp and longjmp_target
7206         SystemTap probe point.
7207         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
7208         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
7209         Define to zero to match jmpbuf layout.
7210         * sysdeps/arm/setjmp.S: Include stap-probe.h.
7211         (__sigsetjmp): Save sp and lr before saving callee
7212         saved registers.  Add setjmp SystemTap probe point.
7213
7214 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
7215
7216         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7217
7218 2014-02-24  Andreas Schwab  <schwab@suse.de>
7219
7220         [BZ #15804]
7221         * elf/pldd.c (wait_for_ptrace_stop): New function.
7222         (main): Call it after attaching.
7223
7224 2014-02-22  Roland McGrath  <roland@hack.frob.com>
7225
7226         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
7227         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
7228         Versions files is now verboten.
7229         * hurd/Versions (libc: GLIBC_2.0):
7230         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
7231         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
7232         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
7233         * mach/Versions: Likewise.
7234
7235         * csu/Versions: Remove unused %include.
7236         * resolv/Versions: Likewise.
7237
7238 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
7239
7240         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
7241         ($(objpfx)check-local-headers.out): Likewise.
7242         ($(objpfx)begin-end-check.out): Likewise.
7243         * Makerules (check-abi-%.out): Likewise.
7244         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
7245         ($(objpfx)test2.cat): Likewise.
7246         ($(objpfx)de/libc.cat): Likewise.
7247         ($(objpfx)test-gencat.out): Likewise.
7248         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
7249         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
7250         ($(objpfx)noload-mem): Likewise.
7251         ($(objpfx)tst-pathopt.out): Likewise.
7252         ($(objpfx)tst-rtld-load-self.out): Likewise.
7253         ($(objpfx)tst-array1-cmp.out): Likewise.
7254         ($(objpfx)tst-array1-static-cmp.out): Likewise.
7255         ($(objpfx)tst-array2-cmp.out): Likewise.
7256         ($(objpfx)tst-array3-cmp.out): Likewise.
7257         ($(objpfx)tst-array4-cmp.out): Likewise.
7258         ($(objpfx)tst-array5-cmp.out): Likewise.
7259         ($(objpfx)tst-array5-static-cmp.out): Likewise.
7260         ($(objpfx)check-textrel.out): Likewise.
7261         ($(objpfx)check-execstack.out): Likewise.
7262         ($(objpfx)check-localplt.out): Likewise.
7263         ($(objpfx)order2-cmp.out): Likewise.
7264         ($(objpfx)tst-leaks1-mem): Likewise.
7265         ($(objpfx)tst-leaks1-static-mem): Likewise.
7266         ($(objpfx)tst-initorder-cmp.out): Likewise.
7267         ($(objpfx)tst-initorder2-cmp.out): Likewise.
7268         ($(objpfx)tst-unused-dep.out): Likewise.
7269         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
7270         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
7271         * iconv/Makefile (test-iconvconfig): Likewise.
7272         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
7273         ($(objpfx)iconv-test.out): Likewise.
7274         ($(objpfx)tst-tables.out): Likewise.
7275         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
7276         ($(objpfx)tst-gettext.out): Likewise.
7277         ($(objpfx)tst-translit.out): Likewise.
7278         ($(objpfx)tst-gettext2.out): Likewise.
7279         ($(objpfx)tst-gettext4.out): Likewise.
7280         ($(objpfx)tst-gettext6.out): Likewise.
7281         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
7282         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
7283         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
7284         ($(objpfx)tst-fopenloc-mem.out): Likewise.
7285         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
7286         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
7287         * posix/Makefile ($(objpfx)globtest.out): Likewise.
7288         ($(objpfx)wordexp-tst.out): Likewise.
7289         ($(objpfx)annexc.out): Likewise.
7290         ($(objpfx)tst-fnmatch-mem): Likewise.
7291         ($(objpfx)bug-regex2-mem): Likewise.
7292         ($(objpfx)bug-regex14-mem): Likewise.
7293         ($(objpfx)bug-regex21-mem): Likewise.
7294         ($(objpfx)bug-regex31-mem): Likewise.
7295         ($(objpfx)tst-vfork3-mem): Likewise.
7296         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
7297         ($(objpfx)tst-pcre-mem): Likewise.
7298         ($(objpfx)tst-boost-mem): Likewise.
7299         ($(objpfx)tst-getconf.out): Likewise.
7300         ($(objpfx)bug-ga2-mem): Likewise.
7301         ($(objpfx)bug-glob2-mem): Likewise.
7302         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
7303         ($(objpfx)mtrace-tst-leaks2): Likewise.
7304         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
7305         ($(objpfx)tst-printf.out): Likewise.
7306         ($(objpfx)tst-setvbuf1.out): Likewise.
7307         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
7308         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
7309         ($(objpfx)tst-fmtmsg.out): Likewise.
7310         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
7311         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
7312
7313         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
7314         * bits/sigaction.h [__USE_MISC]: Likewise.
7315         * bits/waitstatus.h: Update #endif comments.
7316         * ctype/ctype.h: Likewise.
7317         * dirent/dirent.h: Likewise.
7318         [__USE_MISC]: Remove redundant conditionals.
7319         * grp/grp.h: Update #endif comments.
7320         [__USE_GNU]: Remove redundant conditionals.
7321         [__USE_MISC]: Likewise.
7322         * inet/netinet/in.h [__USE_GNU]: Likewise.
7323         * io/sys/stat.h [__USE_MISC]: Likewise.
7324         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
7325         * libio/bits/stdio.h: Update #endif comments.
7326         [__USE_MISC]: Remove redundant conditionals.
7327         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
7328         * libio/stdio.h: Update #endif comments.
7329         [__USE_MISC]: Remove redundant conditionals.
7330         * math/bits/math-finite.h [__USE_MISC]: Likewise.
7331         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
7332         * math/math.h: Update #else and #endif comments.
7333         [__USE_MISC]: Remove redundant conditionals.
7334         * misc/sys/uio.h: Update #endif comments.
7335         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
7336         * posix/glob.h [__USE_MISC]: Likewise.
7337         * posix/sys/types.h: Update #endif comments.
7338         [__USE_MISC]: Remove redundant conditionals.
7339         * posix/sys/wait.h: Update #endif comments.
7340         [__USE_MISC]: Remove redundant conditionals.
7341         * posix/unistd.h: Update #endif comments.
7342         [__USE_MISC]: Remove redundant conditionals.
7343         * pwd/pwd.h [__USE_GNU]: Likewise.
7344         [__USE_MISC]: Likewise.
7345         * resolv/netdb.h [__USE_GNU]: Likewise.
7346         * signal/signal.h: Update #endif comments.
7347         [__USE_MISC]: Remove redundant conditionals.
7348         * stdlib/stdlib.h: Update #else and #endif comments.
7349         [__USE_MISC]: Remove redundant conditionals.
7350         [__USE_GNU]: Likewise.
7351         * string/bits/string2.h [__USE_MISC]: Likewise.
7352         * string/string.h: Update #endif comments.
7353         [__USE_MISC]: Remove redundant conditionals.
7354         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
7355         Likewise.
7356         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
7357         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
7358         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
7359         Likewise.
7360         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
7361         Likewise.
7362         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
7363         comments.
7364         [__USE_MISC]: Remove redundant conditionals.
7365         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
7366         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
7367         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
7368         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
7369         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
7370         Likewise.
7371         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
7372         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
7373         Likewise.
7374         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
7375         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
7376         Likewise.
7377         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
7378         Likewise.
7379         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
7380         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
7381         Likewise.
7382         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
7383         Likewise.
7384         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
7385         * sysdeps/x86/bits/string.h: Update #endif comments.
7386         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
7387         conditionals.
7388         * time/sys/time.h: Update #endif comments.
7389         * time/time.h: Likewise.
7390         [__USE_MISC]: Remove redundant conditionals.
7391
7392 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
7393
7394         [BZ #16600]
7395         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
7396
7397 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
7398
7399         * Versions.def (librt): Add GLIBC_2.17.
7400
7401 2014-02-21  Adam Conrad  <adconrad@0c3.net>
7402
7403         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
7404         synonym for _SYS_AUXV_H to allow direct inclusion.
7405         * sysdeps/sparc/bits/hwcap.h: Likewise.
7406         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
7407         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
7408         * sysdeps/sparc/sysdep.h: Likewise.
7409
7410 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7411
7412         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
7413
7414 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
7415
7416         * benchtests/bench-strrchr.c: Print length instead of position.
7417
7418 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
7419
7420         [BZ #16611]
7421         * sysdeps/unix/sysv/linux/kernel-features.h
7422         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
7423         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
7424         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
7425         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
7426         Likewise.
7427         [__i386__ || __powerpc__ || __sh__ || __sparc__]
7428         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7429         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
7430         (__ASSUME_SENDMMSG): Define instead of using previous
7431         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
7432         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7433         (__ASSUME_SENDMMSG_SYSCALL): Define.
7434         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7435         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
7436         Likewise.
7437         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7438         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
7439         Likewise.
7440         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7441         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
7442         Likewise.
7443         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
7444         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
7445         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
7446         [__ASSUME_SENDMMSG]: Change conditionals to
7447         [__ASSUME_SENDMMSG_SOCKETCALL].
7448         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7449         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
7450         Define.
7451         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7452         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
7453         Likewise.
7454         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
7455         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
7456         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
7457         [!__ASSUME_SENDMMSG]: Change conditional to
7458         [!__ASSUME_SENDMMSG_SOCKETCALL].
7459         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7460         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
7461         Define.
7462
7463         [BZ #16610]
7464         * sysdeps/unix/sysv/linux/kernel-features.h
7465         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
7466         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
7467         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
7468         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
7469         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7470         [__i386__ || __sparc__]
7471         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7472         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
7473         (__ASSUME_RECVMMSG): Define instead of using previous
7474         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
7475         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7476         (__ASSUME_RECVMMSG_SYSCALL): Define.
7477         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7478         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
7479         Likewise.
7480         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7481         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
7482         Likewise.
7483         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7484         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
7485         Likewise.
7486         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
7487         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
7488         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
7489         [__ASSUME_RECVMMSG]: Change condition to
7490         [__ASSUME_RECVMMSG_SOCKETCALL].
7491         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7492         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
7493         Define.
7494         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7495         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7496         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
7497         Likewise.
7498         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
7499         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
7500         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
7501         [!__ASSUME_RECVMMSG]: Change condition to
7502         [!__ASSUME_RECVMMSG_SOCKETCALL].
7503         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7504         (__ASSUME_RECVMMSG_SYSCALL): Define.
7505
7506         [BZ #16609]
7507         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
7508         __powerpc__ || __s390__ || __sh__ || __sparc__]
7509         (__ASSUME_SOCKETCALL): Define.
7510         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
7511         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
7512         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
7513         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
7514         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7515         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7516         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
7517         (__ASSUME_ACCEPT4): Define instead of using previous
7518         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
7519         __powerpc__ || __sparc__ || __s390__)] condition.
7520         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7521         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
7522         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
7523         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
7524         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
7525         [!__ASSUME_ACCEPT4]: Change condition to
7526         [!__ASSUME_ACCEPT4_SOCKETCALL].
7527         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7528         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
7529         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
7530         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7531         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
7532         __ASSUME_ACCEPT4_SYSCALL.
7533         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
7534         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
7535         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7536         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
7537         __ASSUME_ACCEPT4_SYSCALL.
7538         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
7539         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
7540         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
7541         [__ASSUME_ACCEPT4]: Change condition to
7542         [__ASSUME_ACCEPT4_SOCKETCALL].
7543         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7544         (__ASSUME_SOCKETCALL): Define.
7545         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
7546         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7547         (__ASSUME_SOCKETCALL): Define.
7548         (__ASSUME_ACCEPT4): Remove.
7549         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
7550         Define.
7551         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7552         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
7553         Likewise.
7554         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7555         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
7556
7557         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
7558         macro.
7559         (HWCAP_ARM_LPAE): Likewise.
7560         (HWCAP_ARM_EVTSTRM): Likewise.
7561         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
7562         Add vpfd32, lpae and evtstrm.
7563         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7564         Increase to 22.
7565
7566 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
7567
7568         * math/auto-libm-test-in: Add tests of clog10.
7569         * math/auto-libm-test-out: Regenerated.
7570         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
7571         * sysdeps/i386/fpu/libm-test-ulps: Update.
7572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7573
7574 2014-02-18  Andreas Schwab  <schwab@suse.de>
7575
7576         [BZ #16574]
7577         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
7578         Store non-zero if the second buffer was newly allocated.
7579         (send_dg): Likewise.
7580         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
7581         to send_vc and send_dg.
7582         (res_nsend): Pass NULL for ansp2_malloced.
7583         * resolv/res_query.c (__libc_res_nquery): Add parameter
7584         answerp2_malloced and pass it down to __libc_res_nsend.
7585         (res_nquery): Pass additional NULL to __libc_res_nquery.
7586         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
7587         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
7588         second answer buffer if answerp2_malloced was set.
7589         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
7590         (__libc_res_nquerydomain): Add parameter
7591         answerp2_malloced and pass it down to __libc_res_nquery.
7592         (res_nquerydomain): Pass additional NULL to
7593         __libc_res_nquerydomain.
7594         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
7595         additional NULL to __libc_res_nsend and __libc_res_nquery.
7596         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
7597         additional NULL to __libc_res_nsearch.
7598         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
7599         parameter of __libc_res_nsearch to check for separately allocated
7600         second buffer.
7601         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
7602         __libc_res_nquery.
7603         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
7604         additional NULL to __libc_res_nquery.
7605         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
7606         __libc_res_nsearch.
7607         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
7608         * include/resolv.h: Update prototypes of __libc_res_nquery,
7609         __libc_res_nsearch, __libc_res_nsend.
7610
7611 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
7612
7613         * math/auto-libm-test-in: Add tests of fma.
7614         * math/auto-libm-test-out: Regenerated.
7615         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
7616         (fma_towardzero_test_data): Likewise.
7617         (fma_downward_test_data): Likewise.
7618         (fma_upward_test_data): Likewise.
7619         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
7620         mpc_mode.
7621         (rounding_modes): Add values for new field.
7622         (func_calc_method): Add value mpfr_fff_f.
7623         (func_calc_desc): Add mpfr_fff_f union field.
7624         (test_function): Add field exact_args.
7625         (FUNC): Add macro argument EXACT_ARGS.
7626         (FUNC_mpfr_f_f): Update call to FUNC.
7627         (FUNC_mpfr_f_f): Likewise.
7628         (FUNC_mpfr_ff_f): Likewise.
7629         (FUNC_mpfr_if_f): Likewise.
7630         (FUNC_mpc_c_f): Likewise.
7631         (FUNC_mpc_c_c): Likewise.
7632         (test_functions): Add fma.  Update calls to FUNC.
7633         (handle_input_arg): Add argument exact_args.
7634         (add_test): Update call to handle_input_arg.
7635         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
7636         (output_for_one_input_case): Update call to calc_generic_results.
7637         Recalculate exact zero results in each rounding mode.
7638
7639         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
7640         non-negative before setting low bit.
7641         * math/auto-libm-test-in: Mark one asin test possibly having
7642         spurious underflow.
7643         * math/auto-libm-test-out: Regenerated.
7644         * sysdeps/i386/fpu/libm-test-ulps: Update.
7645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7646
7647 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
7648
7649         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
7650         * sysdeps/unix/sysv/linux/microblaze: Move directory from
7651         ports/sysdeps/unix/sysv/linux/microblaze.
7652         * README: Add missing listing for microblaze*-*-linux-gnu.
7653
7654 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
7655
7656         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
7657         * sysdeps/unix/sysv/linux/ia64: Move directory from
7658         ports/sysdeps/unix/sysv/linux/ia64.
7659         * README: Update listing for ia64-*-linux-gnu.
7660
7661 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
7662             Joseph Myers  <joseph@codesourcery.com>
7663
7664         * Makeconfig (test-name): New variable.
7665         (evaluate-test): Likewise.
7666         * Makerules (do-test-clean): Remove .test-result files.
7667         (common-mostlyclean): Likewise.
7668         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
7669         * scripts/evaluate-test.sh: New file.
7670
7671 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
7672
7673         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
7674         separate $(objpfx)tst-fopenloc-cmp.out and
7675         $(objpfx)tst-fopenloc-mem.out targets.
7676         (tests): Update dependencies.
7677         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
7678         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
7679         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
7680         (tst-rxspencer-no-utf8-ARGS): New variable.
7681         (tst-rxspencer-no-utf8-ENV): Likewise.
7682         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
7683         instead of $(objpfx)tst-rxspencer-mem.
7684         ($(objpfx)tst-rxspencer-mem): Change target to
7685         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
7686         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
7687         * posix/tst-rxspencer-no-utf8.c: New file.
7688
7689         * elf/Makefile ($(objpfx)order.out): Remove rule.
7690         [$(run-built-tests) = yes] (tests): Depend on
7691         $(objpfx)order-cmp.out.
7692         ($(objpfx)order-cmp.out): New rule.
7693         [$(run-built-tests) = yes] (tests): Depend on
7694         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
7695         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
7696         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
7697         $(objpfx)tst-array5-static-cmp.out.
7698         ($(objpfx)tst-array1.out): Remove rule.
7699         ($(objpfx)tst-array1-cmp.out): New rule.
7700         ($(objpfx)tst-array1-static.out): Remove rule.
7701         ($(objpfx)tst-array1-static-cmp.out): New rule.
7702         ($(objpfx)tst-array2.out): Remove rule.
7703         ($(objpfx)tst-array2-cmp.out): New rule.
7704         ($(objpfx)tst-array3.out): Remove rule.
7705         ($(objpfx)tst-array3-cmp.out): New rule.
7706         ($(objpfx)tst-array4.out): Remove rule.
7707         ($(objpfx)tst-array4-cmp.out): New rule.
7708         ($(objpfx)tst-array5.out): Remove rule.
7709         ($(objpfx)tst-array5-cmp.out): New rule.
7710         ($(objpfx)tst-array5-static.out): Remove rule.
7711         ($(objpfx)tst-array5-static-cmp.out): New rule.
7712         [$(run-built-tests) = yes] (tests): Depend on
7713         $(objpfx)order2-cmp.out.
7714         ($(objpfx)order2.out): Remove rule.
7715         ($(objpfx)order2-cmp.out): New rule.
7716         ($(objpfx)tst-initorder.out): Remove rule.
7717         [$(run-built-tests) = yes] (tests): Depend on
7718         $(objpfx)tst-initorder-cmp.out.
7719         ($(objpfx)tst-initorder-cmp.out): New rule.
7720         ($(objpfx)tst-initorder2.out): Remove rule.
7721         [$(run-built-tests) = yes] (tests): Depend on
7722         $(objpfx)tst-initorder2-cmp.out.
7723         ($(objpfx)tst-initorder2-cmp.out): New rule.
7724         [$(run-built-tests) = yes] (tests): Depend on
7725         $(objpfx)tst-unused-dep-cmp.out.
7726         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
7727         ($(objpfx)tst-unused-dep-cmp.out): New rule.
7728         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
7729         on $(objpfx)tst-setvbuf1-cmp.out.
7730         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
7731         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
7732         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
7733         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
7734         ($(objpfx)tst-svc.out): Remove rule.
7735         ($(objpfx)tst-svc-cmp.out): New rule.
7736
7737 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
7738
7739         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
7740         * ctype/ctype.h [__USE_MISC]: Likewise.
7741         * dirent/dirent.h [__USE_MISC]: Likewise.
7742         * grp/grp.h [__USE_MISC]: Likewise.
7743         * io/fcntl.h [__USE_MISC]: Likewise.
7744         * io/sys/stat.h [__USE_MISC]: Likewise.
7745         * libio/stdio.h [__USE_MISC]: Likewise.
7746         * posix/unistd.h [__USE_MISC]: Likewise.
7747         * pwd/pwd.h [__USE_MISC]: Likewise.
7748         * stdlib.h [__USE_MISC]: Likewise.
7749         * string/bits/string2.h [__USE_MISC]: Likewise.
7750         * string/string.h [__USE_MISC]: Likewise.
7751         * time/time.h [__USE_MISC]: Likewise.
7752
7753 2014-02-13  Andreas Schwab  <schwab@suse.de>
7754
7755         [BZ #16574]
7756         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
7757         second answer buffer if it was separately allocated.
7758
7759 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
7760
7761         * sysdeps/mips/math-tests.h: Include <features.h>.
7762         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
7763         (ROUNDING_TESTS_long_double): Do not define.
7764         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
7765         (EXCEPTION_TESTS_long_double): Likewise.
7766         * sysdeps/mips/mips64/libm-test-ulps: Update.
7767
7768         * include/features.h (__USE_BSD): Remove macro definitions.
7769         (__USE_SVID): Likewise.
7770         (_BSD_SOURCE): Likewise.
7771         (_SVID_SOURCE): Likewise.
7772         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
7773         from definition of _DEFAULT_SOURCE.
7774         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
7775         [_DEFAULT_SOURCE].
7776         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
7777         * bits/mman.h [__USE_BSD]: Likewise.
7778         * bits/termios.h [__USE_BSD]: Likewise.
7779         * bits/waitstatus.h [__USE_BSD]: Likewise.
7780         * ctype/ctype.h [__USE_SVID]: Likewise.
7781         * dirent/dirent.h [__USE_BSD]: Likewise.
7782         * grp/grp.h [__USE_SVID]: Likewise.
7783         [__USE_BSD]: Likewise.
7784         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
7785         * io/fcntl.h [__USE_BSD]: Likewise.
7786         * io/ftw.h [__USE_BSD]: Likewise.
7787         * io/sys/stat.h [__USE_BSD]: Likewise.
7788         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
7789         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
7790         * libio/stdio.h [__USE_SVID]: Likewise.
7791         [__USE_BSD]: Likewise.
7792         * math/math.h [__USE_SVID]: Likewise.
7793         [__USE_BSD]: Likewise.
7794         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
7795         * misc/bits/syslog.h [__USE_BSD]: Likewise.
7796         * misc/search.h [__USE_SVID]: Likewise.
7797         * misc/sys/mman.h [__USE_BSD]: Likewise.
7798         * misc/sys/syslog.h [__USE_BSD]: Likewise.
7799         * misc/sys/uio.h [__USE_BSD]: Likewise.
7800         * posix/bits/unistd.h [__USE_BSD]: Likewise.
7801         * posix/glob.h [__USE_BSD]: Likewise.
7802         * posix/regex.h [__USE_BSD]: Likewise.
7803         * posix/sys/types.h [__USE_BSD]: Likewise.
7804         [__USE_SVID]: Likewise.
7805         * posix/sys/utsname.h [__USE_SVID]: Likewise.
7806         * posix/sys/wait.h [__USE_BSD]: Likewise.
7807         [__USE_SVID]: Likewise.
7808         * posix/unistd.h [__USE_BSD]: Likewise.
7809         [__USE_SVID]: Likewise.
7810         * pwd/pwd.h [__USE_SVID]: Likewise.
7811         * resolv/netdb.h [__USE_BSD]: Likewise.
7812         * setjmp/setjmp.h [__USE_BSD]: Likewise.
7813         * signal/signal.h [__USE_BSD]: Likewise.
7814         [__USE_SVID]: Likewise.
7815         * socket/sys/socket.h [__USE_BSD]: Likewise.
7816         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
7817         * stdlib/stdlib.h [__USE_BSD]: Likewise.
7818         [__USE_SVID]: Likewise.
7819         * string/bits/string2.h [__USE_BSD]: Likewise.
7820         [__USE_SVID]: Likewise.
7821         * string/bits/string3.h [__USE_BSD]: Likewise.
7822         * string/endian.h [__USE_BSD]: Likewise.
7823         * string/string.h [__USE_SVID]: Likewise.
7824         [__USE_BSD]: Likewise.
7825         * string/strings.h [__USE_BSD]: Likewise.
7826         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
7827         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
7828         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
7829         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
7830         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
7831         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
7832         Likewise.
7833         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
7834         Likewise.
7835         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
7836         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
7837         Likewise.
7838         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
7839         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
7840         Likewise.
7841         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
7842         Likewise.
7843         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
7844         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
7845         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
7846         Likewise.
7847         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
7848         Likewise.
7849         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
7850         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
7851         * termios/termios.h [__USE_BSD]: Likewise.
7852         * time/sys/time.h [__USE_BSD]: Likewise.
7853         * time/time.h [__USE_BSD]: Likewise.
7854         [__USE_SVID]: Likewise.
7855
7856         * Makefile (subdir_targets): Remove subdir_lint.out.
7857
7858         * stdio-common/Makefile (do-tst-unbputc): Remove target.
7859         (do-tst-printf): Likewise.
7860         (tests): Depend directly on $(objpfx)tst-unbputc.out and
7861         $(objpfx)tst-printf.out.
7862
7863         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
7864
7865         * Makerules (check-abi-%): Change target to
7866         $(objpfx)check-abi-%.out.
7867         (check-abi target): Update dependencies.
7868         (check-abi-pattern variable): Redirect output of diff to $@.
7869         (check-abi variable): Likewise.
7870         * elf/Makefile (check-abi): Update dependencies.
7871
7872         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
7873         unused.
7874         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
7875         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
7876         subnormal range.
7877         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
7878         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
7879         value has largest subnormal exponent.
7880         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
7881         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
7882         * sysdeps/aarch64/soft-fp/sfp-machine.h
7883         (_FP_TININESS_AFTER_ROUNDING): New macro.
7884         * sysdeps/alpha/soft-fp/sfp-machine.h
7885         (_FP_TININESS_AFTER_ROUNDING): Likewise.
7886         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7887         Likewise.
7888         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
7889         (_FP_TININESS_AFTER_ROUNDING): Likewise.
7890         * sysdeps/mips/soft-fp/sfp-machine.h
7891         (_FP_TININESS_AFTER_ROUNDING): Likewise.
7892         * sysdeps/powerpc/soft-fp/sfp-machine.h
7893         (_FP_TININESS_AFTER_ROUNDING): Likewise.
7894         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7895         Likewise.
7896         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
7897         (_FP_TININESS_AFTER_ROUNDING): Likewise.
7898         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
7899         (_FP_TININESS_AFTER_ROUNDING): Likewise.
7900         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
7901         Likewise.
7902
7903 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
7904
7905         [BZ #16545]
7906         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
7907         model 1.
7908
7909 2014-02-12  Richard Henderson  <rth@redhat.com>
7910
7911         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
7912         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
7913         * sysdeps/unix/sysv/linux/alpha: Move directory from
7914         ports/sysdeps/unix/sysv/linux/alpha.
7915         * README: Update listing for alpha-*-linux-gnu.
7916
7917 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
7918
7919         * include/features.h: Update comment documenting feature test
7920         macros.
7921         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
7922         _DEFAULT_SOURCE.
7923         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
7924         (_SVID_SOURCE): Likewise.
7925         (_DEFAULT_SOURCE): Update description of default features.
7926         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
7927         with _GNU_SOURCE.
7928         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
7929         (S_ISVTX): Likewise.
7930         * manual/math.texi (Mathematical Constants): Likewise.
7931         * manual/signal.texi (Interrupted Primitives): Likewise.
7932         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
7933         * math/test-matherr.c (_SVID_SOURCE): Do not define.
7934         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
7935         Don't refer to _SVID_SOURCE in warning text.
7936
7937         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7938
7939         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
7940         already defined.
7941         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
7942         * sysdeps/mips/dl-lookup.c: Remove.
7943         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
7944
7945 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7946
7947         [BZ #16447]
7948         * math/auto-libm-test-in: Add testcase for expl.
7949         * math/auto-libm-test-out: Regenerate.
7950         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
7951         calculation of unsafe.
7952         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
7953
7954 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7955
7956         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
7957         * sysdeps/unix/sysv/linux/aarch64: Move directory from
7958         ports/sysdeps/unix/sysv/linux/aarch64.
7959         * README: Update listing for aarch64*-*-linux-gnu.
7960
7961 2014-02-11  Will Newton  <will.newton@linaro.org>
7962
7963         * manual/probes.texi (Mathematical Function Probes): Use
7964         "triggered" instead of "hit".
7965
7966         * manual/probes.texi (Internal Probes): Add documentation
7967         of setjmp, longjmp and longjmp_target probes.
7968
7969         * include/stap-probe.h: Add comment about probe argument
7970         format.
7971
7972         * malloc/mtrace.c (attribute_hidden): Remove unused macro
7973         definition.  (tr_where, tr_freehook, tr_mallochook,
7974         tr_reallochook, tr_memalignhook): Use ANSI protoype.
7975
7976 2014-02-11  David S. Miller  <davem@davemloft.net>
7977
7978         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
7979         processing int_tests.
7980
7981 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
7982
7983         * sysdeps/mips: Move directory from ports/sysdeps/mips.
7984         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
7985         * sysdeps/unix/sysv/linux/mips: Move directory from
7986         ports/sysdeps/unix/sysv/linux/mips.
7987         * README: Update listing for mips-*-linux-gnu and
7988         mips64-*-linux-gnu.
7989
7990 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
7991
7992         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
7993         * sysdeps/unix/sysv/linux/m68k: Move directory from
7994         ports/sysdeps/unix/sysv/linux/m68k.
7995         * README: Update listing for m68k-*-linux-gnu.
7996
7997 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
7998
7999         * sysdeps/tile: Move directory from ports/sysdeps/tile.
8000         * sysdeps/unix/sysv/linux/generic: Move directory from
8001         ports/sysdeps/unix/sysv/linux/generic.
8002         * sysdeps/unix/sysv/linux/tile: Move directory from
8003         ports/sysdeps/unix/sysv/linux/tile.
8004         * README: Update listing for tile*-*-linux-gnu.
8005
8006 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
8007
8008         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
8009         __builtin_expect.
8010         * benchtests/bench-memmem.c (simple_memmem): Likewise.
8011         * catgets/open_catalog.c (__open_catalog): Likewise.
8012         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
8013         * debug/confstr_chk.c: Likewise.
8014         * debug/fread_chk.c (__fread_chk): Likewise.
8015         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
8016         * debug/getgroups_chk.c: Likewise.
8017         * debug/mbsnrtowcs_chk.c: Likewise.
8018         * debug/mbsrtowcs_chk.c: Likewise.
8019         * debug/mbstowcs_chk.c: Likewise.
8020         * debug/memcpy_chk.c: Likewise.
8021         * debug/memmove_chk.c: Likewise.
8022         * debug/mempcpy_chk.c: Likewise.
8023         * debug/memset_chk.c: Likewise.
8024         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
8025         * debug/strcat_chk.c (__strcat_chk): Likewise.
8026         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
8027         * debug/strncat_chk.c (__strncat_chk): Likewise.
8028         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
8029         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
8030         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
8031         * debug/wcpncpy_chk.c: Likewise.
8032         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
8033         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
8034         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
8035         * debug/wcsncpy_chk.c: Likewise.
8036         * debug/wcsnrtombs_chk.c: Likewise.
8037         * debug/wcsrtombs_chk.c: Likewise.
8038         * debug/wcstombs_chk.c: Likewise.
8039         * debug/wmemcpy_chk.c: Likewise.
8040         * debug/wmemmove_chk.c: Likewise.
8041         * debug/wmempcpy_chk.c: Likewise.
8042         * debug/wmemset_chk.c: Likewise.
8043         * dirent/scandirat.c (SCANDIRAT): Likewise.
8044         * dlfcn/dladdr1.c (dladdr1): Likewise.
8045         * dlfcn/dladdr.c (dladdr): Likewise.
8046         * dlfcn/dlclose.c (dlclose_doit): Likewise.
8047         * dlfcn/dlerror.c (__dlerror): Likewise.
8048         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
8049         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
8050         * dlfcn/dlopen.c (dlopen_doit): Likewise.
8051         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
8052         * dlfcn/dlsym.c (dlsym_doit): Likewise.
8053         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
8054         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
8055         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
8056         Likewise.
8057         * elf/dl-conflict.c: Likewise.
8058         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
8059         * elf/dl-dst.h: Likewise.
8060         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
8061         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
8062         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
8063         * elf/dl-init.c (call_init, _dl_init): Likewise.
8064         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
8065         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
8066         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
8067         Likewise.
8068         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
8069         Likewise.
8070         * elf/dl-minimal.c (__libc_memalign): Likewise.
8071         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
8072         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
8073         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8074         * elf/dl-sym.c (do_sym): Likewise.
8075         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
8076         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
8077         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
8078         * elf/dl-writev.h (_dl_writev): Likewise.
8079         * elf/ldconfig.c (search_dir): Likewise.
8080         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
8081         (dl_main): Likewise.
8082         * elf/setup-vdso.h (setup_vdso): Likewise.
8083         * grp/compat-initgroups.c (compat_call): Likewise.
8084         * grp/fgetgrent.c (fgetgrent): Likewise.
8085         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
8086         * grp/putgrent.c (putgrent): Likewise.
8087         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
8088         Likewise.
8089         * hurd/hurdinit.c: Likewise.
8090         * iconvdata/8bit-gap.c (struct): Likewise.
8091         * iconvdata/ansi_x3.110.c : Likewise.
8092         * iconvdata/big5.c : Likewise.
8093         * iconvdata/big5hkscs.c : Likewise.
8094         * iconvdata/cp1255.c: Likewise.
8095         * iconvdata/cp1258.c : Likewise.
8096         * iconvdata/cp932.c : Likewise.
8097         * iconvdata/euc-cn.c: Likewise.
8098         * iconvdata/euc-jisx0213.c : Likewise.
8099         * iconvdata/euc-jp.c: Likewise.
8100         * iconvdata/euc-jp-ms.c : Likewise.
8101         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
8102         * iconvdata/gb18030.c : Likewise.
8103         * iconvdata/gbbig5.c (const): Likewise.
8104         * iconvdata/gbgbk.c: Likewise.
8105         * iconvdata/gbk.c : Likewise.
8106         * iconvdata/ibm1364.c : Likewise.
8107         * iconvdata/ibm930.c : Likewise.
8108         * iconvdata/ibm932.c: Likewise.
8109         * iconvdata/ibm933.c : Likewise.
8110         * iconvdata/ibm935.c : Likewise.
8111         * iconvdata/ibm937.c : Likewise.
8112         * iconvdata/ibm939.c : Likewise.
8113         * iconvdata/ibm943.c: Likewise.
8114         * iconvdata/iso_11548-1.c: Likewise.
8115         * iconvdata/iso-2022-cn.c : Likewise.
8116         * iconvdata/iso-2022-cn-ext.c : Likewise.
8117         * iconvdata/iso-2022-jp-3.c: Likewise.
8118         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
8119         * iconvdata/iso-2022-kr.c : Likewise.
8120         * iconvdata/iso646.c (gconv_end): Likewise.
8121         * iconvdata/iso_6937-2.c : Likewise.
8122         * iconvdata/iso_6937.c : Likewise.
8123         * iconvdata/iso8859-1.c: Likewise.
8124         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
8125         * iconvdata/shift_jisx0213.c : Likewise.
8126         * iconvdata/sjis.c : Likewise.
8127         * iconvdata/t.61.c : Likewise.
8128         * iconvdata/tcvn5712-1.c : Likewise.
8129         * iconvdata/tscii.c: Likewise.
8130         * iconvdata/uhc.c : Likewise.
8131         * iconvdata/unicode.c (gconv_end): Likewise.
8132         * iconvdata/utf-16.c (gconv_end): Likewise.
8133         * iconvdata/utf-32.c (gconv_end): Likewise.
8134         * iconvdata/utf-7.c (base64): Likewise.
8135         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
8136         * iconv/gconv_close.c (__gconv_close): Likewise.
8137         * iconv/gconv_open.c (__gconv_open): Likewise.
8138         * iconv/gconv_simple.c (internal_ucs4_loop_single)
8139         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
8140         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
8141         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
8142         (ucs4le_internal_loop_single): Likewise.
8143         * iconv/iconv.c (iconv): Likewise.
8144         * iconv/iconv_close.c: Likewise.
8145         * iconv/loop.c (SINGLE): Likewise.
8146         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
8147         * include/atomic.h: Likewise.
8148         * inet/inet6_option.c (option_alloc): Likewise.
8149         * intl/bindtextdom.c (set_binding_values): Likewise.
8150         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
8151         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
8152         * intl/localealias.c (read_alias_file): Likewise.
8153         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
8154         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
8155         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
8156         * libio/fmemopen.c (fmemopen): Likewise.
8157         * libio/iofgets.c (_IO_fgets): Likewise.
8158         * libio/iofgets_u.c (fgets_unlocked): Likewise.
8159         * libio/iofgetws.c (fgetws): Likewise.
8160         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
8161         * libio/iogetdelim.c (_IO_getdelim): Likewise.
8162         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
8163         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
8164         * locale/findlocale.c (_nl_find_locale): Likewise.
8165         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
8166         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
8167         Likewise.
8168         * locale/setlocale.c (setlocale): Likewise.
8169         * login/programs/pt_chown.c (main): Likewise.
8170         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
8171         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
8172         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
8173         (mmap, mmap64, mremap, munmap): Likewise.
8174         * math/e_exp2l.c: Likewise.
8175         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
8176         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
8177         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
8178         * math/s_catan.c (__catan): Likewise.
8179         * math/s_catanf.c (__catanf): Likewise.
8180         * math/s_catanh.c (__catanh): Likewise.
8181         * math/s_catanhf.c (__catanhf): Likewise.
8182         * math/s_catanhl.c (__catanhl): Likewise.
8183         * math/s_catanl.c (__catanl): Likewise.
8184         * math/s_ccosh.c (__ccosh): Likewise.
8185         * math/s_ccoshf.c (__ccoshf): Likewise.
8186         * math/s_ccoshl.c (__ccoshl): Likewise.
8187         * math/s_cexp.c (__cexp): Likewise.
8188         * math/s_cexpf.c (__cexpf): Likewise.
8189         * math/s_cexpl.c (__cexpl): Likewise.
8190         * math/s_clog10.c (__clog10): Likewise.
8191         * math/s_clog10f.c (__clog10f): Likewise.
8192         * math/s_clog10l.c (__clog10l): Likewise.
8193         * math/s_clog.c (__clog): Likewise.
8194         * math/s_clogf.c (__clogf): Likewise.
8195         * math/s_clogl.c (__clogl): Likewise.
8196         * math/s_csin.c (__csin): Likewise.
8197         * math/s_csinf.c (__csinf): Likewise.
8198         * math/s_csinh.c (__csinh): Likewise.
8199         * math/s_csinhf.c (__csinhf): Likewise.
8200         * math/s_csinhl.c (__csinhl): Likewise.
8201         * math/s_csinl.c (__csinl): Likewise.
8202         * math/s_csqrt.c (__csqrt): Likewise.
8203         * math/s_csqrtf.c (__csqrtf): Likewise.
8204         * math/s_csqrtl.c (__csqrtl): Likewise.
8205         * math/s_ctan.c (__ctan): Likewise.
8206         * math/s_ctanf.c (__ctanf): Likewise.
8207         * math/s_ctanh.c (__ctanh): Likewise.
8208         * math/s_ctanhf.c (__ctanhf): Likewise.
8209         * math/s_ctanhl.c (__ctanhl): Likewise.
8210         * math/s_ctanl.c (__ctanl): Likewise.
8211         * math/w_pow.c: Likewise.
8212         * math/w_powf.c: Likewise.
8213         * math/w_powl.c: Likewise.
8214         * math/w_scalb.c (sysv_scalb): Likewise.
8215         * math/w_scalbf.c (sysv_scalbf): Likewise.
8216         * math/w_scalbl.c (sysv_scalbl): Likewise.
8217         * misc/error.c (error_tail): Likewise.
8218         * misc/pselect.c (__pselect): Likewise.
8219         * nis/nis_callback.c (__nis_create_callback): Likewise.
8220         * nis/nis_call.c (__nisfind_server): Likewise.
8221         * nis/nis_creategroup.c (nis_creategroup): Likewise.
8222         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
8223         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
8224         * nis/nis_getservlist.c (nis_getservlist): Likewise.
8225         * nis/nis_lookup.c (nis_lookup): Likewise.
8226         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
8227         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
8228         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
8229         * nis/nis_xdr.c (xdr_endpoint): Likewise.
8230         * nis/nss_compat/compat-grp.c (getgrent_next_file)
8231         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
8232         * nis/nss_compat/compat-initgroups.c (add_group)
8233         (internal_getgrent_r): Likewise.
8234         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
8235         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
8236         * nis/nss_compat/compat-spwd.c (getspent_next_file)
8237         (internal_getspnam_r): Likewise.
8238         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
8239         (_nss_nis_getaliasbyname_r): Likewise.
8240         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
8241         (_nss_nis_getntohost_r): Likewise.
8242         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
8243         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
8244         (_nss_nis_getgrgid_r): Likewise.
8245         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
8246         (internal_nis_gethostent_r, internal_gethostbyname2_r)
8247         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
8248         (_nss_nis_gethostbyname4_r): Likewise.
8249         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
8250         (initgroups_netid): Likewise.
8251         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
8252         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
8253         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
8254         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
8255         (_nss_nis_getprotobynumber_r): Likewise.
8256         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
8257         (_nss_nis_getsecretkey): Likewise.
8258         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
8259         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
8260         (_nss_nis_getpwuid_r): Likewise.
8261         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
8262         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
8263         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
8264         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
8265         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
8266         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
8267         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
8268         Likewise.
8269         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
8270         (_nss_nisplus_getntohost_r): Likewise.
8271         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
8272         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8273         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
8274         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
8275         Likewise.
8276         * nis/nss_nisplus/nisplus-initgroups.c
8277         (_nss_nisplus_initgroups_dyn): Likewise.
8278         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
8279         (_nss_nisplus_getnetbyaddr_r): Likewise.
8280         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
8281         (_nss_nisplus_getprotobynumber_r): Likewise.
8282         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
8283         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
8284         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
8285         Likewise.
8286         * nis/nss_nisplus/nisplus-service.c
8287         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
8288         (_nss_nisplus_getservbyport_r): Likewise.
8289         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
8290         (_nss_nisplus_getspnam_r): Likewise.
8291         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
8292         Likewise.
8293         * nscd/aicache.c (addhstaiX): Likewise.
8294         * nscd/cache.c (cache_search, prune_cache): Likewise.
8295         * nscd/connections.c (register_traced_file, send_ro_fd)
8296         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
8297         (main_loop_epoll): Likewise.
8298         * nscd/grpcache.c (addgrbyX): Likewise.
8299         * nscd/hstcache.c (addhstbyX): Likewise.
8300         * nscd/initgrcache.c (addinitgroupsX): Likewise.
8301         * nscd/mem.c (gc, mempool_alloc): Likewise.
8302         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
8303         (addinnetgrX): Likewise.
8304         * nscd/nscd-client.h (__nscd_acquire_maplock)
8305         (__nscd_drop_map_ref): Likewise.
8306         * nscd/nscd_getai.c (__nscd_getai): Likewise.
8307         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
8308         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
8309         Likewise.
8310         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
8311         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8312         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
8313         (__nscd_get_map_ref): Likewise.
8314         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
8315         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
8316         Likewise.
8317         * nscd/pwdcache.c (addpwbyX): Likewise.
8318         * nscd/selinux.c (preserve_capabilities): Likewise.
8319         * nscd/servicescache.c (addservbyX): Likewise.
8320         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
8321         * posix/fnmatch.c (fnmatch): Likewise.
8322         * posix/getopt.c (_getopt_internal_r): Likewise.
8323         * posix/glob.c (glob, glob_in_dir): Likewise.
8324         * posix/wordexp.c (exec_comm_child): Likewise.
8325         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
8326         (getanswer_r, gaih_getanswer_slice): Likewise.
8327         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
8328         * resolv/res_init.c: Likewise.
8329         * resolv/res_mkquery.c (res_nmkquery): Likewise.
8330         * resolv/res_query.c (__libc_res_nquery): Likewise.
8331         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
8332         Likewise.
8333         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
8334         * stdio-common/perror.c (perror): Likewise.
8335         * stdio-common/printf_fp.c (___printf_fp): Likewise.
8336         * stdio-common/tmpnam.c (tmpnam): Likewise.
8337         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
8338         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
8339         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
8340         Likewise.
8341         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
8342         * stdlib/putenv.c (putenv): Likewise.
8343         * stdlib/setenv.c (__add_to_environ): Likewise.
8344         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
8345         * stdlib/strtol_l.c (INTERNAL): Likewise.
8346         * string/memmem.c (memmem): Likewise.
8347         * string/strerror.c (strerror): Likewise.
8348         * string/strnlen.c (__strnlen): Likewise.
8349         * string/test-memmem.c (simple_memmem): Likewise.
8350         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
8351         * sunrpc/pm_getport.c (__get_socket): Likewise.
8352         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
8353         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
8354         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
8355         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
8356         Likewise.
8357         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
8358         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
8359         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
8360         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
8361         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
8362         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
8363         Likewise.
8364         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
8365         Likewise.
8366         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
8367         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
8368         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
8369         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
8370         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
8371         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
8372         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
8373         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
8374         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
8375         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
8376         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
8377         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
8378         Likewise.
8379         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
8380         Likewise.
8381         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
8382         Likewise.
8383         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
8384         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
8385         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
8386         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
8387         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
8388         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
8389         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
8390         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
8391         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
8392         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
8393         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
8394         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
8395         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
8396         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
8397         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8398         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
8399         Likewise.
8400         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
8401         Likewise.
8402         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
8403         Likewise.
8404         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
8405         Likewise.
8406         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8407         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8408         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
8409         Likewise.
8410         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
8411         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
8412         * sysdeps/posix/opendir.c (__opendirat): Likewise.
8413         * sysdeps/posix/sleep.c: Likewise.
8414         * sysdeps/posix/tempname.c: Likewise.
8415         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
8416         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
8417         Likewise.
8418         * sysdeps/powerpc/powerpc32/dl-machine.h
8419         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
8420         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
8421         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
8422         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
8423         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
8424         Likewise.
8425         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
8426         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
8427         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
8428         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
8429         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
8430         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
8431         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
8432         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
8433         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
8434         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
8435         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
8436         (elf_machine_lazy_rel): Likewise.
8437         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
8438         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
8439         (elf_machine_lazy_rel): Likewise.
8440         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
8441         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
8442         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
8443         * sysdeps/unix/grantpt.c (grantpt): Likewise.
8444         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
8445         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
8446         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
8447         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
8448         Likewise.
8449         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
8450         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
8451         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
8452         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
8453         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
8454         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
8455         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
8456         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
8457         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
8458         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
8459         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
8460         Likewise.
8461         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
8462         (__posix_fallocate64_l64): Likewise.
8463         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
8464         (posix_fallocate): Likewise.
8465         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
8466         Likewise.
8467         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8468         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
8469         (getifaddrs_internal): Likewise.
8470         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
8471         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
8472         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
8473         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
8474         * sysdeps/unix/sysv/linux/posix_fallocate64.c
8475         (__posix_fallocate64_l64): Likewise.
8476         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
8477         Likewise.
8478         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
8479         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
8480         (__get_clockfreq): Likewise.
8481         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
8482         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
8483         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
8484         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8485         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8486         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
8487         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
8488         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
8489         Likewise.
8490         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
8491         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
8492         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
8493         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
8494         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
8495         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
8496         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
8497         Likewise.
8498         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
8499         (posix_fallocate): Likewise.
8500         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8501         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
8502         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
8503         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
8504         (elf_machine_rela, elf_machine_rela_relative)
8505         (elf_machine_lazy_rel): Likewise.
8506         * time/asctime.c (asctime_internal): Likewise.
8507         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
8508         * time/tzset.c (__tzset_parse_tz): Likewise.
8509         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8510         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8511         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
8512         * wcsmbs/wcsmbsload.h: Likewise.
8513
8514         [BZ #15894]
8515         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
8516
8517         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
8518         (arena_get2): Remove THREAD_STATS conditionals.
8519         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
8520         (__malloc_stats, int): Likewise.
8521
8522 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
8523
8524         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
8525         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
8526
8527         * manual/setjmp.texi: Fix typos/grammar errors.
8528
8529         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
8530         Only return early when n is <= 0.  Delete unused return statement.
8531
8532         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
8533         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
8534         * debug/tst-longjmp_chk3.c: New file.
8535
8536         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
8537         (test_main): Replace code with set_fortify_handler call.
8538         * debug/test-strcpy_chk.c: Likewise.
8539         * debug/tst-chk1.c: Likewise.
8540         * debug/tst-longjmp_chk.c: Likewise.
8541         * test-skeleton.c: Include fcntl.h & paths.h
8542         (set_fortify_handler): Define.
8543
8544         * debug/tst-longjmp_chk.c: Add header comment and include
8545         ../test-skeleton.c.
8546         (do_test): Mark static.
8547         (TEST_FUNCTION): Define.
8548
8549         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
8550         (IP_PMTUDISC_INTERFACE): Likewise.
8551         (IP_MULTICAST_IF): Likewise.
8552         (IP_MULTICAST_TTL): Likewise.
8553         (IP_MULTICAST_LOOP): Likewise.
8554         (IP_ADD_MEMBERSHIP): Likewise.
8555         (IP_DROP_MEMBERSHIP): Likewise.
8556         (IP_UNBLOCK_SOURCE): Likewise.
8557         (IP_BLOCK_SOURCE): Likewise.
8558         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
8559         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
8560         (IP_MSFILTER): Likewise.
8561         (MCAST_JOIN_GROUP): Likewise.
8562         (MCAST_BLOCK_SOURCE): Likewise.
8563         (MCAST_UNBLOCK_SOURCE): Likewise.
8564         (MCAST_LEAVE_GROUP): Likewise.
8565         (MCAST_JOIN_SOURCE_GROUP): Likewise.
8566         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
8567         (MCAST_MSFILTER): Likewise.
8568         (IP_MULTICAST_ALL): Likewise.
8569         (IP_UNICAST_IF): Likewise.
8570
8571         * timezone/Makefile: Delete $(have-ksh) check.
8572         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
8573         * timezone/tzselect.ksh: Add +x mode bits.
8574
8575         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
8576         (ANON_INODE_FS_MAGIC): Likewise.
8577         (BDEVFS_MAGIC): Likewise.
8578         (BINFMTFS_MAGIC): Likewise.
8579         (BTRFS_TEST_MAGIC): Likewise.
8580         (CRAMFS_MAGIC_WEND): Likewise.
8581         (DEBUGFS_MAGIC): Likewise.
8582         (ECRYPTFS_SUPER_MAGIC): Likewise.
8583         (EXT3_SUPER_MAGIC): Likewise.
8584         (EXT4_SUPER_MAGIC): Likewise.
8585         (FUTEXFS_SUPER_MAGIC): Likewise.
8586         (HOSTFS_SUPER_MAGIC): Likewise.
8587         (HUGETLBFS_MAGIC): Likewise.
8588         (MINIX3_SUPER_MAGIC): Likewise.
8589         (MTD_INODE_FS_MAGIC): Likewise.
8590         (NILFS_SUPER_MAGIC): Likewise.
8591         (OPENPROM_SUPER_MAGIC): Likewise.
8592         (PIPEFS_MAGIC): Likewise.
8593         (PSTOREFS_MAGIC): Likewise.
8594         (QNX6_SUPER_MAGIC): Likewise.
8595         (RAMFS_MAGIC): Likewise.
8596         (REISERFS_SUPER_MAGIC_STRING): Likewise.
8597         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
8598         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
8599         (SECURITYFS_MAGIC): Likewise.
8600         (SELINUX_MAGIC): Likewise.
8601         (SMACK_MAGIC): Likewise.
8602         (SOCKFS_MAGIC): Likewise.
8603         (SQUASHFS_MAGIC): Likewise.
8604         (STACK_END_MAGIC): Likewise.
8605         (TMPFS_MAGIC): Likewise.
8606         (USBDEVICE_SUPER_MAGIC): Likewise.
8607         (V9FS_MAGIC): Likewise.
8608         (XENFS_SUPER_MAGIC): Likewise.
8609         (CRAMFS_MAGIC): Fix typo in comment.
8610         (EXT2_SUPER_MAGIC): Update comment.
8611         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
8612
8613 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
8614
8615         * sysdeps/arm: Move directory from ports/sysdeps/arm.
8616         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
8617         * sysdeps/unix/sysv/linux/arm: Move directory from
8618         ports/sysdeps/unix/sysv/linux/arm.
8619         * README: Update listing for arm-*-linux-gnueabi.
8620
8621         * README: Remove mention of am33.
8622
8623 2014-02-07  Roland McGrath  <roland@hack.frob.com>
8624
8625         * bits/sigset.h (__sigemptyset): Use a statement expression rather
8626         than the comma operator, to avoid "rhs of comma has no effect"
8627         compiler warnings.
8628         (__sigfillset, __sigandset, __sigorset): Likewise.
8629         * include/signal.h (__sigemptyset): Likewise.
8630         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
8631
8632 2014-02-07  Allan McRae  <allan@archlinux.org>
8633
8634         * version.h (RELEASE): Set to "development".
8635         (VERSION): Set to "2.19.90"
8636         * NEWS: Add 2.20 section.
8637
8638 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
8639
8640         [BZ #16529]
8641         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
8642
8643 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
8644
8645         * manual/contrib.texi: Update entry for Carlos O'Donell,
8646         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
8647
8648 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
8649
8650         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
8651
8652         * sysdeps/unix/sysv/linux/kernel-features.h
8653         [__LINUX_KERNEL_VERSION >= 0x020621]
8654         (__ASSUME_PROC_PID_TASK_COMM): Define.
8655
8656 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8657
8658         [BZ #16398]
8659         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
8660         conversion when destination buffer does not have enough space.
8661         * libio/tst-ftell-partial-wide.c: New test case.
8662         * libio/Makefile (tests): Add tst-ftell-partial-wide.
8663
8664         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
8665         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
8666         Leonard and Allan McRae.
8667
8668 2014-02-04  David S. Miller  <davem@davemloft.net>
8669
8670         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
8671         32-bit.
8672
8673 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8674
8675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
8676         New file
8677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
8678         New file
8679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
8680         New file.
8681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
8682         New file.
8683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
8684         New file.
8685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
8686         New file.
8687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
8688         New file.
8689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
8690         New file.
8691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
8692         New file.
8693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
8694         New file.
8695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
8696         New file.
8697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
8698         New file.
8699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
8700         New file.
8701
8702 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8703
8704         * nptl/shlib-versions: Change powerpc*le start to 2.17.
8705         * shlib-versions: Likewise.
8706
8707 2014-02-04  Roland McGrath  <roland@hack.frob.com>
8708             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8709
8710         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
8711         (abilist-pattern): New variable, set to %-le.abilist.
8712
8713         * Makerules (abilist-pattern): New variable.
8714         (vpath): Use $(abilist-pattern) in place of %.abilist.
8715         (check-abi-% pattern rule): Likewise.
8716         (check-abi, update-abi): Likewise.
8717
8718 2014-02-04  Eric Wong  <normalperson@yhbt.net>
8719
8720         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8721
8722 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
8723
8724         * manual/startup.texi: Add next, previous, and top entries for
8725         the `Program Arguments' and `Environment Variables' nodes.
8726
8727 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
8728
8729         * manual/macros.texi: Add comments before MTASC-safety macros.
8730
8731         * manual/users.texi: Document MTASC-safety properties.
8732
8733         * manual/threads.texi (pthread_key_create, pthread_key_delete)
8734         (pthread_getspecific, pthread_setspecific): Format with
8735         @deftypefun, and add @safety note.
8736         * manual/signal.texi: Move comments that analyze the above
8737         functions to their home place.
8738
8739 2014-02-03  Allan McRae  <allan@archlinux.org>
8740
8741         * po/sl.po: Update Slovenian translation from translation project.
8742
8743 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
8744
8745         * manual/time.texi (timegm): Add missing blank after @c.
8746         Reported by Joseph Myers <joseph@codesourcery.com>.
8747
8748 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
8749
8750         * manual/check-safety.sh: New.
8751         * manual/Makefile ($(objpfx)stamp-summary): Run it.
8752
8753         * manual/terminal.texi: Document MTASC-safety properties.
8754
8755         * manual/filesys.texi: Document MTASC-safety properties.
8756
8757         * manual/errno.texi: Document MTASC-safety properties.
8758
8759         * manual/intro.texi: Document safety identifiers and
8760         conditionals.
8761
8762         * manual/string.texi (wcstok): Fix prototype.
8763         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
8764
8765         * manual/time.texi: Document MTASC-safety properties.
8766
8767         * manual/string.texi: Document MTASC-safety properties.
8768
8769         * manual/threads.texi: Document MTASC-safety properties.
8770
8771         * manual/stdio.texi: Document MTASC-safety properties.
8772
8773         * manual/syslog.texi: Document MTASC-safety properties.
8774
8775         * manual/sysinfo.texi: Document MTASC-safety properties.
8776
8777         * manual/startup.texi: Document MTASC-safety properties.
8778
8779         * manual/socket.texi: Document MTASC-safety properties.
8780
8781         * manual/signal.texi: Document MTASC-safety properties.
8782
8783 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
8784
8785         * manual/setjmp.texi: Document MTASC-safety properties.
8786
8787         * manual/search.texi: Document MTASC-safety properties.
8788
8789         * manual/resource.texi: Document MTASC-safety properties.
8790
8791         * manual/process.texi: Document MTASC-safety properties.
8792
8793         * manual/platform.texi: Document MTASC-safety properties.
8794
8795         * manual/pipe.texi: Document MTASC-safety properties.
8796
8797         * manual/pattern.texi: Document MTASC-safety properties.
8798
8799         * manual/message.texi: Document MTASC-safety properties.
8800
8801         [BZ #12751]
8802         * manual/memory.texi: Document MTASC-safety properties.
8803
8804         * manual/math.texi: Document MTASC-safety properties.
8805
8806         * manual/locale.texi: Document MTASC-safety properties.
8807
8808         * manual/llio.texi: Document MTASC-safety properties.
8809
8810         * manual/libdl.texi: New.
8811
8812         * manual/lang.texi: Document MTASC-safety properties.
8813
8814         * manual/job.texi: Document MTASC-safety properties.
8815
8816         * manual/getopt.texi: Document MTASC-safety properties.
8817
8818         * manual/ctype.texi: Document MTASC-safety properties.
8819
8820 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
8821
8822         [BZ #16046]
8823         * csu/libc-tls.c (static_map): Remove variable.
8824         (__libc_setup_tls): Use main executable's link map for TLS data.
8825         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
8826         casing for LM_ID_BASE and GL(dl_nns).
8827         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
8828         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
8829         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
8830         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
8831         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
8832         member.
8833         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
8834         l_phnum members.
8835
8836 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
8837
8838         * manual/debug.texi: Document MTASC-safety properties.
8839
8840 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
8841
8842         [BZ #16510]
8843         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
8844         of __x86_64__ when disabling x87 inline functions.
8845
8846 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
8847
8848         * manual/charset.texi: Document MTASC-safety properties.
8849
8850         * manual/crypt.texi: Document MTASC-safety properties.
8851
8852         * manual/conf.texi: Document MTASC-safety properties.
8853
8854         * manual/arith.texi: Document MTASC-safety properties.
8855
8856         * manual/argp.texi: Document MTASC-safety properties.
8857
8858         * manual/macros.texi: Introduce macros to document multi
8859         thread, asynchronous signal and asynchronous cancellation
8860         safety properties.
8861         * manual/intro.texi: Introduce the properties themselves.
8862
8863 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8864
8865         * sysdeps/sh/sh4/Makefile: New file.
8866
8867 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
8868
8869         * math/gen-libm-test.pl ($srcdir): New variable.
8870         ($auto_input): Use it.
8871
8872 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8873
8874         [BZ #16506]
8875         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
8876         access beyond array bounds when parsing netgroups file.
8877
8878         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
8879         the old buffer before realloc.
8880
8881 2014-01-27  Allan McRae  <allan@archlinux.org>
8882
8883         * po/fr.po: Update French translation from translation project.
8884
8885 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8886
8887         * sysdeps/sh/libm-test-ulps: Regenerate.
8888
8889 2014-01-24  David S. Miller  <davem@davemloft.net>
8890
8891         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
8892
8893 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8894
8895         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
8896         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
8897
8898 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8899
8900         [BZ #16474]
8901         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
8902         string pointers after reallocation.
8903
8904 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8905
8906         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
8907         __SH4A__ instead of __SH_FPU_ANY__.
8908
8909 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8910
8911         * sysdeps/sh/fpu_control.h: New file.
8912         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
8913         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
8914         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
8915         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
8916         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
8917         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
8918         * sysdeps/sh/sys/ucontext.h: Remove.
8919         * sysdeps/sh/sys: Remove directory.
8920
8921 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8922
8923         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
8924         s390/sys/ucontext.h.
8925         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
8926         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
8927
8928 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
8929
8930         [BZ #15605]
8931         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
8932
8933 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8934
8935         [BZ#16431]
8936         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
8937         Adjust the vDSO correctly for internal calls.
8938         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
8939
8940 2014-01-20  Allan McRae  <allan@archlinux.org>
8941
8942         * po/ca.po: Update Catalan translation from translation project.
8943
8944 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
8945
8946         * sysdeps/s390/sotruss-lib.c: New file.
8947
8948 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8949
8950         [BZ#16430]
8951         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
8952         (__GI___gettimeofday): Alias for a different internal symbol to avoid
8953         local calls issues by not having a PLT stub required for IFUNC calls.
8954         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
8955
8956 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
8957
8958         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
8959         * math/test-fpucw-static.c: Likewise.
8960
8961 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8962
8963         [BZ #16453]
8964         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
8965
8966 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8967
8968         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
8969         implementation for powerpc.
8970
8971 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
8972
8973         [BZ #14782]
8974         * sysdeps/posix/system.c (__libc_system): Do not enable
8975         asynchronous cancellation.
8976
8977 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8978
8979         [BZ #16427]
8980         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
8981         handling only for numbers special also in the IEEE case.
8982
8983 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8984
8985         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8986
8987 2014-01-11  Allan McRae  <allan@archlinux.org>
8988
8989         * po/bg.po: Update Bulgarian translation from translation project.
8990
8991         * po/de.po: Update German translation from translation project.
8992
8993 2014-01-10  Roland McGrath  <roland@hack.frob.com>
8994
8995         * sysdeps/generic/gcc-compat.h: New file.
8996
8997 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8998
8999         * benchtests/asin-inputs: Correct slow inputs.
9000         * benchtests/acos-inputs: Likewise.
9001
9002 2014-01-10  Allan McRae  <allan@archlinux.org>
9003
9004         * po:sv.po: Update Swedish translation from translation project.
9005
9006         * po/vi.po: Update Vietnamese translation from translation project.
9007
9008         * po/eo.po: Update Esperanto translation from translation project.
9009
9010         * po/cs.po: Update Czech translation from translation project.
9011
9012         * po/nl.po: Update Dutch translation from translation project.
9013
9014         * po/pl.po: Update Polish translation from translation project.
9015
9016         * po/ru.po: Update Russian translation from translation project.
9017
9018         * po/uk.po: Update Ukrainian translation from translation project.
9019
9020 2014-01-08  Brooks Moses  <bmoses@google.com>
9021
9022         * elf/dl-load.c: Fix comment typo.
9023
9024 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
9025
9026         * po/header.pot: Rename to...
9027         * po/pot.header: ... this.
9028         * po/Makefile: Use pot.header.
9029
9030 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
9031             Maxim Kuvyrkov  <maxim@kugelworks.com>
9032
9033         [BZ #16394]
9034         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
9035         SRC and DEST against LEN.
9036
9037 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9038
9039         [BZ #16414]
9040         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
9041         implementation.
9042         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
9043
9044 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9045
9046         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9047
9048 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
9049
9050         [BZ #16408]
9051         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
9052         for large positive arguments.
9053
9054 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
9055
9056         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9057
9058         * math/auto-libm-test-in: Mark various tests with
9059         xfail-rounding:ldbl-128ibm.
9060         * math/auto-libm-test-out: Regenerated.
9061
9062         [BZ #16407]
9063         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9064         Increase overflow threshold.
9065
9066 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
9067
9068         [BZ #14286]
9069         * stdio-common/vfprintf.c: Check for integer overflow.
9070
9071 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9072
9073         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
9074         the first argument and return value of __tls_get_addr_internal.
9075
9076 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9077
9078         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
9079         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
9080
9081 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9082
9083         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
9084         * sysdeps/s390/rtld-global-offsets.sym: New file.
9085         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
9086         GLIBC_2.19 symbol.
9087         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
9088         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
9089         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9090         ... this.
9091         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
9092         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9093         ... this.
9094         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
9095         Regenerate.
9096         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
9097         Regenerate.
9098         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
9099         halfs of GPRs for high_gprs contexts.
9100         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
9101         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
9102         field.
9103         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
9104         uc_flags field.
9105         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
9106         64 bit versions:
9107         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
9108         for high GPRs (uc_high_gprs) and for future extensions
9109         (__reserved).
9110         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
9111         for future extensions (__reserved).
9112         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
9113         64 bit versions:
9114         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
9115         SC_HIGHGPRS offset definition.
9116         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
9117         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
9118
9119         * Versions.def: Add GLIBC_2.19 for libpthread.
9120         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
9121         siglongjmp for libpthread with GLIBC_2.19 symver.
9122         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
9123         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
9124         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
9125         * sysdeps/s390/__longjmp.c: New file.
9126         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
9127         * sysdeps/s390/longjmp.c: New file.
9128         * sysdeps/s390/setjmp.S: New file.
9129         * sysdeps/s390/sigjmp.S: New file.
9130         * sysdeps/s390/v1-longjmp.c: New file.
9131         * sysdeps/s390/v1-setjmp.h: New file.
9132         * sysdeps/s390/v1-sigjmp.c: New file.
9133         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
9134         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
9135         GLIBC_2.19 version.
9136         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
9137         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
9138         versioned symbols for ____longjmp_chk.
9139         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9140         Likewise.
9141         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
9142         Regenerate.
9143         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9144         Regenerate.
9145         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
9146         Regenerate.
9147         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9148         Regenerate.
9149         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
9150         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
9151         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
9152         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
9153         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
9154         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
9155         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
9156         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
9157         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
9158         * sysdeps/s390/rtld-__longjmp.c: New file.
9159         * sysdeps/s390/rtld-setjmp.S: New file.
9160
9161 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
9162
9163         [BZ #16400]
9164         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
9165         Return -__logl (x) for small positive arguments without evaluating
9166         a polynomial.
9167
9168 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
9169
9170         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
9171         Rename to ...
9172         (__ptrace_peeksiginfo_args): ... this.
9173         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
9174         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
9175         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
9176
9177 2014-01-06  Allan McRae  <allan@archlinux.org>
9178
9179         * inet/netinet/in.h: Fix typo in comment.
9180
9181 2014-01-05  Andreas Jaeger  <aj@suse.de>
9182
9183         * sysdeps/i386/fpu/libm-test-ulps: Update.
9184
9185 2014-01-05  Allan McRae  <allan@archlinux.org>
9186
9187         * po/libc.pot: Regenerated.
9188
9189         * malloc/memusagestat.c: Fix gettext call formatting.
9190
9191 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
9192
9193         * nscd/nscd.c: Improve usage() output.
9194
9195 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
9196
9197         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
9198         * sysdeps/unix/sysv/linux/configure: Regenerated.
9199         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
9200         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
9201
9202 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
9203
9204         [BZ #16390]
9205         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
9206         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
9207
9208 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9209
9210         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
9211         extra tokens at end of #undef directive.
9212         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
9213         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
9214         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
9215
9216 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
9217
9218         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9219
9220         * math/auto-libm-test-in: Mark various tests with
9221         xfail-rounding:ldbl-128ibm.
9222         * math/auto-libm-test-out: Regenerated.
9223
9224 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
9225
9226         [BZ #16386]
9227         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
9228         numbers with subnormal high part when calculating exponent.
9229
9230         [BZ #16385]
9231         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
9232         fabs.
9233
9234         [BZ #16384]
9235         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
9236         M_LN2l.
9237         (__ieee754_acoshl): Use __log1pl not __log1p.
9238
9239 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
9240
9241         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
9242         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
9243         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
9244         (grow_heap, heap_trim, _int_new_arena, get_free_list)
9245         (reused_arena, arena_get2): Convert to GNU style.
9246         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
9247         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
9248         (memalign_check, __malloc_set_state): Likewise.
9249         * malloc/mallocbug.c (main): Likewise.
9250         * malloc/malloc.c (__malloc_assert, malloc_init_state)
9251         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
9252         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
9253         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
9254         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
9255         (__posix_memalign, malloc_info): Likewise.
9256         * malloc/malloc.h: Likewise.
9257         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
9258         (mallochook, memalignhook, reallochook, mabort): Likewise.
9259         * malloc/mcheck.h: Likewise.
9260         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
9261         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
9262         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
9263         * malloc/morecore.c (__default_morecore): Likewise.
9264         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
9265         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
9266         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
9267         (print_and_abort): Likewise.
9268         * malloc/obstack.h: Likewise.
9269         * malloc/set-freeres.c (__libc_freeres): Likewise.
9270         * malloc/tst-mallocstate.c (main): Likewise.
9271         * malloc/tst-mtrace.c (main): Likewise.
9272         * malloc/tst-realloc.c (do_test): Likewise.
9273
9274 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9275
9276         [BZ #16366]
9277         * nscd/netgroupcache.c (do_notfound): New function.
9278         (addgetnetgrentX): Use it.
9279
9280         [BZ # 16365]
9281         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
9282         NSS_STATUS_NOTFOUND.
9283
9284 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
9285
9286         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
9287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9288
9289 2014-01-01  Allan McRae  <allan@archlinux.org>
9290
9291         * scripts/update-copyrights: Update configure input file suffix.
9292
9293         * NEWS: Update copyright year.
9294         * catgets/gencat.c: Likewise.
9295         * csu/version.c: Likewise.
9296         * debug/catchsegv.sh: Likewise.
9297         * debug/pcprofiledump.c: Likewise.
9298         * debug/xtrace.sh: Likewise.
9299         * elf/ldconfig.c: Likewise.
9300         * elf/ldd.bash.in: Likewise.
9301         * elf/pldd.c: Likewise.
9302         * elf/sotruss.ksh: Likewise.
9303         * elf/sprof.c: Likewise.
9304         * iconv/iconv_prog.c: Likewise.
9305         * iconv/iconvconfig.c: Likewise.
9306         * locale/programs/locale.c: Likewise.
9307         * locale/programs/localedef.c: Likewise.
9308         * login/programs/pt_chown.c: Likewise.
9309         * malloc/memusage.sh: Likewise.
9310         * malloc/memusagestat.c: Likewise.
9311         * malloc/mtrace.pl: Likewise.
9312         * manual/libc.texinfo: Likewise.
9313         * nscd/nscd.c: Likewise.
9314         * nss/getent.c: Likewise.
9315         * nss/makedb.c: Likewise.
9316         * posix/getconf.c: Likewise.
9317         * scripts/test-installation.pl: Likewise.
9318
9319         * All files with FSF copyright notices: Update copyright dates
9320         using scripts/update-copyrights.
9321         * intl/plural.c: Regenerated.
9322         * locale/programs/charmap-kw.h: Likewise.
9323         * locale/programs/locfile-kw.h: Likewise.
9324
9325 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
9326
9327         * sysdeps/unix/sysv/linux/configure: Regenerated.
9328         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
9329         the linux/fanotify.h header.
9330         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
9331         HAVE_LINUX_FANOTIFY_H is defined.
9332
9333 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
9334
9335         * benchtests/cos-inputs: New inputs.
9336         * benchtests/sin-inputs: Likewise.
9337
9338         * benchtests/atan-inputs: New inputs. Fix name of multiple
9339         precision fallback inputs.
9340
9341         * benchtests/atanh-inputs: New inputs.
9342         * benchtests/tanh-inputs: Likewise.
9343
9344         * benchtests/acosh-inputs: New inputs.
9345         * benchtests/asinh-inputs: Likewise.
9346
9347         * benchtests/cosh-inputs: New inputs.
9348         * benchtests/sinh-inputs: Likewise.
9349
9350         * benchtests/acos-inputs: Add more inputs.
9351         * benchtests/asin-inputs: Likewise.
9352
9353 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
9354
9355         [BZ #16375]
9356         * manual/arith.texi: Fix spelling.
9357         * manual/charset.texi: Likewise.
9358         * manual/errno.texi: Likewise.
9359         * manual/filesys.texi: Likewise.
9360         * manual/lang.texi: Likewise.
9361         * manual/llio.texi: Likewise.
9362         * manual/locale.texi: Likewise.
9363         * manual/message.texi: Likewise.
9364         * manual/resource.texi: Likewise.
9365         * manual/search.texi: Likewise.
9366         * manual/setjmp.texi: Likewise.
9367         * manual/stdio.texi: Likewise.
9368         * manual/string.texi: Likewise.
9369         * manual/sysinfo.texi: Likewise.
9370         * manual/time.texi: Likewise.
9371
9372 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
9373
9374         * po/sl.po: New file.
9375
9376 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
9377
9378         * .gitignore: Add core/.gdbinit/.gdb_history.
9379
9380 2013-12-27  Allan McRae  <allan@archlinux.org>
9381
9382         [BZ #16369]
9383         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
9384         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
9385
9386 2013-12-24  Brooks Moses  <bmoses@google.com>
9387
9388         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
9389         all compilers that claim C++98 compliance, not just GCC.
9390         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
9391         Likewise.
9392
9393 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
9394
9395         * NEWS: Restore accidentally deleted bug-fix entries.
9396
9397 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
9398             Ondřej Bílka  <neleai@seznam.cz>
9399
9400         [BZ #15073]
9401         * malloc/malloc.c (_int_free): Perform sanity check only if we
9402         have_lock.
9403
9404 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
9405
9406         [BZ #12986]
9407         * manual/stdio.texi (String Input Conversions): Clarify that character
9408         classes are not supported.
9409
9410 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9411
9412         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9413
9414 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
9415
9416         [BZ #16337]
9417         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
9418         Calculate results for small negative arguments directly rather
9419         than using reflection formula with special underflow handling.
9420
9421         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
9422         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
9423         sysdeps/unix/bsd/bsd4.4/syscalls.list.
9424         (fchflags): Likewise.
9425         (revoke): Likewise.
9426         (setlogin): Likewise.
9427         (sigaltstack): Likewise.
9428         (wait4): Likewise.
9429         (sigblock): Remove.
9430         (sigsetmask): Likewise.
9431         (wait3): Likewise.
9432         (waitpid): Likewise.
9433         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
9434         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
9435         file.
9436         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
9437         * sysdeps/unix/bsd/Makefile: ... here.
9438         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
9439         * sysdeps/unix/bsd/Versions: ... here.
9440         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
9441         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
9442         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
9443         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
9444         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
9445         * sysdeps/unix/bsd/sigblock.c: ... here.
9446         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
9447         * sysdeps/unix/bsd/sigsetmask.c: ... here.
9448         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
9449         * sysdeps/unix/bsd/sigvec.c: ... here.
9450         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
9451         * sysdeps/unix/bsd/tcdrain.c: ... here.
9452         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
9453         * sysdeps/unix/bsd/tcgetattr.c: ... here.
9454         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
9455         * sysdeps/unix/bsd/tcsetattr.c: ... here.
9456         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
9457         * sysdeps/unix/bsd/wait.c: ... here.
9458         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
9459         * sysdeps/unix/bsd/wait3.c: ... here.
9460         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
9461         * sysdeps/unix/bsd/waitpid.c: ... here.
9462
9463 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
9464
9465         [BZ #16356]
9466         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
9467         round-to-nearest for [!USE_AS_EXPM1L].
9468         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
9469         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
9470         more tests of exp and exp10.  Expect some exp10 tests to miss
9471         exceptions or fail in directed rounding modes.
9472         * math/auto-libm-test-out: Regenerated.
9473         * math/libm-test.inc (exp10_tonearest_test_data): New array.
9474         (exp10_test_tonearest): New function.
9475         (exp10_towardzero_test_data): New array.
9476         (exp10_test_towardzero): New function.
9477         (exp10_downward_test_data): New array.
9478         (exp10_test_downward): New function.
9479         (exp10_upward_test_data): New array.
9480         (exp10_test_upward): New function.
9481         (main): Call the new functions.
9482         * sysdeps/i386/fpu/libm-test-ulps: Update.
9483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9484
9485 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
9486
9487         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
9488         asinh, atan, atan2, atanh, cbrt, cos and cosh.
9489         * math/auto-libm-test-out: Regenerated.
9490         * math/libm-test.inc (acosh_test_data): Add more tests.
9491         (atanh_test_data): Likewise.
9492         (ceil_test_data): Likewise.
9493         (copysign_test_data): Likewise.
9494         * sysdeps/i386/fpu/libm-test-ulps: Update.
9495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9496
9497         * timezone/checktab.awk: Update from tzcode 2013i.
9498         * timezone/private.h: Likewise.
9499         * timezone/scheck.c: Likewise.
9500         * timezone/tzfile.h: Likewise.
9501         * timezone/tzselect.ksh: Likewise.
9502         * timezone/zdump.c: Likewise.
9503         * timezone/zic.c: Likewise.
9504
9505         * math/auto-libm-test-in: Add tests of cpow.
9506         * math/auto-libm-test-out: Regenerated.
9507         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
9508         * math/gen-auto-libm-tests.c (func_calc_method): Add value
9509         mpc_cc_c.
9510         (func_calc_desc): Add mpc_cc_c union field.
9511         (test_functions): Add cpow.
9512         (special_fill_2pi): New function.
9513         (special_real_inputs): Add 2pi.
9514         (calc_generic_results): Handle mpc_cc_c.
9515         * sysdeps/i386/fpu/libm-test-ulps: Update.
9516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9517
9518         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
9519         csqrt, ctan and ctanh.
9520         * math/auto-libm-test-out: Regenerated.
9521         * math/libm-test.inc (TEST_COND_x86_64): New macro.
9522         (TEST_COND_x86): Likewise.
9523         (ccos_test_data): Use AUTO_TESTS_c_c.
9524         (ccosh_test_data): Likewise.
9525         (cexp_test_data): Likewise.
9526         (clog_test_data): Likewise.
9527         (csqrt_test_data): Likewise.
9528         (ctan_test_data): Likewise.
9529         (ctan_tonearest_test_data): Likewise.
9530         (ctan_towardzero_test_data): Likewise.
9531         (ctan_downward_test_data): Likewise.
9532         (ctan_upward_test_data): Likewise.
9533         (ctanh_test_data): Likewise.
9534         (ctanh_tonearest_test_data): Likewise.
9535         (ctanh_towardzero_test_data): Likewise.
9536         (ctanh_downward_test_data): Likewise.
9537         (ctanh_upward_test_data): Likewise.
9538         * math/gen-auto-libm-tests.c (func_calc_method): Add value
9539         mpc_c_c.
9540         (func_calc_desc): Add mpc_c_c union field.
9541         (FUNC_mpc_c_c): New macro.
9542         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
9543         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
9544         ctanh.
9545         (special_fill_min_subnorm_p120): New function.
9546         (special_real_inputs): Add min_subnorm_p120.
9547         (calc_generic_results): Handle mpc_c_c.
9548         * sysdeps/i386/fpu/libm-test-ulps: Update.
9549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9550
9551 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
9552
9553         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
9554         (do_sin_slow): New functions.
9555         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
9556         (cslow2, csloww1, csloww2): Use the new functions.
9557
9558         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
9559         Use M to change sign of result instead of X.  Assume X is
9560         positive.
9561         (csloww1): Likewise.
9562         (__sin): Adjust.
9563         (__cos): Adjust.
9564
9565         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
9566         arguments A and DA.
9567         (__sin): Adjust.
9568         (__cos): Likewise.
9569
9570         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
9571         (__cos): Likewise.
9572         (sloww1): Don't adjust sign of DX.
9573         (csloww1): Likewise.
9574         (sloww2): Use X directly and don't adjust sign of DX.
9575         (csloww2): Likewise.
9576
9577 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
9578
9579         * math/auto-libm-test-in: Add tests of cabs and carg.
9580         * math/auto-libm-test-out: Regenerated.
9581         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
9582         (carg_test_data): Likewise.
9583         * math/gen-auto-libm-tests.c (func_calc_method): Add value
9584         mpc_c_f.
9585         (func_calc_desc): Add mpc_c_f union field.
9586         (test_functions): Add cabs and carg.
9587         (calc_generic_results): Handle mpc_c_f.
9588
9589         * sysdeps/powerpc/powerpc32/libgcc-compat.S
9590         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
9591         as a macro and a compat symbol.
9592         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
9593         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
9594         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
9595         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
9596         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
9597         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
9598         not use .hidden.
9599         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
9600         Likewise.
9601         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
9602         Likewise.
9603         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
9604         Likewise.
9605         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
9606         Likewise.
9607         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
9608         Likewise.
9609         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
9610         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
9611         from GLIBC_2.3.2.
9612
9613 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9614
9615         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9616
9617 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
9618
9619         * manual/texinfo.tex: Update to version 2013-11-26.10 with
9620         trailing whitespace removed.
9621         * scripts/config.guess: Update to version 2013-11-29.
9622         * scripts/config.sub: Update to version 2013-10-01.
9623
9624         * math/auto-libm-test-in: Add tests of sincos.
9625         * math/auto-libm-test-out: Regenerated.
9626         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
9627         * math/gen-auto-libm-tests.c (func_calc_method): Add value
9628         mpfr_f_11.
9629         (func_calc_desc): Add mpfr_f_11 union field.
9630         (test_functions): Add sincos.
9631         (calc_generic_results): Handle mpfr_f_11.
9632         * sysdeps/i386/fpu/libm-test-ulps: Update.
9633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9634
9635 2013-12-19  Andreas Schwab  <schwab@suse.de>
9636
9637         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
9638         CALL_MCOUNT.
9639         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
9640         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
9641         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
9642
9643 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
9644
9645         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
9646         * sysdeps/i386/fpu/libm-test-ulps: Update.
9647         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9648
9649         [BZ #16293]
9650         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
9651         round-to-nearest mode when using frndint.
9652         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
9653         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
9654         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9655         Likewise.
9656         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
9657         sinh test to fail.
9658         * math/auto-libm-test-out: Regenerated.
9659         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
9660         (TEST_COND_x86): Likewise.
9661         (expm1_tonearest_test_data): New array.
9662         (expm1_test_tonearest): New function.
9663         (expm1_towardzero_test_data): New array.
9664         (expm1_test_towardzero): New function.
9665         (expm1_downward_test_data): New array.
9666         (expm1_test_downward): New function.
9667         (expm1_upward_test_data): New array.
9668         (expm1_test_upward): New function.
9669         (main): Run the new test functions.
9670         * sysdeps/i386/fpu/libm-test-ulps: Update.
9671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9672
9673         * include/features.h: Update comment documenting feature test
9674         macros.  Mention _DEFAULT_SOURCE in comment.
9675         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
9676         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
9677         _BSD_SOURCE and _SVID_SOURCE.
9678         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
9679         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
9680         !_SVID_SOURCE]: Likewise.
9681         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
9682         (__USE_POSIX_IMPLICITLY): Define.
9683         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
9684         (_POSIX_SOURCE): Undefine and redefine.
9685         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
9686         (_POSIX_C_SOURCE): Likewise.
9687         * manual/creature.texi (_DEFAULT_SOURCE): Document.
9688         (Feature Test Macros): Update documentation of default features.
9689
9690 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9691
9692         * benchtests/Makefile: Add bench-strtok.
9693         * benchtests/bench-strtok.c: New file: strtok benchtest.
9694
9695 2013-12-19  Allan McRae  <allan@archlinux.org>
9696
9697         * manual/install.texi: Suppress menu for plain text output.
9698         * INSTALL: Regenerated.
9699
9700 2013-12-18  Brooks Moses  <bmoses@google.com>
9701
9702         [BZ #15846]
9703         * misc/getauxval.c: Include errno.h.
9704         (__getauxval): Set errno to ENOENT if the requested type is not
9705         found.
9706         * misc/sys/auxv.h (getauxval): Document that it may set errno;
9707         don't declare with __attribute_const__.
9708         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
9709         * manual/startup.texi: Document that getauxval sets errno.
9710
9711 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
9712
9713         * math/auto-libm-test-in: Add tests of jn and yn.
9714         * math/auto-libm-test-out: Regenerated.
9715         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
9716         (yn_test_data): Likewise.
9717         * math/gen-auto-libm-tests.c (func_calc_method): Add value
9718         mpfr_if_f.
9719         (func_calc_desc): Add mpfr_if_f union field.
9720         (FUNC_mpfr_if_f): New macro.
9721         (test_functions): Add jn and yn.
9722         (calc_generic_results): Assert type of second input for
9723         mpfr_ff_f.  Handle mpfr_if_f.
9724         (output_for_one_input_case): Disable all checking for arguments
9725         fitting floating-point types in case of an integer argument.
9726         * sysdeps/i386/fpu/libm-test-ulps: Update.
9727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9728
9729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9730         Don't expect fegetround reference in libm.so.
9731
9732 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
9733
9734         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
9735         $(config-cflags-nofma).
9736
9737 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
9738
9739         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
9740         * math/auto-libm-test-out: Regenerated.
9741
9742         [BZ #16338]
9743         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
9744         to determine exponent and adjust argument to have exponent of -1.
9745         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
9746         log2.
9747         * math/auto-libm-test-out: Regenerated.
9748         * sysdeps/i386/fpu/libm-test-ulps: Update.
9749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9750
9751 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
9752
9753         * manual/probes.texi: Remove cases when per-thread arenas are
9754         disabled.
9755
9756 2013-12-18  Andreas Schwab  <schwab@suse.de>
9757
9758         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
9759         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
9760         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
9761         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
9762         * sysdeps/i386/i686/multiarch/Makefile: Update.
9763         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
9764
9765 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
9766
9767         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
9768         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
9769
9770 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
9771
9772         [BZ #15968]
9773         Support TZ transition times < 00:00:00.
9774         This is needed for version-3 tz-format files; it supports time
9775         stamps past 2037 for America/Godthab (the only entry in the tz
9776         database for which this change is relevant).
9777         * manual/time.texi (TZ Variable): Document transition times
9778         from -167:59:59 through -00:00:01.
9779         * time/tzset.c (tz_rule): Time of day is now signed.
9780         (__tzset_parse_tz): Parse negative time of day.
9781
9782         Document TZ transition times >= 25:00:00.
9783         * manual/time.texi (TZ Variable): Document transition times from
9784         25:00:00 through 167:59:59.  These are already supported, and this
9785         support will help with version-3 tz-format files.
9786
9787         * manual/time.texi (TZ Variable): Modernize North America example
9788         to reflect current (i.e., 2007-and-later) daylight saving rules.
9789
9790         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
9791
9792 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
9793
9794         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
9795         * sysdeps/unix/bsd/bits/stat.h: Likewise.
9796         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
9797         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
9798         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
9799         * sysdeps/unix/bsd/bsdstat.h: Likewise.
9800         * sysdeps/unix/bsd/clock.c: Likewise.
9801         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
9802         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
9803         * sysdeps/unix/bsd/init-posix.c: Likewise.
9804         * sysdeps/unix/bsd/poll.c: Likewise.
9805         * sysdeps/unix/bsd/ptsname.c: Likewise.
9806         * sysdeps/unix/bsd/seekdir.c: Likewise.
9807         * sysdeps/unix/bsd/setegid.c: Likewise.
9808         * sysdeps/unix/bsd/seteuid.c: Likewise.
9809         * sysdeps/unix/bsd/setgid.c: Likewise.
9810         * sysdeps/unix/bsd/setrgid.c: Likewise.
9811         * sysdeps/unix/bsd/setruid.c: Likewise.
9812         * sysdeps/unix/bsd/setsid.c: Likewise.
9813         * sysdeps/unix/bsd/setuid.c: Likewise.
9814         * sysdeps/unix/bsd/sigaction.c: Likewise.
9815         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
9816         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
9817         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
9818         * sysdeps/unix/bsd/telldir.c: Likewise.
9819         * sysdeps/unix/bsd/times.c: Likewise.
9820         * sysdeps/unix/bsd/usleep.c: Likewise.
9821
9822         * misc/Makefile (install-lib): Remove libbsd-compat.a.
9823         ($(objpfx)libbsd-compat.a): Remove rule.
9824
9825         * include/features.h (__FAVOR_BSD): Do not define.
9826         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
9827         features conflicting with POSIX.
9828         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
9829         (_BSD_SOURCE): Remove description of not being a subset of other
9830         feature test macros.
9831         * manual/job.texi (getpgrp): Do not document BSD version.
9832         (getpgid): Do not document by reference to BSD getpgrp.
9833         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
9834         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
9835         * signal/signal.h [__FAVOR_BSD]: Likewise.
9836         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
9837         instead of making contents conditional on [__FAVOR_BSD].
9838         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
9839
9840 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9841
9842         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9843
9844 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
9845
9846         [BZ #16314]
9847         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
9848         values below 2**-450, not 2**-500.
9849         * math/auto-libm-test-in: Don't allow spurious underflow from
9850         hypot.
9851         * math/auto-libm-test-out: Regenerated.
9852
9853         [BZ #16316]
9854         [BZ #16330]
9855         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
9856         values of ha and hb and sort them after adjusting subnormal
9857         arguments.
9858         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
9859         Likewise.
9860         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
9861         values of ea and eb and sort them after adjusting subnormal
9862         arguments.
9863         * math/auto-libm-test-in: Do not expect some hypot tests of
9864         subnormals to fail.  Add more hypot tests.
9865         * math/auto-libm-test-out: Regenerated.
9866
9867 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9868
9869         [BZ #13304]
9870         * sysdeps/sh/s_fma.c: New file.
9871         * sysdeps/sh/s_fmaf.c: New file.
9872         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
9873         version.
9874         * sysdeps/sh/Implies: Add sh/soft-fp.
9875
9876 2013-12-16  Roland McGrath  <roland@hack.frob.com>
9877
9878         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
9879         level of indirection to members `objname', `errstring', `malloced'.
9880         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
9881         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
9882         it as the __longjmp argument (just pass 1 instead).
9883         (_dl_catch_error): Initialize C with argument pointers and address of
9884         volatile local ERRCODE rather than copying values out of C at return.
9885
9886 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
9887
9888         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
9889         * math/auto-libm-test-out: Regenerated.
9890         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
9891         (hypot_test_data): Likewise.
9892         (pow_test_data): Likewise.
9893         (pow_tonearest_test_data): Likewise.
9894         * math/gen-auto-libm-tests.c (func_calc_method): Add value
9895         mpfr_ff_f.
9896         (func_calc_desc): Add mpfr_ff_f union field.
9897         (FUNC_mpfr_ff_f): New macro.
9898         (test_functions): Add atan2, hypot and pow.
9899         (special_fill_min): New function.
9900         (special_fill_minus_min): Likewise.
9901         (special_fill_min_subnorm): Likewise.
9902         (special_fill_minus_min_subnorm): Likewise.
9903         (special_real_inputs): Add min, -min, min_subnorm and
9904         -min_subnorm.
9905         (calc_generic_results): Handle mpfr_ff_f.
9906         * sysdeps/i386/fpu/libm-test-ulps: Update.
9907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9908
9909 2013-12-16  Will Newton  <will.newton@linaro.org>
9910
9911         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
9912         (Aligned Memory Blocks): Add documentation for aligned_alloc
9913         and suggest it as an alternative to posix_memalign.
9914         (Hooks for Malloc): Document __memalign_hook is also called
9915         for aligned_alloc.  (Summary of Malloc): Add summary for
9916         aligned alloc.  Document __memalign_hook is also called
9917         for aligned_alloc.
9918
9919 2013-12-16  Will Newton  <will.newton@linaro.org>
9920
9921         * manual/memory.texi (Malloc Examples): Clarify default
9922         alignment documentation.  Suggest posix_memalign rather
9923         than memalign or valloc.
9924         (Aligned Memory Blocks): Remove suggestion to use memalign
9925         or valloc.  Remove obsolete comment about BSD.
9926         Document memalign errno values and mark the function obsolete.
9927         Document posix_memalign returned error codes.  Mark valloc
9928         as obsolete.  (Hooks for Malloc): __memalign_hook is also
9929         called for posix_memalign and valloc.
9930         (Summary of Malloc): Add posix_memalign to function summary.
9931         __memalign_hook is also called for posix_memalign and valloc.
9932
9933 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9934
9935         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
9936         TAYLOR_SIN.
9937         (__sin): Adjust.
9938         (__cos): Likewise.
9939         (sloww): Use mynumber union.  Expand ternary operator into
9940         if-else statements.
9941         (cslow): use mynumber union.
9942
9943 2013-12-16  Allan McRae  <allan@archlinux.org>
9944
9945         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
9946         * configure: Regenerated.
9947
9948         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
9949
9950         [BZ #14120]
9951         * configure.ac: Added --enable-maintainer-mode. Check for
9952         autoconf when enabled.
9953         * configure: Regenerated.
9954
9955         * nscd/nscd.service: New file.
9956         * nscd/nscd.tmpfiles: New file.
9957
9958 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
9959
9960         [BZ #12100]
9961         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
9962         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
9963         * sysdeps/x86_64/multiarch/strstr.c: ... here.
9964         (strstr): Add __strstr_sse2_unaligned ifunc.
9965         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
9966         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
9967         (strcasestr): Remove __strcasestr_sse42 ifunc.
9968         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
9969         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
9970         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
9971
9972 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9973
9974         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
9975         * sysdeps/sh/bits/fenv.h: ... here.
9976         * sysdeps/sh/sh4/fpu/bits: Remove directory.
9977
9978 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9979
9980         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
9981
9982         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
9983         hypotf multiarch implementations.
9984         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
9985         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
9986         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
9987         multiarch hypot for PPC64.
9988         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
9989         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
9990         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
9991         multiarch hypotf for PPC64.
9992
9993         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
9994         modff multiarch implementations.
9995         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
9996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
9997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
9998         multiarch modf for PPC64.
9999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
10000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
10001         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
10002         multiarch modff for PPC64.
10003
10004         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
10005         and logl multiarch implementations.
10006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
10007         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
10008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
10009         multiarch logb for PPC64.
10010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
10011         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
10012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
10013         multiarch logb for PPC64.
10014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
10015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
10016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
10017         multiarch logb for PPC64.
10018
10019         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
10020         isinff multiarch implementation.
10021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
10022         file.
10023         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
10024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
10025         multiarch isinf for PPC64.
10026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
10027         file.
10028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
10029         multiarch isinff for PPC64.
10030
10031         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
10032         finitef multiarch implementation.
10033         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
10034         file.
10035         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
10036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
10037         multiarch finite for PPC64.
10038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
10039         file.
10040         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
10041         multiarch finitef for PPC64.
10042
10043         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
10044         lrint multiarch implementation.
10045         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
10046         file.
10047         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
10048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
10049         multiarch llrint for PPC64.
10050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
10051         multiarch lrint for PPC64.
10052
10053         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
10054         copysignf multiarch implementation.
10055         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
10056         file.
10057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
10058         file.
10059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
10060         multiarch copysign for PPC64.
10061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
10062         multiarch copysignf for PPC64.
10063
10064         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
10065         multiarch implementation.
10066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
10067         file.
10068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
10069         file.
10070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
10071         file.
10072         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
10073         file.
10074         multiarch llround for PPC64.
10075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
10076         multiarch trunc for PPC64.
10077         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
10078         multiarch truncf for PPC64.
10079
10080         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
10081         multiarch implementation.
10082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
10083         file.
10084         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
10085         file.
10086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
10087         file.
10088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
10089         file.
10090         multiarch llround for PPC64.
10091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
10092         multiarch round for PPC64.
10093         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
10094         multiarch roundf for PPC64.
10095
10096         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
10097         multiarch implementation.
10098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
10099         file.
10100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
10101         file.
10102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
10103         file.
10104         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
10105         file.
10106         multiarch llround for PPC64.
10107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
10108         multiarch floor for PPC64.
10109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
10110         multiarch floorf for PPC64.
10111
10112         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
10113         multiarch implementation.
10114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
10115         file.
10116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
10117         file.
10118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
10119         file.
10120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
10121         file.
10122         multiarch llround for PPC64.
10123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
10124         multiarch ceil for PPC64.
10125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
10126         multiarch ceilf for PPC64.
10127
10128         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10129         multiarch implementation.
10130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
10131         file.
10132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
10133         file.
10134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
10135         file.
10136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
10137         multiarch llround for PPC64.
10138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
10139         multiarch lround for PPC64.
10140
10141         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10142         multiarch implementation.
10143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
10144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
10145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
10146         file.
10147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
10148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
10149         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
10150         multiarch isnan for PPC64.
10151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
10152         multiarch isnanf for PPC64.
10153
10154         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
10155         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
10156         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
10157         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
10158         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
10159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
10160
10161         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
10162         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
10163         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
10164         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
10165
10166         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
10167         multiarch implementations.
10168         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10169         (__libc_ifunc_impl_list): Likewise.
10170         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
10171         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
10172         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
10173         multiarch stpcpy for PPC64.
10174
10175         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
10176         multiarch implementations.
10177         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10178         (__libc_ifunc_impl_list): Likewise.
10179         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
10180         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
10181         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
10182         multiarch strcpy for PPC64.
10183
10184         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
10185         redefine function name.
10186         (_wordcopy_fwd_dest_aligned): Likewise.
10187         (_wordcopy_bwd_aligned): Likewise.
10188         (_wordcopy_bwd_dest_aligned): Likewise.
10189         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
10190         multiarch implementations.
10191         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10192         (__libc_ifunc_impl_list): Likewise.
10193         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
10194         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
10195         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
10196         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
10197         multiarch wcscpy for PPC64.
10198
10199         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
10200         multiarch implementations.
10201         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10202         (__libc_ifunc_impl_list): Likewise.
10203         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
10204         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
10205         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
10206         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
10207         multiarch wcscpy for PPC64.
10208
10209         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
10210         multiarch implementations.
10211         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10212         (__libc_ifunc_impl_list): Likewise.
10213         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
10214         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
10215         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
10216         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
10217         multiarch wcsrchr for PPC64.
10218
10219         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
10220         multiarch implementations.
10221         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10222         (__libc_ifunc_impl_list): Likewise.
10223         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
10224         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
10225         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
10226         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
10227         multiarch wcschr for PPC64.
10228
10229         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
10230         multiarch implementations.
10231         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10232         (__libc_ifunc_impl_list): Likewise.
10233         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
10234         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
10235         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
10236         multiarch strchrnul for PPC64.
10237
10238         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
10239         implementations.
10240         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10241         (__libc_ifunc_impl_list): Likewise.
10242         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
10243         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
10244         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
10245         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
10246         strchr for PPC64.
10247
10248         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
10249         implementations.
10250         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10251         (__libc_ifunc_impl_list): Likewise.
10252         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
10253         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
10254         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
10255         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
10256         strncmp for PPC64.
10257
10258         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
10259         multiarch implementations.
10260         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10261         (__libc_ifunc_impl_list): Likewise.
10262         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
10263         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
10264         strncasecmp for PPC64.
10265         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
10266         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
10267         multiarch strncasecmp_l for PPC64.
10268
10269         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
10270         multiarch implementations.
10271         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10272         (__libc_ifunc_impl_list): Likewise.
10273         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
10274         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
10275         multiarch strcasecmp for PPC64.
10276         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
10277         file.
10278         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
10279         multiarch strcasecmp_l for PPC64.
10280
10281         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
10282         implementations.
10283         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10284         (__libc_ifunc_impl_list): Likewise.
10285         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
10286         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
10287         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
10288         strnlen for PPC64.
10289
10290         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
10291         implementations.
10292         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10293         (__libc_ifunc_impl_list): Likewise.
10294         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
10295         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
10296         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
10297         strlen for PPC64.
10298
10299         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
10300         implementations.
10301         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10302         (__libc_ifunc_impl_list): Likewise.
10303         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
10304         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
10305         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
10306         rawmemrchr for PPC64.
10307
10308         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
10309         implementation.
10310         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10311         (__libc_ifunc_impl_list): Likewise.
10312         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
10313         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
10314         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
10315         memrchr for PPC64.
10316
10317         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
10318         implementation.
10319         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10320         (__libc_ifunc_impl_list): Likewise.
10321         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
10322         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
10323         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
10324         memchr for PPC64.
10325
10326         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
10327         implementation.
10328         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10329         (__libc_ifunc_impl_list): Likewise.
10330         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
10331         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
10332         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
10333         mempcpy for PPC64.
10334
10335         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
10336         avoid cretion of __bzero symbol.
10337         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
10338         Likewise.
10339         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
10340         Likewise.
10341         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
10342         Likewise.
10343         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
10344         multiarch implementations.
10345         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10346         (__libc_ifunc_impl_list): Likewise.
10347         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
10348         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
10349         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
10350         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
10351         bzero for PPC32.
10352         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
10353         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
10354         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
10355         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
10356         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
10357         memset for PPC64.
10358         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
10359
10360         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
10361         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
10362         implementations.
10363         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10364         (__libc_ifunc_impl_list): Likewise.
10365         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
10366         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
10367         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
10368         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
10369         memcmp for PPC64.
10370
10371         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
10372         multiarch for POWER/PPC64.
10373         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
10374         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
10375         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
10376         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
10377         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
10378         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
10379         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
10380         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
10381         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
10382         memcpy for PPC64.
10383
10384         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
10385         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
10386         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
10387         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
10388         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
10389         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
10390         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
10391         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
10392         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
10393         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
10394         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
10395         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
10396         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
10397         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
10398         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
10399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
10400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
10401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
10402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
10403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
10404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
10405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
10406
10407 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10408
10409         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
10410
10411 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
10412
10413         * benchtests/Makefile (bench): Add exp2 and log2.
10414         (LDLIBS-bench-exp2): Add -lm.
10415         (LDLIBS-bench-log2): Likewise.
10416         * benchtests/exp2-inputs: New inputs file.
10417         * benchtests/log2-inputs: New inputs file.
10418         * benchtests/log-inputs: Add new inputs.
10419         * benchtests/tan-inputs: Likewise.
10420
10421 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10422
10423         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
10424         definition...
10425         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
10426         (csloww2): ... from here.
10427
10428         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
10429         instead of structures.
10430         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
10431         (POLYNOMIAL): Likewise.
10432         (TAYLOR_SLOW): Likewise.
10433         (__sin): Likewise.
10434         (__cos): Likewise.
10435         (slow1): Likewise.
10436         (slow2): Likewise.
10437         (sloww): Likewise.
10438         (sloww1); Likewise.
10439         (sloww2): Likewise.
10440         (bsloww1): Likewise.
10441         (bsloww2): Likewise.
10442         (cslow2): Likewise.
10443         (csloww): Likewise.
10444         (csloww1): Likewise.
10445         (csloww2): Likewise.
10446
10447 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
10448
10449         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
10450         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
10451         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
10452         * malloc/hooks.c (realloc_check): Likewise.
10453
10454         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
10455         * malloc/arena.c: Remove PER_THREAD conditional.
10456         [!PER_THREAD]: Remove code.
10457         (ptmalloc_unlock_all2): Likewise.
10458         (ptmalloc_init): Likewise.
10459         (_int_new_arena): Likewise.
10460         (arena_get2): Likewise.
10461         * malloc/hooks.c (__malloc_get_state): Likewise.
10462         (__malloc_set_state): Likewise.
10463         * malloc/malloc.c: Likewise.
10464         (struct malloc_state): Likewise.
10465         (struct malloc_par): Likewise.
10466         (__libc_realloc): Likewise.
10467         (__libc_mallopt): Likewise.
10468
10469 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10470
10471         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
10472
10473 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
10474
10475         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
10476         macro to a function.  Check for zero perturb_byte.
10477         (_int_malloc, _int_free): Remove zero perturb_byte checks.
10478
10479         * malloc/malloc.c: (force_reg): Remove.
10480         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
10481         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
10482         force_reg by atomic_forced_read.
10483         * malloc/arena.c (ptmalloc_init): Likewise.
10484         * malloc/hooks.c (top_check): Likewise.
10485
10486 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10487
10488         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10489
10490 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
10491
10492         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10493
10494 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
10495
10496         * math/auto-libm-test-in: Add tests of lgamma.
10497         * math/auto-libm-test-out: Regenerated.
10498         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
10499         (M_LOG_2_SQRT_PIl): Likewise.
10500         (lgamma_test_data): Use AUTO_TESTS_f_f1.
10501         * math/gen-auto-libm-tests.c (func_calc_method): Add value
10502         mpfr_f_f1.
10503         (func_calc_desc): Add mpfr_f_f1 union field.
10504         (ARGS1): New macro.
10505         (ARGS2): Likewise.
10506         (ARGS3): Likewise.
10507         (ARGS4): Likewise.
10508         (RET1): Likewise.
10509         (RET2): Likewise.
10510         (CALC): Likewise.
10511         (FUNC): Likewise.
10512         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
10513         (test_functions): Add lgamma.
10514         (calc_generic_results): Handle mpfr_f_f1.
10515         * sysdeps/i386/fpu/libm-test-ulps: Update.
10516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10517
10518 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10519
10520         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
10521         __mpn_add_n for PowerPC64/POWER7.
10522         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
10523         __mpn_sub_n for PowerPC64/POWER7.
10524
10525         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
10526         __mpn_addmul_1 for PowerPC64.
10527         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
10528         __mpn_submul_1 for PowerPC64.
10529         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
10530         for PowerPC64.
10531         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
10532         for PowerPC64.
10533
10534 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
10535
10536         [BZ #15089]
10537         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
10538
10539 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10540
10541         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
10542
10543         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
10544         add multiarch folders.
10545         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
10546         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
10547         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
10548         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
10549         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
10550         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
10551         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
10552         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
10553         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
10554         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
10555         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
10556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
10557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
10558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
10559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
10560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
10561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
10562
10563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
10564         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
10565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
10566         New file.
10567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
10568         New file.
10569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
10570         multiarch __ieee754_hypot for PowerPC32.
10571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
10572         New file.
10573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
10574         New file.
10575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
10576         multiarch __ieee754_hypotf for PowerPC32.
10577
10578         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
10579         long_double_symbol only if __logbl is defined.
10580         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
10581         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
10582         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
10583         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
10584         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
10585         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
10586         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
10587         path for implementation.
10588         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
10589         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
10590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
10591         logb, and logbl multiarch implementations for PowerPC32.
10592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
10593         file.
10594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
10595         file.
10596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
10597         multiarch logb for PowerPC32.
10598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
10599         file.
10600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
10601         file.
10602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
10603         multiarch logbf for PowerPC32.
10604         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
10605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
10606         file.
10607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
10608         multiarch logbl implementation for PowerPC32.
10609
10610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
10611         and modff multiarch implementations.
10612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
10613         New file.
10614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
10615         New file.
10616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
10617         multiarch modf for PowerPC32.
10618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
10619         New file.
10620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
10621         New file.
10622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
10623         multiarch modff for PowerPC32.
10624
10625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
10626         and lrintf multiarch implementations.
10627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
10628         New file.
10629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
10630         New file.
10631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
10632         multiarch lrint for PowerPC32.
10633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
10634         file: multiarch lrintf for PowerPC32.
10635
10636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
10637         and lroundf multiarch implementations.
10638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
10639         New file.
10640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
10641         New file.
10642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
10643         New file.
10644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
10645         multiarch lround for PowerPC32.
10646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
10647         file: multiarch lroundf for PowerPC32.
10648
10649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
10650         copysign and copysignf multiarch implementations.
10651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
10652         New file.
10653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
10654         New file.
10655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
10656         file: multiarch copysign for PowerPC32.
10657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
10658         file: multiarch copysignf for PowerPC32.
10659
10660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
10661         and truncf multiarch implementations.
10662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
10663         New file.
10664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
10665         file.
10666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
10667         multiarch trunc for PowerPC32.
10668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
10669         New file.
10670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
10671         New file.
10672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
10673         multiarch truncf for PowerPC32.
10674
10675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
10676         and roundf multiarch implementations.
10677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
10678         New file.
10679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
10680         file.
10681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
10682         multiarch round for PowerPC32.
10683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
10684         New file.
10685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
10686         New file.
10687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
10688         multiarch roundf for PowerPC32.
10689
10690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
10691         and floorf multiarch implementations.
10692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
10693         New file.
10694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
10695         file.
10696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
10697         multiarch floor for PowerPC32.
10698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
10699         New file.
10700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
10701         New file.
10702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
10703         multiarch floorf for PowerPC32.
10704
10705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
10706         and ceilf multiarch implementations.
10707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
10708         New file.
10709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
10710         file.
10711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
10712         multiarch ceil for PowerPC32.
10713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
10714         New file.
10715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
10716         file.
10717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
10718         multiarch ceilf for PowerPC32.
10719
10720         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
10721         is defined.
10722         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
10723         FINITEF is defined.
10724         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
10725         and finitef multiarch implementations.
10726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
10727         New file.
10728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
10729         file.
10730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
10731         multiarch finite for PowerPC32.
10732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
10733         New file.
10734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
10735         file: multiarch finitef for PowerPC32.
10736
10737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
10738         and isinff multiarch implementations.
10739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
10740         file.
10741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
10742         file.
10743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
10744         multiarch isinf for PowerPC32.
10745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
10746         New file.
10747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
10748         multiarch isinff for PowerPC32.
10749
10750         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
10751         alias when __isnan is defined.
10752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
10753         and isnanf multiarch implementations.
10754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
10755         file.
10756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
10757         file.
10758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
10759         file.
10760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
10761         file.
10762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
10763         multiarch isnan for PowerPC32.
10764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
10765         New file.
10766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
10767         New file.
10768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
10769         multiarch isnanf for PowerPC32.
10770
10771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
10772         and sqrtf multiarch implementations.
10773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
10774         file.
10775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
10776         file.
10777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
10778         multiarch sqrt for PowerPC32.
10779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
10780         file.
10781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
10782         file.
10783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
10784         multiarch sqrtf for PowerPC32.
10785
10786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
10787         and llroundf multiarch implementations.
10788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
10789         New file.
10790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
10791         New file.
10792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
10793         New file.
10794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
10795         file: multiarch llround for PowerPC32.
10796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
10797         file: multiarch llroundf for PowerPC32.
10798
10799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
10800         multiarch PowerPC32 fpu implementations.
10801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
10802         New file.
10803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
10804         New file.
10805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
10806         multiarch llrint for PowerPC32.
10807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
10808         New file.
10809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
10810         New file.
10811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
10812         file.
10813
10814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
10815
10816         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
10817         file.
10818         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
10819         file.
10820         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
10821         file.
10822         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
10823         multiarch wordcopy for PPC32.
10824         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
10825         wordcopy objects.
10826         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10827         (__libc_ifunc_impl_list): Likewise.
10828         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
10829         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
10830         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
10831         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
10832         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
10833         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
10834
10835         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
10836         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
10837         file.
10838         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
10839         file.
10840         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
10841         file.
10842         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
10843         multiarch wcscpy for PPC32.
10844         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
10845         multiarch objects.
10846         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10847         (__libc_ifunc_impl_list): Likewise.
10848         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
10849         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
10850         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
10851         sysdeps/powerpc/power6/wcscpy.c.
10852
10853         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
10854         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
10855         file.
10856         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
10857         file.
10858         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
10859         file.
10860         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
10861         multiarch wcsrchr for PPC32.
10862         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
10863         multiarch objects.
10864         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10865         (__libc_ifunc_impl_list): Likewise.
10866         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
10867         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
10868         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
10869         sysdeps/powerpc/power6/wcsrchr.c.
10870
10871         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
10872         file.
10873         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
10874         file.
10875         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
10876         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
10877         multiarch wcschr for PPc32.
10878         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
10879         multiarch objects.
10880         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10881         (__libc_ifunc_impl_list): Likewise.
10882         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
10883         * sysdeps/powerpc/power6/wcschr.c: ... to here.
10884         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
10885         sysdeps/powerpc/power6/wcschr.c.
10886
10887         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
10888         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
10889         file.
10890         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
10891         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
10892         file: multiarch strchr for PPC32.
10893         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
10894         multiarch objects.
10895         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10896         (__libc_ifunc_impl_list): Likewise.
10897
10898         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
10899         name.
10900         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
10901         file.
10902         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
10903         file.
10904         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
10905         multiarch strchrnul for PPC32.
10906         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
10907         multiarch objects.
10908         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10909         (__libc_ifunc_impl_list): Likewise.
10910
10911         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
10912         file.
10913         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
10914         multiarch strncasecmp for PPC32.
10915         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
10916         file.
10917         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
10918         multiarch strncasecmp_l for PPC32.
10919         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
10920         strncasecmp multiarch objects.
10921         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10922         (__libc_ifunc_impl_list): Likewise.
10923
10924         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
10925         file.
10926         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
10927         multiarch strncasecmp for PPC32.
10928         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
10929         New file.
10930         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
10931         multiarch strcasecmp_l for PPC32.
10932         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
10933         multiarch objects.
10934         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10935         (__libc_ifunc_impl_list): Likewise.
10936
10937         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
10938         file.
10939         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
10940         file.
10941         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
10942         multiarch strncmp for PPC32.
10943         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
10944         multiarch objects.
10945         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10946         (__libc_ifunc_impl_list): Likewise.
10947
10948         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
10949         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
10950         file.
10951         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
10952         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
10953         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
10954         multiarch objects.
10955         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10956         (__libc_ifunc_impl_list): Likewise.
10957
10958         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
10959         file.
10960         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
10961         file.
10962         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
10963         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
10964         multiarch objects.
10965         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10966         (__libc_ifunc_impl_list): Likewise.
10967
10968         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
10969         file.
10970         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
10971         file.
10972         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
10973         multiarch rawmemchr for PPC32.
10974         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
10975         multiarch objects.
10976         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10977         (__libc_ifunc_impl_list): Likewise.
10978
10979         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
10980         file.
10981         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
10982         file.
10983         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
10984         file: memrchr multiarch for PPC32.
10985         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
10986         multiarch objects.
10987         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
10988         (__libc_ifunc_impl_list): Likewise.
10989
10990         * string/memchr.c (__memchr): Using macro to redefine symbol name.
10991         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
10992         file.
10993         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
10994         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
10995         multiarch memchr for PPC32.
10996         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
10997         multiarch objects.
10998         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
10999         (__libc_ifunc_impl_list): Likewise.
11000
11001         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
11002         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
11003         file.
11004         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
11005         file.
11006         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
11007         file: multiarch mempcpy for PPC32.
11008         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
11009         multiarch objects.
11010         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
11011         (__libc_ifunc_impl_list): Likewise.
11012
11013         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
11014         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
11015         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
11016         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
11017         multiarch bzero for PPC32.
11018         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
11019         file.
11020         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
11021         file.
11022         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
11023         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
11024         file: multiarch memset for PPC32.
11025         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
11026         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
11027         memset multiarch objects.
11028         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
11029         (__libc_ifunc_impl_list): Likewise.
11030
11031         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
11032         file.
11033         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
11034         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
11035         memcmp for PPC32.
11036         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
11037         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
11038         multiarch objects.
11039         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
11040         (__libc_ifunc_impl_list): Likewise.
11041
11042         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
11043         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
11044         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
11045         file.
11046         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
11047         file.
11048         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
11049         file.
11050         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
11051         multiarch memcpy for PPC32.
11052         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
11053         multiarch objects.
11054         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
11055         (__libc_ifunc_impl_list): Likewise.
11056
11057         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
11058         support multiarch for POWER/PPC32.
11059         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
11060         Likewise.
11061         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
11062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
11063         Implies file to make multiarch folder appers before the fpu and
11064         default folder for power4 configuration.
11065
11066 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11067
11068         * scripts/bench.pl: Append volatile keyword to type.
11069
11070 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11071
11072         * sysdeps/sh/sotruss-lib.c: New file.
11073         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
11074
11075 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11076
11077         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11078
11079 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
11080
11081         [BZ #6810]
11082         * math/w_tgamma.c: Include <errno.h>.
11083         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
11084         * math/w_tgammaf.c: Include <errno.h>.
11085         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
11086         * math/w_tgammal.c: Include <errno.h>.
11087         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
11088         * math/auto-libm-test-in: Do not allow missing errno on tgamma
11089         underflow.  Add more tgamma tests.
11090         * math/auto-libm-test-out: Regenerated.
11091         * sysdeps/i386/fpu/libm-test-ulps: Update.
11092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11093
11094         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
11095         sin, sinh, tan, tanh, tgamma, y0 and y1.
11096         * math/auto-libm-test-out: Regenerated.
11097         * math/libm-test.inc (TEST_COND_x86_64): New macro.
11098         (TEST_COND_x86): Likewise.
11099         (M_E2l): Remove macro.
11100         (M_E3l): Likewise.
11101         (M_2_SQRT_PIl): Likewise.
11102         (M_SQRT_PIl): Likewise.
11103         (M_1_DIV_El): Likewise.
11104         (log_test_data): Use AUTO_TESTS_f_f.
11105         (log10_test_data): Likewise.
11106         (log1p_test_data): Likewise.
11107         (log2_test_data): Likewise.
11108         (sin_test_data): Likewise.
11109         (sin_tonearest_test_data): Likewise.
11110         (sin_towardzero_test_data): Likewise.
11111         (sin_downward_test_data): Likewise.
11112         (sin_upward_test_data): Likewise.
11113         (sinh_test_data): Likewise.
11114         (sinh_tonearest_test_data): Likewise.
11115         (sinh_towardzero_test_data): Likewise.
11116         (sinh_downward_test_data): Likewise.
11117         (sinh_upward_test_data): Likewise.
11118         (tan_test_data): Likewise.
11119         (tan_tonearest_test_data): Likewise.
11120         (tan_towardzero_test_data): Likewise.
11121         (tan_downward_test_data): Likewise.
11122         (tan_upward_test_data): Likewise.
11123         (tanh_test_data): Likewise.
11124         (tgamma_test_data): Likewise.
11125         (y0_test_data): Likewise.
11126         (y1_test_data): Likewise.
11127         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
11128         (special_real_inputs): Add pi/4.
11129         * sysdeps/i386/fpu/libm-test-ulps: Update.
11130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11131
11132 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11133
11134         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
11135         "longjmp_target" static probes.
11136         (__longjmp): Rename to __longjmp_symbol.
11137         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
11138         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
11139         on which longjmp to generate.
11140         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
11141         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
11142         probe.
11143         (__sigsetjmp): Rename to __sigsetjmp_symbol.
11144         (__sigjmp_save): Rename to __sigjmp_save_symbol.
11145         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
11146         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
11147         and __sigjmp_save_symbol based on which sigsetjmp to generated.
11148         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
11149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
11150         __longjmp_symbol based on which __longjmp to generate.
11151         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
11152         probe.
11153         (setjmp): Rename to setjmp_symbol.
11154         (__sigsetjmp): Rename to __sigsetjmp_symbol.
11155         (_setjmp): Rename to _setjmp_symbol.
11156         (__sigsetjmp): Rename to __sigsetjmp_symbol.
11157         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
11158         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
11159         which setjmp to generate.
11160         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
11161         "longjmp_target" static probes.
11162
11163 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11164
11165         * benchtests/README: Add note about output arguments.
11166         * benchtests/bench-sincos.c: Remove file.
11167         * benchtests/sincos-inputs: New file.
11168         * scripts/bench.pl: Identify output arguments and define
11169         static variables for them.
11170
11171         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
11172
11173         [BZ #15941]
11174         * Makefile (INSTALL): Add install-plain.texi as the primary
11175         dependency.
11176         * manual/install-plain.texi: New file.
11177         * manual/install.texi: Include node directive only for
11178         non-plaintext output.
11179
11180 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
11181
11182         * stdlib/longlong.h: Update from GCC.
11183
11184         [BZ #6807]
11185         [BZ #15901]
11186         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
11187         * math/w_j0f.c (y0f): Likewise.
11188         * math/w_j0l.c (__y0l): Likewise.
11189         * math/w_j1.c (y1): Likewise.
11190         * math/w_j1f.c (y1f): Likewise.
11191         * math/w_j1l.c (__y1l): Likewise
11192         * math/w_jn.c (yn): Likewise.
11193         * math/w_jnf.c (ynf): Likewise.
11194         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
11195         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
11196         value for Bessel function domain errors outside _SVID_ mode.
11197         Adjust sign of return value for yn (negative integer, 0).
11198         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
11199         by zero in return for negative x and set sign appropriately for
11200         negative n.
11201         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
11202         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
11203         * math/libm-test.inc (y0_test_data): Add more tests and adjust
11204         expectations in error cases.
11205         (y1_test_data): Likewise.
11206         (yn_test_data): Likewise.
11207         * sysdeps/i386/fpu/libm-test-ulps: Update.
11208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11209
11210 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11211
11212         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
11213         "64" to "64-v1".  Add "64-v2".
11214         (abi-64-options): Rename to ...
11215         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
11216         (abi-64-condition): Rename to ...
11217         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
11218         (abi-64-ld-soname): Rename to ...
11219         (abi-64-v1-ld-soname): ... this.
11220         (abi-64-v2-options): Define.
11221         (abi-64-v2-condition): Likewise.
11222         (abi-64-v2-ld-soname): Likewise.
11223         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
11224         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
11225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
11226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
11227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
11228
11229 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11230             Alan Modra  <amodra@gmail.com>
11231
11232         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
11233         New versions for use with the ELFv2 ABI.
11234         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
11235         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
11236         declaration.
11237         (struct La_ppc64v2_retval): Likewise.
11238         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
11239         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
11240         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
11241         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
11242         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
11243         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
11244         Do not save or restore CR.
11245         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
11246         (_dl_profile_resolve): Do no save or restore CR.  Support extended
11247         return values for ELFv2 ABI.  Fix location of FPR return registers.
11248         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
11249         updated values for _CALL_ELF == 2.
11250         (La_regs, La_retval, int_retval): Likewise.
11251
11252 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11253
11254         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
11255         (FRAME_MIN_SIZE_PARM): Likewise.
11256         (FRAME_BACKCHAIN): Likewise.
11257         (FRAME_CR_SAVE): Likewise.
11258         (FRAME_LR_SAVE): Likewise.
11259         (FRAME_TOC_SAVE): Likewise.
11260         (FRAME_PARM_SAVE): Likewise.
11261         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
11262         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
11263         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
11264         (call_mcount_parm_offset): New macro.
11265         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
11266         (PROF): Use symbolic stack frame offsets.
11267         (TAIL_CALL_SYSCALL_ERROR): Likewise.
11268         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
11269         Redefine in terms of FRAME_MIN_SIZE.
11270         (_dl_runtime_resolve): Use symbolic stack frame offsets.
11271         (_dl_profile_resolve): Likewise.  Update comment.
11272         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
11273         symbols stack frame offsets.
11274         (__sigsetjmp): Likewise.
11275         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
11276         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
11277         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
11278         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
11279
11280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
11281         (FRAME_BACKCHAIN): Remove.
11282         (FRAME_CR_SAVE): Likewise.
11283         (FRAME_LR_SAVE): Likewise.
11284         (FRAME_COMPILER_DW): Likewise.
11285         (FRAME_LINKER_DW): Likewise.
11286         (FRAME_TOC_SAVE): Likewise.
11287         (FRAME_PARM_SAVE): Likewise.
11288         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
11289         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
11290         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
11291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
11292         (CHECK_SP): Use symbolic stack frame offsets.
11293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
11294         zone" instead of caller's parameter save area for temp storage.
11295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
11296         Likewise.  Also, use symbolic stack frame offsets.
11297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
11298         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
11299         our own stack frame instead of the caller's.
11300         (__socket): Use symbolic stack frame offsets.
11301
11302 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11303             Alan Modra  <amodra@gmail.com>
11304
11305         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
11306         Define.
11307         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
11308         (PPC64_LOCAL_ENTRY_OFFSET): Define.
11309         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
11310         New function.
11311         (elf_machine_fixup_plt): Call it.
11312         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
11313         reloc arguments.
11314         (elf_machine_rela): Update call to elf_machine_plt_conflict.
11315         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
11316         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
11317         r2 before calling target.
11318
11319 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11320             Alan Modra  <amodra@gmail.com>
11321
11322         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
11323         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
11324         versions of macros to support ELFv2 ABI.
11325         (LOCALENTRY): New macro.
11326         (ENTRY, EALIGN): Use it.
11327         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
11328         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
11329         fall through into ENTRY entry point.
11330         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
11331         Only define if _CALL_ELF != 2.
11332
11333         (elf_machine_matches_host): Verify ABI version matches.
11334         (RTLD_START): Use LOCALENTRY.
11335         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
11336         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
11337         (PLT_ENTRY_WORDS): New macro.
11338         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
11339         (elf_machine_runtime_setup): Support ELFv2 ABI.
11340         (elf_machine_fixup_plt): Likewise.
11341         (elf_machine_plt_conflict): Likewise.
11342         (resolve_ifunc): Likewise.
11343         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11344         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
11345         Likewise.
11346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
11347         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
11348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
11349         (makecontext): Support ELFv2 ABI.
11350         * elf/elf.h (EF_PPC64_ABI): Define.
11351
11352 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11353
11354         * sysdeps/powerpc/powerpc64/sysdep.h
11355         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
11356         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
11357         (ENTRY) [ASSEMBLER]: ... but instead here ...
11358         (EALIGN) [ASSEMBLER]: ... and here.
11359         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
11360         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
11361         (ENTRY_2) [!ASSEMBLER]: Use it.
11362         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
11363         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
11364         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
11365         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
11366         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
11367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
11368         Use PPC64_LOAD_FUNCPTR.
11369
11370         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
11371
11372 2013-12-04  Alan Modra  <amodra@gmail.com>
11373
11374         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
11375         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
11376         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
11377         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
11378
11379         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
11380         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
11381         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
11382         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
11383         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
11384         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
11385
11386 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11387
11388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
11389         (__makecontext): Fix incorrect CFI when backtracing out of
11390         context created via makecontext.
11391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
11392         (__setcontext): Fix incorrect CFI during switch to new context.
11393         (__novec_setcontext): Likewise.
11394
11395 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
11396
11397         [BZ #4772]
11398         * time/strptime_l.c (__strptime_internal): Allow modifiers
11399         in strptime.
11400         * time/tst-strptime.c (day_tests): Add testcase.
11401
11402 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
11403
11404         * scripts/bench.pl: Skip over blank lines.
11405
11406 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11407
11408         [BZ #926]
11409         * manual/time.texi (Calendar Time): Clarify what timezone functions
11410         use.
11411
11412 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11413
11414         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11415
11416 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
11417
11418         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
11419         implementation.
11420         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
11421         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
11422         * debug/memset_chk.c (__memset_chk): Likewise.
11423         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
11424         * debug/strncpy_chk.c: Likewise.
11425
11426 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
11427
11428         [BZ #15268]
11429         [BZ #15425]
11430         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
11431         (__ieee754_exp): For possibly underflowing results, check size of
11432         result and force underflow exception if required.
11433         * math/auto-libm-test-in: Add more tests of exp.
11434         * math/auto-libm-test-out: Regenerated.
11435         * sysdeps/i386/fpu/libm-test-ulps: Update.
11436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11437
11438         [BZ #16283]
11439         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
11440         * math/w_exp2f.c (__exp2f): Likewise.
11441         * math/w_exp2l.c (__exp2l): Likewise.
11442         * math/auto-libm-test-in: Do not allow missing errno on exp2
11443         underflow.
11444         * math/auto-libm-test-out: Regenerated.
11445
11446 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
11447
11448         [BZ #16274]
11449         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
11450         handle filename validation.
11451         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
11452         (do_open): Delete.
11453
11454 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
11455
11456         [BZ #6786]
11457         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
11458         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
11459         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
11460         <float.h>.
11461         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
11462         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
11463         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
11464         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
11465         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
11466         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
11467         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
11468         * math/auto-libm-test-in: Don't allow missing errno from erfc.
11469         Add more erfc tests.
11470         * math/auto-libm-test-out: Regenerated.
11471         * sysdeps/i386/fpu/libm-test-ulps: Update.
11472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11473
11474         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
11475         exp2, expm1, j0 and j1.
11476         * math/auto-libm-test-out: Regenerated.
11477         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
11478         (erfc_test_data): Likewise.
11479         (exp_test_data): Likewise.
11480         (exp_tonearest_test_data): Likewise.
11481         (exp_towardzero_test_data): Likewise.
11482         (exp_downward_test_data): Likewise.
11483         (exp_upward_test_data): Likewise.
11484         (exp10_test_data): Likewise.
11485         (exp2_test_data): Likewise.
11486         (expm1_test_data): Likewise.
11487         (j0_test_data): Likewise.
11488         (j1_test_data): Likewise.
11489         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
11490         (input_flag_type): Add flag_xfail_rounding.
11491         (input_flags): Add xfail-rounding.
11492         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
11493         (output_for_one_input_case): Handle flag_xfail_rounding.
11494         * sysdeps/i386/fpu/libm-test-ulps: Update.
11495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11496
11497 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
11498
11499         [BZ #16289]
11500         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
11501         division by 0.
11502
11503 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
11504
11505         [BZ #16195]
11506         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
11507         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
11508         (STAP_PROBE0): New macro.
11509         (STAP_PROBE1): Likewise.
11510         (STAP_PROBE2): Likewise.
11511         (STAP_PROBE3): Likewise.
11512         (STAP_PROBE4): Likewise.
11513
11514 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
11515
11516         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
11517
11518 2013-12-02  Steve Ellcey  <sellcey@mips.com>
11519
11520         * benchtests/Makefile (bench): Add sqrt.
11521         (LDLIBS-bench-sqrt): New.
11522         * benchtests/sqrt-input: New.
11523
11524 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
11525
11526         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
11527         (GAIH_EAI): Likewise.
11528         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
11529         (gaih_inet): Likewise.
11530         (getaddrinfo): Don't use GAIH_EAI.
11531
11532         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
11533         (struct gaih): Remove definition.
11534
11535 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11536
11537         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
11538         Use HERRNOP directly.
11539
11540 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11541
11542         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11543
11544 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
11545
11546         * math/gen-auto-libm-tests.c (test_functions): Add more
11547         single-argument functions.
11548         (special_fill_pi_2): New function.
11549         (special_fill_minus_pi_2): Likewise.
11550         (special_fill_pi_6): Likewise.
11551         (special_fill_minus_pi_6): Likewise.
11552         (special_fill_pi_3): Likewise.
11553         (special_fill_2pi_3): Likewise.
11554         (special_fill_e): Likewise.
11555         (special_fill_1_e): Likewise.
11556         (special_fill_e_minus_1): Likewise.
11557         (special_real_inputs): Add more special inputs.
11558         (output_for_one_input_case): Do not require ERANGE on underflow to
11559         zero if round-to-nearest result does not underflow to zero, unless
11560         exact results required.
11561         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
11562         atan, atanh, cbrt, cos and cosh.
11563         * math/auto-libm-test-out: Regenerated.
11564         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
11565         (acos_tonearest_test_data): Likewise.
11566         (acos_towardzero_test_data): Likewise.
11567         (acos_downward_test_data): Likewise.
11568         (acos_upward_test_data): Likewise.
11569         (acosh_test_data): Likewise.
11570         (asin_test_data): Likewise.
11571         (asin_tonearest_test_data): Likewise.
11572         (asin_towardzero_test_data): Likewise.
11573         (asin_upward_test_data): Likewise.
11574         (asinh_test_data): Likewise.
11575         (atan_test_data): Likewise.
11576         (atanh_test_data): Likewise.
11577         (cbrt_test_data): Likewise.
11578         (cos_test_data): Likewise.
11579         (cos_tonearest_test_data): Likewise.
11580         (cos_towardzero_test_data): Likewise.
11581         (cos_downward_test_data): Likewise.
11582         (cos_upward_test_data): Likewise.
11583         (cosh_test_data): Likewise.
11584         (cosh_tonearest_test_data): Likewise.
11585         (cosh_towardzero_test_data): Likewise.
11586         (cosh_downward_test_data): Likewise.
11587         (cosh_upward_test_data): Likewise.
11588         * sysdeps/i386/fpu/libm-test-ulps: Update.
11589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11590
11591 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
11592
11593         [BZ #6787]
11594         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
11595         * math/w_exp10f.c (__exp10f): Likewise.
11596         * math/w_exp10l.c (__exp10l): Likewise.
11597         * math/libm-test.inc (exp10_test_data): Add more tests and expect
11598         errno settings in existing tests.
11599
11600         [BZ #14032]
11601         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
11602         precision control set to double precision.
11603         * sysdeps/i386/fpu/w_sqrt.c: New file.
11604         * math/auto-libm-test-in: Add more tests.
11605         * math/auto-libm-test-out: Update.
11606
11607         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
11608         (sqrt_test_tonearest): New function.
11609         (sqrt_towardzero_test_data): New variable.
11610         (sqrt_test_towardzero): New function.
11611         (sqrt_downward_test_data): New variable.
11612         (sqrt_test_downward): New function.
11613         (sqrt_upward_test_data): New variable.
11614         (sqrt_test_upward): New function.
11615         (main): Call the new functions.
11616
11617         * math/gen-auto-libm-tests.c: New file.
11618         * math/auto-libm-test-in: Likewise.
11619         * math/auto-libm-test-out: New generated file.
11620         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
11621         variables.
11622         (%beautify): Add generated representations of zero.
11623         (top level): Set $auto_input and call parse_auto_input.
11624         (beautify): Remove trailing "f" from hex float constants.
11625         (parse_args): Handle XFAIL_TEST.
11626         (convert_condition): New function.
11627         (or_value): Likewise.
11628         (or_cond_value): Likewise.
11629         (generate_testfile): Handle AUTO_TESTS_* lines.
11630         (parse_auto_input): New function.
11631         * math/libm-test.inc (XFAIL_TEST): New macro.
11632         (ERRNO_UNCHANGED): Update value.
11633         (ERRNO_EDOM): Likewise.
11634         (ERRNO_ERANGE): Likewise.
11635         (IGNORE_RESULT): Likewise.
11636         (TEST_COND_flt_32): New macro.
11637         (TEST_COND_dbl_64): Likewise.
11638         (TEST_COND_ldbl_96_intel): Likewise.
11639         (TEST_COND_ldbl_96_m68k): Likewise.
11640         (TEST_COND_ldbl_128): Likewise.
11641         (TEST_COND_ldbl_128ibm): Likewise.
11642         (TEST_COND_long32): Likewise.
11643         (TEST_COND_long64): Likewise.
11644         (TEST_COND_before_rounding): Likewise.
11645         (TEST_COND_after_rounding): Likewise.
11646         (enable_test): Handle XFAIL_TEST flag.
11647         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
11648         with finite results.
11649         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
11650         auto-libm-test-out.
11651
11652 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11653             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11654
11655         [BZ #16214]
11656         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
11657         __tls_get_addr_internal instead of __tls_get_offset in order to
11658         avoid GOT pointer dependency.  Make rtld export
11659         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
11660         __tls_get_addr since we are a __tls_get_offset platform.
11661         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
11662         GOT pointer being set up before.
11663         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
11664
11665 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
11666
11667         * manual/math.texi (Errors in Math Functions): Document accuracy
11668         goals.
11669
11670         [BZ #15004]
11671         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
11672         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
11673         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
11674         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
11675         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
11676         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
11677         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
11678         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
11679         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
11680         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
11681         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
11682         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
11683         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
11684         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
11685         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
11686         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
11687
11688         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
11689         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
11690         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
11691         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
11692         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
11693         Likewise.
11694         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
11695         Likewise.
11696         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
11697         Likewise.
11698         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
11699         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
11700         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
11701         atomic-feupdateenv and flt-rounds.
11702         * sysdeps/powerpc/nofpu/Versions (libc): Add
11703         __atomic_feholdexcept, __atomic_feclearexcept,
11704         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
11705         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
11706         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
11707         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
11708         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
11709         here.
11710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11711         Update.
11712
11713         * manual/arith.texi (FP Exceptions): Document that exceptions may
11714         not be raised when matherr is used.
11715         (Math Error Reporting): Document overflow in directed rounding
11716         modes.  Document that errno may not be set when finite values are
11717         returned on overflow.  Document intent to set errno on underflow
11718         only for underflow to zero.
11719
11720         [BZ #16271]
11721         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
11722         round-to-nearest then adjust result for other rounding modes.
11723         * include/fenv.h (fegetround): Use libm_hidden_proto.
11724         * math/fegetround.c (fegetround): Use libm_hidden_def.
11725         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
11726         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
11727         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
11728         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
11729         Likewise.
11730         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
11731         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
11732         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
11733         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
11734
11735 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
11736
11737         [BZ #16077]
11738         * nss/Versions (libnss_files): Add
11739         _nss_files_gethostbyname3_r.
11740         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
11741         New function.
11742         (HOST_DB_LOOKUP): Remove macro.
11743         (_nss_files_gethostbyname_r): Implement function without the
11744         HOST_DB_LOOKUP macro.
11745         (_nss_files_gethostbyname2_r): Likewise.
11746
11747 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
11748
11749         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
11750
11751 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
11752
11753         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
11754         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
11755         warning.
11756
11757 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11758
11759         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
11760         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
11761         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11762         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
11763         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
11764         __fe_nomask_env_priv and attribute_hidden.
11765         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
11766         (libc_feupdateenv_test_ppc): Likewise.
11767         (libc_feresetround_ppc): Likewise.
11768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
11769         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
11770         compat_symbol macro.
11771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
11772         (__fe_nomask_env): Likewise.
11773         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
11774
11775 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
11776
11777         * string/Makefile: Remove ifunc tests.
11778         * string/test-string.h: Define TEST_IFUNC.
11779         * string/test-bcopy-ifunc.c: Remove.
11780         * string/test-bzero-ifunc.c: Likewise.
11781         * string/test-memccpy-ifunc.c: Likewise.
11782         * string/test-memchr-ifunc.c: Likewise.
11783         * string/test-memcmp-ifunc.c: Likewise.
11784         * string/test-memcpy-ifunc.c: Likewise.
11785         * string/test-memmem-ifunc.c: Likewise.
11786         * string/test-memmove-ifunc.c: Likewise.
11787         * string/test-mempcpy-ifunc.c: Likewise.
11788         * string/test-memrchr-ifunc.c: Likewise.
11789         * string/test-memset-ifunc.c: Likewise.
11790         * string/test-rawmemchr-ifunc.c: Likewise.
11791         * string/test-stpcpy-ifunc.c: Likewise.
11792         * string/test-stpncpy-ifunc.c: Likewise.
11793         * string/test-strcasecmp-ifunc.c: Likewise.
11794         * string/test-strcasestr-ifunc.c: Likewise.
11795         * string/test-strcat-ifunc.c: Likewise.
11796         * string/test-strchr-ifunc.c: Likewise.
11797         * string/test-strchrnul-ifunc.c: Likewise.
11798         * string/test-strcmp-ifunc.c: Likewise.
11799         * string/test-strcpy-ifunc.c: Likewise.
11800         * string/test-strcspn-ifunc.c: Likewise.
11801         * string/test-strlen-ifunc.c: Likewise.
11802         * string/test-strncasecmp-ifunc.c: Likewise.
11803         * string/test-strncat-ifunc.c: Likewise.
11804         * string/test-strncmp-ifunc.c: Likewise.
11805         * string/test-strncpy-ifunc.c: Likewise.
11806         * string/test-strnlen-ifunc.c: Likewise.
11807         * string/test-strpbrk-ifunc.c: Likewise.
11808         * string/test-strrchr-ifunc.c: Likewise.
11809         * string/test-strspn-ifunc.c: Likewise.
11810         * string/test-strstr-ifunc.c: Likewise.
11811
11812 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
11813
11814         * benchtests/Makefile: Remove ifunc tests.
11815         * benchtests/bench-string.h: Define TEST_IFUNC.
11816         * benchtests/bench-bcopy-ifunc.c: Remove.
11817         * benchtests/bench-bzero-ifunc.c: Likewise.
11818         * benchtests/bench-memccpy-ifunc.c: Likewise.
11819         * benchtests/bench-memchr-ifunc.c: Likewise.
11820         * benchtests/bench-memcmp-ifunc.c: Likewise.
11821         * benchtests/bench-memcpy-ifunc.c: Likewise.
11822         * benchtests/bench-memmem-ifunc.c: Likewise.
11823         * benchtests/bench-memmove-ifunc.c: Likewise.
11824         * benchtests/bench-mempcpy-ifunc.c: Likewise.
11825         * benchtests/bench-memrchr-ifunc.c: Likewise.
11826         * benchtests/bench-memset-ifunc.c: Likewise.
11827         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
11828         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
11829         * benchtests/bench-stpcpy-ifunc.c: Likewise.
11830         * benchtests/bench-stpncpy-ifunc.c: Likewise.
11831         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
11832         * benchtests/bench-strcasestr-ifunc.c: Likewise.
11833         * benchtests/bench-strcat-ifunc.c: Likewise.
11834         * benchtests/bench-strchr-ifunc.c: Likewise.
11835         * benchtests/bench-strchrnul-ifunc.c: Likewise.
11836         * benchtests/bench-strcmp-ifunc.c: Likewise.
11837         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
11838         * benchtests/bench-strcpy-ifunc.c: Likewise.
11839         * benchtests/bench-strcspn-ifunc.c: Likewise.
11840         * benchtests/bench-strlen-ifunc.c: Likewise.
11841         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
11842         * benchtests/bench-strncat-ifunc.c: Likewise.
11843         * benchtests/bench-strncmp-ifunc.c: Likewise.
11844         * benchtests/bench-strncpy-ifunc.c: Likewise.
11845         * benchtests/bench-strnlen-ifunc.c: Likewise.
11846         * benchtests/bench-strpbrk-ifunc.c: Likewise.
11847         * benchtests/bench-strrchr-ifunc.c: Likewise.
11848         * benchtests/bench-strsep-ifunc.c: Likewise.
11849         * benchtests/bench-strspn-ifunc.c: Likewise.
11850         * benchtests/bench-strstr-ifunc.c: Likewise.
11851
11852 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
11853
11854         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
11855
11856 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
11857
11858         * resolv/netdb.h: Use __glibc_reserved instead __unused.
11859         * rt/aio.h: Likewise.
11860         * sysdeps/gnu/bits/utmp.h: Likewise.
11861         * sysdeps/gnu/bits/utmpx.h: Likewise.
11862         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
11863         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
11864         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
11865         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
11866         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
11867         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
11868         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
11869         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
11870         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
11871         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
11872         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
11873         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
11874         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
11875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
11876         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
11877         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
11878         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
11879         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
11880         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
11881         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
11882         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
11883         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
11884         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
11885         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
11886         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
11887         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
11888         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
11889         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
11890         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
11891         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
11892         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
11893         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
11894         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
11895         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
11896         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
11897         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
11898         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
11899         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
11900         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
11901         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
11902         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
11903         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
11904
11905 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
11906
11907         [BZ #16245]
11908         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
11909         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
11910
11911 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
11912
11913         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
11914         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
11915         Likewise.
11916
11917 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11918
11919         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
11920         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
11921         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
11922         (__fesetround): Remove define.
11923         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
11924         rounding and exceptions handling.
11925         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
11926         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
11927         (__fe_nomask_env): Likewise.
11928         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
11929         __fegetround instead of fegetround.
11930         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11931         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
11932
11933 2013-11-21  Roland McGrath  <roland@hack.frob.com>
11934
11935         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
11936         it's there.
11937
11938         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
11939
11940 2013-11-21  Meador Inge  <meadori@codesourcery.com>
11941
11942         [BZ #11157]
11943         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
11944         (encrypt_r): Likewise.
11945         * malloc/obstack.h (obstack_free): Likewise.
11946         * posix/unistd.h (encrypt): Likewise.
11947
11948 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
11949
11950         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
11951         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
11952         DL_CALL_DT_FINI() that call the functions directly.
11953         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
11954         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
11955         * elf/dl-fini.c: Likewise.
11956
11957 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
11958
11959         * malloc/hooks.c (memalign_check): Add alignment rounding.
11960         * malloc/malloc.c (_mid_memalign): New function.
11961         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
11962         Implement by calling _mid_memalign.
11963         * manual/probes.texi (Memory Allocation Probes): Remove
11964         memory_valloc_retry and memory_pvalloc_retry.
11965
11966 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
11967
11968         * locale/programs/locarchive.c (open_archive): Add const
11969         qualifier to ARCHIVEFNAME and copy default fname to
11970         DEFAULT_FNAME.
11971
11972         [BZ #15601]
11973         * libio/tst-widetext.input: Rename Oriya to Odia.
11974         * locale/iso-639.def: Likewise.
11975
11976         * manual/probes.texi (Mathematical Function Probes): Add
11977         documentation for sin, cos, asin and acos probes.
11978         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
11979         (__sin32): Add slowasin probe.
11980         (__cos32): Add slowacos probe.
11981         (__mpsin): Add slowsin probe.
11982         (__mpcos): Add slowcos probe.
11983
11984 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
11985
11986         [BZ #15483]
11987         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
11988         thread-local __sim_exceptions_thread and global
11989         __sim_exceptions_global.
11990         (__sim_disabled_exceptions): Change to thread-local
11991         __sim_disabled_exceptions_thread and global
11992         __sim_disabled_exceptions_global.
11993         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
11994         and global __sim_round_mode_global.
11995         (__simulate_exceptions): Use thread-local floating-point state and
11996         set global state from it as needed.
11997         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
11998         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
11999         __sim_round_mode_thread.
12000         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
12001         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
12002         and global __sim_exceptions_global.
12003         (__sim_disabled_exceptions): Change to thread-local
12004         __sim_disabled_exceptions_thread and global
12005         __sim_disabled_exceptions_global.
12006         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
12007         and global __sim_round_mode_global.
12008         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
12009         (SIM_SET_GLOBAL): Likewise.
12010         * sysdeps/powerpc/soft-fp/sfp-machine.h
12011         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
12012         __sim_round_mode_thread.
12013         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
12014         __sim_disabled_exceptions_thread.
12015         (__sim_exceptions): Change to __sim_exceptions_thread.
12016         (__sim_disabled_exceptions): Change to
12017         __sim_disabled_exceptions_thread.
12018         (__sim_round_mode): Change to __sim_round_mode_thread.
12019         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
12020         thread-local floating-point state and set global state from it as
12021         needed.
12022         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
12023         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
12024         (__sim_disabled_exceptions): Remove extern declaration.
12025         (feenableexcept): Use thread-local floating-point state and set
12026         global state from it as needed.
12027         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
12028         extern declaration.
12029         (__sim_disabled_exceptions): Likewise.
12030         (__sim_round_mode): Likewise.
12031         (__fegetenv): Use thread-local floating-point state.
12032         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
12033         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
12034         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
12035         floating-point state and set global state from it as needed.
12036         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
12037         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
12038         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
12039         Likewise.
12040         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
12041         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
12042         Likewise.
12043         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
12044         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
12045         Use __sim_round_mode_thread.
12046         * math/test-fenv-tls.c: New file.
12047         * math/Makefile (tests): Add test-fenv-tls.
12048         ($(objpfx)test-fenv-tls): Depend on
12049         $(common-objpfx)nptl/libpthread.so.
12050
12051 2013-11-19  Andreas Schwab  <schwab@suse.de>
12052
12053         * locale/programs/locale.c (show_info): Decode wordarray elements.
12054         * locale/categories.def (LC_MONETARY): Add element for
12055         _NL_MONETARY_CRNCYSTR.
12056         * locale/C-monetary.c (conversion_rate): New variable.
12057         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
12058         element.
12059
12060 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
12061
12062         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
12063         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
12064
12065 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
12066
12067         * elf/Makefile (tst-auxv): New test.
12068         * elf/tst-auxv.c: New
12069         * elf/rtld.c (dl_main): Adjust AT_EXECFN
12070
12071 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
12072
12073         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
12074         (hidden_proto): Caller changed.
12075         (hidden_tls_proto): New macro.
12076         (libc_hidden_tls_proto): Likewise.
12077         (rtld_hidden_tls_proto): Likewise.
12078         (libm_hidden_tls_proto): Likewise.
12079         (libresolv_hidden_tls_proto): Likewise.
12080         (librt_hidden_tls_proto): Likewise.
12081         (libdl_hidden_tls_proto): Likewise.
12082         (libnss_files_hidden_tls_proto): Likewise.
12083         (libnsl_hidden_tls_proto): Likewise.
12084         (libnss_nisplus_hidden_tls_proto): Likewise.
12085         (libutil_hidden_tls_proto): Likewise.
12086
12087 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
12088
12089         [BZ #10253]
12090         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
12091         (decompose_rpath): Defer expansion to fillin_rpath.
12092         (_dl_init_paths): Pass linkmap to fillin_rpath.
12093
12094 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12095
12096         * benchtests/Makefile: Add strsep.
12097         * benchtests/bench-strsep.c: New file: strsep benchtest.
12098         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
12099
12100 2013-11-18  Andreas Schwab  <schwab@suse.de>
12101
12102         * locale/programs/locale.c (show_info) [case byte]: Check for
12103         '\377' instead of '\177'.
12104         * locale/C-monetary.c (not_available): Always use "\377".
12105         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
12106         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
12107         detect unavailable sign_posn locale elements.
12108         * locale/localeconv.c (__localeconv): For grouping and
12109         mon_grouping handle "\177" and "\377" like no grouping.
12110         (INT_ELEM): New macro.  Use it to set all numeric members.
12111         * locale/programs/ld-monetary.c (monetary_read)
12112         <tok_mon_grouping>: Normalize single -1 to the empty string.
12113         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
12114         Likewise.
12115
12116 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
12117
12118         [BZ #16055]
12119         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
12120         when we match (nil).
12121         * stdio-common/tst-sscanf.c (struct test): Add testcase.
12122
12123 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
12124
12125         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
12126         (NO_TEST_INLINE): Update value.
12127         (ERRNO_UNCHANGED): Likewise.
12128         (ERRNO_EDOM): Likewise.
12129         (ERRNO_ERANGE): Likewise.
12130         (IGNORE_RESULT): Likewise.
12131         (check_float_internal): Check signs of NaN results if
12132         TEST_NAN_SIGN used.
12133         (check_complex): Pass TEST_NAN_SIGN flag through to second
12134         check_float_internal call.
12135         (copysign_test_data): Add tests with quiet NaNs as second
12136         argument.  Use TEST_NAN_SIGN.
12137         (fabs_test_data): Add test of negative quiet NaN argument.  Use
12138         TEST_NAN_SIGN.
12139         (signbit_test_data): Add tests of quiet NaN argument.
12140         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
12141
12142         * math/gen-libm-test.pl (show_exceptions): Take extra argument
12143         $ignore_result.
12144         (parse_args): Handle function results specified as IGNORE.
12145         * math/libm-test.inc (IGNORE_RESULT): New macro.
12146         (check_float_internal): Do not check numerical result if flag
12147         IGNORE_RESULT set.
12148         (check_complex): Pass through IGNORE_RESULT to second
12149         check_float_internal call.
12150         (check_int): Do not check numerical result if flag IGNORE_RESULT
12151         set.
12152         (check_long): Likewise.
12153         (check_bool): Likewise.
12154         (check_longlong): Likewise.
12155         (lrint_test_data): Add tests of infinite and NaN arguments.
12156         (lrint_tonearest_test_data): Likewise.
12157         (lrint_towardzero_test_data): Likewise.
12158         (lrint_downward_test_data): Likewise.
12159         (lrint_upward_test_data): Likewise.
12160         (llrint_test_data): Likewise.
12161         (llrint_tonearest_test_data): Likewise.
12162         (llrint_towardzero_test_data): Likewise.
12163         (llrint_downward_test_data): Likewise.
12164         (llrint_upward_test_data): Likewise.
12165         (lround_test_data): Likewise.
12166         (llround_test_data): Likewise.
12167
12168         * math/libm-test.inc (NO_TEST_INLINE): New macro.
12169         (ERRNO_UNCHANGED): Update value.
12170         (ERRNO_EDOM): Likewise.
12171         (ERRNO_ERANGE): Likewise.
12172         (NO_TEST_INLINE_FLOAT): New macro.
12173         (NO_TEST_INLINE_DOUBLE): Likewise.
12174         (enable_test): New function.
12175         (RUN_TEST_f_f): Check enable_test before running test.
12176         (RUN_TEST_2_f): Likewise.
12177         (RUN_TEST_fff_f): Likewise.
12178         (RUN_TEST_c_f): Likewise.
12179         (RUN_TEST_f_f1): Likewise.
12180         (RUN_TEST_fF_f1): Likewise.
12181         (RUN_TEST_fI_f1): Likewise.
12182         (RUN_TEST_ffI_f1): Likewise.
12183         (RUN_TEST_c_c): Likewise.
12184         (RUN_TEST_cc_c): Likewise.
12185         (RUN_TEST_f_i): Likewise.
12186         (RUN_TEST_f_i_tg): Likewise.
12187         (RUN_TEST_ff_i_tg): Likewise.
12188         (RUN_TEST_f_b): Likewise.
12189         (RUN_TEST_f_b_tg): Likewise.
12190         (RUN_TEST_f_l): Likewise.
12191         (RUN_TEST_f_L): Likewise.
12192         (RUN_TEST_fFF_11): Likewise.
12193         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
12194         conditionals.
12195         (cosh_test_data): Likewise.
12196         (exp_test_data): Likewise.
12197         (expm1_test_data): Likewise.
12198         (hypot_test_data): Likewise.
12199         (pow_test_data): Likewise.
12200         (sinh_test_data): Likewise.
12201         (tanh_test_data): Likewise.
12202         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
12203         flags argument.
12204
12205         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
12206         tests with quiet NaN input and output.
12207         (acosh_test_data): Likewise.
12208         (asin_test_data): Likewise.
12209         (asinh_test_data): Likewise.
12210         (atan_test_data): Likewise.
12211         (atanh_test_data): Likewise.
12212         (atan2_test_data): Likewise.
12213         (cbrt_test_data): Likewise.
12214         (cos_test_data): Likewise.
12215         (cosh_test_data): Likewise.
12216         (erf_test_data): Likewise.
12217         (erfc_test_data): Likewise.
12218         (exp_test_data): Likewise.
12219         (exp10_test_data): Likewise.
12220         (exp2_test_data): Likewise.
12221         (expm1_test_data): Likewise.
12222         (hypot_test_data): Likewise.
12223         (j0_test_data): Likewise.
12224         (j1_test_data): Likewise.
12225         (jn_test_data): Likewise.
12226         (lgamma_test_data): Likewise.
12227         (log_test_data): Likewise.
12228         (log10_test_data): Likewise.
12229         (log1p_test_data): Likewise.
12230         (log2_test_data): Likewise.
12231         (pow_test_data): Likewise.
12232         (scalb_test_data): Likewise.
12233         (sin_test_data): Likewise.
12234         (sincos_test_data): Likewise.
12235         (sinh_test_data): Likewise.
12236         (tan_test_data): Likewise.
12237         (tanh_test_data): Likewise.
12238         (tgamma_test_data): Likewise.
12239         (y0_test_data): Likewise.
12240         (y1_test_data): Likewise.
12241         (yn_test_data): Likewise.
12242
12243         [BZ #16167]
12244         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
12245         argument being NaN and avoid computations with second argument in
12246         that case.
12247         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
12248         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
12249         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
12250
12251 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
12252
12253         * locale/iso-639.def: Add Chitwani Tharu (the).
12254
12255 2013-11-14  Andreas Schwab  <schwab@suse.de>
12256
12257         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
12258         word instead of empty string.
12259
12260 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12261
12262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
12263         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
12264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
12265         (__fe_nomask_env): Likewise.
12266
12267 2013-11-13  Steve Ellcey  <sellcey@mips.com>
12268
12269         * benchtests/bench-timing.h: Include time.h.
12270
12271 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
12272
12273         [BZ #15997]
12274         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
12275         to 3.4.0 for x32.
12276         * sysdeps/unix/sysv/linux/configure: Regenerated.
12277
12278 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
12279
12280         [BZ #16151]
12281         * stdlib/strtod_l.c (round_and_return): Do not consider
12282         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
12283         exponent one less than half the least subnormal exponent.
12284         * stdlib/test-strtod-round-data: Add more tests.
12285         * stdlib/tst-strtod-round.c (tests): Regenerated.
12286
12287 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12288
12289         [BZ #14143]
12290         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
12291         (__fe_mask_env): Likewise.
12292         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
12293         libm_hidden_proto and add function prototype.
12294         (__fe_mask_env): Add function prototype.
12295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
12296         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
12297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
12298         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
12299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
12300         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
12301
12302 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12303
12304         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
12305         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
12306
12307 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12308
12309         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
12310         of htab_find_slot().
12311
12312 2013-11-11  David S. Miller  <davem@davemloft.net>
12313
12314         [BZ #16150]
12315         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
12316         symbol in the non-vis3 case in static builds.
12317         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
12318         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
12319         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
12320         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
12321
12322 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12323
12324         [BZ #387]
12325         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
12326         it is empty.
12327
12328 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12329
12330         * benchtests/Makefile: Add bench-strtod.
12331         * benchtests/bench-strtod.c: New file: strtod benchtest
12332
12333 2013-11-11  Andreas Schwab  <schwab@suse.de>
12334
12335         [BZ #16153]
12336         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
12337         terminating NUL in key length.
12338
12339 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12340
12341         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
12342         Add artificial ODP entry for vDSO symbol for PPC64.
12343         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
12344         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
12345
12346 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
12347
12348         [BZ #15374]
12349         * nss/getent.c (services_keys): Recognize services starting with digit.
12350
12351 2013-11-06  David S. Miller  <davem@davemloft.net>
12352
12353         [BZ #15985]
12354         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
12355         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
12356
12357 2013-11-06  Will Newton  <will.newton@linaro.org>
12358
12359         * manual/memory.texi (Malloc Examples): Remove register
12360         keyword from examples.
12361
12362 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
12363
12364         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
12365
12366 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
12367
12368         [BZ #6981]
12369         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
12370         depending on [__GCC_IEC_559 > 0].
12371         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
12372         depending on [__GCC_IEC_559_COMPLEX > 0].
12373
12374 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
12375
12376         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
12377         to iso-639.def.
12378
12379 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
12380
12381         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
12382
12383 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
12384
12385         [BZ #16112]
12386         * malloc/malloc (malloc_info): Do not handle first bin as
12387         special case.
12388
12389 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
12390
12391         * locale/iso-639.def: Add Central Nahuatl (nhn).
12392
12393 2013-11-01  Bruno Haible  <bruno@clisp.org>
12394
12395         [BZ #7003]
12396         * manual/math.texi (BSD Random): Specify range upper bound as
12397         in POSIX.
12398
12399 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
12400
12401         * locale/iso-639.def: Add Meadow Mari (mhr).
12402
12403 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
12404
12405         [BZ #14752], [BZ #15763]
12406         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
12407         Validate name.
12408         * rt/tst_shm.c: Add test for escaping directory.
12409
12410 2013-10-31  Andreas Schwab  <schwab@suse.de>
12411
12412         [BZ #15917]
12413         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
12414         followed by 'x' as part of digit sequence.
12415         * stdio-common/tst-sscanf.c (double_tests2): New tests.
12416
12417 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
12418
12419         [BZ #16037]
12420         * configure.ac: allow GNU Make 4.0 and greater.
12421         * configure: Regenerated.
12422
12423 2013-10-30  Will Newton  <will.newton@linaro.org>
12424
12425         [BZ #16038]
12426         * malloc/hooks.c (memalign_check): Limit alignment to the
12427         maximum representable power of two.
12428         * malloc/malloc.c (__libc_memalign): Likewise.
12429         * malloc/tst-memalign.c (do_test): Add test for very
12430         large alignment values.
12431         * malloc/tst-posix_memalign.c (do_test): Likewise.
12432
12433 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
12434
12435         [BZ #11087]
12436         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
12437         (munmap_chunk): Likewise.
12438         (mremap_chunk): Likewise.
12439
12440 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
12441
12442         [BZ #15799]
12443         * stdlib/div.c (div): Remove obsolete code.
12444         * stdlib/ldiv.c (ldiv): Likewise.
12445         * stdlib/lldiv.c (lldiv): Likewise.
12446
12447 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12448
12449         [BZ #16071]
12450         * nss/nss_files/files-XXX.c (get_contents_ret): New
12451         enumerator.
12452         (get_contents): New function.
12453         (internal_getent): Use it.  Expand size of LINEBUFLEN.
12454
12455 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
12456
12457         * configure.in: Moved to ...
12458         * configure.ac: ... here. Change reference to configure.in
12459         to configure.ac.
12460         * sysdeps/arm/preconfigure.ac: ... here.
12461         configure.in to configure.ac.
12462         * sysdeps/gnu/configure.in: Moved to ...
12463         * sysdeps/gnu/configure.ac: ... here.
12464         * sysdeps/i386/configure.in: Moved to ...
12465         * sysdeps/i386/configure.ac: ... here.
12466         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
12467         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
12468         * sysdeps/mach/configure.in: Moved to ...
12469         * sysdeps/mach/configure.ac: ... here.
12470         * sysdeps/mach/hurd/configure.in: Moved to ...
12471         * sysdeps/mach/hurd/configure.ac: ... here.
12472         * sysdeps/powerpc/configure.in: Moved to ...
12473         * sysdeps/powerpc/configure.ac: ... here.
12474         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
12475         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
12476         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
12477         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
12478         * sysdeps/s390/s390-32/configure.in: Moved to ...
12479         * sysdeps/s390/s390-32/configure.ac: ... here.
12480         * sysdeps/s390/s390-64/configure.in: Moved to ...
12481         * sysdeps/s390/s390-64/configure.ac: ... here.
12482         * sysdeps/sh/configure.in: Moved to ...
12483         * sysdeps/sh/configure.ac: ... here.
12484         * sysdeps/sparc/configure.in: Moved to ...
12485         * sysdeps/sparc/configure.ac: ... here.
12486         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
12487         * sysdeps/unix/sysv/linux/configure.ac: ... here.
12488         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
12489         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
12490         * sysdeps/x86_64/configure.in: Moved to ...
12491         * sysdeps/x86_64/configure.ac: ... here.
12492         * sysdeps/x86_64/preconfigure.in: Moved to ...
12493         * sysdeps/x86_64/preconfigure.ac: ... here.
12494         * aclocal.m4: Change reference to configure.in to configure.ac.
12495         * config.h.in: Likewise.
12496         * manual/install.texi: Likewise.
12497         * manual/maint.texi: Likewise.
12498         * Makefile: Likewise.
12499         * malloc/Makefile: Likewise.
12500         * nscd/Makefile: Likewise.
12501         * Makeconfig: Change reference to configure.in and
12502         preconfigure.in to configure.ac and preconfigure.ac
12503         respectively.
12504         * INSTALL: Regenerated.
12505         * configure: Likewise.
12506         * sysdeps/gnu/configure: Likewise.
12507         * sysdeps/i386/configure: Likewise.
12508         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
12509         * sysdeps/mach/configure: Likewise.
12510         * sysdeps/mach/hurd/configure: Likewise.
12511         * sysdeps/powerpc/configure: Likewise.
12512         * sysdeps/powerpc/powerpc32/configure: Likewise.
12513         * sysdeps/powerpc/powerpc64/configure: Likewise.
12514         * sysdeps/s390/s390-32/configure: Likewise.
12515         * sysdeps/s390/s390-64/configure: Likewise.
12516         * sysdeps/sh/configure: Likewise.
12517         * sysdeps/sparc/configure: Likewise.
12518         * sysdeps/unix/sysv/linux/configure: Likewise.
12519         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
12520         * sysdeps/x86_64/configure: Likewise.
12521         * sysdeps/x86_64/preconfigure: Likewise.
12522
12523 2013-10-29  Andreas Schwab  <schwab@suse.de>
12524
12525         * stdio-common/Makefile (tst-swscanf-ENV): Define.
12526
12527 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
12528
12529         * benchtests/pow-inputs: Add new inputs.
12530
12531         * benchtests/exp-inputs: Add new inputs.
12532
12533         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
12534         conditional check for return value.
12535         (__cos32): Likewise.
12536
12537 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12538
12539         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
12540         to provide a boost for large inputs with word alignment.
12541         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
12542         implementation based on optimized PPC64 strcpy.
12543         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
12544         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
12545         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
12546         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
12547
12548 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
12549
12550         [BZ #2801]
12551         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
12552
12553 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
12554
12555         [BZ #14876]
12556         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
12557         * time/tst-strptime.c (day_tests): Add testcase.
12558
12559 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
12560
12561         [BZ #14029]
12562         * manual/pattern.texi: Acknowledge that fnmatch can fail.
12563
12564 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
12565
12566         [BZ #16074]
12567         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
12568         MAP_FAILED on error.
12569
12570 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
12571
12572         [BZ #16072]
12573         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
12574         heap for large requests.
12575
12576 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
12577
12578         [BZ #9954]
12579         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
12580         result if the result has no associated interface.
12581         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
12582         interface for all 127.X.Y.Z addresses.
12583
12584 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
12585
12586         * locale/iso-639.def: Add Ligurian (lij)
12587
12588 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
12589
12590         [BZ #15825]
12591         * sunrpc/rpc_main.c: Document rpcgen -5.
12592
12593 2013-10-19  Michael Stahl  <mstahl@redhat.com>
12594
12595         * elf/rtld.c (do_preload): Print the reason why preloading failed.
12596
12597 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
12598
12599         [BZ #10278]
12600         * posix/glob.c: Match only directories when trailing slash is present.
12601         * posix/tst-gnuglob.c (my_opendir): Do not open files.
12602         (main): Add testcase.
12603
12604 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
12605
12606         [BZ #15670]
12607         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
12608
12609 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
12610
12611         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
12612         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
12613         AUTH_DES and cindex for FIPS 140-2.
12614         (DES Encryption): Add cindex FIPS 46-3.
12615
12616         * locale/locarchive.h (struct locarhandle): Add fname.
12617         * locale/programs/localedef.c (main): Pass ARGV[remaining]
12618         if an optional argument was specified to --list-archive,
12619         otherwise NULL.
12620         * locale/programs/locarchive.c (show_archive_content): Take new
12621         argument fname and pass it via ah.fname to open_archive.
12622         * locale/programs/localedef.h: Update decl.
12623         (open_archive): If AH->fname is non-null, open that file
12624         rather than the default file name, and don't ignore ENOENT.
12625         (create_archive): Set AH.fname to NULL.
12626         (delete_locales_from_archive): Likewise.
12627         (add_locales_to_archive): Likewise.
12628         * locale/programs/locfile.c (write_all_categories): Likewise.
12629
12630 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
12631             Aldy Hernandez  <aldyh@redhat.com>
12632
12633         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
12634         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
12635         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
12636         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
12637         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
12638         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
12639         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
12640         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
12641         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
12642         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
12643         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
12644         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
12645         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
12646         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
12647         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
12648         Likewise.
12649         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
12650         Likewise.
12651         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
12652         Likewise.
12653         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
12654         Likewise.
12655         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
12656         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
12657         Likewise.
12658         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
12659         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
12660         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
12661         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
12662         Likewise.
12663         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
12664         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
12665         * sysdeps/powerpc/preconfigure: Likewise.
12666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
12667         Likewise.
12668         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
12669         Replace contents of file by #include of <fenv_libc.h>.
12670         * sysdeps/powerpc/soft-fp/sfp-machine.h
12671         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
12672         and <sys/prctl.h>.
12673         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
12674         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
12675         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
12676         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
12677         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
12678         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
12679         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
12680         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
12681         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
12682         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
12683         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
12684         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
12685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12686         Allow copysignl PLT reference to be missing.
12687
12688 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
12689             Joseph Myers  <joseph@codesourcery.com
12690
12691         [BZ #15948]
12692         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
12693         single character.
12694         (add_to_tablewc): Assert sequence of wide characters is nonempty.
12695
12696 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
12697
12698         * elf/tst-tls-dlinfo.c: Don't include tls.h.
12699         * elf/tst-tls1.c: Likewise.
12700         * elf/tst-tls10.h: Likewise.
12701         * elf/tst-tls14.c: Likewise.
12702         * elf/tst-tls2.c: Likewise.
12703         * elf/tst-tls3.c: Likewise.
12704         * elf/tst-tls4.c: Likewise.
12705         * elf/tst-tls5.c: Likewise.
12706         * elf/tst-tls6.c: Likewise.
12707         * elf/tst-tls7.c: Likewise.
12708         * elf/tst-tls8.c: Likewise.
12709         * elf/tst-tls9.c: Likewise.
12710         * elf/tst-tlsmod1.c: Likewise.
12711         * elf/tst-tlsmod13.c: Likewise.
12712         * elf/tst-tlsmod13a.c: Likewise.
12713         * elf/tst-tlsmod14a.c: Likewise.
12714         * elf/tst-tlsmod16a.c: Likewise.
12715         * elf/tst-tlsmod16b.c: Likewise.
12716         * elf/tst-tlsmod2.c: Likewise.
12717         * elf/tst-tlsmod3.c: Likewise.
12718         * elf/tst-tlsmod4.c: Likewise.
12719         * elf/tst-tlsmod5.c: Likewise.
12720         * elf/tst-tlsmod6.c: Likewise.
12721
12722 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
12723
12724         [BZ #12486]
12725         * malloc/malloc.c: remove checks for statistics.
12726
12727 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
12728
12729         [BZ #15277]
12730         * inet/inet_net.c (inet_network): Detect additional invalid strings.
12731         * inet/tst-network.c: Add testcase.
12732
12733 2013-10-17  Andreas Schwab  <schwab@suse.de>
12734
12735         [BZ #15218]
12736         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
12737         to determine canonical name.
12738
12739 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
12740
12741         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
12742         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
12743         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
12744         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
12745         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
12746         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
12747         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
12748         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
12749         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
12750         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
12751         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
12752         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
12753         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
12754         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
12755         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
12756         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
12757         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
12758         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
12759         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
12760         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
12761         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
12762         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
12763         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
12764         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
12765         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
12766         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
12767         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
12768         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
12769         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
12770         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
12771         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
12772         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
12773         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
12774         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
12775         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
12776         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
12777         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
12778         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
12779         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
12780         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
12781         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
12782         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
12783         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
12784         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
12785         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
12786         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
12787         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
12788         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
12789         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
12790         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
12791         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
12792         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
12793         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12794         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
12795         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
12796         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
12797         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
12798         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
12799
12800 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
12801
12802         [BZ #16041]
12803         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
12804         make result into a quiet NaN.
12805
12806 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
12807
12808         * soft-fp/adddf3.c: Fix horizontal whitespace.
12809         * soft-fp/addsf3.c: Likewise.
12810         * soft-fp/addtf3.c: Likewise.
12811         * soft-fp/divdf3.c: Likewise.
12812         * soft-fp/divsf3.c: Likewise.
12813         * soft-fp/divtf3.c: Likewise.
12814         * soft-fp/double.h: Likewise.
12815         * soft-fp/eqdf2.c: Likewise.
12816         * soft-fp/eqsf2.c: Likewise.
12817         * soft-fp/eqtf2.c: Likewise.
12818         * soft-fp/extenddftf2.c: Likewise.
12819         * soft-fp/extended.h: Likewise.
12820         * soft-fp/extendsfdf2.c: Likewise.
12821         * soft-fp/extendsftf2.c: Likewise.
12822         * soft-fp/extendxftf2.c: Likewise.
12823         * soft-fp/fixdfdi.c: Likewise.
12824         * soft-fp/fixdfsi.c: Likewise.
12825         * soft-fp/fixdfti.c: Likewise.
12826         * soft-fp/fixsfdi.c: Likewise.
12827         * soft-fp/fixsfsi.c: Likewise.
12828         * soft-fp/fixsfti.c: Likewise.
12829         * soft-fp/fixtfdi.c: Likewise.
12830         * soft-fp/fixtfsi.c: Likewise.
12831         * soft-fp/fixtfti.c: Likewise.
12832         * soft-fp/fixunsdfdi.c: Likewise.
12833         * soft-fp/fixunsdfsi.c: Likewise.
12834         * soft-fp/fixunsdfti.c: Likewise.
12835         * soft-fp/fixunssfdi.c: Likewise.
12836         * soft-fp/fixunssfsi.c: Likewise.
12837         * soft-fp/fixunssfti.c: Likewise.
12838         * soft-fp/fixunstfdi.c: Likewise.
12839         * soft-fp/fixunstfsi.c: Likewise.
12840         * soft-fp/fixunstfti.c: Likewise.
12841         * soft-fp/floatdidf.c: Likewise.
12842         * soft-fp/floatdisf.c: Likewise.
12843         * soft-fp/floatditf.c: Likewise.
12844         * soft-fp/floatsidf.c: Likewise.
12845         * soft-fp/floatsisf.c: Likewise.
12846         * soft-fp/floatsitf.c: Likewise.
12847         * soft-fp/floattidf.c: Likewise.
12848         * soft-fp/floattisf.c: Likewise.
12849         * soft-fp/floattitf.c: Likewise.
12850         * soft-fp/floatundidf.c: Likewise.
12851         * soft-fp/floatundisf.c: Likewise.
12852         * soft-fp/floatunditf.c: Likewise.
12853         * soft-fp/floatunsidf.c: Likewise.
12854         * soft-fp/floatunsisf.c: Likewise.
12855         * soft-fp/floatunsitf.c: Likewise.
12856         * soft-fp/floatuntidf.c: Likewise.
12857         * soft-fp/floatuntisf.c: Likewise.
12858         * soft-fp/floatuntitf.c: Likewise.
12859         * soft-fp/fmadf4.c: Likewise.
12860         * soft-fp/fmasf4.c: Likewise.
12861         * soft-fp/fmatf4.c: Likewise.
12862         * soft-fp/gedf2.c: Likewise.
12863         * soft-fp/gesf2.c: Likewise.
12864         * soft-fp/getf2.c: Likewise.
12865         * soft-fp/ledf2.c: Likewise.
12866         * soft-fp/lesf2.c: Likewise.
12867         * soft-fp/letf2.c: Likewise.
12868         * soft-fp/muldf3.c: Likewise.
12869         * soft-fp/mulsf3.c: Likewise.
12870         * soft-fp/multf3.c: Likewise.
12871         * soft-fp/negdf2.c: Likewise.
12872         * soft-fp/negsf2.c: Likewise.
12873         * soft-fp/negtf2.c: Likewise.
12874         * soft-fp/op-1.h: Likewise.
12875         * soft-fp/op-2.h: Likewise.
12876         * soft-fp/op-4.h: Likewise.
12877         * soft-fp/op-8.h: Likewise.
12878         * soft-fp/op-common.h: Likewise.
12879         * soft-fp/quad.h: Likewise.
12880         * soft-fp/single.h: Likewise.
12881         * soft-fp/soft-fp.h: Likewise.
12882         * soft-fp/sqrtdf2.c: Likewise.
12883         * soft-fp/sqrtsf2.c: Likewise.
12884         * soft-fp/sqrttf2.c: Likewise.
12885         * soft-fp/subdf3.c: Likewise.
12886         * soft-fp/subsf3.c: Likewise.
12887         * soft-fp/subtf3.c: Likewise.
12888         * soft-fp/truncdfsf2.c: Likewise.
12889         * soft-fp/trunctfdf2.c: Likewise.
12890         * soft-fp/trunctfsf2.c: Likewise.
12891         * soft-fp/trunctfxf2.c: Likewise.
12892         * soft-fp/unorddf2.c: Likewise.
12893         * soft-fp/unordsf2.c: Likewise.
12894         * soft-fp/unordtf2.c: Likewise.
12895
12896 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
12897
12898         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
12899         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
12900
12901 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
12902
12903         * elf/dl-libc.c: Clear initfini list after freeing.
12904
12905 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
12906
12907         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
12908         * soft-fp/addsf3.c: Likewise.
12909         * soft-fp/addtf3.c: Likewise.
12910         * soft-fp/divdf3.c: Likewise.
12911         * soft-fp/divsf3.c: Likewise.
12912         * soft-fp/divtf3.c: Likewise.
12913         * soft-fp/double.h: Likewise.
12914         * soft-fp/eqdf2.c: Likewise.
12915         * soft-fp/eqsf2.c: Likewise.
12916         * soft-fp/eqtf2.c: Likewise.
12917         * soft-fp/extenddftf2.c: Likewise.
12918         * soft-fp/extended.h: Likewise.
12919         * soft-fp/extendsfdf2.c: Likewise.
12920         * soft-fp/extendsftf2.c: Likewise.
12921         * soft-fp/extendxftf2.c: Likewise.
12922         * soft-fp/fixdfdi.c: Likewise.
12923         * soft-fp/fixdfsi.c: Likewise.
12924         * soft-fp/fixdfti.c: Likewise.
12925         * soft-fp/fixsfdi.c: Likewise.
12926         * soft-fp/fixsfsi.c: Likewise.
12927         * soft-fp/fixsfti.c: Likewise.
12928         * soft-fp/fixtfdi.c: Likewise.
12929         * soft-fp/fixtfsi.c: Likewise.
12930         * soft-fp/fixtfti.c: Likewise.
12931         * soft-fp/fixunsdfdi.c: Likewise.
12932         * soft-fp/fixunsdfsi.c: Likewise.
12933         * soft-fp/fixunsdfti.c: Likewise.
12934         * soft-fp/fixunssfdi.c: Likewise.
12935         * soft-fp/fixunssfsi.c: Likewise.
12936         * soft-fp/fixunssfti.c: Likewise.
12937         * soft-fp/fixunstfdi.c: Likewise.
12938         * soft-fp/fixunstfsi.c: Likewise.
12939         * soft-fp/fixunstfti.c: Likewise.
12940         * soft-fp/floatdidf.c: Likewise.
12941         * soft-fp/floatdisf.c: Likewise.
12942         * soft-fp/floatditf.c: Likewise.
12943         * soft-fp/floatsidf.c: Likewise.
12944         * soft-fp/floatsisf.c: Likewise.
12945         * soft-fp/floatsitf.c: Likewise.
12946         * soft-fp/floattidf.c: Likewise.
12947         * soft-fp/floattisf.c: Likewise.
12948         * soft-fp/floattitf.c: Likewise.
12949         * soft-fp/floatundidf.c: Likewise.
12950         * soft-fp/floatundisf.c: Likewise.
12951         * soft-fp/floatunsidf.c: Likewise.
12952         * soft-fp/floatunsisf.c: Likewise.
12953         * soft-fp/floatuntidf.c: Likewise.
12954         * soft-fp/floatuntisf.c: Likewise.
12955         * soft-fp/floatuntitf.c: Likewise.
12956         * soft-fp/fmadf4.c: Likewise.
12957         * soft-fp/fmasf4.c: Likewise.
12958         * soft-fp/fmatf4.c: Likewise.
12959         * soft-fp/gedf2.c: Likewise.
12960         * soft-fp/gesf2.c: Likewise.
12961         * soft-fp/getf2.c: Likewise.
12962         * soft-fp/ledf2.c: Likewise.
12963         * soft-fp/lesf2.c: Likewise.
12964         * soft-fp/letf2.c: Likewise.
12965         * soft-fp/muldf3.c: Likewise.
12966         * soft-fp/mulsf3.c: Likewise.
12967         * soft-fp/multf3.c: Likewise.
12968         * soft-fp/negdf2.c: Likewise.
12969         * soft-fp/negsf2.c: Likewise.
12970         * soft-fp/negtf2.c: Likewise.
12971         * soft-fp/op-1.h: Likewise.
12972         * soft-fp/op-2.h: Likewise.
12973         * soft-fp/op-4.h: Likewise.
12974         * soft-fp/op-8.h: Likewise.
12975         * soft-fp/op-common.h: Likewise.
12976         * soft-fp/quad.h: Likewise.
12977         * soft-fp/single.h: Likewise.
12978         * soft-fp/soft-fp.h: Likewise.
12979         * soft-fp/sqrtdf2.c: Likewise.
12980         * soft-fp/sqrtsf2.c: Likewise.
12981         * soft-fp/sqrttf2.c: Likewise.
12982         * soft-fp/subdf3.c: Likewise.
12983         * soft-fp/subsf3.c: Likewise.
12984         * soft-fp/subtf3.c: Likewise.
12985         * soft-fp/truncdfsf2.c: Likewise.
12986         * soft-fp/trunctfdf2.c: Likewise.
12987         * soft-fp/trunctfsf2.c: Likewise.
12988         * soft-fp/trunctfxf2.c: Likewise.
12989         * soft-fp/unorddf2.c: Likewise.
12990         * soft-fp/unordsf2.c: Likewise.
12991         * soft-fp/unordtf2.c: Likewise.
12992
12993 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
12994
12995         [BZ #15672]
12996         * misc/error.c (error_tail): Fix possible buffer overflow.
12997
12998 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
12999
13000         [BZ #13028]
13001         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
13002         address.
13003
13004 2013-10-14  P. J. McDermott  <pj@pehjota.net>
13005
13006         [BZ #832]
13007         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
13008         testing pipefail option.
13009
13010 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
13011
13012         * soft-fp/double.h: Indent preprocessor directives inside #if.
13013         * soft-fp/extended.h: Likewise.
13014         * soft-fp/op-2.h: Likewise.
13015         * soft-fp/op-4.h: Likewise.
13016         * soft-fp/op-common.h: Likewise.
13017         * soft-fp/quad.h: Likewise.
13018         * soft-fp/single.h: Likewise.
13019         * soft-fp/soft-fp.h: Likewise.
13020
13021 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
13022
13023         * iconv/iconv_prog.c: Fix typos.
13024         * stdio-common/psiginfo-data.h: Likewise.
13025
13026 2013-10-12   Reuben Thomas <rrt@sc3d.org>
13027
13028         [BZ #15764]
13029         * locale/setlocale.c: Fix typo.
13030
13031 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
13032
13033         [BZ #16036]
13034         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
13035         signaling NaN arguments.
13036         * soft-fp/unordsf2.c (__unordsf2): Likewise.
13037         * soft-fp/unordtf2.c (__unordtf2): Likewise.
13038
13039         [BZ #14910]
13040         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
13041         unordered operands.
13042         * soft-fp/gesf2.c (__gesf2): Likewise.
13043         * soft-fp/getf2.c (__getf2): Likewise.
13044         * soft-fp/ledf2.c (__ledf2): Likewise.
13045         * soft-fp/lesf2.c (__lesf2): Likewise.
13046         * soft-fp/letf2.c (__letf2): Likewise.
13047
13048         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
13049         * soft-fp/eqsf2.c (__eqsf2): Likewise.
13050         * soft-fp/eqtf2.c (__eqtf2): Likewise.
13051         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
13052         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
13053         * soft-fp/fixdfti.c (__fixdfti): Likewise.
13054         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
13055         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
13056         * soft-fp/fixsfti.c (__fixsfti): Likewise.
13057         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
13058         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
13059         * soft-fp/fixtfti.c (__fixtfti): Likewise.
13060         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
13061         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
13062         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
13063         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
13064         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
13065         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
13066         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
13067         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
13068         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
13069         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
13070         * soft-fp/floatdisf.c (__floatdisf): Likewise.
13071         * soft-fp/floatsisf.c (__floatsisf): Likewise.
13072         * soft-fp/floattidf.c (__floattidf): Likewise.
13073         * soft-fp/floattisf.c (__floattisf): Likewise.
13074         * soft-fp/floattitf.c (__floattitf): Likewise.
13075         * soft-fp/floatundidf.c (__floatundidf): Likewise.
13076         * soft-fp/floatundisf.c (__floatundisf): Likewise.
13077         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
13078         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
13079         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
13080         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
13081         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
13082         * soft-fp/gesf2.c (__gesf2): Likewise.
13083         * soft-fp/getf2.c (__getf2): Likewise.
13084         * soft-fp/ledf2.c (__ledf2): Likewise.
13085         * soft-fp/lesf2.c (__lesf2): Likewise.
13086         * soft-fp/letf2.c (__letf2): Likewise.
13087
13088         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
13089         Undefine and redefine.
13090         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
13091         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
13092         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
13093         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
13094         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
13095         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
13096         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
13097         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
13098         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
13099         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
13100         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
13101         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
13102         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
13103         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
13104         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
13105
13106         [BZ #16032]
13107         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
13108         without decrementing exponent if mantissa >= that for the
13109         denominator, not >.
13110         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
13111         denominator, not >.  Decrement exponent in < case instead of
13112         incrementing in >= case.
13113         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
13114         without decrementing exponent if mantissa >= that for the
13115         denominator, not >.
13116
13117         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
13118         computing saturated result for unsigned overflow.
13119
13120 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13121             Jeff Law  <law@redhat.com>
13122
13123         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
13124         (atan2Mp): Add systemtap probe marker.
13125         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
13126         (__ieee754_log): Add systemtap probe marker.
13127         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
13128         (atanMp): Add systemtap probe marker.
13129         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
13130         (tanMp): Add systemtap probe marker.
13131         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
13132         (__slowexp): Add systemtap probe marker.
13133         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
13134         (__slowpow): Add systemtap probe marker.
13135         * manual/probes.texi: Document probes.
13136
13137 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
13138
13139         [BZ #15362]
13140         * libio/fileops.c (_IO_new_file_write): Return count of bytes
13141         written.
13142         (_IO_new_file_xsputn): Don't return EOF if nothing has been
13143         written.
13144         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
13145         written to buffer but not flushed.
13146         * libio/iofwrite_u.c:  Likewise.
13147         * libio/iopadn.c:  Return bytes returned even if EOF was
13148         encountered.
13149         * libio/iowpadn.c:  Likewise.
13150         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
13151         if _IO_padn does not write the whole buffer.
13152         [!COMPILE_WPRINTF] (PAD): Likewise.
13153
13154 2013-10-10  David S. Miller  <davem@davemloft.net>
13155
13156         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
13157         directory block.
13158
13159 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
13160
13161         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
13162         instead of FSF address.
13163         * soft-fp/fixdfti.c: Likewise.
13164         * soft-fp/fixsfti.c: Likewise.
13165         * soft-fp/fixtfti.c: Likewise.
13166         * soft-fp/fixunsdfti.c: Likewise.
13167         * soft-fp/fixunssfti.c: Likewise.
13168         * soft-fp/fixunstfti.c: Likewise.
13169         * soft-fp/floattidf.c: Likewise.
13170         * soft-fp/floattisf.c: Likewise.
13171         * soft-fp/floattitf.c: Likewise.
13172         * soft-fp/floatuntidf.c: Likewise.
13173         * soft-fp/floatuntisf.c: Likewise.
13174         * soft-fp/floatuntitf.c: Likewise.
13175         * soft-fp/trunctfxf2.c: Likewise.
13176
13177         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
13178         * soft-fp/fixdfti.c: Likewise.
13179         * soft-fp/fixsfti.c: Likewise.
13180         * soft-fp/fixtfti.c: Likewise.
13181         * soft-fp/fixunsdfti.c: Likewise.
13182         * soft-fp/fixunssfti.c: Likewise.
13183         * soft-fp/fixunstfti.c: Likewise.
13184         * soft-fp/floattidf.c: Likewise.
13185         * soft-fp/floattisf.c: Likewise.
13186         * soft-fp/floattitf.c: Likewise.
13187         * soft-fp/floatuntidf.c: Likewise.
13188         * soft-fp/floatuntisf.c: Likewise.
13189         * soft-fp/floatuntitf.c: Likewise.
13190         * soft-fp/trunctfxf2.c: Likewise.
13191
13192 2013-10-10  David S. Miller  <davem@davemloft.net>
13193
13194         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13195
13196 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
13197
13198         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13199         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
13200         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
13201         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
13202         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
13203         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
13204         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
13205
13206         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
13207         for NaNs before doing comparisons on argument.
13208         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
13209         Likewise.
13210
13211 2013-10-10  Will Newton  <will.newton@linaro.org>
13212
13213         * malloc/hooks.c (memalign_check): Ensure the value of bytes
13214         passed to _int_memalign does not overflow.
13215
13216 2013-10-10  Torvald Riegel  <triegel@redhat.com>
13217
13218         * scripts/bench.pl: Add include-sources directive.
13219         * benchtests/README: Update documentation.
13220
13221 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
13222
13223         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
13224         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
13225         instead of FP_INIT_ROUNDMODE.
13226         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
13227         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
13228
13229         [BZ #16034]
13230         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
13231         copy class of input value.
13232         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
13233         not handle exceptions.
13234         * soft-fp/negsf2.c (__negsf2): Likewise.
13235         * soft-fp/negtf2.c (__negtf2): Likewise.
13236         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
13237
13238 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
13239
13240         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
13241         semicolon.  From Linux kernel.
13242
13243 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
13244
13245         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
13246
13247 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
13248
13249         [BZ #156]
13250         * manual/socket.texi: Added statement about buffer
13251         for gethostbyname2_r.
13252
13253 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
13254
13255         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
13256         Use .p2align directive instead, throughout.
13257         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
13258         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
13259         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
13260         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
13261         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
13262         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
13263         * sysdeps/x86_64/strchr.S: Likewise.
13264         * sysdeps/x86_64/strrchr.S: Likewise.
13265
13266 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
13267
13268         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
13269
13270         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
13271
13272         * sysdeps/generic/math_private.h (__mpsin1): Remove
13273         declaration.
13274         (__mpcos1): Likewise.
13275         (__mpsin): New argument __range_reduce.
13276         (__mpcos): Likewise.
13277         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
13278         (slow): Use __mpsin and __mpcos.
13279         (slow1): Likewise.
13280         (slow2): Likewise.
13281         (sloww): Likewise.
13282         (sloww1): Likewise.
13283         (sloww2): Likewise.
13284         (bsloww): Likewise.
13285         (bsloww1): Likewise.
13286         (bsloww2): Likewise.
13287         (cslow2): Likewise.
13288         (csloww): Likewise.
13289         (csloww1): Likewise.
13290         (csloww2): Likewise.
13291         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
13292         range_reduce.  Merge in __mpsin1.
13293         (__mpcos): Likewise.
13294         (__mpsin1): Remove.
13295         (__mpcos1): Likewise.
13296
13297 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
13298
13299         * locale/loadlocale.c (_nl_intern_locale_data): Use
13300         LOCFILE_ALIGNED_P.
13301         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
13302         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
13303         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
13304         obstack data is appropriately aligned.
13305         (obstack_int32_grow_fast): Likewise.
13306         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
13307         * locale/programs/locfile.c (add_locale_uint32): Likewise.
13308         (add_locale_uint32_array): Likewise.
13309
13310 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
13311
13312         * benchtests/Makefile: Remove ARGLIST and RET variables.
13313         ($(objpfx)bench-%.c): Pass only function name to the script.
13314         * benchtests/README: Update documentation.
13315         * benchtests/acos-inputs: Add new directives.
13316         * benchtests/acosh-inputs: Likewise.
13317         * benchtests/asin-inputs: Likewise.
13318         * benchtests/asinh-inputs: Likewise.
13319         * benchtests/atan-inputs: Likewise.
13320         * benchtests/atanh-inputs: Likewise.
13321         * benchtests/cos-inputs: Likewise.
13322         * benchtests/cosh-inputs: Likewise.
13323         * benchtests/exp-inputs: Likewise.
13324         * benchtests/log-inputs: Likewise.
13325         * benchtests/pow-inputs: Likewise.
13326         * benchtests/rint-inputs: Likewise.
13327         * benchtests/sin-inputs: Likewise.
13328         * benchtests/sinh-inputs: Likewise.
13329         * benchtests/tan-inputs: Likewise.
13330         * benchtests/tanh-inputs: Likewise.
13331         * scripts/bench.pl: Add support for new directives.
13332
13333 2013-10-07  Alan Modra  <amodra@gmail.com>
13334
13335         * README: Fix careless merge.
13336
13337 2013-10-05  Alan Modra  <amodra@gmail.com>
13338
13339         * NEWS: Mention powerpc64le support and bugs fixed.
13340         * README: Both big-endian and little-endian powerpc64 supported.
13341
13342 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13343
13344         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
13345         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
13346         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
13347         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
13348
13349 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
13350
13351         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
13352         match prototype.
13353
13354 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
13355
13356         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
13357         Move -mhard-float appending from
13358         ports/sysdeps/powerpc/powerpc32/Makefile.
13359         [$(with-fp) = yes] (ASFLAGS): Likewise.
13360         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
13361         * sysdeps/powerpc/nofpu: Move directory from
13362         ports/sysdeps/powerpc/nofpu.
13363         * sysdeps/powerpc/soft-fp: Move directory from
13364         ports/sysdeps/powerpc/soft-fp.
13365         * sysdeps/powerpc/powerpc32/405: Move directory from
13366         ports/sysdeps/powerpc/powerpc32/405.
13367         * sysdeps/powerpc/powerpc32/440: Move directory from
13368         ports/sysdeps/powerpc/powerpc32/440.
13369         * sysdeps/powerpc/powerpc32/464: Move directory from
13370         ports/sysdeps/powerpc/powerpc32/464.
13371         * sysdeps/powerpc/powerpc32/476: Move directory from
13372         ports/sysdeps/powerpc/powerpc32/476.
13373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
13374         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
13375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
13376         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
13377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
13378         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
13379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
13380         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
13381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
13382         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
13383         * README: Update for powerpc-*-linux-gnu software floating point
13384         support in libc.
13385
13386         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
13387         case to powerpc/powerpc32*.
13388         * sysdeps/unix/sysv/linux/configure: Regenerated.
13389
13390         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
13391         (_FPU_MASK_OM): Define as 0x04.
13392         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
13393         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
13394         0x00c10080.
13395         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
13396         0x0000003c.
13397         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
13398
13399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
13400         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
13401         getcontext_e500.
13402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
13403         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
13404         setcontext_e500.
13405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
13406         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
13407         and setcontext_e500.
13408
13409 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
13410
13411         * locale/iso-3166.def: Update iso-1366.def and related occurrences
13412
13413 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13414
13415         * manual/threads.texi (Default Thread Attributes): Fix typo.
13416
13417 2013-10-04  Will Newton  <will.newton@linaro.org>
13418
13419         * malloc/Makefile: Add tst-memalign.
13420         * malloc/tst-memalign.c: New file.
13421
13422         * malloc/tst-posix_memalign.c: Add comments.
13423         (do_test): Add comments and call free on all potentially
13424         allocated pointers. Add space after cast.
13425
13426         * malloc/tst-pvalloc.c: Add comments.
13427         (do_test): Add comments and call free on all potentially
13428         allocated pointers. Remove duplicate check for NULL pointer.
13429         Add space after cast.
13430
13431         * malloc/tst-valloc.c: Add comments.
13432         (do_test): Add comments and call free on all potentially
13433         allocated pointers. Remove duplicate check for NULL pointer.
13434         Add space after cast.
13435
13436 2013-10-04  Alan Modra  <amodra@gmail.com>
13437
13438         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
13439         Use stdint types in rather than __attribute__((mode())).
13440         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
13441
13442 2013-10-04  Alan Modra  <amodra@gmail.com>
13443
13444         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
13445         Correct handling of unaligned relocs for little-endian.
13446         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
13447
13448 2013-10-04  Alan Modra  <amodra@gmail.com>
13449
13450         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
13451         * configure: Regenerate.
13452         * nptl/shlib-versions: Powerpc*le starts at 2.18.
13453         * shlib-versions: Likewise.
13454
13455 2013-10-04  Alan Modra  <amodra@gmail.com>
13456
13457         * string/tester.c (test_memrchr): Increment reported test cycle.
13458
13459 2013-10-04  Alan Modra  <amodra@gmail.com>
13460
13461         * string/test-memcpy.c (do_one_test): When reporting errors, print
13462         string address and don't overrun end of string.
13463
13464 2013-10-04  Alan Modra  <amodra@gmail.com>
13465
13466         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
13467         insrdi.  Make better use of reg selection to speed exit slightly.
13468         Schedule entry path a little better.  Remove useless "are we done"
13469         checks on entry to main loop.  Handle wrapping around zero address.
13470         Correct main loop count.  Handle single left-over word from main
13471         loop inline rather than by using loop_small.  Remove extra word
13472         case in loop_small caused by wrong loop count.  Add little-endian
13473         support.
13474         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
13475         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
13476         cache hint.
13477         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
13478         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
13479         support.  Avoid rlwimi.
13480         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
13481
13482 2013-10-04  Alan Modra  <amodra@gmail.com>
13483
13484         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
13485         insrdi.  Formatting.
13486         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
13487         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
13488         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
13489         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
13490         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
13491         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
13492
13493 2013-10-04  Alan Modra  <amodra@gmail.com>
13494
13495         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
13496         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
13497         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
13498         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
13499         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
13500         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
13501         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
13502         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
13503         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
13504         use of regs.  Use power7 mtocrf.  Tidy function tails.
13505
13506 2013-10-04  Alan Modra  <amodra@gmail.com>
13507
13508         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
13509         Formatting.  Consistently use rXXX register defines or rN defines.
13510         Use early exit labels that avoid restoring unused non-volatile regs.
13511         Make cr field use more consistent with rWORDn compares.  Rename
13512         regs used as shift registers for unaligned loop, using rN defines
13513         for short lifetime/multiple use regs.
13514         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
13515         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
13516         addi 1,1,64 to pop stack frame.  Simplify return value code.
13517         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
13518
13519 2013-10-04  Alan Modra  <amodra@gmail.com>
13520
13521         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
13522         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
13523         rather than rlwimi.
13524         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
13525         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
13526         little-endian support.  Correct typos.
13527         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
13528         rather than rlwimi.
13529         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
13530         in loop and entry code to keep "and." results.
13531         (strchr): Add little-endian support.  Comment.  Move cntlzd
13532         earlier in tail.
13533         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
13534
13535 2013-10-04  Alan Modra  <amodra@gmail.com>
13536
13537         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
13538         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
13539         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
13540         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
13541
13542 2013-10-04  Alan Modra  <amodra@gmail.com>
13543
13544         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
13545         (rTMP): Define as r11.
13546         (strcmp): Add little-endian support.  Optimise tail.
13547         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
13548         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
13549         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
13550         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
13551         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
13552         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
13553         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
13554
13555 2013-10-04  Alan Modra  <amodra@gmail.com>
13556
13557         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
13558         little-endian support.  Remove unnecessary "are we done" tests.
13559         Handle "s" wrapping around zero and extremely large "size".
13560         Correct main loop count.  Handle single left-over word from main
13561         loop inline rather than by using small_loop.  Correct comments.
13562         Delete "zero" tail, use "end_max" instead.
13563         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
13564
13565 2013-10-04  Alan Modra  <amodra@gmail.com>
13566
13567         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
13568         support.  Don't branch over align.
13569         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
13570         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
13571         support.  Rearrange tmp reg use to suit.  Comment.
13572         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
13573
13574 2013-10-04  Alan Modra  <amodra@gmail.com>
13575
13576         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
13577
13578 2013-10-04  Alan Modra  <amodra@gmail.com>
13579
13580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
13581         conditional form of branch and link when obtaining pc.
13582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
13583
13584 2013-10-04  Alan Modra  <amodra@gmail.com>
13585
13586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
13587         HIWORD/LOWORD.
13588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
13589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
13590
13591 2013-10-04  Alan Modra  <amodra@gmail.com>
13592
13593         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
13594         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
13595         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
13596         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
13597         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
13598         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
13599         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
13600         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
13601         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
13602         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
13603
13604 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
13605             Alistair Popple <alistair@ozlabs.au.ibm.com>
13606             Alan Modra <amodra@gmail.com>
13607
13608         [BZ #15723]
13609         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
13610         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
13611         _dl_hwcap access for little-endian.
13612         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
13613         destroy vmx regs when saving unaligned.
13614         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
13615         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
13616         destroy vmx regs when saving unaligned.
13617
13618 2013-10-04  Alan Modra  <amodra@gmail.com>
13619
13620         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
13621         Don't use a union to pack hi/low value.
13622
13623 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
13624
13625         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
13626         for little-endian.
13627         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
13628         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
13629         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
13630         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
13631         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
13632
13633 2013-10-04  Alan Modra  <amodra@gmail.com>
13634
13635         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
13636         constants to usual value for .cst8 section, and remove redundant
13637         high address load.
13638         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
13639         constant for 0x1p52.  Load little-endian words of double from
13640         correct stack offsets.
13641
13642 2013-10-04  Alan Modra  <amodra@gmail.com>
13643
13644         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
13645         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
13646         words of double from correct stack offsets.
13647         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
13648         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
13649         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
13650         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
13651         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
13652         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
13653         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
13654         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
13655         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
13656         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
13657         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
13658         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
13659         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
13660         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
13661         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
13662         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
13663         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
13664
13665 2013-10-04  Alan Modra  <amodra@gmail.com>
13666
13667         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
13668         64-bit int/double union.
13669         (_FPU_SETCW): Likewise.
13670         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
13671         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
13672
13673 2013-10-04  Alan Modra  <amodra@gmail.com>
13674
13675         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
13676         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
13677
13678 2013-10-04  Alan Modra  <amodra@gmail.com>
13679
13680         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
13681         use vector int constants.
13682         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
13683
13684 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
13685
13686         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
13687         array with long long.
13688         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
13689         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
13690         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
13691         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
13692         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
13693         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
13694         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
13695         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
13696         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
13697         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
13698         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
13699         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
13700         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
13701
13702 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
13703
13704         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
13705         (__signbit): Likewise.  Correct for little-endian.
13706         (__signbitl): Call __signbit.
13707         (lrint): Correct for little-endian.
13708         (lrintf): Call lrint.
13709
13710 2013-10-04  Alan Modra  <amodra@gmail.com>
13711
13712         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
13713         union 32-bit int array member with 64-bit int array.
13714         (t515, tm256): Double rather than long double.
13715         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
13716
13717 2013-10-04  Alan Modra  <amodra@gmail.com>
13718
13719         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
13720         Delete.
13721         (IEEE854_LONG_DOUBLE_BIAS): Delete.
13722         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
13723         version of math_ldbl.h.
13724
13725 2013-10-04  Alan Modra  <amodra@gmail.com>
13726
13727         [BZ #15734], [BZ #15735]
13728         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
13729         all uses of ieee875 long double macros and unions.  Simplify test
13730         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
13731         ldbl_extract_mantissa value for ix,iy exponents.  Properly
13732         normalize after ldbl_extract_mantissa, and don't add hidden bit
13733         already handled.  Don't treat low word of ieee854 mantissa like
13734         low word of IBM long double and mask off bit when testing for
13735         zero.
13736         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
13737         all uses of ieee875 long double macros and unions.  Simplify tests
13738         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
13739         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
13740         two1022, instead use their values.  Recognise that tests for large
13741         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
13742         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
13743         Rewrite all uses of ieee875 long double macros and unions.  Simplify
13744         test for 0.0L and nan.  Correct negation.
13745         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
13746         ieee875 long double macros and unions.  Correct output for large
13747         magnitude x.  Correct absolute value calculation.
13748         (__erfcl): Likewise.
13749         * math/libm-test.inc: Add tests for errors discovered in IBM long
13750         double versions of fmodl, remainderl, erfl and erfcl.
13751
13752 2013-10-04  Alan Modra  <amodra@gmail.com>
13753
13754         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
13755         all uses of ieee854 long double macros and unions.  Simplify tests
13756         for long doubles that are fully specified by the high double.
13757         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
13758         Likewise.
13759         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
13760         Remove dead code too.
13761         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
13762         (__ieee754_ynl): Likewise.
13763         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
13764         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
13765         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
13766         Remove dead code too.
13767         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
13768         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
13769         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
13770         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
13771         Simplify.
13772         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
13773         Simplify.
13774         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
13775         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
13776         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
13777         Comment on variable precision.
13778         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
13779         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
13780         Likewise.
13781         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
13782         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
13783         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
13784         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
13785         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
13786
13787 2013-10-04  Alan Modra  <amodra@gmail.com>
13788
13789         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
13790         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
13791         all uses of ieee854 long double macros and unions.
13792         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
13793         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
13794         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
13795         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
13796         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
13797         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
13798         Likewise.
13799         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
13800         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
13801         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
13802         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
13803         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
13804         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
13805         Simplify sign and nan test too.
13806         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
13807         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
13808         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
13809         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
13810         Likewise.
13811         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
13812         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
13813         Likewise.
13814         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
13815         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
13816         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
13817         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
13818         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
13819         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
13820
13821 2013-10-04  Alan Modra  <amodra@gmail.com>
13822
13823         * stdio-common/printf_size.c (__printf_size): Don't use
13824         union ieee854_long_double in fpnum union.
13825         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
13826         signbit macro to retrieve sign from long double.
13827         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
13828         retrieve sign from long double.
13829         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
13830         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
13831         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
13832         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
13833         * math/test-misc.c (main): Don't use union ieee854_long_double.
13834
13835 2013-10-04  Alan Modra  <amodra@gmail.com>
13836
13837         [BZ #15680]
13838         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
13839         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
13840         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
13841         calculation.  Remove unnecessary test for denormal exponent.
13842         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
13843         Correct handling of denormals.  Avoid undefined shift behaviour.
13844         Correct normalisation of low mantissa when low double is denormal.
13845         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
13846         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
13847         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
13848         Correct normalisation of low mantissa.  Test for overflow of high
13849         mantissa and normalise.
13850         (ldbl_nearbyint): Use more readable constant for two52.
13851         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
13852         (__mpn_construct_long_double): Fix test for overflow of high
13853         mantissa and correct normalisation.  Avoid undefined shift.
13854
13855 2013-10-04  Alan Modra  <amodra@gmail.com>
13856
13857         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
13858         (union ibm_extended_long_double): Define as an array of ieee754_double.
13859         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
13860         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
13861         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
13862         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
13863         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
13864         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
13865         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
13866         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
13867         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
13868         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
13869         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
13870
13871 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
13872
13873         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
13874         page size instead of calling getpagesize.
13875
13876         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
13877         (LOCFILE_ALIGN_MASK): Likewise.
13878         (LOCFILE_ALIGN_UP): Likewise.
13879         (LOCFILE_ALIGNED_P): Likewise.
13880         * locale/programs/ld-collate.c (collate_output): Use the new
13881         macros instead of __alignof__ (int32_t).
13882         * locale/weight.h (findidx): Likewise.
13883
13884 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
13885
13886         [BZ #431]
13887         * manual/string.texi: Fix strncat and wcsncat.
13888
13889 2013-10-03  Brooks Moses  <bmoses@google.com>
13890
13891         [BZ #15915]
13892         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
13893         * Makerules: ...here, and adjust associated comments.
13894
13895 2013-10-02  Will Newton  <will.newton@linaro.org>
13896
13897         * malloc/Makefile: Add tst-pvalloc.
13898         * malloc/tst-pvalloc.c: New file.
13899
13900 2013-10-02  Will Newton  <will.newton@linaro.org>
13901
13902         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
13903         improve test coverage.
13904
13905 2013-10-02  Will Newton  <will.newton@linaro.org>
13906
13907         * malloc/Makefile: Add tst-posix_memalign.
13908         * malloc/tst-posix_memalign.c: New file.
13909
13910 2013-10-01  Eric Blake  <eblake@redhat.com>
13911
13912         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
13913         Use __THROWNL rather than __THROW on static functions.
13914
13915 2013-09-30  Petr Machata  <pmachata@redhat.com>
13916
13917         * elf/elf.h (R_AARCH64_ABS16): New macro.
13918         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
13919         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
13920         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
13921         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
13922         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
13923         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
13924         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
13925         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
13926         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
13927         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
13928         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
13929         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
13930         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
13931         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
13932         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
13933         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
13934         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
13935         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
13936         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
13937         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
13938         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
13939         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
13940         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
13941         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
13942         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
13943         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
13944         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
13945         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
13946         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
13947         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
13948         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
13949         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
13950         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
13951         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
13952         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
13953         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
13954         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
13955         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
13956         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
13957         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
13958         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
13959         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
13960         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
13961         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
13962         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
13963         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
13964         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
13965         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
13966         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
13967         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
13968         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
13969         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
13970         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
13971         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
13972         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
13973         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
13974         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
13975         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
13976         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
13977         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
13978         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
13979         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
13980         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
13981         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
13982         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
13983         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
13984         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
13985         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
13986         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
13987         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
13988         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
13989         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
13990         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
13991         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
13992         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
13993         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
13994         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
13995         (R_AARCH64_TLSDESC_LDR): Likewise.
13996         (R_AARCH64_TLSDESC_ADD): Likewise.
13997         (R_AARCH64_TLSDESC_CALL): Likewise.
13998
13999 2013-09-30  Andreas Schwab  <schwab@suse.de>
14000
14001         [BZ #15048]
14002         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
14003         the nss database lookup.
14004         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14005         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
14006
14007 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
14008
14009         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
14010
14011 2013-09-28  P. J. McDermott  <pj@pehjota.net>
14012
14013         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
14014         ${Bash-specific parameter/pattern/string} parameter expansion.
14015         * sysdeps/unix/make-syscalls.sh: Likewise.
14016
14017 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14018
14019         * sysdeps/sh/stackguard-macros.h: New file.
14020
14021 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
14022
14023         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
14024         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
14025         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
14026         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
14027         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
14028         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
14029
14030 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14031
14032         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
14033         Fix thread ID register.
14034
14035 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
14036
14037         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
14038         [POSIX || UNIX98]: Require rather than permitting all symbols from
14039         <time.h>.
14040         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
14041         element of struct sched_param.
14042         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
14043         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
14044         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
14045         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
14046         constant.
14047
14048 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
14049
14050         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
14051         argument calculation.
14052
14053 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
14054
14055         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
14056         Expect macro.
14057         [POSIX] (pthread_attr_t): Do not require type.
14058         [POSIX] (pthread_cond_t): Likewise.
14059         [POSIX] (pthread_condattr_t): Likewise.
14060         [POSIX] (pthread_key_t): Likewise.
14061         [POSIX] (pthread_mutex_t): Likewise.
14062         [POSIX] (pthread_mutexattr_t): Likewise.
14063         [POSIX] (pthread_once_t): Likewise.
14064         [POSIX] (pthread_t): Likewise.
14065         [POSIX-based standards] (pthread_atfork): Expect function.
14066
14067 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
14068             Richard Sandiford  <richard@codesourcery.com>
14069
14070         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
14071         (swap_endianness_p): New extern variable.
14072         (set_big_endian): New inline function.
14073         (maybe_swap_uint32): Likewise.
14074         (maybe_swap_uint32_array): Likewise.
14075         (maybe_swap_uint32_obstack): Likewise.
14076         * locale/programs/locfile.c: Include <stdbool.h>.
14077         (swap_endianness_p): New variable.
14078         (add_locale_uint32): Call maybe_swap_uint32.
14079         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
14080         (write_locale_data): Call maybe_swap_uint32_array.
14081         * locale/programs/ld-collate.c (obstack_int32_grow): Call
14082         maybe_swap_uint32.
14083         (obstack_int32_grow_fast): Likewise.
14084         (output_weightwc): Call maybe_swap_uint32_obstack.
14085         (collate_output): Likewise.
14086         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
14087         (OPT_LITTLE_ENDIAN): Likewise.
14088         (options): Add --little-endian and --big-endian options.
14089         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
14090         * locale/programs/locarchive.c: Include "locfile.h".
14091         (GET): New macro.
14092         (SET): Likewise.
14093         (INC): Likewise.
14094         (create_archive): Use the new macros to access fields of
14095         structures directly mapped from or written to locale archives.
14096         (oldlocrecentcmp): Likewise.
14097         (enlarge_archive): Likewise.
14098         (insert_name): Likewise.
14099         (add_alias): Likewise.
14100         (add_locale): Likewise.
14101         (delete_locales_from_archive): Likewise.
14102         (show_archive_content): Likewise.
14103         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
14104         locale data.
14105
14106 2013-09-24  Roland McGrath  <roland@hack.frob.com>
14107
14108         * manual/freemanuals.texi: Updated from (newly) canonical copy at
14109         http://www.gnu.org/doc/freemanuals.texi.
14110         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
14111
14112 2013-09-24  Will Newton  <will.newton@linaro.org>
14113
14114         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
14115         macro.
14116
14117 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
14118
14119         * locale/hashval.h (compute_hashval): Interpret bytes of key as
14120         unsigned char.
14121
14122 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
14123
14124         * manual/threads.texi (POSIX Threads): Fix a typo.
14125
14126 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14127
14128         [BZ #14547]
14129         * string/tst-strcoll-overflow.c: New test case.
14130         * string/Makefile (xtests): Add tst-strcoll-overflow.
14131         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
14132         cache if string sizes may cause integer overflow.
14133
14134         [BZ #14547]
14135         * string/strcoll_l.c (coll_seq): New members rule, idx,
14136         save_idx and back_us.
14137         (get_next_seq_nocache): New function.
14138         (do_compare_nocache): New function.
14139         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
14140         when malloc fails.
14141
14142 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
14143
14144         [BZ #15754]
14145         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
14146         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
14147         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
14148
14149         [BZ #15754]
14150         * elf/Makefile (tests): Add tst-ptrguard1.
14151         (tests-static): Add tst-ptrguard1-static.
14152         (tst-ptrguard1-ARGS): Define.
14153         (tst-ptrguard1-static-ARGS): Define.
14154         * elf/tst-ptrguard1.c: New file.
14155         * elf/tst-ptrguard1-static.c: New file.
14156         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
14157         * sysdeps/i386/stackguard-macros.h: Likewise.
14158         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
14159         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
14160         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
14161         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
14162         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
14163         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
14164
14165 2013-09-23  Hector Marco  <hecmargi@upv.es>
14166             Ismael Ripoll  <iripoll@disca.upv.es>
14167             Carlos O'Donell  <carlos@redhat.com>
14168
14169         [BZ #15754]
14170         * sysdeps/generic/stackguard-macros.h: Define
14171         __pointer_chk_guard_local and POINTER_CHK_GUARD.
14172         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
14173         Define __pointer_chk_guard_local.
14174         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
14175         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
14176
14177 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
14178
14179         [BZ #15859]
14180         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
14181
14182 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
14183
14184         * include/string.h (__ffs): Declare as hidden.
14185         * string/ffs.c (__ffs): Define as hidden.
14186         * sysdeps/i386/ffs.c (__ffs): Likewise.
14187         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
14188         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
14189         * sysdeps/s390/ffs.c (__ffs): Likewise.
14190         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
14191
14192 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
14193
14194         * NEWS: Mention malloc probes.
14195
14196         * malloc/arena.c (new_heap): New memory_heap_new probe.
14197         (grow_heap): New memory_heap_more probe.
14198         (shrink_heap): New memory_heap_less probe.
14199         (heap_trim): New memory_heap_free probe.
14200         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
14201         (systrim): New memory_sbrk_less probe.
14202         * manual/probes.texi: Document them.
14203
14204         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
14205         * manual/probes.texi: Document it.
14206
14207         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
14208         (__libc_realloc): Add memory_realloc_retry probe.
14209         (__libc_memalign): Add memory_memalign_retry probe.
14210         (__libc_valloc): Add memory_valloc_retry probe.
14211         (__libc_pvalloc): Add memory_pvalloc_retry probe.
14212         (__libc_calloc): Add memory_calloc_retry probe.
14213         * manual/probes.texi: Document them.
14214
14215         * malloc/arena.c (get_free_list): Add probe
14216         memory_arena_reuse_free_list.
14217         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
14218         and memory_arena_reuse.
14219         (arena_get2) [!PER_THREAD]: Likewise.
14220         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
14221         memory_arena_reuse_realloc.
14222         * manual/probes.texi: Document them.
14223
14224         * malloc/malloc.c (__libc_free): Add
14225         memory_mallopt_free_dyn_thresholds probe.
14226         (__libc_mallopt): Add multiple memory_mallopt probes.
14227         * manual/probes.texi: Document them.
14228
14229         * malloc/malloc.c: Include stap-probe.h.
14230         (__libc_mallopt): Add memory_mallopt probe.
14231         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
14232         * manual/probes.texi: New.
14233         * manual/Makefile (chapters): Add probes.
14234         * manual/threads.texi: Set next node.
14235
14236 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
14237
14238         [BZ #15963, #13985]
14239         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
14240         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
14241         Add `Chinese' to `nan' entry name.
14242
14243 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
14244
14245         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
14246         (POLYNOMIAL): Likewise.
14247         (TAYLOR_SINCOS): Likewise.
14248         (TAYLOR_SLOW): Likewise.
14249         (__sin): Use TAYLOR_SINCOS.
14250         (__cos): Likewise.
14251         (slow): Use TAYLOR_SLOW.
14252         (sloww): Likewise.
14253         (bsloww): Likewise.
14254         (csloww): Likewise.
14255
14256 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
14257
14258         * stdlib/strtod_l.c: Fix buffer overrun.
14259
14260 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
14261
14262         * benchtests/Makefile (bench): Add sincos.
14263         * benchtests/bench-sincos.c: New file.
14264
14265         * math/libm-test.inc (cos_test_data): New test inputs.
14266         (sin_test_data): Likewise.
14267
14268         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
14269         macro.
14270         (__sin): Use it.
14271         (__cos): Likewise.
14272         (slow1): Likewise.
14273         (slow2): Likewise.
14274         (sloww1): Likewise.
14275         (sloww2): Likewise.
14276         (bsloww1): Likewise.
14277         (bsloww2): Likewise.
14278         (cslow2): Likewise.
14279         (csloww1): Likewise.
14280         (csloww2): Likewise.
14281
14282         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
14283         function.
14284         (__sin): Use it.
14285         (__cos): Likewise.
14286
14287         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
14288         gotos.
14289         (__cos): Likewise.
14290
14291 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
14292
14293         * config.h.in (HAVE_MIPS_NAN2008): New macro.
14294         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
14295         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
14296         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
14297         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
14298         * elf/cache.c (print_entry): Handle the new cache flags.
14299
14300 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
14301             Aldy Hernandez  <aldyh@redhat.com>
14302
14303         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
14304         Change condition to [_SOFT_FLOAT].
14305         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
14306         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
14307         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
14308         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
14309         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
14310         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
14311         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
14312         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
14313         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
14314         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
14315         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
14316         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
14317         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
14318         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
14319         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
14320         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
14321         declaration.
14322
14323 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
14324
14325         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
14326         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
14327         (__longjmp): Use LOAD_GP to load saved GPRs.
14328         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
14329         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
14330         (__sigsetjmp): Use SAVE_GP to save GPRs.
14331
14332         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
14333         Do not append -msoft-float.
14334         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
14335
14336 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
14337
14338         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
14339
14340 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
14341
14342         [BZ #15966]
14343         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
14344         (_FPU_GETCW): Use initial "__" on variable and field names but not
14345         on macro parameter name.
14346         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
14347         parentheses around reference to macro parameter.
14348
14349 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
14350
14351         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
14352         prototype.
14353         (ctype_startup): Use uint32_t in cast and sizeof for
14354         ctype->charnames.
14355
14356 2013-09-11  Jia Liu  <proljc@gmail.com>
14357
14358         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
14359         __daddr_t_defined.
14360         [__FreeBSD__]: Likewise.
14361
14362 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
14363
14364         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
14365         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
14366         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
14367         (strchr): Remove __strchr_sse42 ifunc selection.
14368         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
14369         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
14370
14371 2013-09-11  Will Newton  <will.newton@linaro.org>
14372
14373         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
14374         parameter to RES. Remove hardcoded 1000 value.
14375         * benchtests/bench-skeleton.c (main): Pass RES parameter
14376         to TIMING_INIT and multiply result by 1000.
14377
14378 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14379
14380         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14381
14382 2013-09-11  Andreas Schwab  <schwab@suse.de>
14383
14384         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
14385         if not defined.
14386         (O_TMPFILE) [__USE_GNU]: Define.
14387         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
14388         Define.
14389
14390 2013-09-11  Will Newton  <will.newton@linaro.org>
14391
14392         [BZ #15857]
14393         * malloc/malloc.c (__libc_memalign): Check the value of bytes
14394         does not overflow.
14395
14396 2013-09-11  Will Newton  <will.newton@linaro.org>
14397
14398         [BZ #15856]
14399         * malloc/malloc.c (__libc_valloc): Check the value of bytes
14400         does not overflow.
14401
14402 2013-09-11  Will Newton  <will.newton@linaro.org>
14403
14404         [BZ #15855]
14405         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
14406         does not overflow.
14407
14408 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
14409
14410         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
14411         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
14412         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
14413         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
14414         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
14415
14416 2013-09-10  Allan McRae  <allan@archlinux.org>
14417
14418         [BZ #15748]
14419         * manual/arith.texi (Parsing of Floats): Clarify
14420         cross-reference.
14421
14422         [BZ #15849]
14423         * manual/install.texi (Running make install): Mention
14424         --enable-pt-chown.
14425         * INSTALL: Regenerated.
14426
14427 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14428
14429         * csu/init-first.c (_init): Remove the !SHARED condition around
14430         FPU control word initialization.
14431         * elf/dl-support.c (_dl_fpu_control): New variable.
14432         (_dl_aux_init) <AT_FPUCW>: Initialize it.
14433         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
14434         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
14435         * math/test-fpucw-static.c: New file.
14436         * math/test-fpucw-ieee.c: New file.
14437         * math/test-fpucw-ieee-static.c: New file.
14438         * math/Makefile (tests): Add `test-fpucw-ieee' and
14439         `$(tests-static)'.
14440         (tests-static): New variable.
14441         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
14442         dependency to...
14443         [($(build-shared),yes)]
14444         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
14445         ... this.
14446         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
14447         New dependency.
14448
14449 2013-09-09  Allan McRae  <allan@archlinux.org>
14450
14451         [BZ #15939]
14452         * manual/string.texi (Collation Functions): Fix typo in
14453         strcoll example.
14454         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
14455
14456         [BZ #15893]
14457         * stdlib/isomac.c (get_null_defines): Fix memory leak.
14458
14459         [BZ #15892]
14460         * libio/memstream.c (open_memstream): Fix memory leak.
14461         * libio/wmemstream.c (open_wmemstream): Likewise.
14462
14463         [BZ #15895]
14464         * nscd/netgroupcache.c: Fix nesting of ifdefs.
14465
14466 2013-09-09  Will Newton  <will.newton@linaro.org>
14467
14468         * malloc/Makefile: Add tst-realloc to tests.
14469         * malloc/tst-realloc.c: New file.
14470
14471 2013-09-09  Allan McRae  <allan@archlinux.org>
14472
14473         [BZ #15844]
14474         * COPYING: Update from GNU website to fix FSF address.
14475         * COPYING.LIB: Likewise.
14476
14477 2013-09-06  David S. Miller  <davem@davemloft.net>
14478
14479         * po/zh_TW.po: Update Chinese (traditional) translation from
14480         translation project.
14481
14482 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
14483             Joseph Myers  <joseph@codesourcery.com>
14484
14485         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
14486         "localeinfo.h".
14487         (obstack_chunk_alloc): New macro.
14488         (obstack_chunk_free): Likewise.
14489         (record_offset): New function.
14490         (init_locale_data): Likewise.
14491         (align_locale_data): Likewise.
14492         (add_locale_empty): Likewise.
14493         (add_locale_raw_data): Likewise.
14494         (add_locale_raw_obstack): Likewise.
14495         (add_locale_string): Likewise.
14496         (add_locale_wstring): Likewise.
14497         (add_locale_uint32): Likewise.
14498         (add_locale_uint32_array): Likewise.
14499         (add_locale_char): Likewise.
14500         (start_locale_structure): Likewise.
14501         (end_locale_structure): Likewise.
14502         (start_locale_prelude): Likewise.
14503         (end_locale_prelude): Likewise.
14504         (write_locale_data): Take locale_file structure rather than an
14505         iovec.
14506         * locale/programs/locfile.h: Include "obstack.h".
14507         (struct locale_file): Change to store locale file contents instead
14508         of header.
14509         (init_locale_data): New prototype.
14510         (align_locale_data): Likewise.
14511         (add_locale_empty): Likewise.
14512         (add_locale_raw_data): Likewise.
14513         (add_locale_raw_obstack): Likewise.
14514         (add_locale_string): Likewise.
14515         (add_locale_wstring): Likewise.
14516         (add_locale_uint32): Likewise.
14517         (add_locale_uint32_array): Likewise.
14518         (add_locale_char): Likewise.
14519         (start_locale_structure): Likewise.
14520         (end_locale_structure): Likewise.
14521         (start_locale_prelude): Likewise.
14522         (end_locale_prelude): Likewise.
14523         (write_locale_data): Update prototype.
14524         * locale/programs/3level.h (struct TABLE): Remove result field.
14525         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
14526         Use new locale_file interface.
14527         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
14528         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
14529         * locale/programs/ld-address.c (address_output): Use new
14530         locale_file interface.
14531         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
14532         NO_ADD_LOCALE.
14533         (collate_finish): Don't call collseq_table_finalize.
14534         (collate_output): Use new locale_file interface.
14535         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
14536         in file.
14537         (NO_FINALIZE): Change to NO_ADD_LOCALE.
14538         (TABLE): Move defines earlier in file.
14539         (ELEMENT): Likewise.
14540         (DEFAULT): Likewise.
14541         (wctrans_table_add): Move macro and inline function earlier in
14542         file.
14543         (struct wctype_table): Move type earlier in file.
14544         (add_locale_wctype_table): New static prototype.
14545         (struct locale_ctype_t): Use logical types instead of struct iovec
14546         pointers for members.
14547         (ctype_output): Use new locale_file interface.
14548         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
14549         new locale_file interface.
14550         (allocate_arrays): Update for use of new locale_file interface.
14551         * locale/programs/ld-identification.c (identification_output): Use
14552         new locale_file interface.
14553         * locale/programs/ld-measurement.c (measurement_output): Likewise.
14554         * locale/programs/ld-messages.c (messages_output): Likewise.
14555         * locale/programs/ld-monetary.c (monetary_output): Likewise.
14556         * locale/programs/ld-name.c (name_output): Likewise.
14557         * locale/programs/ld-numeric.c (numeric_output): Likewise.
14558         * locale/programs/ld-paper.c (paper_output): Likewise.
14559         * locale/programs/ld-telephone.c (telephone_output): Likewise.
14560         * locale/programs/ld-time.c (time_output): Likewise.
14561
14562 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14563
14564         * benchtests/Makefile: Add memrchr benchmark.
14565         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
14566         benchmark as memrchr.
14567         * benchtests/bench-memrchr-ifunc.c: New file.
14568         * benchtests/bench-memrchr.c: New file.
14569
14570 2013-09-06   Will Newton  <will.newton@linaro.org>
14571
14572         * benchtests/Makefile (string-bench): Add memcpy.
14573
14574 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
14575             Cong Wang  <amwang@redhat.com>
14576
14577         [BZ #15850]
14578         * sysdeps/unix/sysv/linux/bits/in.h
14579         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
14580         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
14581         before __USE_KERNEL_IPV6_DEFS uses.
14582         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
14583         IPPROTO_BEETPH.
14584         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
14585         sockaddr_in6, or ipv6_mreq.
14586
14587 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14588
14589         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
14590         memory access for final bytes in some large inputs.
14591         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
14592
14593 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14594
14595         * string/test-memrchr.c: New file.
14596         * string/test-memrchr-ifunc.c: New file.
14597         * string/Makefile: Add new memrchr testcase.
14598
14599 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
14600
14601         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
14602         fanotify_init returns EPERM.
14603
14604 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
14605
14606         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
14607         errors.
14608         (top level): Treat second token from macro or constant entries for
14609         allowed headers as allowed.
14610         * include/complex.h: Condition internal declarations on
14611         [!_ISOMAC].
14612         * include/fenv.h: Condition include of <stdbool.h> and internal
14613         declarations on [!_ISOMAC].
14614
14615 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
14616
14617         [BZ #15923]
14618         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
14619
14620 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
14621
14622         * configure.in (--enable-versioning): Remove configure option.
14623         (libc_cv_asm_symver_directive): Remove configure test.
14624         (libc_cv_ld_version_script_option): Likewise.
14625         (VERSIONING): Remove variable and AC_SUBST.
14626         (DO_VERSIONING): Remove AC_DEFINE.
14627         * configure: Regenerated.
14628         * config.h.in (DO_VERSIONING): Remove macro.
14629         * Makerules [$(versioning) = yes]: Change conditionals to
14630         [$(build-shared) = yes].
14631         * config.make.in (versioning): Remove variable.
14632         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
14633         [$(build-shared) = yes].
14634         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
14635         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
14636         * elf/Makefile [$(versioning) = yes]: Change conditionals to
14637         [$(build-shared) = yes].
14638         * extra-lib.mk [$(versioning) = yes]: Likewise.
14639         * hurd/Makefile [$(versioning) = yes]: Likewise.
14640         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
14641         [SHARED].
14642         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
14643         [SHARED].
14644         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
14645         [SHARED && !NO_HIDDEN].
14646         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
14647         [SHARED].
14648         [SHARED && DO_VERSIONING]: Likewise..
14649         * libio/Makefile [$(versioning) = yes]: Change conditionals to
14650         [$(build-shared) = yes].
14651         * manual/install.texi (--disable-versioning): Remove
14652         documentation.
14653         * INSTALL: Regenerated.
14654         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
14655         to [SHARED].
14656         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
14657         [$(build-shared) = yes].
14658         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
14659         * sysdeps/i386/i686/multiarch/strstr-c.c
14660         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
14661         [SHARED && !NO_HIDDEN].
14662         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
14663         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
14664         * sysdeps/powerpc/powerpc32/dl-machine.c
14665         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
14666         * sysdeps/powerpc/powerpc32/sysdep.h
14667         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
14668         to [SHARED && PIC && !NO_HIDDEN].
14669         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
14670         conditional to [SHARED].
14671
14672 2013-09-04   Will Newton  <will.newton@linaro.org>
14673
14674         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
14675         * benchtests/bench-string.h: Include bench-timing.h instead
14676         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
14677         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
14678         call to HP_TIMING_DIFF_INIT.
14679         * benchtests/bench-memccpy.c: Use bench-timing.h macros
14680         instead of hp-timing.h macros.
14681         * benchtests/bench-memchr.c: Likewise.
14682         * benchtests/bench-memcmp.c: Likewise.
14683         * benchtests/bench-memcpy.c: Likewise.
14684         * benchtests/bench-memmem.c: Likewise.
14685         * benchtests/bench-memmove.c: Likewise.
14686         * benchtests/bench-memset.c: Likewise.
14687         * benchtests/bench-rawmemchr.c: Likewise.
14688         * benchtests/bench-strcasecmp.c: Likewise.
14689         * benchtests/bench-strcasestr.c: Likewise.
14690         * benchtests/bench-strcat.c: Likewise.
14691         * benchtests/bench-strchr.c: Likewise.
14692         * benchtests/bench-strcmp.c: Likewise.
14693         * benchtests/bench-strcpy.c: Likewise.
14694         * benchtests/bench-strcpy_chk.c: Likewise.
14695         * benchtests/bench-strlen.c: Likewise.
14696         * benchtests/bench-strncasecmp.c: Likewise.
14697         * benchtests/bench-strncat.c: Likewise.
14698         * benchtests/bench-strncmp.c: Likewise.
14699         * benchtests/bench-strncpy.c: Likewise.
14700         * benchtests/bench-strnlen.c: Likewise.
14701         * benchtests/bench-strpbrk.c: Likewise.
14702         * benchtests/bench-strrchr.c: Likewise.
14703         * benchtests/bench-strspn.c: Likewise.
14704         * benchtests/bench-strstr.c: Likewise.
14705
14706 2013-09-04  Will Newton  <will.newton@linaro.org>
14707
14708         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
14709
14710 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
14711
14712         [BZ #15427]
14713         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
14714         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
14715         * math/libm-test.inc (lgamma_test_data): Add more tests.
14716         * sysdeps/i386/fpu/libm-test-ulps: Update.
14717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14718
14719 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
14720
14721         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
14722         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
14723         Add ifunc.
14724         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
14725         Add strcmp-sse2-unaligned
14726         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
14727
14728 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
14729
14730         * Versions.def (libc): Add GLIBC_2.19.
14731
14732 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
14733
14734         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
14735         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
14736
14737 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
14738
14739         [BZ #14155]
14740         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
14741         intermediate calculations in recurrence.
14742         (__ieee754_ynf): Likewise.
14743         * math/libm-test.inc (jn_test_data): Do not allow spurious
14744         underflow exception.  Add more tests.
14745         (yn_test_data): Add more tests.
14746         * sysdeps/i386/fpu/libm-test-ulps: Update.
14747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14748
14749 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
14750
14751         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
14752
14753 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
14754
14755         * csu/init-first.c: Fix then/than typos.
14756         * locale/programs/ld-collate.c: Likewise.
14757         * locale/programs/linereader.h: Likewise.
14758         * manual/charset.texi: Likewise.
14759         * manual/filesys.texi: Likewise.
14760         * manual/stdio.texi: Likewise.
14761         * manual/string.texi: Likewise.
14762         * stdlib/fmtmsg.c: Likewise.
14763         * sysdeps/i386/stpncpy.S: Likewise.
14764         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
14765         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
14766         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
14767         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
14768
14769 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
14770
14771         * elf/dl-open.c: Fix typos.
14772         * iconvdata/gbbig5.c: Likewise.
14773         * iconvdata/iso-2022-jp.c: Likewise.
14774         * iconv/gconv_int.h: Likewise.
14775         * iconv/loop.c: Likewise.
14776         * nis/rpcsvc/nis.h: Likewise.
14777         * resolv/ns_name.c: Likewise.
14778         * stdio-common/vfscanf.c: Likewise.
14779         * streams/stropts.h: Likewise.
14780         * sunrpc/rpc_thread.c: Likewise.
14781         * sysdeps/i386/strpbrk.S: Likewise.
14782         * sysdeps/ieee754/k_standard.c: Likewise.
14783         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
14784         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
14785         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
14786         * sysdeps/mach/hurd/profil.c: Likewise.
14787         * sysdeps/s390/dl-procinfo.h: Likewise.
14788         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
14789         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
14790         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
14791         * sysdeps/x86_64/dl-trampoline.S: Likewise.
14792         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
14793
14794 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
14795
14796         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
14797         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
14798
14799 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
14800
14801         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
14802         aix specific files.
14803         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
14804         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
14805         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
14806         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
14807         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
14808         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
14809         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
14810         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
14811
14812 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
14813             Roland McGrath  <roland@hack.frob.com>
14814
14815         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
14816         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
14817
14818 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14819
14820         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
14821         __executable_start symbol instead of _start.
14822
14823 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
14824
14825         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
14826         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
14827         Move macros to...
14828         * sysdeps/gnu/ldsodefs.h: ... this new file.
14829
14830         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
14831         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
14832         instead of ELFOSABI_LINUX.
14833
14834         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
14835         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
14836         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
14837         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
14838         Likewise.
14839         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
14840         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
14841         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
14842         Likewise.
14843         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
14844         (ibm_extended_long_double): Add ieee_nan member.
14845         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
14846         (do_test): New function.
14847
14848         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
14849         TEST_TRUNC.
14850         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
14851         functions, renamed from truncdfsf_test, trunctfsf_test,
14852         trunctfdf_test.
14853         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
14854         functions.
14855         (do_test): Run all these.
14856
14857 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
14858
14859         * argp/argp-help.c: Fix typos.
14860         * argp/argp-parse.c: Likewise.
14861         * debug/backtracesyms.c: Likewise.
14862         * elf/elf.h: Likewise.
14863         * malloc/malloc.c: Likewise.
14864         * nis/nis_print.c: Likewise.
14865         * resolv/res_comp.c: Likewise.
14866         * stdlib/stdlib.h: Likewise.
14867         * sunrpc/clnt_tcp.c: Likewise.
14868         * sunrpc/clnt_udp.c: Likewise.
14869         * sunrpc/clnt_unix.c: Likewise.
14870         * sysdeps/unix/bsd/ptsname.c: Likewise.
14871         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
14872         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
14873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
14874         Likewise.
14875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
14876         Likewise.
14877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
14878         Likewise.
14879         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
14880
14881 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14882
14883         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
14884         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
14885
14886 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
14887
14888         [BZ #15897]
14889         * dlfcn/Makefile (tests): Add bug-dl-leaf.
14890         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
14891         ($(objpfx)bug-dl-leaf): New rule.
14892         ($(objpfx)bug-dl-leaf.so): Likewise.
14893         ($(objpfx)bug-dl-leaf.out): Likewise.
14894         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
14895         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
14896         * dlfcn/bug-dl-leaf.c: New test.
14897         * dlfcn/bug-dl-leaf-lib.c: Likewise.
14898         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
14899         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
14900         (dlclose): Likewise.
14901         (dlmopen): Likewise.
14902
14903 2013-08-27  Roland McGrath  <roland@hack.frob.com>
14904
14905         * include/netdb.h [!_ISOMAC]:
14906         Don't include <tls.h>.
14907         (h_errno, __libc_h_errno): Move declaration and macros out of
14908         [_LIBC_REENTRANT].
14909
14910         * include/resolv.h [_RESOLV_H_]:
14911         Don't include <tls.h>.
14912         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
14913         * resolv/res_libc.c: Don't include <tls.h>.
14914         (_res): Use __attribute__ ((nocommon)) in place of
14915         __attribute__ ((section (".bss"))).
14916
14917         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
14918         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
14919
14920         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
14921
14922         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
14923         only under [SIOCGIFCONF && SIOCGIFNETMASK].
14924
14925         * resolv/res_mkquery.c: Include <sys/time.h>.
14926
14927         * inet/ifreq.c: Moved to ...
14928         * sysdeps/unix/ifreq.c: ... here.
14929         * inet/ifreq.c: New file, true stub version.
14930
14931         * socket/sa_len.c: New file.
14932         * socket/Makefile (aux): Add it.
14933         * sysdeps/unix/sysv/linux/Makefile
14934         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
14935         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
14936         and #include <socket/sa_len.c>.
14937         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
14938         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
14939
14940         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
14941         * bits/socket.h: ... here.
14942
14943         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
14944         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
14945         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
14946
14947 2013-08-27  Andreas Schwab  <schwab@suse.de>
14948
14949         [BZ #15736]
14950         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
14951         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
14952         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
14953         * string/test-strcasecmp.c (test_main): Run tests in several
14954         locales.
14955         * string/test-strncasecmp.c (test_main): Likewise.
14956
14957         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
14958         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
14959         to __strcasecmp_nonascii and __strncasecmp_nonascii.
14960         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
14961         (__strncasecmp_ssse3) [PIC]: Likewise.
14962
14963 2013-08-26  Roland McGrath  <roland@hack.frob.com>
14964
14965         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
14966
14967         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
14968         instead of explicitly declaring xdecrypt.
14969         * nis/nss_nis/nis-publickey.c: Likewise.
14970
14971 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
14972
14973         [BZ #15890]
14974         * nscd/aicache.c: Include res_hconf.h.
14975         (addhstaiX): Initialize res_hconf.
14976
14977 2013-08-26  Andreas Schwab  <schwab@suse.de>
14978
14979         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
14980         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
14981
14982 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
14983
14984         * nscd/aicache.c (addhstaiX): Fix indentation.
14985
14986 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
14987
14988         * configure.ac: Quote $build_pt_chown test.
14989         * configure: Regenerated.
14990
14991 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
14992
14993         [BZ #15532]
14994         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
14995         * math/s_cexpf.c (__cexpf): Likewise.
14996         * math/s_cexpl.c (__cexpl): Likewise.
14997         * math/libm-test.inc (cexp_test_data): Correct expected return
14998         value for NaN + i0.  Add another test.
14999
15000 2013-08-22  David S. Miller  <davem@davemloft.net>
15001
15002         * po/ca.po: Update Catalan translation from translation project.
15003         * po/uk.po: Add Ukrainian translations from translation project.
15004
15005 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
15006
15007         [BZ #15797]
15008         * math/s_fdim.c (__fdim): Check for infinite arguments if result
15009         is infinite, not alongside NaN test.
15010         * math/s_fdimf.c (__fdimf): Likewise.
15011         * math/s_fdiml.c (__fdiml): Likewise.
15012         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
15013         errno is unchanged.
15014
15015 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
15016
15017         * argp/argp-help.c: Fix typos.
15018         * crypt/speeds.c: Likewise.
15019         * csu/check_fds.c: Likewise.
15020         * elf/dl-load.c: Likewise.
15021         * elf/dl-open.c: Likewise.
15022         * elf/reldep3.c: Likewise.
15023         * elf/reldep.c: Likewise.
15024         * elf/sprof.c: Likewise.
15025         * iconv/iconv_charmap.c: Likewise.
15026         * iconv/skeleton.c: Likewise.
15027         * iconv/strtab.c: Likewise.
15028         * io/lockf64.c: Likewise.
15029         * libio/libioP.h: Likewise.
15030         * resolv/gai_notify.c: Likewise.
15031         * resolv/ns_name.c: Likewise.
15032         * resolv/ns_samedomain.c: Likewise.
15033         * resolv/res_send.c: Likewise.
15034         * stdlib/random.c: Likewise.
15035         * sunrpc/rpc/xdr.h: Likewise.
15036         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
15037         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
15038         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
15039         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
15040         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
15041         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
15042         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
15043         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
15044         * sysdeps/mach/hurd/check_fds.c: Likewise.
15045         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
15046         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
15047         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
15048         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
15049         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
15050         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
15051         * sysdeps/pthread/aio_notify.c: Likewise.
15052         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
15053         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
15054         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
15055         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
15056         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15057
15058 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
15059
15060         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
15061         version if bit_Slow_SSE4_2 is set.
15062         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
15063         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
15064
15065 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15066
15067         [BZ #15867]
15068         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
15069         trampoline stack frame information.
15070         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
15071         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
15072         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
15073         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
15074         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
15075         * sysdeps/unix/sysv/linux/powerpc/init-first.c
15076         (_libc_vdso_platform_setup): Initialize the signal trampolines.
15077         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
15078         sa_flags value.
15079         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
15080         interrupting a syscall and set with option SA_SIGINFO.
15081
15082 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
15083
15084         [BZ #15531]
15085         * math/s_cproj.c (__cproj): Only return an infinity if one part of
15086         argument is infinite.
15087         * math/s_cprojf.c (__cprojf): Likewise.
15088         * math/s_cprojl.c (__cprojl): Likewise.
15089         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
15090         * math/libm-test.inc (cproj_test_data): Add more tests.
15091
15092         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
15093
15094         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
15095         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
15096         size.  Use __ffs to determine corresponding shift.
15097
15098 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
15099             Roland McGrath  <roland@hack.frob.com>
15100
15101         * Makefile (INSTALL): Remove trailing blank lines from output of
15102         makeinfo.
15103
15104 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15105
15106         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
15107         Align 32 bit compat elf_greg to 8 bytes.
15108
15109 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15110
15111         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
15112
15113 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15114
15115         * string/strcoll_l.c (coll_seq): New structure.
15116         (get_next_seq_cached): New function.
15117         (get_next_seq): New function.
15118         (do_compare): New function.
15119         (STRCOLL): Use GNU style definition.  Simplify implementation
15120         by using get_next_seq, get_next_seq_cached and do_compare.
15121
15122 2013-08-16  Florian Weimer  <fweimer@redhat.com>
15123
15124         [BZ #14699]
15125         CVE-2013-4237
15126         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
15127         member.
15128         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
15129         member.
15130         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
15131         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
15132         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
15133         conditional.
15134         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
15135         GETDENTS_64BIT_ALIGNED.
15136         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
15137         * manual/filesys.texi (Reading/Closing Directory): Document
15138         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
15139         strongly.
15140         * manual/conf.texi (Limits for Files): Add portability note to
15141         NAME_MAX, PATH_MAX.
15142         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
15143
15144 2013-08-13  Andreas Schwab  <schwab@suse.de>
15145
15146         [BZ #15749]
15147         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
15148         of fabs.
15149         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
15150         LDBL_MAX_EXP >= 16384]: Add tests for it.
15151
15152 2013-08-12  David S. Miller  <davem@davemloft.net>
15153
15154         * version.h (RELEASE): Set to "development".
15155         (VERSION): Set to "2.18.90".
15156         * NEWS: Add 2.19 section.
15157
15158 2013-08-03  David S. Miller  <davem@davemloft.net>
15159
15160         * po/ko.po: Update Korean translation from translation project.
15161
15162 2013-08-01  David S. Miller  <davem@davemloft.net>
15163
15164         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
15165         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
15166         Bilka.
15167
15168 2013-07-30  David S. Miller  <davem@davemloft.net>
15169
15170         * po/fr.po: Update French translation from translation project.
15171
15172 2013-07-28  David S. Miller  <davem@davemloft.net>
15173
15174         * po/cs.po: Update Czech translation from translation project.
15175
15176         * po/sv.po: Update Swedish translation from translation project.
15177
15178 2013-07-27  David S. Miller  <davem@davemloft.net>
15179
15180         * po/eo.po: Update Esperanto translation from translation project.
15181
15182         * po/vi.po: Update Vietnamese translation from translation project.
15183
15184         * po/de.po: Update German translation from translation project.
15185
15186 2013-07-26  David S. Miller  <davem@davemloft.net>
15187
15188         * po/bg.po: Update Bulgarian translation from translation project.
15189
15190         * po/nl.po: Update Dutch translation from translation project.
15191         * po/pl.po: Update Polish translation from translation project.
15192         * po/ru.po: Update Russian translation from translation project.
15193
15194 2013-07-24  David S. Miller  <davem@davemloft.net>
15195
15196         * po/libc.pot: Update.
15197
15198 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15199
15200         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
15201         variable page size.
15202         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
15203         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
15204         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
15205
15206 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15207
15208         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
15209
15210 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15211             Andreas Schwab  <schwab@suse.de>
15212             Roland McGrath  <roland@hack.frob.com>
15213             Joseph Myers  <joseph@codesourcery.com>
15214             Carlos O'Donell  <carlos@redhat.com>
15215
15216         [BZ #15755]
15217         * config.h.in: Define HAVE_PT_CHOWN.
15218         * config.make.in (build-pt-chown): New variable.
15219         * configure.in (--enable-pt_chown): New configure option.
15220         * configure: Regenerate.
15221         * login/Makefile: Include Makeconfig.  Build pt_chown only if
15222         build-pt-chown is enabled.
15223         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
15224         pt_chown to fix pty ownership.
15225         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
15226         CLOSE_ALL_FDS.
15227         * manual/install.texi (Configuring and compiling): Mention
15228         --enable-pt_chown. Add @findex for grantpt.
15229         * INSTALL: Regenerate.
15230
15231 2013-07-20  David S. Miller  <davem@davemloft.net>
15232
15233         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
15234         difference between 32-bit and 64-bit.
15235
15236 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
15237
15238         [BZ #15711]
15239         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
15240         Avoid system header dependency with -ffreestanding.
15241         ($(objpfx)bits/syscall%d): Likewise.
15242
15243 2013-07-13  David S. Miller  <davem@davemloft.net>
15244
15245         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
15246         underflows from atanl/atan2l due to bug 15319.
15247         (casinh_test_data): Likewise.
15248
15249 2013-07-07  David S. Miller  <davem@davemloft.net>
15250
15251         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
15252
15253 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
15254
15255         * sysdeps/i386/fpu/libm-test-ulps: Update.
15256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15257
15258 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15259
15260         * configure.in (--enable-lock-elision): Fix message text.
15261         * INSTALL: Regenerate.
15262         * configure: Regenerate.
15263
15264 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15265
15266         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15267
15268 2013-07-03  Andreas Jaeger  <aj@suse.de>
15269
15270         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
15271         define.
15272         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
15273         (ptrace_peeksiginfo_args): Add.
15274         (__ptrace_peeksiginfo_flags): Add.
15275         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15276         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15277         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15278
15279 2013-07-03  Allan McRae  <allan@archlinux.org>
15280
15281         * sysdeps/i386/fpu/libm-test-ulps: Update.
15282
15283 2013-07-02  David S. Miller  <davem@davemloft.net>
15284
15285         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15286
15287 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
15288
15289         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15290
15291 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
15292
15293         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15295
15296 2013-07-02  Andi Kleen <ak@linux.intel.com>
15297
15298         * config.h.in (ENABLE_LOCK_ELISION): Add.
15299         * configure.in (--enable-lock-elision): Add option.
15300         * manual/install.texi: Document --enable lock elision.
15301         * configure: Regenerate
15302         * INSTALL: Regenerate.
15303
15304 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
15305
15306         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
15307         SSE4.2 strcasecmp for libc.a.
15308         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
15309
15310 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
15311
15312         [BZ #13304]
15313         * soft-fp/op-common.h (_FP_FMA): New macro.
15314         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
15315         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
15316         (_FP_MUL_MEAT_1_imm): ... here.
15317         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
15318         (_FP_MUL_MEAT_1_wide): ... here.
15319         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
15320         (_FP_MUL_MEAT_1_hard): ... here.
15321         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
15322         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
15323         (_FP_MUL_MEAT_2_wide): ... here.
15324         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
15325         (_FP_MUL_MEAT_2_wide_3mul): ... here.
15326         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
15327         (_FP_MUL_MEAT_2_gmp): ... here.
15328         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
15329         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
15330         (_FP_MUL_MEAT_4_wide): ... here.
15331         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
15332         (_FP_MUL_MEAT_4_gmp): ... here.
15333         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
15334         (_FP_WFRACBITS_DW_S): Likewise.
15335         (_FP_WFRACXBITS_DW_S): Likewise.
15336         (_FP_HIGHBIT_DW_S): Likewise.
15337         (FP_FMA_S): Likewise.
15338         (_FP_FRAC_HIGH_DW_S): Likewise.
15339         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
15340         (_FP_WFRACBITS_DW_D): Likewise.
15341         (_FP_WFRACXBITS_DW_D): Likewise.
15342         (_FP_HIGHBIT_DW_D): Likewise.
15343         (FP_FMA_D): Likewise.
15344         (_FP_FRAC_HIGH_DW_D): Likewise.
15345         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
15346         (_FP_WFRACBITS_DW_E): Likewise.
15347         (_FP_WFRACXBITS_DW_E): Likewise.
15348         (_FP_HIGHBIT_DW_E): Likewise.
15349         (FP_FMA_E): Likewise.
15350         (_FP_FRAC_HIGH_DW_E): Likewise.
15351         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
15352         (_FP_WFRACBITS_DW_Q): Likewise.
15353         (_FP_WFRACXBITS_DW_Q): Likewise.
15354         (_FP_HIGHBIT_DW_Q): Likewise.
15355         (FP_FMA_Q): Likewise.
15356         (_FP_FRAC_HIGH_DW_Q): Likewise.
15357         * soft-fp/fmasf4.c: New file.
15358         * soft-fp/fmadf4.c: Likewise.
15359         * soft-fp/fmatf4.c: Likewise.
15360
15361 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
15362
15363         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
15364         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
15365         Silvermont.
15366         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
15367         macro.
15368         (index_Slow_SSE4_2): Likewise.
15369         (index_Prefer_PMINUB_for_stringop): Likewise.
15370         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
15371         bit_Slow_SSE4_2 is set.
15372         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
15373         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
15374
15375 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
15376
15377         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
15378         rtld_global._dl_hwcap2.
15379         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
15380         POWER8.
15381         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
15382         POWER8 feature descriptions defined in _dl_hwcap2.
15383         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
15384         string handling for POWER8 feature bits.
15385         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
15386         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
15387         _dl_powerpc_cap_flags.
15388         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
15389         * sysdeps/powerpc/rtld-global-offsets.sym
15390         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
15391         _dl_hwcap2 in the rtld_global_ro structure.
15392
15393 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
15394
15395         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
15396         hardware capabilities in support of AT_HWCAP2.
15397         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
15398         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
15399         GLRO(dl_hwcap2).
15400         (_dl_show_auxv): Add support for calling _dl_procinfo to display
15401         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
15402         explicitly the unknown a_type display mechanism is used.
15403         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
15404         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
15405         struct member.
15406         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
15407         to macro prototype for AT_HWCAP2 support.
15408         * sysdeps/i386/dl-procinfo.h: Likewise.
15409         * sysdeps/s390/dl-procinfo.h: Likewise.
15410         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
15411         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
15412         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
15413         return -1 for unknown a_type display fallback.
15414         * sysdeps/sparc/dl-procinfo.h: Likewise.
15415         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
15416         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
15417
15418 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
15419
15420         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
15421         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
15422
15423 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
15424
15425         [BZ #12492]
15426         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
15427         mprotect making __stack_prot writable.
15428
15429 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
15430             Joseph Myers  <joseph@codesourcery.com>
15431
15432         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
15433         as being properly aligned.
15434
15435 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
15436
15437         * dlfcn/modstatic5.c: New file.
15438         * dlfcn/tststatic5.c: New file.
15439         * dlfcn/Makefile (tests): Add tststatic5.
15440         (tests-static): Likewise.
15441         (modules-names): Add modstatic5.
15442         (tststatic5-ENV): New variable.
15443         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
15444
15445         [BZ #15022]
15446         * elf/dl-support.c (_dl_main_map): New variable.
15447         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
15448         (_dl_nns, _dl_load_adds): Set to 1.
15449         (_dl_initial_searchlist): Refer to _dl_main_map.
15450         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
15451         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
15452         call to _dl_get_origin.
15453         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
15454         around call_map.
15455         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
15456         * dlfcn/modstatic3.c: New file.
15457         * dlfcn/tststatic3.c: New file.
15458         * dlfcn/tststatic4.c: New file.
15459         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
15460         (tests-static): Likewise.
15461         (modules-names): Add modstatic3.
15462         (tststatic3-ENV, tststatic4-ENV): New variables.
15463         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
15464         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
15465
15466 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
15467
15468         * configure.in (CC): Require GCC version 4.4 or later.
15469         * configure: Regenerated.
15470         * manual/install.texi (Tools for Compilation): Update GCC version
15471         requirement.
15472         * INSTALL: Regenerated.
15473
15474 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
15475
15476         [BZ #15674]
15477         * string/test-memcmp.c (check2): New.
15478         (main): Call check2.
15479
15480         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
15481
15482 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
15483
15484         [BZ #15022]
15485         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
15486         over to...
15487         (dl_open_worker) [!SHARED]: ... here.
15488
15489 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
15490
15491         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
15492
15493 2013-06-25  Richard Henderson  <rth@redhat.com>
15494
15495         * locale/programs/locarchive.c: Include <libc-internal.h>
15496
15497 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
15498
15499         * manual/texinfo.tex: Update to version 2013-06-21.17, with
15500         trailing whitespace removed.
15501
15502 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
15503
15504         [BZ #10283]
15505         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
15506         * locale/programs/locarchive.c: Include libc-mmap.h.
15507         (prepare_address_space): Take two new outputs (the mmap base and len).
15508         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
15509         values.
15510         (create_archive): Declare new mmap base and len values for
15511         prepare_address_space, and store the result in ah.
15512         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
15513         (enlarge_archive): If ah->mmap_base is not NULL, use that and
15514         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
15515         Declare new mmap base and len values for
15516         prepare_address_space, and store the result in new_ah.
15517         (open_archive): Declare new mmap base and len values for
15518         prepare_address_space, and store the result in ah.
15519         (close_archive): If ah->mmap_base is not NULL, use that and
15520         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
15521         * sysdeps/generic/libc-mmap.h: New file.
15522
15523 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
15524
15525         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
15526         (ALIGN_UP): Likewise.
15527         (PTR_ALIGN_DOWN): Likewise.
15528         (PTR_ALIGN_UP): Likewise.
15529
15530 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
15531
15532         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
15533         entry mapped to PPC_PLATFORM_POWER8.
15534         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
15535         POWER8.
15536         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
15537         (_dl_string_platform): Add case for exporting platform position for
15538         POWER8.
15539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
15540         search path to sysdeps/powerpc/powerpc32/power8 directory.
15541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
15542         search path to sysdeps/powerpc/powerpc64/power8 directory.
15543         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
15544         power7 directories.
15545         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
15546         power7 directories.
15547
15548 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15549
15550         * INSTALL: Regenerate.
15551
15552         * nscd/connections.c (nscd_init): Fix comment.
15553
15554 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
15555
15556         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
15557
15558         [BZ #15667]
15559         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
15560         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
15561
15562 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
15563
15564         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
15565         DL_DST_REQ_STATIC.
15566         (DL_DST_REQ_STATIC): Remove macro.
15567
15568 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
15569
15570         [BZ #7006]
15571         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
15572         with a shift of 0 bits.
15573
15574 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
15575
15576         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
15577         $(tststatic-ENV).
15578
15579 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15580
15581         [BZ #15655]
15582         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
15583
15584 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15585
15586         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
15587         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
15588         accepts -fno-tree-loop-distribute-patterns.
15589         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
15590         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
15591         recursive call.
15592         * string/memset.c (memset): Likewise.
15593         * string/test-memmove.c (simple_memmove): Disable loop transformation
15594         to library calls.
15595         * string/test-memset.c (simple_memset): Likewise.
15596         * benchtests/bench-memmove.c (simple_memmove): Likewise.
15597         * benchtests/bench-memset.c (simple_memset): Likewise.
15598         * configure: Regenerated.
15599
15600 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
15601
15602         * math/test-misc.c (main): Ignore fesetround failure when failures
15603         of subsequent rounding tests would be ignored.
15604
15605         [BZ #15654]
15606         * math/fedisblxcpt.c (fedisableexcept): Return 0.
15607         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
15608         * math/fegetenv.c (__fegetenv): Return 0.
15609         * math/fegetexcept.c (fegetexcept): Return 0.
15610         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
15611         FE_TONEAREST.
15612         * math/feholdexcpt.c (feholdexcept): Return 0.
15613         * math/fesetenv.c (__fesetenv): Return 0.
15614         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
15615         argument FE_TONEAREST.
15616         * math/feupdateenv.c (__feupdateenv): Return 0.
15617         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
15618
15619 2013-06-18  Roland McGrath  <roland@hack.frob.com>
15620
15621         * elf/rtld-Rules (rtld-compile-command.S): New variable.
15622         (rtld-compile-command.s, rtld-compile-command.c): New variables.
15623         ($(objpfx)rtld-%.os rules): Use them.
15624
15625 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15626
15627         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
15628         fields.
15629
15630 2013-06-17  Roland McGrath  <roland@hack.frob.com>
15631
15632         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
15633         length of target pattern, then descending length of dependency pattern.
15634         * configure.in (AWK): Require gawk 3.1.2 or newer.
15635         * manual/install.texi (Tools for Compilation): Say that we do.
15636         * configure: Regenerated.
15637
15638         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
15639         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
15640         * scripts/sysd-rules.awk: ... this new script.
15641         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
15642         than a glob-style pattern.
15643
15644 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
15645
15646         * math/test-misc.c (main): Do not treat incorrectly rounded
15647         conversions as failure unless ROUNDING_TESTS passes.
15648
15649 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
15650
15651         [BZ #15631]
15652         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
15653         restore exception state around main square root computation, then
15654         check for inexactness explicitly.
15655
15656         * math/libm-test.inc (fma_test_data): Add another test.
15657
15658 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15659
15660         * manual/threads.texi (Non-POSIX Extensions): New document
15661         node.  Document pthread_getattr_default_np and
15662         pthread_setattr_default_np.
15663
15664         * Versions.def (libpthread): Add GLIBC_2.18.
15665         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
15666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
15667         Likewise.
15668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
15669         Likewise.
15670         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15671         Likewise.
15672         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15673         Likewise.
15674         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
15675         Likewise.
15676         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
15677         Likewise.
15678         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
15679         Likewise.
15680         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
15681         Likewise.
15682         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
15683         Likewise.
15684
15685 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
15686
15687         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15688         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
15689
15690 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
15691             H.J. Lu  <hjl.tools@gmail.com>
15692
15693         [BZ #15627]
15694         * sysdeps/x86_64/rtld-memset.c: Remove file.
15695         * sysdeps/x86_64/rtld-memset.S: New file.
15696
15697 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
15698
15699         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
15700         (test_in_one_mode): Take arguments for whether the rounding mode
15701         is supported for each floating-point type.
15702         (do_test): Pass new arguments to test_in_one_mode using
15703         ROUNDING_TESTS.
15704
15705 2013-06-13  Roland McGrath  <roland@hack.frob.com>
15706
15707         * posix/tst-waitid.c (do_test): Distinguish different instances of
15708         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
15709         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
15710         before entering the kernel for waitpid.
15711
15712 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
15713
15714         * NEWS: Fix note on clock function precision.  Text by Roland
15715         McGrath.
15716
15717 2013-06-13  Roland McGrath  <roland@hack.frob.com>
15718
15719         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
15720         it into place only when and if the sanity check passes.
15721
15722 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
15723
15724         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
15725         output for whether conversion result is exact.  Take argument
15726         indicating whether type is IBM long double.
15727         (round_for_all): Change need_exact field to ibm_ld.
15728         * stdlib/tst-strtod-round.c (struct exactness): New type.
15729         (struct test): Change bool ld_ok field to struct exactness exact.
15730         (TEST): Update all definitions for change to field.
15731         (tests): Regenerate array contents.
15732         (test_in_one_mode): Take pointer to new field instead of old ld_ok
15733         field value.  Check for IBM long double here.
15734         (do_test): Update calls to test_in_one_mode.
15735
15736 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
15737
15738         [BZ #12515]
15739         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
15740         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
15741
15742 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15743
15744         [BZ #15605]
15745         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
15746         generated by the compiler on loop optimizations.
15747         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
15748         general definitions.
15749
15750 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
15751
15752         * math/bug-nextafter.c: Include <math-tests.h>.
15753         (main): Only test for exceptions if EXCEPTION_TESTS is true for
15754         the relevant type.
15755         * math/bug-nexttoward.c: Include <math-tests.h>.
15756         (main): Only test for exceptions if EXCEPTION_TESTS is true for
15757         the relevant type.
15758         * math/test-misc.c: Include <math-tests.h>.
15759         (main): Only test for exceptions if EXCEPTION_TESTS is true for
15760         the relevant type.
15761
15762 2013-06-12  Andreas Jaeger  <aj@suse.de>
15763
15764         * po/ia.po: Update Interlingua translation from translation
15765         project.
15766
15767 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15768
15769         * include/fenv.h: Include stdbool.h.
15770         (struct rm_ctx): New structure.
15771         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
15772         Define macro.
15773         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
15774         (SET_RESTORE_ROUNDF): Likewise.
15775         (SET_RESTORE_ROUNDL): Likewise.
15776         (SET_RESTORE_ROUND_NOEX): Likewise.
15777         (SET_RESTORE_ROUND_NOEXF): Likewise.
15778         (SET_RESTORE_ROUND_NOEXL): Likewise.
15779         (SET_RESTORE_ROUND_53BIT): Likewise.
15780         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
15781         (libc_feresetround_noexf_ctx): Likewise.
15782         (libc_feresetround_noexl_ctx): Likewise.
15783         (libc_feholdsetround_53bit_ctx): Likewise.
15784         (libc_feresetround_53bit_ctx): Likewise.
15785         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
15786         (libc_feholdexcept_setround_sse_ctx): New function.
15787         (libc_fesetenv_sse_ctx): Likewise.
15788         (libc_feupdateenv_sse_ctx): Likewise.
15789         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
15790         (libc_feholdexcept_setround_387_ctx): Likewise.
15791         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
15792         (libc_feholdsetround_387_prec_ctx): Likewise.
15793         (libc_feholdsetround_387_ctx): Likewise.
15794         (libc_feholdsetround_387_53bit_ctx): Likewise.
15795         (libc_feholdsetround_sse_ctx): Likewise.
15796         (libc_feresetround_sse_ctx): Likewise.
15797         (libc_feresetround_387_ctx): Likewise.
15798         (libc_feupdateenv_387_ctx): Likewise.
15799         (libc_feholdexcept_setroundf_ctx): Define macro.
15800         (libc_fesetenvf_ctx): Likewise.
15801         (libc_feupdateenvf_ctx): Likewise.
15802         (libc_feholdsetroundf_ctx): Likewise.
15803         (libc_feresetroundf_ctx): Likewise.
15804         (libc_feholdexcept_setround_ctx): Likewise.
15805         (libc_fesetenv_ctx): Likewise.
15806         (libc_feupdateenv_ctx): Likewise.
15807         (libc_feholdsetround_ctx): Likewise.
15808         (libc_feresetround_ctx): Likewise.
15809         (libc_feholdexcept_setroundl_ctx): Likewise.
15810         (libc_feupdateenvl_ctx): Likewise.
15811         (libc_feholdsetroundl_ctx): Likewise.
15812         (libc_feresetroundl_ctx): Likewise.
15813         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
15814         (libc_feresetround_53bit_ctx): Likewise.
15815
15816 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15817
15818         * locale/iso-639.def: Convert to UTF-8.
15819
15820 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
15821
15822         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
15823         (EXCEPTION_TESTS_double): Likewise.
15824         (EXCEPTION_TESTS_long_double): Likewise.
15825         (EXCEPTION_TESTS): Likewise.
15826         * math/libm-test.inc (test_exceptions): Only test exceptions if
15827         EXCEPTION_TESTS (FLOAT).
15828
15829 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15830
15831         * benchtests/Makefile (string-bench): Add strcpy_chk and
15832         stpcpy_chk.
15833         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
15834         * benchtests/bench-stpcpy_chk.c: New file.
15835         * benchtests/bench-strcpy_chk-ifunc.c: New file.
15836         * benchtests/bench-strcpy_chk.c: New file.
15837         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
15838         code.
15839         (do_test): Likewise.
15840
15841 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
15842
15843         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
15844         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
15845         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
15846         with tabs where appropriate.
15847         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
15848         dl-procinfo.h.
15849         [PPC_PLATFORM_PPC440]: Likewise.
15850         [PPC_PLATFORM_PPC464]: Likewise.
15851         [PPC_PLATFORM_PPC476]: Likewise.
15852         (_dl_string_platform): Add support for detecting ppc405, ppc440,
15853         ppc464, and ppc476 platform strings merging from ports/
15854         dl-procinfo.h.
15855
15856 2013-06-11  Andreas Schwab  <schwab@suse.de>
15857
15858         [BZ #14991]
15859         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
15860         (from_ucs4_idx): Regenerate.
15861         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
15862         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
15863         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
15864         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
15865         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
15866         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
15867         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
15868         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
15869         from FROM_LOOP and TO_LOOP specific macros.
15870         (BODY): Handle combining characters.
15871         * iconvdata/BIG5HKSCS.irreversible: Update.
15872         * iconvdata/BIG5HKSCS.precomposed: New file.
15873         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
15874         characters.
15875         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
15876
15877 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15878
15879         * include/sys/time.h: Fix indentation and add copyright header.
15880
15881         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
15882         (do_test): Likewise.
15883         * string/test-memchr.c (do_one_test): Likewise.
15884         (do_test): Likewise.
15885         * string/test-memcmp.c (do_one_test): Likewise.
15886         (do_test): Likewise.
15887         * string/test-memcpy.c (do_one_test): Likewise.
15888         (do_test): Likewise.
15889         * string/test-memmem.c (do_one_test): Likewise.
15890         (do_test): Likewise.
15891         (do_random_tests): Likewise.
15892         * string/test-memmove.c (do_one_test): Likewise.
15893         (do_test): Likewise.
15894         * string/test-memset.c (do_one_test): Likewise.
15895         (do_test): Likewise.
15896         * string/test-rawmemchr.c (do_one_test): Likewise.
15897         (do_test): Likewise.
15898         * string/test-strcasecmp.c (do_one_test): Likewise.
15899         (do_test): Likewise.
15900         * string/test-strcasestr.c (do_one_test): Likewise.
15901         (do_test): Likewise.
15902         * string/test-strcat.c (do_one_test): Likewise.
15903         (do_test): Likewise.
15904         * string/test-strchr.c (do_one_test): Likewise.
15905         (do_test): Likewise.
15906         * string/test-strcmp.c (do_one_test): Likewise.
15907         (do_test): Likewise.
15908         * string/test-strcpy.c (do_one_test): Likewise.
15909         (do_test): Likewise.
15910         * string/test-string.h: Likewise.
15911         (test_init): Likewise.
15912         * string/test-strlen.c (do_one_test): Likewise.
15913         (do_test): Likewise.
15914         * string/test-strncasecmp.c (do_one_test): Likewise.
15915         (do_test): Likewise.
15916         * string/test-strncat.c (do_one_test): Likewise.
15917         (do_test): Likewise.
15918         * string/test-strncmp.c (do_one_test): Likewise.
15919         (do_test_limit): Likewise.
15920         (do_test): Likewise.
15921         * string/test-strncpy.c (do_one_test): Likewise.
15922         (do_test): Likewise.
15923         * string/test-strnlen.c (do_one_test): Likewise.
15924         (do_test): Likewise.
15925         * string/test-strpbrk.c (do_one_test): Likewise.
15926         (do_test): Likewise.
15927         * string/test-strrchr.c (do_one_test): Likewise.
15928         (do_test): Likewise.
15929         * string/test-strspn.c (do_one_test): Likewise.
15930         (do_test): Likewise.
15931         * string/test-strstr.c (do_one_test): Likewise.
15932         (do_test): Likewise.
15933
15934         * benchtests/Makefile (string-bench): Add string benchmarks.
15935         * benchtests/bench-bcopy-ifunc.c: New file.
15936         * benchtests/bench-bcopy.c: New file.
15937         * benchtests/bench-bzero-ifunc.c: New file.
15938         * benchtests/bench-bzero.c: New file.
15939         * benchtests/bench-memccpy-ifunc.c: New file.
15940         * benchtests/bench-memccpy.c: New file.
15941         * benchtests/bench-memchr-ifunc.c: New file.
15942         * benchtests/bench-memchr.c: New file.
15943         * benchtests/bench-memcmp-ifunc.c: New file.
15944         * benchtests/bench-memcmp.c: New file.
15945         * benchtests/bench-memmem-ifunc.c: New file.
15946         * benchtests/bench-memmem.c: New file.
15947         * benchtests/bench-memmove-ifunc.c: New file.
15948         * benchtests/bench-memmove.c: New file.
15949         * benchtests/bench-mempcpy-ifunc.c: New file.
15950         * benchtests/bench-mempcpy.c: New file.
15951         * benchtests/bench-memset-ifunc.c: New file.
15952         * benchtests/bench-memset.c: New file.
15953         * benchtests/bench-rawmemchr-ifunc.c: New file.
15954         * benchtests/bench-rawmemchr.c: New file.
15955         * benchtests/bench-stpcpy-ifunc.c: New file.
15956         * benchtests/bench-stpcpy.c: New file.
15957         * benchtests/bench-stpncpy-ifunc.c: New file.
15958         * benchtests/bench-stpncpy.c: New file.
15959         * benchtests/bench-strcasecmp-ifunc.c: New file.
15960         * benchtests/bench-strcasecmp.c: New file.
15961         * benchtests/bench-strcasestr-ifunc.c: New file.
15962         * benchtests/bench-strcasestr.c: New file.
15963         * benchtests/bench-strcat-ifunc.c: New file.
15964         * benchtests/bench-strcat.c: New file.
15965         * benchtests/bench-strchr-ifunc.c: New file.
15966         * benchtests/bench-strchr.c: New file.
15967         * benchtests/bench-strchrnul-ifunc.c: New file.
15968         * benchtests/bench-strchrnul.c: New file.
15969         * benchtests/bench-strcmp-ifunc.c: New file.
15970         * benchtests/bench-strcmp.c: New file.
15971         * benchtests/bench-strcpy-ifunc.c: New file.
15972         * benchtests/bench-strcpy.c: New file.
15973         * benchtests/bench-strcspn-ifunc.c: New file.
15974         * benchtests/bench-strcspn.c: New file.
15975         * benchtests/bench-strlen-ifunc.c: New file.
15976         * benchtests/bench-strlen.c: New file.
15977         * benchtests/bench-strncasecmp-ifunc.c: New file.
15978         * benchtests/bench-strncasecmp.c: New file.
15979         * benchtests/bench-strncat-ifunc.c: New file.
15980         * benchtests/bench-strncat.c: New file.
15981         * benchtests/bench-strncmp-ifunc.c: New file.
15982         * benchtests/bench-strncmp.c: New file.
15983         * benchtests/bench-strncpy-ifunc.c: New file.
15984         * benchtests/bench-strncpy.c: New file.
15985         * benchtests/bench-strnlen-ifunc.c: New file.
15986         * benchtests/bench-strnlen.c: New file.
15987         * benchtests/bench-strpbrk-ifunc.c: New file.
15988         * benchtests/bench-strpbrk.c: New file.
15989         * benchtests/bench-strrchr-ifunc.c: New file.
15990         * benchtests/bench-strrchr.c: New file.
15991         * benchtests/bench-strspn-ifunc.c: New file.
15992         * benchtests/bench-strspn.c: New file.
15993         * benchtests/bench-strstr-ifunc.c: New file.
15994         * benchtests/bench-strstr.c: New file.
15995
15996         * benchtests/Makefile: Disable parallel execution of targets.
15997         (string-bench): Add memcpy.
15998         (benchset): New variable to store a list of benchmark sets.
15999         (bench-func): Renamed from bench.
16000         (bench-set): New target.
16001         (bench): Depend on bench-func and bench-set.
16002         * benchtests/README: Add section on benchmark sets.
16003         * benchtests/bench-memcpy-ifunc.c: New file.
16004         * benchtests/bench-memcpy.c: New file.
16005         * benchtests/bench-string.h: New file.
16006
16007 2013-06-11  Andreas Schwab  <schwab@suse.de>
16008
16009         [BZ #15577]
16010         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
16011         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
16012         values in the triple.
16013         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
16014         terminator in the group key.
16015
16016 2013-06-11  Andreas Jaeger  <aj@suse.de>
16017
16018         * po/zh_TW.po: Update Chinese (traditional) translation from
16019         translation project.
16020
16021 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16022
16023         * include/time.h (__clock_gettime): Add libc_hidden_proto.
16024         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
16025         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
16026         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
16027         (clock_getcpuclockid): Likewise.
16028         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
16029         Add weak_alias and libc_hidden_def.
16030         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
16031         * rt/clock_gettime.c (clock_gettime): Rename to
16032         __clock_gettime.  Add weak_alias and libc_hidden_def.
16033         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
16034         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
16035         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
16036         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
16037         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
16038         Likewise.
16039         * rt/clock_settime.c (clock_settime): Rename to
16040         __clock_settime.  Add weak_alias and libc_hidden_def.
16041         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
16042
16043 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
16044
16045         * mach/err_boot.sub: Remove trailing whitespace.
16046         * mach/err_ipc.sub: Likewise.
16047         * mach/err_mach.sub: Likewise.
16048
16049         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
16050         (ROUNDING_TESTS_double): Likewise.
16051         (ROUNDING_TESTS_long_double): Likewise.
16052         (ROUNDING_TESTS): Likewise.
16053         * math/libm-test.inc: Include <math-tests.h>.
16054         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
16055         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
16056         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
16057         (IF_ROUND_INIT_FE_UPWARD): Likewise.
16058
16059 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16060
16061         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
16062         of assigning.
16063
16064 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
16065
16066         * sysdeps/gnu/errlist.awk: Do not generate space at end of
16067         otherwise empty TRANS lines.
16068         * sysdeps/gnu/errlist.c: Regenerated.
16069
16070         * catgets/gencat.c (error_print): Use (void) in function
16071         definition.
16072         * crypt/crypt_util.c (__init_des): Likewise.
16073         * crypt/speeds.c (Stop): Likewise.
16074         (main): Likewise.
16075         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
16076         * inet/ruserpass.c (token): Likewise.
16077         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
16078         * intl/localealias.c (extend_alias_table): Likewise.
16079         * intl/plural-exp.c (init_germanic_plural): Likewise.
16080         * libio/fcloseall.c (__fcloseall): Likewise.
16081         * libio/genops.c (_IO_flush_all): Likewise.
16082         (_IO_flush_all_linebuffered): Likewise.
16083         (_IO_cleanup): Likewise.
16084         (_IO_iter_begin): Likewise.
16085         (_IO_iter_end): Likewise.
16086         (_IO_list_lock): Likewise.
16087         (_IO_list_unlock): Likewise.
16088         (_IO_list_resetlock): Likewise.
16089         * libio/getchar.c (getchar): Likewise.
16090         * libio/getchar_u.c (getchar_unlocked): Likewise.
16091         * libio/getwchar.c (getwchar): Likewise.
16092         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
16093         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
16094         * login/getpt.c (__getpt): Likewise.
16095         * login/tst-utmp.c (main): Likewise.
16096         * malloc/hooks.c (__malloc_check_init): Likewise.
16097         * malloc/malloc.c (__malloc_stats): Likewise.
16098         * malloc/mtrace.c (tr_break): Likewise.
16099         (mtrace): Likewise.
16100         (muntrace): Likewise.
16101         * misc/fstab.c (endfsent): Likewise.
16102         * misc/getclktck.c (__getclktck): Likewise.
16103         * misc/getdtsz.c (__getdtablesize): Likewise.
16104         * misc/gethostid.c (gethostid): Likewise.
16105         * misc/getpagesize.c (__getpagesize): Likewise.
16106         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
16107         (__get_nprocs): Likewise.
16108         (__get_phys_pages): Likewise.
16109         (__get_avphys_pages): Likewise.
16110         * misc/getttyent.c (getttyent): Likewise.
16111         (setttyent): Likewise.
16112         (endttyent): Likewise.
16113         * misc/getusershell.c (getusershell): Likewise.
16114         (endusershell): Likewise.
16115         (setusershell): Likewise.
16116         (initshells): Likewise.
16117         * misc/hsearch.c (__hdestroy): Likewise.
16118         * misc/sync.c (sync): Likewise.
16119         * misc/syslog.c (closelog_internal): Likewise.
16120         (closelog): Likewise.
16121         * misc/ttyslot.c (ttyslot): Likewise.
16122         * misc/vhangup.c (vhangup): Likewise.
16123         * posix/fork.c (__fork): Likewise.
16124         * posix/getegid.c (__getegid): Likewise.
16125         * posix/geteuid.c (__geteuid): Likewise.
16126         * posix/getgid.c (__getgid): Likewise.
16127         * posix/getpid.c (__getpid): Likewise.
16128         * posix/getppid.c (__getppid): Likewise.
16129         * posix/getuid.c (__getuid): Likewise.
16130         * posix/pause.c (pause): Likewise.
16131         * posix/setpgrp.c (setpgrp): Likewise.
16132         * posix/setsid.c (__setsid): Likewise.
16133         * posix/test-vfork.c (noop): Likewise.
16134         * resolv/gethnamaddr.c (_endhtent): Likewise.
16135         (_gethtent): Likewise.
16136         (ht_endhostent): Likewise.
16137         (gethostent): Likewise.
16138         (dns_service): Likewise.
16139         * stdlib/drand48.c (drand48): Likewise.
16140         * stdlib/lrand48.c (lrand48): Likewise.
16141         * stdlib/mrand48.c (mrand48): Likewise.
16142         * stdlib/rand.c (rand): Likewise.
16143         * stdlib/random.c (__random): Likewise.
16144         * stdlib/setenv.c (clearenv): Likewise.
16145         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
16146         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
16147         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
16148         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
16149         (__get_nprocs): Likewise.
16150         (__get_phys_pages): Likewise.
16151         (__get_avphys_pages): Likewise.
16152         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
16153         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
16154         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
16155         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
16156         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
16157         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
16158         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
16159         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
16160         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
16161         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
16162         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
16163         * sysdeps/mach/hurd/sync.c (sync): Likewise.
16164         * sysdeps/posix/clock.c (clock): Likewise.
16165         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
16166         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
16167         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
16168         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
16169         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
16170         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
16171         (__get_nprocs_conf): Likewise.
16172         (__get_phys_pages): Likewise.
16173         (__get_avphys_pages): Likewise.
16174         * time/clock.c (clock): Likewise.
16175         * time/tzset.c (__tzname_max): Likewise.
16176
16177 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
16178
16179         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
16180         (__bswap_32): Do not use "register".
16181         * crypt/crypt.c (_ufc_doit_r): Likewise.
16182         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
16183         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
16184         * gmon/gmon.c (__monstartup): Likewise.
16185         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
16186         * hurd/hurdmalloc.c (more_memory): Likewise.
16187         (malloc): Likewise.
16188         (free): Likewise.
16189         (realloc): Likewise.
16190         (malloc_fork_prepare): Likewise.
16191         (malloc_fork_parent): Likewise.
16192         (malloc_fork_child): Likewise.
16193         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
16194         (_svcauth_des): Likewise.
16195         * inet/inet_lnaof.c (inet_lnaof): Likewise.
16196         * inet/inet_net.c (inet_network): Likewise.
16197         * inet/inet_netof.c (inet_netof): Likewise.
16198         * inet/rcmd.c (__validuser2_sa): Likewise.
16199         * io/fts.c (fts_open): Likewise.
16200         (fts_load): Likewise.
16201         (fts_close): Likewise.
16202         (fts_read): Likewise.
16203         (fts_children): Likewise.
16204         (fts_build): Likewise.
16205         (fts_stat): Likewise.
16206         (fts_sort): Likewise.
16207         (fts_alloc): Likewise.
16208         (fts_lfree): Likewise.
16209         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
16210         (_IO_file_xsgetn): Likewise.
16211         (_IO_file_xsgetn_mmap): Likewise.
16212         * libio/iofopncook.c (_IO_cookie_read): Likewise.
16213         (_IO_cookie_write): Likewise.
16214         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
16215         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
16216         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
16217         * malloc/obstack.c (_obstack_begin): Likewise.
16218         (_obstack_begin_1): Likewise.
16219         (_obstack_newchunk): Likewise.
16220         (_obstack_allocated_p): Likewise.
16221         (obstack_free): Likewise.
16222         (_obstack_memory_used): Likewise.
16223         * misc/getttyent.c (getttynam): Likewise.
16224         (getttyent): Likewise.
16225         (skip): Likewise.
16226         (value): Likewise.
16227         * misc/getusershell.c (initshells): Likewise.
16228         * misc/syslog.c (__vsyslog_chk): Likewise.
16229         * misc/ttyslot.c (ttyslot): Likewise.
16230         * nis/nis_hash.c (__nis_hash): Likewise.
16231         * posix/fnmatch_loop.c (FCT): Likewise.
16232         * posix/getconf.c (print_all): Likewise.
16233         (main): Likewise.
16234         * posix/getopt.c (exchange): Likewise.
16235         * posix/glob.c (globfree): Likewise.
16236         (prefix_array): Likewise.
16237         (__glob_pattern_type): Likewise.
16238         * resolv/arpa/nameser.h (NS_GET16): Likewise.
16239         (NS_GET32): Likewise.
16240         (NS_PUT16): Likewise.
16241         (NS_PUT32): Likewise.
16242         * resolv/gethnamaddr.c (getanswer): Likewise.
16243         (gethostbyname2): Likewise.
16244         (gethostbyaddr): Likewise.
16245         (_gethtent): Likewise.
16246         (_gethtbyname2): Likewise.
16247         (_gethtbyaddr): Likewise.
16248         * resolv/ns_print.c (dst_s_get_int16): Likewise.
16249         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
16250         * resolv/res_init.c (__res_vinit): Likewise.
16251         (net_mask): Likewise.
16252         * resolv/res_mkquery.c (outchar): Likewise.
16253         (PRINT): Likewise.
16254         * stdio-common/printf_fp.c (outchar): Likewise.
16255         (PRINT): Likewise.
16256         * stdio-common/printf_fphex.c (outchar): Likewise.
16257         (PRINT): Likewise.
16258         * stdio-common/printf_size.c (outchar): Likewise.
16259         (PRINT): Likewise.
16260         * stdio-common/test_rdwr.c (main): Likewise.
16261         * stdio-common/tfformat.c (matches): Likewise.
16262         * stdio-common/vfprintf.c (outchar): Likewise.
16263         (printf_unknown): Likewise.
16264         (buffered_vfprintf): Likewise.
16265         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
16266         * stdio-common/xbug.c (AppendToBuffer): Likewise.
16267         (ReadFile): Likewise.
16268         * stdlib/qsort.c (SWAP): Likewise.
16269         (_quicksort): Likewise.
16270         * stdlib/setenv.c (__add_to_environ): Likewise.
16271         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
16272         * stdlib/strtol_l.c (__strtol_l): Likewise.
16273         * stdlib/tst-strtod.c (main): Likewise.
16274         * stdlib/tst-strtol.c (main): Likewise.
16275         * stdlib/tst-strtoll.c (main): Likewise.
16276         * string/bits/string2.h (__strcmp_cc): Likewise.
16277         (__strcmp_cg): Likewise.
16278         (__strcspn_c1): Likewise.
16279         (__strcspn_c2): Likewise.
16280         (__strcspn_c3): Likewise.
16281         (__strspn_c1): Likewise.
16282         (__strspn_c2): Likewise.
16283         (__strspn_c3): Likewise.
16284         (__strsep_1c): Likewise.
16285         (__strsep_2c): Likewise.
16286         (__strsep_3c): Likewise.
16287         * string/memccpy.c (__memccpy): Likewise.
16288         * string/stpcpy.c (__stpcpy): Likewise.
16289         * string/strcmp.c (strcmp): Likewise.
16290         * string/strrchr.c (strrchr): Likewise.
16291         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
16292         Likewise.
16293         * sysdeps/mach/hurd/getcwd.c
16294         (_hurd_canonicalize_directory_name_internal): Likewise.
16295         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
16296         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
16297         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
16298         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
16299         Likewise, in both definitions.
16300         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
16301         definitions.
16302         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
16303         64] (__bswap_64): Likewise.
16304         * time/test_time.c (main): Likewise.
16305         * time/tzfile.c (__tzfile_read): Likewise.
16306         (__tzfile_compute): Likewise.
16307         * time/tzset.c (__tzset_parse_tz): Likewise.
16308         (tzset_internal): Likewise.
16309         (compute_change): Likewise.
16310         * wcsmbs/wcscat.c (__wcscat): Likewise.
16311         * wcsmbs/wcschr.c (wcschr): Likewise.
16312         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
16313         * wcsmbs/wcscspn.c (wcscspn): Likewise.
16314         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
16315         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
16316         * wcsmbs/wcsspn.c (wcsspn): Likewise.
16317         * wcsmbs/wcsstr.c (wcsstr): Likewise.
16318         * wcsmbs/wmemchr.c (wmemchr): Likewise.
16319         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
16320         * wcsmbs/wmemset.c (wmemset): Likewise.
16321
16322 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
16323
16324         * scripts/config.guess: Update to version 2013-05-16.
16325         * scripts/config.sub: Update to version 2013-04-24.
16326         * scripts/install-sh: Update to version 2011-11-20.07.
16327         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
16328         * scripts/move-if-change: Update to version 2012-01-06 07:23.
16329
16330 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
16331
16332         * debug/fgetws_u_chk.c: Fix leading whitespaces.
16333         * elf/sln.c: Likewise.
16334         * hurd/hurd/ioctl.h: Likewise.
16335         * hurd/hurdmalloc.c: Likewise.
16336         * hurd/xattr.c: Likewise.
16337         * include/shlib-compat.h: Likewise.
16338         * inet/ruserpass.c: Likewise.
16339         * libio/iofgets_u.c: Likewise.
16340         * libio/iofgetws_u.c: Likewise.
16341         * locale/programs/ld-identification.c: Likewise.
16342         * locale/programs/ld-time.c: Likewise.
16343         * mach/msg-destroy.c: Likewise.
16344         * nss/nss_files/files-netgrp.c: Likewise.
16345         * resolv/res_data.c: Likewise.
16346         * soft-fp/op-1.h: Likewise.
16347         * soft-fp/op-2.h: Likewise.
16348         * soft-fp/op-4.h: Likewise.
16349         * soft-fp/op-common.h: Likewise.
16350         * stdio-common/printf_fphex.c: Likewise.
16351         * stdlib/strtod_l.c: Likewise.
16352         * sunrpc/rpc/clnt.h: Likewise.
16353         * sysdeps/generic/framestate.c: Likewise.
16354         * sysdeps/i386/bsd-_setjmp.S: Likewise.
16355         * sysdeps/i386/bsd-setjmp.S: Likewise.
16356         * sysdeps/i386/__longjmp.S: Likewise.
16357         * sysdeps/i386/setjmp.S: Likewise.
16358         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16359         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
16360         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
16361         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
16362         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16363         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
16364         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
16365         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
16366         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
16367         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
16368         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
16369         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
16370         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
16371         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
16372         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
16373         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
16374         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
16375         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
16376         * sysdeps/ieee754/support.c: Likewise.
16377         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
16378         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
16379         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
16380         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
16381         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
16382         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
16383         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
16384         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
16385         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
16386         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
16387         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
16388         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
16389         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
16390         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
16391         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
16392         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
16393         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
16394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
16395
16396 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
16397
16398         * posix/transbug.c: Remove executable mode.
16399
16400 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
16401
16402         * crypt/speeds.c: Remove trailing whitespace.
16403         * dlfcn/default.c: Likewise.
16404         * elf/ifuncdep2.c: Likewise.
16405         * elf/ifuncmain1.c: Likewise.
16406         * elf/ifuncmain1vis.c: Likewise.
16407         * elf/testobj.h: Likewise.
16408         * elf/tst-stackguard1.c: Likewise.
16409         * gmon/sys/gmon.h: Likewise.
16410         * hurd/hurdmsg.c: Likewise.
16411         * hurd/new-fd.c: Likewise.
16412         * hurd/ports-get.c: Likewise.
16413         * iconvdata/ibm1008_420.c: Likewise.
16414         * inet/tst-getni1.c: Likewise.
16415         * inet/tst-getni2.c: Likewise.
16416         * libio/ioungetc.c: Likewise.
16417         * libio/wfiledoalloc.c: Likewise.
16418         * manual/libm-err-tab.pl: Likewise.
16419         * math/w_dremf.c: Likewise.
16420         * misc/ftruncate.c: Likewise.
16421         * posix/bug-glob2.c: Likewise.
16422         * posix/tst-pcre.c: Likewise.
16423         * posix/wait4.c: Likewise.
16424         * resolv/README: Likewise.
16425         * resolv/res_debug.h: Likewise.
16426         * resolv/tst-inet_ntop.c: Likewise.
16427         * setjmp/bug269-setjmp.c: Likewise.
16428         * soft-fp/extended.h: Likewise.
16429         * soft-fp/op-1.h: Likewise.
16430         * soft-fp/op-2.h: Likewise.
16431         * soft-fp/op-4.h: Likewise.
16432         * soft-fp/op-8.h: Likewise.
16433         * soft-fp/testit.c: Likewise.
16434         * stdio-common/bug16.c: Likewise.
16435         * stdlib/random.c: Likewise.
16436         * sunrpc/rpcsvc/rquota.x: Likewise.
16437         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
16438         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
16439         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
16440         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
16441         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
16442         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
16443         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
16444         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
16445         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
16446         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
16447         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
16448         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
16449         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
16450         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
16451         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
16452         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
16453         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
16454         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
16455         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
16456         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
16457         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
16458         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
16459         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
16460         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
16461         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
16462         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
16463         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16464         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
16465         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
16466         * sysdeps/ieee754/s_lib_version.c: Likewise.
16467         * sysdeps/mach/hurd/check_fds.c: Likewise.
16468         * sysdeps/mach/hurd/getsockname.c: Likewise.
16469         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
16470         * sysdeps/mach/hurd/recvfrom.c: Likewise.
16471         * sysdeps/powerpc/bits/link.h: Likewise.
16472         * sysdeps/powerpc/dl-procinfo.c: Likewise.
16473         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
16474         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
16475         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
16476         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
16477         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
16478         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
16479         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
16480         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
16481         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
16482         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
16483         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16484         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
16485         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
16486         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
16487         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
16488         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16489         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16490         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
16491         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
16492         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
16493         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
16494         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16495         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16496         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
16497         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16498         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16499         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
16500         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
16501         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16502         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16503         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16504         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16505         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
16506         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
16507         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
16508         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
16509         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16510         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
16511         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
16512         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
16513         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
16514         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
16515         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
16516         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16517         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
16518         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
16519         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16520         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
16521         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
16522         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16523         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16524         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16525         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16526         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
16527         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
16528         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
16529         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16530         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
16531         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
16532         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
16533         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
16534         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
16535         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16536         * sysdeps/powerpc/sysdep.h: Likewise.
16537         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
16538         * sysdeps/s390/s390-64/sub_n.S: Likewise.
16539         * sysdeps/sh/dl-trampoline.S: Likewise.
16540         * sysdeps/sh/memset.S: Likewise.
16541         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
16542         * sysdeps/sh/strlen.S: Likewise.
16543         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
16544         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
16545         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
16546         * sysdeps/sparc/sparc32/rem.S: Likewise.
16547         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
16548         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
16549         * sysdeps/sparc/sparc32/strchr.S: Likewise.
16550         * sysdeps/sparc/sparc32/udiv.S: Likewise.
16551         * sysdeps/sparc/sparc32/urem.S: Likewise.
16552         * sysdeps/sparc/sparc64/add_n.S: Likewise.
16553         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
16554         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
16555         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
16556         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
16557         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
16558         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
16559         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
16560         * sysdeps/unix/bsd/times.c: Likewise.
16561         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
16562         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
16563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
16564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
16565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
16566         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
16567         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
16568         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
16569         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
16570         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
16571         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
16572         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
16573         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
16574         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
16575         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
16576         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
16577         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
16578         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
16579         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
16580         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
16581         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
16582         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
16583         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
16584         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
16585         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
16586         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
16587         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
16588         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
16589         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
16590         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
16591         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
16592         * sysdeps/x86_64/strcspn.S: Likewise.
16593
16594 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
16595
16596         * locale/C-translit.h: Revert #include <stdint.h> because this is a
16597         generated file.  Regenerate properly from gen-translit.pl.
16598         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
16599         locale/C-translit.h.
16600
16601 2013-06-05  Andreas Schwab  <schwab@suse.de>
16602
16603         [BZ #15100]
16604         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
16605         week as 6 instead of -1.
16606         * time/tst-strptime.c (day_tests): Add test case.
16607
16608 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
16609
16610         * sysdeps/generic/math_private.h
16611         (libc_feholdexcept_setround_53bit): Replace with
16612         libc_feholdsetround_53bit.
16613         (libc_feupdateenv_53bit): Replace with
16614         libc_feresetround_53bit.
16615         (SET_RESTORE_ROUND_53BIT): Adjust.
16616
16617 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16618
16619         * string/test-strchrnul.c: Add copyright header.
16620
16621         * posix/tst-getaddrinfo4.c: Increase test timeout.
16622
16623 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
16624
16625         [BZ #15536]
16626         * math/libm-test.inc (MAX_EXP): Remove
16627         (MIN_EXP): Define.
16628         (ulp): Use MIN_EXP - MANT_DIG.
16629         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
16630
16631 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
16632
16633         * po/be.po: Revert last change.
16634         * po/zh_CN.po: Likewise.
16635         * po/header.pot: Likewise.
16636
16637 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
16638
16639         * Makefile ($(common-objpfx)linkobj/libc.so): Define
16640         link-libc-deps to empty as target-specific variable.
16641         * Makerules (link-libc-args): New variable.
16642         (libc-for-link): Likewise.
16643         (link-libc-deps): Likewise.
16644         (lib%.so): Depend on $(link-libc-deps).  Link with
16645         $(link-libc-args).
16646         (build-module): Link with $(link-libc-args).
16647         (build-module-asneeded): Likewise.
16648         (build-module-helper-objlist): Filter out $(link-libc-deps) from
16649         list of objects.
16650         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
16651         target-specific variable.
16652         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
16653         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
16654         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
16655         libc.
16656         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
16657         libc and ld.so.
16658         ($(objpfx)libpcprofile.so): Likewise.
16659         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
16660         libc_nonshared.a.
16661         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
16662         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
16663         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
16664         $(link-libc-deps).
16665         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
16666         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
16667         * login/Makefile ($(objpfx)libutil.so): Likewise.
16668         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
16669         * math/Makefile ($(objpfx)libm.so): Likewise.
16670         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
16671         $(objpfx)libnsl.so): Define libc-for-link as target-specific
16672         variable instead of depending directly on libc.
16673         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
16674         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
16675         $(link-libc-deps).
16676         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
16677         libc.
16678         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
16679         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
16680         ($(objpfx)libanl.so): Likewise.
16681         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
16682         ld.so.
16683         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
16684         $(link-libc-deps).
16685         * sysdeps/i386/fpu/Makefile: Remove file.
16686         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
16687         ($(objpfx)libm.so): Remove dependency on ld.so.
16688
16689 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
16690
16691         [BZ # 15553]
16692         * nis/yp_xdr.c (XDRMAXNAME): Define.
16693         (XDRMAXRECORD): Define.
16694         (xdr_domainname): Use XDRMAXNAME.
16695         (xdr_mapname): Likewise.
16696         (xdr_peername): Likewise.
16697         (xdr_keydat): Use XDRMAXRECORD.
16698         (xdr_valdat): Likewise.
16699
16700 2013-05-30  Jeff Law  <law@redhat.com>
16701
16702         [BZ #14256]
16703         * manual/errno.texi (ESTALE): Update to account for more than
16704         just NFS file systems.
16705         * sysdeps/gnu/errlist.c: Regenerated.
16706
16707 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16708
16709         [BZ #15465]
16710         * elf/Makefile (tests): Add tst-null-argv.
16711         (modules-names):  Add tst-null-argv-lib.
16712         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
16713         (tst-null-argv-ENV): Set environment for tst-null-argv.
16714         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
16715         (RTLD_PROGNAME): New macro.
16716         * elf/tst-null-argv.c: New test case.
16717         * elf/tst-null-argv-lib.c: Library for test case.
16718         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
16719         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
16720         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
16721         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
16722         * elf/dl-init.c (call_init): Likewise.
16723         (_dl_init): Likewise.
16724         * elf/dl-load.c (print_search_path): Likewise.
16725         (_dl_map_object): Likewise.
16726         * elf/dl-lookup.c (do_lookup_x): Likewise.
16727         (add_dependency): Likewise.
16728         (_dl_lookup_symbol_x): Likewise.
16729         (_dl_debug_bindings): Likewise.
16730         * elf/dl-open.c (_dl_show_scope): Likewise.
16731         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
16732         * elf/dl-version.c (match_symbol): Likewise.
16733         (_dl_check_map_versions): Likewise.
16734         * elf/rtld.c (dl_main): Likewise.
16735         (print_unresolved): Use RTLD_PROGNAME.
16736         (print_missing_version): Likewise.
16737         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
16738         (elf_machine_rela): Likewise.
16739         * sysdeps/powerpc/powerpc32/dl-machine.c
16740         (__process_machine_rela): Likewise.
16741         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
16742         Likewise.
16743         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
16744         Likewise.
16745         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
16746         Likewise.
16747         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
16748         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
16749         Likewise.
16750         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
16751         Likewise.
16752         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
16753
16754 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
16755
16756         * po/be.po: Add descriptive title.
16757         * po/zh_CN.po: Likewise.
16758         * po/header.pot: Likewise.
16759
16760 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
16761
16762         * locale/programs/locarchive.c (create_archive): Inlucde fname in
16763         error message.
16764         (enlarge_archive): Likewise.
16765
16766 2013-05-28  Ben North  <ben@redfrontdoor.org>
16767
16768         * manual/arith.texi (frexp): It is the magnitude of the return
16769         value which lies in [0.5, 1), not the return value itself.
16770
16771 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16772
16773         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16774
16775 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
16776
16777         * stdio-common/bug26.c (main): Correct fscanf template.
16778
16779         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
16780         declare _dl_skip_args.
16781
16782         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
16783         Don't declare.
16784
16785         * manual/platform.texi: Add missing @end deftypefun.
16786
16787 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
16788
16789         [BZ #15529]
16790         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
16791         bit of mantissa of 2^16382.
16792         * math/libm-test.inc (hypot_test_data): Add more tests.
16793
16794         * math/libm-test.inc: Add drem and pow10 to list of tested
16795         functions.
16796         (pow10_test): New function.
16797         (drem_test): Likewise.
16798         (drem_test_tonearest): Likewise.
16799         (drem_test_towardzero): Likewise.
16800         (drem_test_downward): Likewise.
16801         (drem_test_upward): Likewise.
16802         (main): Call the new functions.
16803
16804         * math/libm-test.inc (finite_test_data): Remove.
16805         (finite_test): Run tests from isfinite_test_data.
16806         (gamma_test_data): Remove.
16807         (gamma_test): Run tests from lgamma_test_data.
16808         * sysdeps/i386/fpu/libm-test-ulps: Update.
16809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16810
16811 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16812
16813         * manual/platform.texi: Add PowerPC PPR function set documentation.
16814         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
16815         implementation.
16816
16817 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
16818
16819         * math/libm-test.inc (MAX_EXP): Define.
16820         (ULPDIFF): Define.
16821         (ulp): New function.
16822         (check_float_internal): Use ULPDIFF.
16823         (cpow_test): Disable failing test.
16824         (check_ulp): Test ulp() implemetnation.
16825         (main): Call check_ulp before starting tests.
16826
16827 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
16828
16829         * math/gen-libm-test.pl (generate_testfile): Do not handle
16830         START_DATA and END_DATA.
16831         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
16832         END_DATA.
16833         (acos_tonearest_test_data): Likewise.
16834         (acos_towardzero_test_data): Likewise.
16835         (acos_downward_test_data): Likewise.
16836         (acos_upward_test_data): Likewise.
16837         (acosh_test_data): Likewise.
16838         (asin_test_data): Likewise.
16839         (asin_tonearest_test_data): Likewise.
16840         (asin_towardzero_test_data): Likewise.
16841         (asin_downward_test_data): Likewise.
16842         (asin_upward_test_data): Likewise.
16843         (asinh_test_data): Likewise.
16844         (atan_test_data): Likewise.
16845         (atanh_test_data): Likewise.
16846         (atan2_test_data): Likewise.
16847         (cabs_test_data): Likewise.
16848         (cacos_test_data): Likewise.
16849         (cacosh_test_data): Likewise.
16850         (carg_test_data): Likewise.
16851         (casin_test_data): Likewise.
16852         (casinh_test_data): Likewise.
16853         (catan_test_data): Likewise.
16854         (catanh_test_data): Likewise.
16855         (cbrt_test_data): Likewise.
16856         (ccos_test_data): Likewise.
16857         (ccosh_test_data): Likewise.
16858         (ceil_test_data): Likewise.
16859         (cexp_test_data): Likewise.
16860         (cimag_test_data): Likewise.
16861         (clog_test_data): Likewise.
16862         (clog10_test_data): Likewise.
16863         (conj_test_data): Likewise.
16864         (copysign_test_data): Likewise.
16865         (cos_test_data): Likewise.
16866         (cos_tonearest_test_data): Likewise.
16867         (cos_towardzero_test_data): Likewise.
16868         (cos_downward_test_data): Likewise.
16869         (cos_upward_test_data): Likewise.
16870         (cosh_test_data): Likewise.
16871         (cosh_tonearest_test_data): Likewise.
16872         (cosh_towardzero_test_data): Likewise.
16873         (cosh_downward_test_data): Likewise.
16874         (cosh_upward_test_data): Likewise.
16875         (cpow_test_data): Likewise.
16876         (cproj_test_data): Likewise.
16877         (creal_test_data): Likewise.
16878         (csin_test_data): Likewise.
16879         (csinh_test_data): Likewise.
16880         (csqrt_test_data): Likewise.
16881         (ctan_test_data): Likewise.
16882         (ctan_tonearest_test_data): Likewise.
16883         (ctan_towardzero_test_data): Likewise.
16884         (ctan_downward_test_data): Likewise.
16885         (ctan_upward_test_data): Likewise.
16886         (ctanh_test_data): Likewise.
16887         (ctanh_tonearest_test_data): Likewise.
16888         (ctanh_towardzero_test_data): Likewise.
16889         (ctanh_downward_test_data): Likewise.
16890         (ctanh_upward_test_data): Likewise.
16891         (erf_test_data): Likewise.
16892         (erfc_test_data): Likewise.
16893         (exp_test_data): Likewise.
16894         (exp_tonearest_test_data): Likewise.
16895         (exp_towardzero_test_data): Likewise.
16896         (exp_downward_test_data): Likewise.
16897         (exp_upward_test_data): Likewise.
16898         (exp10_test_data): Likewise.
16899         (exp2_test_data): Likewise.
16900         (expm1_test_data): Likewise.
16901         (fabs_test_data): Likewise.
16902         (fdim_test_data): Likewise.
16903         (finite_test_data): Likewise.
16904         (floor_test_data): Likewise.
16905         (fma_test_data): Likewise.
16906         (fma_towardzero_test_data): Likewise.
16907         (fma_downward_test_data): Likewise.
16908         (fma_upward_test_data): Likewise.
16909         (fmax_test_data): Likewise.
16910         (fmin_test_data): Likewise.
16911         (fmod_test_data): Likewise.
16912         (fpclassify_test_data): Likewise.
16913         (frexp_test_data): Likewise.
16914         (gamma_test_data): Likewise.
16915         (hypot_test_data): Likewise.
16916         (ilogb_test_data): Likewise.
16917         (isfinite_test_data): Likewise.
16918         (isgreater_test_data): Likewise.
16919         (isgreaterequal_test_data): Likewise.
16920         (isinf_test_data): Likewise.
16921         (isless_test_data): Likewise.
16922         (islessequal_test_data): Likewise.
16923         (islessgreater_test_data): Likewise.
16924         (isnan_test_data): Likewise.
16925         (isnormal_test_data): Likewise.
16926         (issignaling_test_data): Likewise.
16927         (isunordered_test_data): Likewise.
16928         (j0_test_data): Likewise.
16929         (j1_test_data): Likewise.
16930         (jn_test_data): Likewise.
16931         (ldexp_test_data): Likewise.
16932         (lgamma_test_data): Likewise.
16933         (lrint_test_data): Likewise.
16934         (lrint_tonearest_test_data): Likewise.
16935         (lrint_towardzero_test_data): Likewise.
16936         (lrint_downward_test_data): Likewise.
16937         (lrint_upward_test_data): Likewise.
16938         (llrint_test_data): Likewise.
16939         (llrint_tonearest_test_data): Likewise.
16940         (llrint_towardzero_test_data): Likewise.
16941         (llrint_downward_test_data): Likewise.
16942         (llrint_upward_test_data): Likewise.
16943         (log_test_data): Likewise.
16944         (log10_test_data): Likewise.
16945         (log1p_test_data): Likewise.
16946         (log2_test_data): Likewise.
16947         (logb_test_data): Likewise.
16948         (logb_downward_test_data): Likewise.
16949         (lround_test_data): Likewise.
16950         (llround_test_data): Likewise.
16951         (modf_test_data): Likewise.
16952         (nearbyint_test_data): Likewise.
16953         (nextafter_test_data): Likewise.
16954         (nexttoward_test_data): Likewise.
16955         (pow_test_data): Likewise.
16956         (pow_tonearest_test_data): Likewise.
16957         (pow_towardzero_test_data): Likewise.
16958         (pow_downward_test_data): Likewise.
16959         (pow_upward_test_data): Likewise.
16960         (remainder_test_data): Likewise.
16961         (remainder_tonearest_test_data): Likewise.
16962         (remainder_towardzero_test_data): Likewise.
16963         (remainder_downward_test_data): Likewise.
16964         (remainder_upward_test_data): Likewise.
16965         (remquo_test_data): Likewise.
16966         (rint_test_data): Likewise.
16967         (rint_tonearest_test_data): Likewise.
16968         (rint_towardzero_test_data): Likewise.
16969         (rint_downward_test_data): Likewise.
16970         (rint_upward_test_data): Likewise.
16971         (round_test_data): Likewise.
16972         (scalb_test_data): Likewise.
16973         (scalbn_test_data): Likewise.
16974         (scalbln_test_data): Likewise.
16975         (signbit_test_data): Likewise.
16976         (sin_test_data): Likewise.
16977         (sin_tonearest_test_data): Likewise.
16978         (sin_towardzero_test_data): Likewise.
16979         (sin_downward_test_data): Likewise.
16980         (sin_upward_test_data): Likewise.
16981         (sincos_test_data): Likewise.
16982         (sinh_test_data): Likewise.
16983         (sinh_tonearest_test_data): Likewise.
16984         (sinh_towardzero_test_data): Likewise.
16985         (sinh_downward_test_data): Likewise.
16986         (sinh_upward_test_data): Likewise.
16987         (sqrt_test_data): Likewise.
16988         (tan_test_data): Likewise.
16989         (tan_tonearest_test_data): Likewise.
16990         (tan_towardzero_test_data): Likewise.
16991         (tan_downward_test_data): Likewise.
16992         (tan_upward_test_data): Likewise.
16993         (tanh_test_data): Likewise.
16994         (tgamma_test_data): Likewise.
16995         (trunc_test_data): Likewise.
16996         (y0_test_data): Likewise.
16997         (y1_test_data): Likewise.
16998         (yn_test_data): Likewise.
16999         (significand_test_data): Likewise.
17000
17001         * math/gen-libm-test.pl (@functions): Remove variable.
17002         (generate_testfile): Don't handle START and END lines.
17003         * math/libm-test.inc (START): New macro.
17004         (END): Likewise.
17005         (END_COMPLEX): Likewise.
17006         (acos_test): Use END macro without arguments.
17007         (acos_test_tonearest): Likewise.
17008         (acos_test_towardzero): Likewise.
17009         (acos_test_downward): Likewise.
17010         (acos_test_upward): Likewise.
17011         (acosh_test): Likewise.
17012         (asin_test): Likewise.
17013         (asin_test_tonearest): Likewise.
17014         (asin_test_towardzero): Likewise.
17015         (asin_test_downward): Likewise.
17016         (asin_test_upward): Likewise.
17017         (asinh_test): Likewise.
17018         (atan_test): Likewise.
17019         (atanh_test): Likewise.
17020         (atan2_test): Likewise.
17021         (cabs_test): Likewise.
17022         (cacos_test): Use END_COMPLEX macro without arguments.
17023         (cacosh_test): Likewise.
17024         (carg_test): Use END macro without arguments.
17025         (casin_test): Use END_COMPLEX macro without arguments.
17026         (casinh_test): Likewise.
17027         (catan_test): Likewise.
17028         (catanh_test): Likewise.
17029         (cbrt_test): Use END macro without arguments.
17030         (ccos_test): Use END_COMPLEX macro without arguments.
17031         (ccosh_test): Likewise.
17032         (ceil_test): Use END macro without arguments.
17033         (cexp_test): Use END_COMPLEX macro without arguments.
17034         (cimag_test): Use END macro without arguments.
17035         (clog_test): Use END_COMPLEX macro without arguments.
17036         (clog10_test): Likewise.
17037         (conj_test): Likewise.
17038         (copysign_test): Use END macro without arguments.
17039         (cos_test): Likewise.
17040         (cos_test_tonearest): Likewise.
17041         (cos_test_towardzero): Likewise.
17042         (cos_test_downward): Likewise.
17043         (cos_test_upward): Likewise.
17044         (cosh_test): Likewise.
17045         (cosh_test_tonearest): Likewise.
17046         (cosh_test_towardzero): Likewise.
17047         (cosh_test_downward): Likewise.
17048         (cosh_test_upward): Likewise.
17049         (cpow_test): Use END_COMPLEX macro without arguments.
17050         (cproj_test): Likewise.
17051         (creal_test): Use END macro without arguments.
17052         (csin_test): Use END_COMPLEX macro without arguments.
17053         (csinh_test): Likewise.
17054         (csqrt_test): Likewise.
17055         (ctan_test): Likewise.
17056         (ctan_test_tonearest): Likewise.
17057         (ctan_test_towardzero): Likewise.
17058         (ctan_test_downward): Likewise.
17059         (ctan_test_upward): Likewise.
17060         (ctanh_test): Likewise.
17061         (ctanh_test_tonearest): Likewise.
17062         (ctanh_test_towardzero): Likewise.
17063         (ctanh_test_downward): Likewise.
17064         (ctanh_test_upward): Likewise.
17065         (erf_test): Use END macro without arguments.
17066         (erfc_test): Likewise.
17067         (exp_test): Likewise.
17068         (exp_test_tonearest): Likewise.
17069         (exp_test_towardzero): Likewise.
17070         (exp_test_downward): Likewise.
17071         (exp_test_upward): Likewise.
17072         (exp10_test): Likewise.
17073         (exp2_test): Likewise.
17074         (expm1_test): Likewise.
17075         (fabs_test): Likewise.
17076         (fdim_test): Likewise.
17077         (finite_test): Likewise.
17078         (floor_test): Likewise.
17079         (fma_test): Likewise.
17080         (fma_test_towardzero): Likewise.
17081         (fma_test_downward): Likewise.
17082         (fma_test_upward): Likewise.
17083         (fmax_test): Likewise.
17084         (fmin_test): Likewise.
17085         (fmod_test): Likewise.
17086         (fpclassify_test): Likewise.
17087         (frexp_test): Likewise.
17088         (gamma_test): Likewise.
17089         (hypot_test): Likewise.
17090         (ilogb_test): Likewise.
17091         (isfinite_test): Likewise.
17092         (isgreater_test): Likewise.
17093         (isgreaterequal_test): Likewise.
17094         (isinf_test): Likewise.
17095         (isless_test): Likewise.
17096         (islessequal_test): Likewise.
17097         (islessgreater_test): Likewise.
17098         (isnan_test): Likewise.
17099         (isnormal_test): Likewise.
17100         (issignaling_test): Likewise.
17101         (isunordered_test): Likewise.
17102         (j0_test): Likewise.
17103         (j1_test): Likewise.
17104         (jn_test): Likewise.
17105         (ldexp_test): Likewise.
17106         (lgamma_test): Likewise.
17107         (lrint_test): Likewise.
17108         (lrint_test_tonearest): Likewise.
17109         (lrint_test_towardzero): Likewise.
17110         (lrint_test_downward): Likewise.
17111         (lrint_test_upward): Likewise.
17112         (llrint_test): Likewise.
17113         (llrint_test_tonearest): Likewise.
17114         (llrint_test_towardzero): Likewise.
17115         (llrint_test_downward): Likewise.
17116         (llrint_test_upward): Likewise.
17117         (log_test): Likewise.
17118         (log10_test): Likewise.
17119         (log1p_test): Likewise.
17120         (log2_test): Likewise.
17121         (logb_test): Likewise.
17122         (logb_test_downward): Likewise.
17123         (lround_test): Likewise.
17124         (llround_test): Likewise.
17125         (modf_test): Likewise.
17126         (nearbyint_test): Likewise.
17127         (nextafter_test): Likewise.
17128         (nexttoward_test): Likewise.
17129         (pow_test): Likewise.
17130         (pow_test_tonearest): Likewise.
17131         (pow_test_towardzero): Likewise.
17132         (pow_test_downward): Likewise.
17133         (pow_test_upward): Likewise.
17134         (remainder_test): Likewise.
17135         (remainder_test_tonearest): Likewise.
17136         (remainder_test_towardzero): Likewise.
17137         (remainder_test_downward): Likewise.
17138         (remainder_test_upward): Likewise.
17139         (remquo_test): Likewise.
17140         (rint_test): Likewise.
17141         (rint_test_tonearest): Likewise.
17142         (rint_test_towardzero): Likewise.
17143         (rint_test_downward): Likewise.
17144         (rint_test_upward): Likewise.
17145         (round_test): Likewise.
17146         (scalb_test): Likewise.
17147         (scalbn_test): Likewise.
17148         (scalbln_test): Likewise.
17149         (signbit_test): Likewise.
17150         (sin_test): Likewise.
17151         (sin_test_tonearest): Likewise.
17152         (sin_test_towardzero): Likewise.
17153         (sin_test_downward): Likewise.
17154         (sin_test_upward): Likewise.
17155         (sincos_test): Likewise.
17156         (sinh_test): Likewise.
17157         (sinh_test_tonearest): Likewise.
17158         (sinh_test_towardzero): Likewise.
17159         (sinh_test_downward): Likewise.
17160         (sinh_test_upward): Likewise.
17161         (sqrt_test): Likewise.
17162         (tan_test): Likewise.
17163         (tan_test_tonearest): Likewise.
17164         (tan_test_towardzero): Likewise.
17165         (tan_test_downward): Likewise.
17166         (tan_test_upward): Likewise.
17167         (tanh_test): Likewise.
17168         (tgamma_test): Likewise.
17169         (trunc_test): Likewise.
17170         (y0_test): Likewise.
17171         (y1_test): Likewise.
17172         (yn_test): Likewise.
17173         (significand_test): Likewise.
17174
17175 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
17176
17177         [BZ #15381]
17178         * libio/genops.c (_IO_no_init): Initialize wide struct info.
17179
17180 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
17181
17182         [BZ #14894]
17183         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
17184         __ppc_mdoio and __ppc_mdoom.
17185         * manual/platform.texi: Document new functions __ppc_yield,
17186         __ppc_mdoio and __ppc_mdoom.
17187
17188 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
17189
17190         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
17191         (main): Mention "tls" pseudo-hwcap is legacy.
17192         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
17193
17194 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
17195
17196         * math/gen-libm-test.pl (parse_args): Output only string of
17197         arguments as text for test name, not full call or descriptions of
17198         tests for extra outputs.
17199         (generate_testfile): Do not pass function name to parse_args.
17200         Generate this_func variable from START.
17201         * math/libm-test.inc (struct test_f_f_data): Rename test_name
17202         field to arg_str.
17203         (struct test_ff_f_data): Likewise.
17204         (test_ff_f_data_nexttoward): Likewise.
17205         (struct test_fi_f_data): Likewise.
17206         (struct test_fl_f_data): Likewise.
17207         (struct test_if_f_data): Likewise.
17208         (struct test_fff_f_data): Likewise.
17209         (struct test_c_f_data): Likewise.
17210         (struct test_f_f1_data): Likewise.  Remove field extra_name.
17211         (struct test_fF_f1_data): Likewise.
17212         (struct test_ffI_f1_data): Likewise.
17213         (struct test_c_c_data): Rename test_name field to arg_str.
17214         (struct test_cc_c_data): Likewise.
17215         (struct test_f_i_data): Likewise.
17216         (struct test_ff_i_data): Likewise.
17217         (struct test_f_l_data): Likewise.
17218         (struct test_f_L_data): Likewise.
17219         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
17220         and extra2_name.
17221         (COMMON_TEST_SETUP): New macro.
17222         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
17223         (COMMON_TEST_CLEANUP): Likewise.
17224         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
17225         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
17226         macros.
17227         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
17228         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
17229         macros.
17230         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
17231         (RUN_TEST_fff_f): Take argument string.  Call new setup and
17232         cleanup macros.
17233         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
17234         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
17235         macros.
17236         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
17237         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
17238         macros.
17239         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
17240         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
17241         cleanup macros.
17242         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
17243         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
17244         cleanup macros.
17245         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
17246         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
17247         cleanup macros.
17248         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
17249         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
17250         macros.
17251         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
17252         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
17253         macros.
17254         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
17255         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
17256         macros.
17257         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
17258         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
17259         cleanup macros.
17260         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
17261         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
17262         cleanup macros.
17263         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
17264         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
17265         macros.
17266         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
17267         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
17268         cleanup macros.
17269         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
17270         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
17271         macros.
17272         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
17273         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
17274         macros.
17275         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
17276         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
17277         cleanup macros.
17278         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
17279
17280 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
17281
17282         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
17283         to _sifields.sigfault.
17284         (si_addr_lsb): Define new macro.
17285         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
17286         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
17287         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
17288
17289 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
17290
17291         [BZ #15441]
17292         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
17293         returns -1.
17294         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
17295         null return -1.
17296         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
17297         loading the domain.
17298
17299 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
17300
17301         * math/gen-libm-test.pl (parse_args): Do not include expected
17302         result in test name.
17303         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
17304         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17305         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17306         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
17307         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17309
17310 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
17311
17312         * benchtests/Makefile: Sort function entries.
17313
17314         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
17315         tanh, asinh, acosh, atanh.
17316         * benchtests/acos-inputs: New file.
17317         * benchtests/acosh-inputs: New file.
17318         * benchtests/asin-inputs: New file.
17319         * benchtests/asinh-inputs: New file.
17320         * benchtests/atanh-inputs: New file.
17321         * benchtests/cosh-inputs: New file.
17322         * benchtests/log-inputs: New file.
17323         * benchtests/sinh-inputs: New file.
17324         * benchtests/tanh-inputs: New file.
17325
17326 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
17327
17328         [BZ #15339]
17329         * posix/tst-getaddrinfo4.c: New test.
17330         * posix/Makefile (tests): Add it.
17331
17332 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17333
17334         [BZ #15339]
17335         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
17336         when no services were used.
17337         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
17338         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
17339
17340 2013-05-21  Andreas Schwab  <schwab@suse.de>
17341
17342         [BZ #15014]
17343         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
17344         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
17345         successful.
17346         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
17347         redundant variable declarations and reallocation of buffer when
17348         parsing as IPv6 address.  Always set NSS status when called from
17349         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
17350         buffer too small.  Correct computation of needed size.
17351         * nss/Makefile (tests): Add test-digits-dots.
17352         * nss/test-digits-dots.c: New test.
17353
17354 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17355
17356         * benchtests/Makefile: Remove instructions for adding
17357         benchmark tests.
17358         * benchtests/README: New file to explain how to execute and
17359         enhance the benchmark tests.
17360
17361 2013-05-21  Andreas Schwab  <schwab@suse.de>
17362
17363         [BZ #15493]
17364         * setjmp/Makefile (tests): Add tst-sigsetjmp.
17365         * setjmp/tst-sigsetjmp.c: New test.
17366
17367 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
17368
17369         * sysdeps/x86_64/memset.S (memset): New implementation.
17370         (__bzero): Likewise.
17371         (__memset_tail): New function.
17372
17373 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
17374
17375         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
17376         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
17377         __memcpy_sse2_unaligned ifunc selection.
17378         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17379         Add memcpy-sse2-unaligned.S.
17380         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17381         Add: __memcpy_sse2_unaligned.
17382
17383 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
17384
17385         [BZ #15490]
17386         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
17387         math_force_eval before restoring floating-point envrionment.
17388         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
17389         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
17390         Likewise.
17391         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
17392         <math_private.h>.
17393         (__nearbyintl): Use math_force_eval before restoring
17394         floating-point environment.
17395         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
17396
17397         * math/gen-libm-test.pl (special_functions): Remove.
17398         (parse_args): Don't handle TEST_extra.  Handle functions with no
17399         return value.
17400         * math/libm-test.inc (struct test_sincos_data): Replace with
17401         struct test_fFF_11_data.
17402         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
17403         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
17404         (sincos_test_data): Change element type to struct
17405         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
17406         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
17407         RUN_TEST_LOOP_sincos.
17408         * math/README.libm-test: Don't mention special handling of
17409         individual functions.
17410         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
17411         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17412         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17413         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
17414         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17416
17417         * math/gen-libm-test.pl (get_variable): Remove function.
17418         (parse_args): Don't show pointer parameters to call in test
17419         names.  Use "extra output N" in test names for extra outputs
17420         rather than naming variables.
17421
17422 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
17423
17424         [BZ #15488]
17425         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
17426         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
17427         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
17428         double tests.
17429         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
17430         disable.
17431         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
17432         check_long_double.
17433
17434         * math/gen-libm-test.pl (@tests): Remove variable.
17435         ($count): Likewise.
17436         (new_test): Remove function.
17437         (show_exceptions): New function.
17438         (special_functions): Use show_exceptions instead of new_test.
17439         (parse_args): Likewise.
17440         (generate_testfile): Pass only function name in generated call to
17441         print_max_error or print_complex_max_error.
17442         (get_ulps): Do not handle complex tests specially.
17443         (output_test): Rename to ...
17444         (get_all_ulps_for_test): ... this.  Return a string rather than
17445         printing to a file.  Require ulps to be present.
17446         (output_ulps): Generate arrays rather than #defines.
17447         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
17448         (struct ulp_data): New type.
17449         (BUILD_COMPLEX_ULP): Remove macro.
17450         (compare_ulp_data): New function.
17451         (find_ulps): Likewise.
17452         (find_test_ulps): Likewise.
17453         (find_function_ulps): Likewise.
17454         (find_complex_function_ulps): Likewise.
17455         (print_max_error): Determine allowed ulps using
17456         find_function_ulps.
17457         (print_complex_max_error): Determine allowed ulps using
17458         find_complex_function_ulps.
17459         (check_float_internal): Determine max ulps using find_test_ulps.
17460         (check_float): Do not take max_ulp parameter.  Update call to
17461         check_float_internal.
17462         (check_complex): Likewise.
17463         (check_int): Do not take max_ulp parameter.
17464         (check_long): Likewise.
17465         (check_bool): Likewise.
17466         (check_longlong): Likewise.
17467         (struct test_f_f_data): Remove max_ulp field.
17468         (struct test_ff_f_data): Likewise.
17469         (struct test_ff_f_data_nexttoward): Likewise.
17470         (struct test_fi_f_data): Likewise.
17471         (struct test_fl_f_data): Likewise.
17472         (struct test_if_f_data): Likewise.
17473         (struct test_fff_f_data): Likewise.
17474         (struct test_c_f_data): Likewise.
17475         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
17476         (struct test_fF_f1_data): Likewise.
17477         (struct test_ffI_f1_data): Likewise.
17478         (struct test_c_c_data): Remove max_ulp field.
17479         (struct test_cc_c_data): Likewise.
17480         (struct test_f_i_data): Likewise.
17481         (struct test_ff_i_data): Likewise.
17482         (struct test_f_l_data): Likewise.
17483         (struct test_f_L_data): Likewise.
17484         (struct test_sincos_data): Likewise.
17485         (RUN_TEST_f_f): Do not handle ulps.
17486         (RUN_TEST_LOOP_f_f): Likewise.
17487         (RUN_TEST_2_f): Likewise.
17488         (RUN_TEST_LOOP_2_f): Likewise.
17489         (RUN_TEST_fff_f): Likewise.
17490         (RUN_TEST_LOOP_fff_f): Likewise.
17491         (RUN_TEST_c_f): Likewise.
17492         (RUN_TEST_LOOP_c_f): Likewise.
17493         (RUN_TEST_f_f1): Likewise.
17494         (RUN_TEST_LOOP_f_f1): Likewise.
17495         (RUN_TEST_fF_f1): Likewise.
17496         (RUN_TEST_LOOP_fF_f1): Likewise.
17497         (RUN_TEST_fI_f1): Likewise.
17498         (RUN_TEST_LOOP_fI_f1): Likewise.
17499         (RUN_TEST_ffI_f1): Likewise.
17500         (RUN_TEST_LOOP_ffI_f1): Likewise.
17501         (RUN_TEST_c_c): Likewise.
17502         (RUN_TEST_LOOP_c_c): Likewise.
17503         (RUN_TEST_cc_c): Likewise.
17504         (RUN_TEST_LOOP_cc_c): Likewise.
17505         (RUN_TEST_f_i): Likewise.
17506         (RUN_TEST_LOOP_f_i): Likewise.
17507         (RUN_TEST_f_i_tg): Likewise.
17508         (RUN_TEST_LOOP_f_i_tg): Likewise.
17509         (RUN_TEST_ff_i_tg): Likewise.
17510         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17511         (RUN_TEST_f_b): Likewise.
17512         (RUN_TEST_LOOP_f_b): Likewise.
17513         (RUN_TEST_f_b_tg): Likewise.
17514         (RUN_TEST_LOOP_f_b_tg): Likewise.
17515         (RUN_TEST_f_l): Likewise.
17516         (RUN_TEST_LOOP_f_l): Likewise.
17517         (RUN_TEST_f_L): Likewise.
17518         (RUN_TEST_LOOP_f_L): Likewise.
17519         (RUN_TEST_sincos): Likewise.
17520         (RUN_TEST_LOOP_sincos): Likewise.
17521
17522 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
17523
17524         [BZ #15480]
17525         [BZ #15485]
17526         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
17527         main case of finite arguments, set rounding mode to FE_TONEAREST
17528         and discard exceptions.
17529         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
17530         exceptions.
17531         (remainder_tonearest_test_data): New variable.
17532         (remainder_test_tonearest): New function.
17533         (remainder_towardzero_test_data): New variable.
17534         (remainder_test_towardzero): New function.
17535         (remainder_downward_test_data): New variable.
17536         (remainder_test_downward): New function.
17537         (remainder_upward_test_data): New variable.
17538         (remainder_test_upward): New function.
17539         (main): Call the new test functions.
17540
17541         * math/libm-test.inc (struct test_f_f1_data): Remove field
17542         extra_init.
17543         (struct test_fF_f1_data): Likewise.
17544         (struct test_ffI_f1_data): Likewise.
17545         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
17546         based on value of EXTRA_EXPECTED.
17547         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
17548         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
17549         EXTRA_VAR based on value of EXTRA_EXPECTED.
17550         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
17551         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
17552         EXTRA_VAR based on value of EXTRA_EXPECTED.
17553         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
17554         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
17555         EXTRA_VAR based on value of EXTRA_EXPECTED.
17556         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
17557         * math/gen-libm-test.pl (parse_args): Don't output initializers
17558         for extra output values.
17559
17560         * math/libm-test.inc (check_int): Expect result to be exactly
17561         equal to expected value and do not handle ulps.
17562         (check_long): Likewise.
17563         (check_longlong): Likewise.
17564
17565         * math/libm-test.inc (ceil_test_data): Test for "inexact"
17566         exceptions.
17567         (cimag_test_data): Likewise.
17568         (conj_test_data): Likewise.
17569         (copysign_test_data): Likewise.
17570         (cproj_test_data): Likewise.
17571         (creal_test_data): Likewise.
17572         (fabs_test_data): Likewise.
17573         (fdim_test_data): Likewise.
17574         (finite_test_data): Likewise.
17575         (floor_test_data): Likewise.
17576         (fmax_test_data): Likewise.
17577         (fmin_test_data): Likewise.
17578         (fmod_test_data): Likewise.
17579         (fpclassify_test_data): Likewise.
17580         (frexp_test_data): Likewise.
17581         (ilogb_test_data): Likewise.
17582         (isfinite_test_data): Likewise.
17583         (isgreater_test_data): Likewise.
17584         (isgreaterequal_test_data): Likewise.
17585         (isinf_test_data): Likewise.
17586         (isless_test_data): Likewise.
17587         (islessequal_test_data): Likewise.
17588         (islessgreater_test_data): Likewise.
17589         (isnan_test_data): Likewise.
17590         (isnormal_test_data): Likewise.
17591         (issignaling_test_data): Likewise.
17592         (isunordered_test_data): Likewise.
17593         (ldexp_test_data): Likewise.
17594         (lrint_test_data): Likewise.
17595         (lrint_test_data) [TEST_FLOAT]: Disable one test.
17596         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
17597         (lrint_tonearest_test_data): Test for "inexact" exceptions.
17598         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
17599         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
17600         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
17601         test input.
17602         (lrint_towardzero_test_data): Test for "inexact" exceptions.
17603         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
17604         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
17605         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
17606         that test input.
17607         (lrint_downward_test_data): Test for "inexact" exceptions.
17608         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
17609         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
17610         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
17611         test input.
17612         (lrint_upward_test_data): Test for "inexact" exceptions.
17613         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
17614         test input.
17615         (llrint_test_data): Test for "inexact" exceptions.
17616         (llrint_test_data) [TEST_FLOAT]: Disable one test.
17617         (llrint_tonearest_test_data): Test for "inexact" exceptions.
17618         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
17619         (llrint_towardzero_test_data): Test for "inexact" exceptions.
17620         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
17621         (llrint_downward_test_data): Test for "inexact" exceptions.
17622         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
17623         (llrint_upward_test_data): Test for "inexact" exceptions.
17624         (logb_test_data): Likewise.
17625         (logb_downward_test_data): Likewise.
17626         (nextafter_test_data): Likewise.
17627         (nexttoward_test_data): Likewise.
17628         (remainder_test_data): Likewise.
17629         (remquo_test_data): Likewise.
17630         (scalbn_test_data): Likewise.
17631         (scalbln_test_data): Likewise.
17632         (signbit_test_data): Likewise.
17633         (sqrt_test_data): Likewise.
17634         (significand_test_data): Likewise.
17635
17636 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
17637
17638         [BZ #15424]
17639         * benchtests/bench-modf.c (struct args): Mark arg0 as
17640         volatile.
17641         * scripts/bench.pl: Mark members of struct args as volatile.
17642
17643 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17644
17645         [BZ # 15497]
17646         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
17647         negative infinity on POWER6 or lower.
17648         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
17649
17650 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
17651
17652         [BZ #15442]
17653         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
17654         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
17655         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
17656         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
17657         (_FP_SETQNAN): New macro.
17658         (_FP_SETQNAN_SEMIRAW): Likewise.
17659         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
17660         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
17661         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
17662         (FP_EXTEND): Use _FP_FRAC_SNANP.
17663         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
17664         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
17665         into account.
17666         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
17667         New macro.
17668         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
17669         Likewise.
17670
17671 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
17672
17673         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
17674         with DIVIDE_BY_ZERO_EXCEPTION.
17675         (gamma_test_data): Likewise.
17676         (lgamma_test_data): Likewise.
17677         (log_test_data): Likewise.
17678         (log10_test_data): Likewise.
17679         (log2_test_data): Likewise.
17680         (tgamma_test_data): Likewise.
17681
17682         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
17683         (acos_test_tonearest): Likewise.
17684         (acos_test_towardzero): Likewise.
17685         (acos_test_downward): Likewise.
17686         (acos_test_upward): Likewise.
17687         (acosh_test): Likewise.
17688         (asin_test): Likewise.
17689         (asin_test_tonearest): Likewise.
17690         (asin_test_towardzero): Likewise.
17691         (asin_test_downward): Likewise.
17692         (asin_test_upward): Likewise.
17693         (asinh_test): Likewise.
17694         (atan_test): Likewise.
17695         (atanh_test): Likewise.
17696         (atan2_test): Likewise.
17697         (cabs_test): Likewise.
17698         (cacos_test): Likewise.
17699         (cacosh_test): Likewise.
17700         (casin_test): Likewise.
17701         (casinh_test): Likewise.
17702         (catan_test): Likewise.
17703         (catanh_test): Likewise.
17704         (cbrt_test): Likewise.
17705         (ccos_test): Likewise.
17706         (ccosh_test): Likewise.
17707         (cexp_test): Likewise.
17708         (clog_test): Likewise.
17709         (clog10_test): Likewise.
17710         (cos_test): Likewise.
17711         (cos_test_tonearest): Likewise.
17712         (cos_test_towardzero): Likewise.
17713         (cos_test_downward): Likewise.
17714         (cos_test_upward): Likewise.
17715         (cosh_test): Likewise.
17716         (cosh_test_tonearest): Likewise.
17717         (cosh_test_towardzero): Likewise.
17718         (cosh_test_downward): Likewise.
17719         (cosh_test_upward): Likewise.
17720         (cpow_test): Likewise.
17721         (csin_test): Likewise.
17722         (csinh_test): Likewise.
17723         (csqrt_test): Likewise.
17724         (ctan_test): Likewise.
17725         (ctan_test_tonearest): Likewise.
17726         (ctan_test_towardzero): Likewise.
17727         (ctan_test_downward): Likewise.
17728         (ctan_test_upward): Likewise.
17729         (ctanh_test): Likewise.
17730         (ctanh_test_tonearest): Likewise.
17731         (ctanh_test_towardzero): Likewise.
17732         (ctanh_test_downward): Likewise.
17733         (ctanh_test_upward): Likewise.
17734         (erf_test): Likewise.
17735         (erfc_test): Likewise.
17736         (exp_test): Likewise.
17737         (exp_test_tonearest): Likewise.
17738         (exp_test_towardzero): Likewise.
17739         (exp_test_downward): Likewise.
17740         (exp_test_upward): Likewise.
17741         (exp10_test): Likewise.
17742         (exp2_test): Likewise.
17743         (expm1_test): Likewise.
17744         (fmod_test): Likewise.
17745         (gamma_test): Likewise.
17746         (hypot_test): Likewise.
17747         (j0_test): Likewise.
17748         (j1_test): Likewise.
17749         (jn_test): Likewise.
17750         (lgamma_test): Likewise.
17751         (log_test): Likewise.
17752         (log10_test): Likewise.
17753         (log1p_test): Likewise.
17754         (log2_test): Likewise.
17755         (logb_test_downward): Likewise.
17756         (pow_test): Likewise.
17757         (pow_test_tonearest): Likewise.
17758         (pow_test_towardzero): Likewise.
17759         (pow_test_downward): Likewise.
17760         (pow_test_upward): Likewise.
17761         (remainder_test): Likewise.
17762         (remquo_test): Likewise.
17763         (sin_test): Likewise.
17764         (sin_test_tonearest): Likewise.
17765         (sin_test_towardzero): Likewise.
17766         (sin_test_downward): Likewise.
17767         (sin_test_upward): Likewise.
17768         (sincos_test): Likewise.
17769         (sinh_test): Likewise.
17770         (sinh_test_tonearest): Likewise.
17771         (sinh_test_towardzero): Likewise.
17772         (sinh_test_downward): Likewise.
17773         (sinh_test_upward): Likewise.
17774         (sqrt_test): Likewise.
17775         (tan_test): Likewise.
17776         (tan_test_tonearest): Likewise.
17777         (tan_test_towardzero): Likewise.
17778         (tan_test_downward): Likewise.
17779         (tan_test_upward): Likewise.
17780         (tanh_test): Likewise.
17781         (tgamma_test): Likewise.
17782         (y0_test): Likewise.
17783         (y1_test): Likewise.
17784         (yn_test): Likewise.
17785
17786         * math/gen-libm-test.pl (adjust_arg): Remove function.
17787         (special_function): Remove argument $in_func.  Only handle
17788         generating output for tables of tests, not inside functions.
17789         (parse_args): Likewise.
17790         (generate_testfile): Remove variable $in_func.  Update call to
17791         parse_args.
17792         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
17793         (MINUS_ZERO_INIT): Rename macro to minus_zero.
17794         (PLUS_INFTY_INIT): Rename macro to plus_infty.
17795         (MINUS_INFTY_INIT): Rename macro to minus_infty.
17796         (QNAN_VALUE_INIT): Rename macro to qnan_value.
17797         (MAX_VALUE_INIT): Rename macro to max_value.
17798         (MIN_VALUE_INIT): Rename macro to min_value.
17799         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
17800         (plus_zero): Remove variable.
17801         (minus_zero): Likewise.
17802         (plus_infty): Likewise.
17803         (minus_infty): Likewise.
17804         (qnan_value): Likewise.
17805         (max_value): Likewise.
17806         (min_value): Likewise.
17807         (min_subnorm_value): Likewise.
17808
17809 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17810
17811         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
17812         uint64_t or uint32_t usage.
17813         * crypt/sha256-block.c: Likewise.
17814         * crypt/sha256-crypt.c: Likewise.
17815         * crypt/sha256.c: Likewise.
17816         * crypt/sha512-block.c: Likewise.
17817         * crypt/sha512-crypt.c: Likewise.
17818         * crypt/sha512.c: Likewise.
17819         * debug/backtrace-tst.c: Likewise.
17820         * debug/pcprofiledump.c: Likewise.
17821         * elf/cache.c: Likewise.
17822         * elf/dl-cache.c: Likewise.
17823         * elf/dl-misc.c: Likewise.
17824         * elf/dl-profile.c: Likewise.
17825         * elf/dl-support.c: Likewise.
17826         * elf/ldconfig.c: Likewise.
17827         * elf/sprof.c: Likewise.
17828         * iconv/dummy-repertoire.c: Likewise.
17829         * iconv/iconv_charmap.c: Likewise.
17830         * iconv/skeleton.c: Likewise.
17831         * iconvdata/8bit-generic.c: Likewise.
17832         * iconvdata/cp737.h: Likewise.
17833         * iconvdata/cp775.h: Likewise.
17834         * iconvdata/ibm1008.h: Likewise.
17835         * iconvdata/ibm1025.h: Likewise.
17836         * iconvdata/ibm1046.h: Likewise.
17837         * iconvdata/ibm1097.h: Likewise.
17838         * iconvdata/ibm1112.h: Likewise.
17839         * iconvdata/ibm1122.h: Likewise.
17840         * iconvdata/ibm1123.h: Likewise.
17841         * iconvdata/ibm1124.h: Likewise.
17842         * iconvdata/ibm1129.h: Likewise.
17843         * iconvdata/ibm1130.h: Likewise.
17844         * iconvdata/ibm1132.h: Likewise.
17845         * iconvdata/ibm1133.h: Likewise.
17846         * iconvdata/ibm1137.h: Likewise.
17847         * iconvdata/ibm1140.h: Likewise.
17848         * iconvdata/ibm1141.h: Likewise.
17849         * iconvdata/ibm1142.h: Likewise.
17850         * iconvdata/ibm1143.h: Likewise.
17851         * iconvdata/ibm1144.h: Likewise.
17852         * iconvdata/ibm1145.h: Likewise.
17853         * iconvdata/ibm1146.h: Likewise.
17854         * iconvdata/ibm1147.h: Likewise.
17855         * iconvdata/ibm1148.h: Likewise.
17856         * iconvdata/ibm1149.h: Likewise.
17857         * iconvdata/ibm1153.h: Likewise.
17858         * iconvdata/ibm1154.h: Likewise.
17859         * iconvdata/ibm1155.h: Likewise.
17860         * iconvdata/ibm1156.h: Likewise.
17861         * iconvdata/ibm1157.h: Likewise.
17862         * iconvdata/ibm1158.h: Likewise.
17863         * iconvdata/ibm1160.h: Likewise.
17864         * iconvdata/ibm1161.h: Likewise.
17865         * iconvdata/ibm1162.h: Likewise.
17866         * iconvdata/ibm1163.h: Likewise.
17867         * iconvdata/ibm1164.h: Likewise.
17868         * iconvdata/ibm1166.h: Likewise.
17869         * iconvdata/ibm1167.h: Likewise.
17870         * iconvdata/ibm12712.h: Likewise.
17871         * iconvdata/ibm1390.h: Likewise.
17872         * iconvdata/ibm1399.h: Likewise.
17873         * iconvdata/ibm16804.h: Likewise.
17874         * iconvdata/ibm4517.h: Likewise.
17875         * iconvdata/ibm4899.h: Likewise.
17876         * iconvdata/ibm4909.h: Likewise.
17877         * iconvdata/ibm4971.h: Likewise.
17878         * iconvdata/ibm5347.h: Likewise.
17879         * iconvdata/ibm803.h: Likewise.
17880         * iconvdata/ibm856.h: Likewise.
17881         * iconvdata/ibm901.h: Likewise.
17882         * iconvdata/ibm902.h: Likewise.
17883         * iconvdata/ibm9030.h: Likewise.
17884         * iconvdata/ibm9066.h: Likewise.
17885         * iconvdata/ibm921.h: Likewise.
17886         * iconvdata/ibm922.h: Likewise.
17887         * iconvdata/ibm9448.h: Likewise.
17888         * iconvdata/isiri-3342.h: Likewise.
17889         * iconvdata/jis0201.h: Likewise.
17890         * include/link.h: Likewise.
17891         * include/netdb.h: Likewise.
17892         * inet/check_native.c: Likewise.
17893         * inet/check_pf.c: Likewise.
17894         * inet/getipv4sourcefilter.c: Likewise.
17895         * inet/getnameinfo.c: Likewise.
17896         * inet/getsourcefilter.c: Likewise.
17897         * inet/htonl.c: Likewise.
17898         * inet/setipv4sourcefilter.c: Likewise.
17899         * inet/setsourcefilter.c: Likewise.
17900         * inet/test-inet6_opt.c: Likewise.
17901         * inet/tst-network.c: Likewise.
17902         * locale/C-collate.c: Likewise.
17903         * locale/C-ctype.c: Likewise.
17904         * locale/C-time.c: Likewise.
17905         * locale/C-translit.h: Likewise.
17906         * locale/loadarchive.c: Likewise.
17907         * locale/programs/3level.h: Likewise.
17908         * locale/programs/charmap.c: Likewise.
17909         * locale/programs/charmap.h: Likewise.
17910         * locale/programs/ld-address.c: Likewise.
17911         * locale/programs/ld-collate.c: Likewise.
17912         * locale/programs/ld-ctype.c: Likewise.
17913         * locale/programs/ld-identification.c: Likewise.
17914         * locale/programs/ld-measurement.c: Likewise.
17915         * locale/programs/ld-messages.c: Likewise.
17916         * locale/programs/ld-monetary.c: Likewise.
17917         * locale/programs/ld-name.c: Likewise.
17918         * locale/programs/ld-numeric.c: Likewise.
17919         * locale/programs/ld-paper.c: Likewise.
17920         * locale/programs/ld-telephone.c: Likewise.
17921         * locale/programs/ld-time.c: Likewise.
17922         * locale/programs/linereader.c: Likewise.
17923         * locale/programs/locale.c: Likewise.
17924         * locale/programs/locarchive.c: Likewise.
17925         * locale/programs/locfile.h: Likewise.
17926         * locale/programs/repertoire.c: Likewise.
17927         * locale/programs/simple-hash.c: Likewise.
17928         * locale/programs/simple-hash.h: Likewise.
17929         * malloc/memusage.c: Likewise.
17930         * malloc/memusagestat.c: Likewise.
17931         * nis/nis_defaults.c: Likewise.
17932         * nis/nis_hash.c: Likewise.
17933         * nis/nis_print.c: Likewise.
17934         * nis/nis_xdr.c: Likewise.
17935         * nscd/connections.c: Likewise.
17936         * nscd/hstcache.c: Likewise.
17937         * nscd/nscd_gethst_r.c: Likewise.
17938         * nscd/nscd_getserv_r.c: Likewise.
17939         * nscd/nscd_helper.c: Likewise.
17940         * nscd/servicescache.c: Likewise.
17941         * nss/makedb.c: Likewise.
17942         * nss/nss_db/db-XXX.c: Likewise.
17943         * nss/nss_db/db-initgroups.c: Likewise.
17944         * nss/nss_db/db-netgrp.c: Likewise.
17945         * nss/nss_files/files-network.c: Likewise.
17946         * nss/nss_files/files-parse.c: Likewise.
17947         * posix/bug-regex5.c: Likewise.
17948         * posix/fnmatch_loop.c: Likewise.
17949         * posix/regcomp.c: Likewise.
17950         * posix/regexec.c: Likewise.
17951         * posix/tst-rfc3484-2.c: Likewise.
17952         * posix/tst-rfc3484-3.c: Likewise.
17953         * posix/tst-rfc3484.c: Likewise.
17954         * resolv/nss_dns/dns-canon.c: Likewise.
17955         * resolv/nss_dns/dns-network.c: Likewise.
17956         * resolv/res_init.c: Likewise.
17957         * resolv/res_mkquery.c: Likewise.
17958         * resolv/tst-aton.c: Likewise.
17959         * stdlib/cxa_atexit.c: Likewise.
17960         * stdlib/cxa_finalize.c: Likewise.
17961         * stdlib/gen-fpioconst.c: Likewise.
17962         * stdlib/strtol_l.c: Likewise.
17963         * string/tst-endian.c: Likewise.
17964         * sunrpc/auth_des.c: Likewise.
17965         * sunrpc/clnt_udp.c: Likewise.
17966         * sunrpc/rtime.c: Likewise.
17967         * sunrpc/svcauth_des.c: Likewise.
17968         * sunrpc/xdr.c: Likewise.
17969         * sunrpc/xdr_intXX_t.c: Likewise.
17970         * sunrpc/xdr_rec.c: Likewise.
17971         * sysdeps/generic/ldconfig.h: Likewise.
17972         * sysdeps/generic/ldsodefs.h: Likewise.
17973         * sysdeps/generic/memusage.h: Likewise.
17974         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
17975         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
17976         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
17977         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
17978         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
17979         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
17980         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
17981         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
17982         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
17983         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17984         * sysdeps/posix/getaddrinfo.c: Likewise.
17985         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
17986         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
17987         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
17988         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
17989         * sysdeps/powerpc/test-gettimebase.c: Likewise.
17990         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
17991         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
17992         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
17993         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
17994         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
17995         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
17996         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
17997         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
17998         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
17999         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
18000         * sysdeps/x86_64/dl-tls.h: Likewise.
18001         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
18002         * time/alt_digit.c: Likewise.
18003         * time/era.c: Likewise.
18004         * wcsmbs/tst-c16c32-1.c: Likewise.
18005
18006 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
18007
18008         * math/libm-test.inc (struct test_sincos_data): New type.
18009         (RUN_TEST_LOOP_sincos): New macro.
18010         (sincos_test_data): New variable.
18011         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
18012
18013 2013-05-16  Richard Henderson  <rth@redhat.com>
18014
18015         * math/atest-exp2.c (LIMB64): New macro.
18016         (CONSTSZ): New macro.
18017         (mp_exp1, mp_exp_m1, mp_log2): New variables.
18018         (hexdig): Move ...
18019         (print_mpn_fp): ... to function scope.
18020         (read_mpn_hex): Remove.
18021         (get_log2): Remove.
18022         (exp2_mpn): Use mp_log2.
18023         (main): Use mp_exp1.
18024
18025 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
18026
18027         * math/libm-test.inc: Remove comment about not testing "inexact"
18028         exceptions.
18029         (INEXACT_EXCEPTION): New macro.
18030         (NO_INEXACT_EXCEPTION): Likewise.
18031         (INVALID_EXCEPTION_OK): Update value.
18032         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
18033         (OVERFLOW_EXCEPTION_OK): Likewise.
18034         (UNDERFLOW_EXCEPTION_OK): Likewise.
18035         (IGNORE_ZERO_INF_SIGN): Likewise.
18036         (ERRNO_UNCHANGED): Likewise.
18037         (ERRNO_EDOM): Likewise.
18038         (ERRNO_ERANGE): Likewise.
18039         (test_exceptions): Handle testing "inexact" exceptions.
18040         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
18041         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
18042         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
18043         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
18044         INEXACT_EXCEPTION.
18045         (rint_towardzero_test_data): Likewise.
18046         (rint_downward_test_data): Likewise.
18047         (rint_upward_test_data): Likewise.
18048
18049         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
18050         with OVERFLOW_EXCEPTION.
18051         (exp10_test_data): Likewise.
18052         (exp2_test_data): Likewise.
18053         (expm1_test_data): Likewise.
18054         (lgamma_test_data): Likewise.
18055         (pow_test_data): Likewise.
18056         (tgamma_test_data): Likewise.
18057         (yn_test_data): Remove duplicate test of overflow.
18058
18059         * math/libm-test.inc (struct test_cc_c_data): New type.
18060         (RUN_TEST_LOOP_cc_c): New macro.
18061         (cpow_test_data): New variable.
18062         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
18063
18064         * math/libm-test.inc (struct test_f_L_data): New type.
18065         (RUN_TEST_LOOP_f_L): New macro.
18066         (llrint_test_data): New variable.
18067         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
18068         (llrint_tonearest_test_data): New variable.
18069         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
18070         (llrint_towardzero_test_data): New variable.
18071         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
18072         (llrint_downward_test_data): New variable.
18073         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
18074         (llrint_upward_test_data): New variable.
18075         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
18076         (llround_test_data): New variable.
18077         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
18078
18079 2013-05-13  Peter Collingbourne  <pcc@google.com>
18080
18081         * math/atest-exp2.c (get_log2): Remove const attribute.
18082
18083 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
18084
18085         * math/libm-test.inc (struct test_f_l_data): New type.
18086         (RUN_TEST_LOOP_f_l): New macro.
18087         (lrint_test_data): New variable.
18088         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
18089         (lrint_tonearest_test_data): New variable.
18090         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
18091         (lrint_towardzero_test_data): New variable.
18092         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
18093         (lrint_downward_test_data): New variable.
18094         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
18095         (lrint_upward_test_data): New variable.
18096         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
18097         (lround_test_data): New variable.
18098         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
18099
18100 2013-05-15  Peter Collingbourne  <pcc@google.com>
18101
18102         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
18103         (EXTRACT_WORDS64) Use where appropriate.
18104         (INSERT_WORDS64) Likewise.
18105
18106         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
18107         constraints with x constraints.
18108         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
18109
18110         * malloc/obstack.c (_obstack_compat): Add initializer.
18111
18112 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
18113
18114         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
18115         si_trapno and add si_addr_lsb to _sifields.sigfault.
18116         (si_trapno): Remove macro.
18117         (si_addr_lsb): Define new macro.
18118         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
18119
18120 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
18121
18122         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
18123         instead of TEST_f_l.
18124         (llrint_test_tonearest): Likewise.
18125         (llrint_test_towardzero): Likewise.
18126         (llrint_test_downward): Likewise.
18127         (llrint_test_upward): Likewise.
18128         (llround_test): Likewise.
18129
18130         * math/libm-test.inc (struct test_f_i_data): Add comment.
18131         (RUN_TEST_LOOP_f_b): New macro.
18132         (RUN_TEST_LOOP_f_b_tg): Likewise.
18133         (finite_test_data): New variable.
18134         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
18135         (isfinite_test_data): New variable.
18136         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
18137         (isinf_test_data): New variable.
18138         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
18139         (isnan_test_data): New variable.
18140         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
18141         (isnormal_test_data): New variable.
18142         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
18143         (issignaling_test_data): New variable.
18144         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
18145         (signbit_test_data): New variable.
18146         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
18147
18148         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
18149         with INVALID_EXCEPTION.
18150         (acosh_test_data): Likewise.
18151         (asin_test_data): Likewise.
18152         (atanh_test_data): Likewise.
18153         (fmod_test_data): Likewise.
18154         (log_test_data): Likewise.
18155         (log10_test_data): Likewise.
18156         (log2_test_data): Likewise.
18157         (pow_test_data): Likewise.
18158         (sqrt_test_data): Likewise.
18159         (y0_test_data): Likewise.
18160         (y1_test_data): Likewise.
18161         (yn_test_data): Likewise.
18162
18163         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
18164         function contents.
18165
18166         * math/libm-test.inc (struct test_ff_i_data): New type.
18167         (RUN_TEST_LOOP_ff_i_tg): New macro.
18168         (isgreater_test_data): New variable.
18169         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
18170         (isgreaterequal_test_data): New variable.
18171         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
18172         (isless_test_data): New variable.
18173         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
18174         (islessequal_test_data): New variable.
18175         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
18176         (islessgreater_test_data): New variable.
18177         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
18178         (isunordered_test_data): New variable.
18179         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
18180
18181 2013-05-14  David S. Miller  <davem@davemloft.net>
18182
18183         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18184
18185 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
18186
18187         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
18188
18189         * math/libm-test.inc (struct test_fF_f1_data): Change type of
18190         extra_test to int.
18191         (struct test_f_i_data): Change type of max_ulp to int.
18192
18193         * math/libm-test.inc (test_ffI_f1_data): New type.
18194         (RUN_TEST_LOOP_ffI_f1): New macro.
18195         (remquo_test_data): New variable.
18196         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
18197
18198         * setjmp/tst-setjmp-fp.c: New file.
18199         * setjmp/Makefile (tests): Add tst-setjmp-fp.
18200         (link-libm): New variable.
18201         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
18202
18203         * math/libm-test.inc (struct test_f_i_data): New type.
18204         (RUN_TEST_LOOP_f_i): New macro.
18205         (RUN_TEST_LOOP_f_i_tg): Likewise.
18206         (fpclassify_test_data): New variable.
18207         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
18208         (ilogb_test_data): New variable.
18209         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
18210
18211         * math/libm-test.inc (scalbln_test): Correct function name in END
18212         call.
18213
18214         * math/libm-test.inc (struct test_f_f1_data): Add comment.
18215         (RUN_TEST_LOOP_fI_f1): New macro.
18216         (frexp_test_data): New variable.
18217         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
18218
18219         * math/libm-test.inc (struct test_fF_f1_data): New type.
18220         (RUN_TEST_LOOP_fF_f1): New macro.
18221         (modf_test_data): New variable.
18222         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
18223
18224         * math/libm-test.inc (struct test_f_f1_data): New type.
18225         (RUN_TEST_LOOP_f_f1): New macro.
18226         (gamma_test_data): New variable.
18227         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
18228         (lgamma_test_data): New variable.
18229         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
18230
18231 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
18232
18233         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
18234         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
18235         (main): Comment "tls" pseudo-hwcap.
18236
18237 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
18238
18239         * math/libm-test.inc (struct test_fl_f_data): New type.
18240         (RUN_TEST_LOOP_fl_f): New variable.
18241         (scalbln_test_data): New variable.
18242         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
18243
18244         * math/libm-test.inc (struct test_fi_f_data): New type.
18245         (RUN_TEST_LOOP_fi_f): New macro.
18246         (ldexp_test_data): New variable.
18247         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
18248         (scalbn_test_data): New variable.
18249         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
18250
18251         * math/libm-test.inc (struct test_c_f_data): New type.
18252         (RUN_TEST_LOOP_c_f): New macro.
18253         (cabs_test_data): New variable.
18254         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
18255         (carg_test_data): New variable.
18256         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
18257         (cimag_test_data): New variable.
18258         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
18259         (creal_test_data): New variable.
18260         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
18261
18262         * math/libm-test.inc (struct test_if_f_data): New type.
18263         (RUN_TEST_LOOP_if_f): New macro.
18264         (jn_test_data): New variable.
18265         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
18266         (yn_test_data): New variable.
18267         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
18268
18269         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
18270
18271 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18272
18273         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
18274         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
18275
18276 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18277
18278         * benchtests/Makefile (CPPFLAGS-nonlib): Add
18279         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
18280         (bench-deps): Add bench-timing.h.
18281         * benchtests-bench-skeleton.c: Include bench-timing.h.
18282         (main): Use TIMING_* macros instead of clock_gettime.
18283         * benchtests/bench-timing.h: New file.
18284
18285         [BZ #14582]
18286         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
18287         Renamed from _LIB_VERSION.
18288         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
18289
18290 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
18291
18292         * math/libm-test.inc (struct test_fff_f_data): New type.
18293         (RUN_TEST_LOOP_fff_f): New macro.
18294         (fma_test_data): New variable.
18295         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
18296         (fma_towardzero_test_data): New variable.
18297         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
18298         (fma_downward_test_data): New variable.
18299         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
18300         (fma_upward_test_data): New variable.
18301         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
18302
18303         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
18304         (struct test_c_c_data): New type.
18305         (RUN_TEST_LOOP_c_c): New macro.
18306         (cacos_test_data): New variable.
18307         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
18308         (cacosh_test_data): New variable.
18309         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
18310         (casin_test_data): New variable.
18311         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
18312         (casinh_test_data): New variable.
18313         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
18314         (catan_test_data): New variable.
18315         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
18316         (catanh_test_data): New variable.
18317         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
18318         (ccos_test_data): New variable.
18319         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
18320         (ccosh_test_data): New variable.
18321         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
18322         (cexp_test_data): New variable.
18323         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
18324         (clog_test_data): New variable.
18325         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
18326         (clog10_test_data): New variable.
18327         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
18328         (conj_test_data): New variable.
18329         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
18330         (cproj_test_data): New variable.
18331         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
18332         (csin_test_data): New variable.
18333         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
18334         (csinh_test_data): New variable.
18335         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
18336         (csqrt_test_data): New variable.
18337         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
18338         (ctan_test_data): New variable.
18339         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
18340         (ctan_tonearest_test_data): New variable.
18341         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
18342         (ctan_towardzero_test_data): New variable.
18343         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
18344         (ctan_downward_test_data): New variable.
18345         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
18346         (ctan_upward_test_data): New variable.
18347         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
18348         (ctanh_test_data): New variable.
18349         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
18350         (ctanh_tonearest_test_data): New variable.
18351         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
18352         (ctanh_towardzero_test_data): New variable.
18353         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
18354         (ctanh_downward_test_data): New variable.
18355         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
18356         (ctanh_upward_test_data): New variable.
18357         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
18358         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
18359         of BUILD_COMPLEX.
18360
18361         * math/libm-test.inc (struct test_ff_f_data): New type.
18362         (struct test_ff_f_data_nexttoward): Likewise.
18363         (RUN_TEST_LOOP_2_f): New macro.
18364         (RUN_TEST_LOOP_ff_f): Likewise.
18365         (atan2_test_data): New variable.
18366         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
18367         (copysign_test_data): New variable.
18368         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
18369         (fdim_test_data): New variable.
18370         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
18371         (fmax_test_data): New variable.
18372         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
18373         (fmin_test_data): New variable.
18374         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
18375         (fmod_test_data): New variable.
18376         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
18377         (hypot_test_data): New variable.
18378         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
18379         (nextafter_test_data): New variable.
18380         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
18381         (nexttoward_test_data): New variable.
18382         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
18383         (pow_test_data): New variable.
18384         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
18385         (pow_tonearest_test_data): New variable.
18386         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
18387         (pow_towardzero_test_data): New variable.
18388         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
18389         (pow_downward_test_data): New variable.
18390         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
18391         (pow_upward_test_data): New variable.
18392         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
18393         (remainder_test_data): New variable.
18394         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
18395         (scalb_test_data): New variable.
18396         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
18397         * sysdeps/i386/fpu/libm-test-ulps: Update.
18398
18399 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
18400
18401         * math/libm-test.inc (fma_test): Use max_value instead of local
18402         variable fltmax.
18403         (nextafter_test): Likewise.
18404
18405         * math/libm-test.inc (acos_towardzero_test_data): New variable.
18406         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
18407         (acos_downward_test_data): New variable.
18408         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
18409         (acos_upward_test_data): New variable.
18410         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
18411         (acosh_test_data): New variable.
18412         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
18413         (asin_test_data): New variable.
18414         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
18415         (asin_tonearest_test_data): New variable.
18416         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
18417         (asin_towardzero_test_data): New variable.
18418         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
18419         (asin_downward_test_data): New variable.
18420         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
18421         (asin_upward_test_data): New variable.
18422         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
18423         (asinh_test_data): New variable.
18424         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
18425         (atan_test_data): New variable.
18426         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
18427         (atanh_test_data): New variable.
18428         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
18429         (cbrt_test_data): New variable.
18430         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
18431         (ceil_test_data): New variable.
18432         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
18433         (cos_test_data): New variable.
18434         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
18435         (cos_tonearest_test_data): New variable.
18436         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
18437         (cos_towardzero_test_data): New variable.
18438         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
18439         (cos_downward_test_data): New variable.
18440         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
18441         (cos_upward_test_data): New variable.
18442         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
18443         (cosh_test_data): New variable.
18444         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
18445         (cosh_tonearest_test_data): New variable.
18446         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
18447         (cosh_towardzero_test_data): New variable.
18448         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
18449         (cosh_downward_test_data): New variable.
18450         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
18451         (cosh_upward_test_data): New variable.
18452         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
18453         (erf_test_data): New variable.
18454         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
18455         (erfc_test_data): New variable.
18456         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
18457         (exp_test_data): New variable.
18458         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
18459         (exp_tonearest_test_data): New variable.
18460         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
18461         (exp_towardzero_test_data): New variable.
18462         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
18463         (exp_downward_test_data): New variable.
18464         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
18465         (exp_upward_test_data): New variable.
18466         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
18467         (exp10_test_data): New variable.
18468         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
18469         (exp2_test_data): New variable.
18470         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
18471         (expm1_test_data): New variable.
18472         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
18473         (fabs_test_data): New variable.
18474         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
18475         (floor_test_data): New variable.
18476         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
18477         (j0_test_data): New variable.
18478         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
18479         (j1_test_data): New variable.
18480         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
18481         (log_test_data): New variable.
18482         (log_test): Run tests with RUN_TEST_LOOP_f_f.
18483         (log10_test_data): New variable.
18484         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
18485         (log1p_test_data): New variable.
18486         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
18487         (log2_test_data): New variable.
18488         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
18489         (logb_test_data): New variable.
18490         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
18491         (logb_downward_test_data): New variable.
18492         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
18493         (nearbyint_test_data): New variable.
18494         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
18495         (rint_test_data): New variable.
18496         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
18497         (rint_tonearest_test_data): New variable.
18498         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
18499         (rint_towardzero_test_data): New variable.
18500         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
18501         (rint_downward_test_data): New variable.
18502         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
18503         (rint_upward_test_data): New variable.
18504         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
18505         (round_test_data): New variable.
18506         (round_test): Run tests with RUN_TEST_LOOP_f_f.
18507         (sin_test_data): New variable.
18508         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
18509         (sin_tonearest_test_data): New variable.
18510         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
18511         (sin_towardzero_test_data): New variable.
18512         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
18513         (sin_downward_test_data): New variable.
18514         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
18515         (sin_upward_test_data): New variable.
18516         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
18517         (sinh_test_data): New variable.
18518         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
18519         (sinh_tonearest_test_data): New variable.
18520         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
18521         (sinh_towardzero_test_data): New variable.
18522         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
18523         (sinh_downward_test_data): New variable.
18524         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
18525         (sinh_upward_test_data): New variable.
18526         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
18527         (sqrt_test_data): New variable.
18528         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
18529         (tan_test_data): New variable.
18530         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
18531         (tan_tonearest_test_data): New variable.
18532         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
18533         (tan_towardzero_test_data): New variable.
18534         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
18535         (tan_downward_test_data): New variable.
18536         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
18537         (tan_upward_test_data): New variable.
18538         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
18539         (tanh_test_data): New variable.
18540         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
18541         (tgamma_test_data): New variable.
18542         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
18543         (trunc_test_data): New variable.
18544         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
18545         (y0_test_data): New variable.
18546         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
18547         (y1_test_data): New variable.
18548         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
18549         (significand_test_data): New variable.
18550         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
18551
18552 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
18553
18554         [BZ #12387]
18555         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
18556
18557 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
18558
18559         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
18560
18561 2013-05-10  Andreas Jaeger  <aj@suse.de>
18562
18563         [BZ #15448]
18564         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
18565         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
18566
18567 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
18568
18569         * math/gen-libm-test.pl (adjust_arg): New function.
18570         (special_functions): Handle generating output in both functions
18571         and arrays.
18572         (parse_args): Likewise.
18573         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
18574         $in_func argument to parse_args.
18575         * math/libm-test.inc (struct test_f_f_data): New type.
18576         (IF_ROUND_INIT_): New macro.
18577         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
18578         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
18579         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
18580         (IF_ROUND_INIT_FE_UPWARD): Likewise.
18581         (ROUND_RESTORE_): Likewise.
18582         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
18583         (ROUND_RESTORE_FE_TONEAREST): Likewise.
18584         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
18585         (ROUND_RESTORE_FE_UPWARD): Likewise.
18586         (RUN_TEST_LOOP_f_f): New macro.
18587         (acos_test_data): New variable.
18588         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
18589         (acos_tonearest_test_data): New variable.
18590         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
18591
18592 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18593
18594         * benchtests/bench-skeleton.c (startup): Fix coding style.
18595
18596 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
18597
18598         [BZ #6809]
18599         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
18600         negative infinity argument.
18601         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
18602         negative infinity argument.
18603         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
18604         negative infinity argument.
18605         * math/libm-test.inc (tgamma_test): Expect errno to be set for
18606         domain errors.
18607
18608 2013-05-10  Florian Weimer  <fweimer@redhat.com>
18609
18610         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
18611         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
18612         * iconv/iconv_prog.c (main): Likewise.
18613         * locale/programs/charmap-dir.c (charmap_readdir)
18614         (fopen_uncompressed): Likewise.
18615         * locale/programs/locfile.c (siblings_uncached)
18616         (write_locale_data): Use lstat64 instead of lstat.
18617         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
18618         stat.
18619
18620 2013-05-10  Andreas Jaeger  <aj@suse.de>
18621
18622         [BZ #15395]
18623         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
18624         localization.
18625         Include <locale.h>.
18626
18627 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
18628
18629         * elf/dl-close.c (_dl_close_worker): Add comments.
18630
18631 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
18632
18633         [BZ #15359]
18634         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
18635         high part of pi/2.
18636         (__ieee754_rem_pio2l): Update comments.
18637
18638         [BZ #15429]
18639         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
18640         high part of pi/2.
18641         (__ieee754_rem_pio2l): Update comments.
18642
18643         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
18644         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
18645
18646         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
18647         M_PI_4l.
18648
18649         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
18650         (M_PI_34_LOG10El): Likewise.
18651         (M_PI2_LOG10El): Likewise.
18652         (M_PI4_LOG10El): Likewise.
18653         (M_PI_LOG10El): Likewise.
18654
18655 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18656
18657         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18658
18659 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
18660
18661         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
18662         (MINUS_ZERO_INIT): Likewise.
18663         (PLUS_INFTY_INIT): Likewise.
18664         (MINUS_INFTY_INIT): Likewise.
18665         (QNAN_VALUE_INIT): Likewise.
18666         (MAX_VALUE_INIT): Likewise.
18667         (MIN_VALUE_INIT): Likewise.
18668         (MIN_SUBNORM_VALUE_INIT): Likewise.
18669         (plus_zero): Initialize with PLUS_ZERO_INIT.
18670         (minus_zero): Initialize with MINUS_ZERO_INIT.
18671         (plus_infty): Initialize with PLUS_INFTY_INIT.
18672         (minus_infty): Initialize with MINUS_INFTY_INIT.
18673         (qnan_value): Initialize with QNAN_VALUE_INIT.
18674         (max_value): Initialize with MAX_VALUE_INIT.
18675         (min_value): Initialize with MIN_VALUE_INIT.
18676         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
18677
18678         * math/libm-test.inc (RUN_TEST_if_f): New macro.
18679         (jn_test): Use TEST_if_f instead of TEST_ff_f.
18680         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
18681         (yn_test): Use TEST_if_f instead of TEST_ff_f.
18682
18683         * math/libm-test.inc (RUN_TEST_f_f): New macro.
18684         (RUN_TEST_2_f): Likewise.
18685         (RUN_TEST_ff_f): Likewise.
18686         (RUN_TEST_fi_f): Likewise.
18687         (RUN_TEST_fl_f): Likewise.
18688         (RUN_TEST_fff_f): Likewise.
18689         (RUN_TEST_c_f): Likewise.
18690         (RUN_TEST_f_f1): Likewise.
18691         (RUN_TEST_fF_f1): Likewise.
18692         (RUN_TEST_fI_f1): Likewise.
18693         (RUN_TEST_ffI_f1): Likewise.
18694         (RUN_TEST_c_c): Likewise.
18695         (RUN_TEST_cc_c): Likewise.
18696         (RUN_TEST_f_i): Likewise.
18697         (RUN_TEST_f_i_tg): Likewise.
18698         (RUN_TEST_ff_i_tg): Likewise.
18699         (RUN_TEST_f_b): Likewise.
18700         (RUN_TEST_f_b_tg): Likewise.
18701         (RUN_TEST_f_l): Likewise.
18702         (RUN_TEST_f_L): Likewise.
18703         (RUN_TEST_sincos): Likewise.
18704         * math/gen-libm-test.pl (new_test): Take new argument to indicate
18705         whether to show exceptions.  Do not include ");\n" in return
18706         value.
18707         (special_functions): Output call to RUN_TEST_sincos instead of
18708         check_float calls.  Update calls to new_test.
18709         (parse_args): Output call to single RUN_TEST_* macro instead of
18710         check_* calls and other assignments.  Update calls to new_test.
18711
18712         [BZ #2546]
18713         [BZ #2560]
18714         [BZ #5159]
18715         [BZ #15426]
18716         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
18717         input to result for tgamma overflow.
18718         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
18719         (gamma_coeff): New variable.
18720         (NCOEFF): New macro.
18721         (gamma_positive): New function.
18722         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
18723         underflow here.  Use gamma_positive instead of exp (lgamma) for
18724         other arguments.
18725         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
18726         (gamma_coeff): New variable.
18727         (NCOEFF): New macro.
18728         (gammaf_positive): New function.
18729         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
18730         underflow here.  Use gamma_positive instead of exp (lgamma) for
18731         other arguments.
18732         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
18733         (gamma_coeff): New variable.
18734         (NCOEFF): New macro.
18735         (gammal_positive): New function.
18736         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
18737         underflow here.  Use gamma_positive instead of exp (lgamma) for
18738         other arguments.
18739         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
18740         (gamma_coeff): New variable.
18741         (NCOEFF): New macro.
18742         (gammal_positive): New function.
18743         (__ieee754_gammal_r): Handle positive infinity, overflow and
18744         underflow here.  Handle NaN the same as positive infinity.  Remove
18745         check x < 0xffffffff for negative integers.  Use gamma_positive
18746         instead of exp (lgamma) for other arguments.
18747         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
18748         (gamma_coeff): New variable.
18749         (NCOEFF): New macro.
18750         (gammal_positive): New function.
18751         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
18752         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
18753         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
18754         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
18755         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
18756         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
18757         * sysdeps/generic/math_private.h (__gamma_productf): New
18758         prototype.
18759         (__gamma_product): Likewise.
18760         (__gamma_productl): Likewise.
18761         * math/Makefile (libm-calls): Add gamma_product.
18762         * math/libm-test.inc (tgamma_test): Add more tests.
18763         * sysdeps/i386/fpu/libm-test-ulps: Update.
18764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18765
18766 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
18767
18768         * benchtests/bench-skeleton.c (main): Preheat CPU.
18769
18770 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
18771
18772         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
18773
18774 2013-05-07  Roland McGrath  <roland@hack.frob.com>
18775
18776         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
18777         and _dl_skip_args_internal.
18778
18779 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
18780
18781         * manual/message.texi (Message Translation): Talk about users.
18782         Message to key mapping impacts design.
18783
18784 2013-05-06  Roland McGrath  <roland@hack.frob.com>
18785
18786         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
18787
18788         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
18789
18790         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
18791         * sysdeps/wordsize-64/glob64.c: ... here.
18792
18793         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
18794         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
18795         New macros.
18796
18797         * debug/getlogin_r_chk.c: Moved to ...
18798         * login/getlogin_r_chk.c: ... here.
18799         * debug/Makefile (routines): Move getlogin_r_chk to ...
18800         * login/Makefile (routines): ... here.
18801         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
18802         * login/Versions (libc: GLIBC_2.4): ... here.
18803
18804         * io/poll.c (__poll): Renamed from poll.
18805         Add libc_hidden_def.
18806         (poll): Define as weak alias.
18807
18808         * debug/ptsname_r_chk.c: Moved to ...
18809         * login/ptsname_r_chk.c: ... here.
18810         * debug/Makefile (routines): Move ptsname_r_chk to ...
18811         * login/Makefile (routines): ... here.
18812         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
18813         * login/Versions (libc: GLIBC_2.4): ... here.
18814
18815         * posix/getlogin.c: Moved to ...
18816         * login/getlogin.c: ... here.
18817         * posix/getlogin_r.c: Moved to ...
18818         * login/getlogin_r.c: ... here.
18819         * posix/getlogin_r.c: Moved to ...
18820         * login/getlogin_r.c: ... here.
18821         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
18822         * login/Makefile (routines): ... here.
18823         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
18824         * login/Versions (libc: GLIBC_2.0): ... here.
18825
18826         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
18827         (setrlimit): Define as weak alias.
18828
18829         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
18830         Call __ names for open, ftruncate, and close.
18831         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
18832         (truncate): Define as weak alias.
18833
18834 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
18835
18836         * math/gen-libm-test.pl (parse_args): Initialize x before each
18837         test of frexp, modf and remquo.
18838
18839         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
18840         test signgam value.
18841
18842 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18843
18844         [BZ #15418]
18845         [BZ #15419]
18846         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
18847         internal tests.
18848         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
18849
18850 2013-05-06  Roland McGrath  <roland@hack.frob.com>
18851
18852         * elf/dl-writev.h: New file.
18853         * elf/dl-misc.c: Include it.
18854         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
18855         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
18856
18857 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
18858
18859         * math/libm-test.inc (noXFails): Remove variable.
18860         (noXPasses): Likewise.
18861         (BUILD_COMPLEX_INT): Remove macro.
18862         (print_screen): Remove xfail argument.
18863         (print_screen_max_error): Likewise.
18864         (update_stats): Likewise.
18865         (print_max_error): Likewise.  Update calls to other affected
18866         functions.
18867         (print_complex_max_error): Likewise.
18868         (test_single_exception): Update calls to print_screen.
18869         (test_single_errno): Likewise.
18870         (check_float_internal): Remove xfail argument.  Update calls to
18871         other affected functions.
18872         (check_float): Likewise.
18873         (check_complex): Likewise.
18874         (check_int): Likewise.
18875         (check_long): Likewise.
18876         (check_bool): Likewise.
18877         (check_longlong): Likewise.
18878         (main): Don't print noXFails and noXPasses.
18879         * math/gen-libm-test.pl (top level): Don't mention expected
18880         failure handling in comment.
18881         (new_test): Don't handle expected failures.
18882         (parse_args): Don't mention expected failure handling in comment.
18883         (generate_testfile): Don't handle expected failures.
18884         (parse_ulps): Likewise.
18885         (print_ulps_file): Likewise.
18886         (get_failure): Remove function.
18887         (output_test): Don't handle expected failures.
18888         * make/README.libm-test: Don't mention expected failure handling.
18889
18890         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
18891         (minus_zero): Likewise.
18892         (plus_infty): Likewise.
18893         (minus_infty): Likewise.
18894         (qnan_value): Likewise.
18895         (max_value): Likewise.
18896         (min_value): Likewise.
18897         (min_subnorm_value): Likewise.
18898         (initialize): Do not initialize those variables dynamically.
18899
18900 2013-05-03  Roland McGrath  <roland@hack.frob.com>
18901
18902         * io/open.c (__open_2): Moved to ...
18903         * io/open_2.c: ... this new file.
18904         * io/open64.c (__open64_2): Moved to ...
18905         * io/open64_2.c: ... this new file.
18906         * io/openat.c (__openat_2): Moved to ...
18907         * io/openat_2.c: ... this new file.
18908         * io/openat64.c (__openat64_2): Moved to ...
18909         * io/openat64_2.c: ... this new file.
18910         * io/Makefile (routines): Add them.
18911         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
18912         * sysdeps/unix/sysv/linux/open_2.c: File removed.
18913         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
18914         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
18915         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
18916         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
18917         (__openat64): Add hidden_ver.
18918         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
18919         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
18920
18921         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
18922         Separately conditionalize setting of GLRO(dl_sysinfo) so
18923         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
18924         as well, but the actual setting is only under [NEED_DL_SYSINFO].
18925
18926 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18927
18928         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
18929         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
18930         definition.
18931         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
18932         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18933         (_libc_vdso_platform_setup): Add __vdso_time initialization.
18934         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
18935         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
18936
18937 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
18938
18939         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
18940         test signgam value.
18941
18942         * math/libm-test.inc (hypot_test): Do not use
18943         IGNORE_ZERO_INF_SIGN.
18944
18945 2013-05-03  Andreas Jaeger  <aj@suse.de>
18946
18947         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
18948         Linux 3.9.
18949         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
18950         (PF_MAX): Adjust for VSOCK change.
18951
18952 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18953
18954         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18955
18956 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
18957
18958         [BZ #15264]
18959         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
18960         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
18961         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
18962
18963 2013-05-02  David S. Miller  <davem@davemloft.net>
18964
18965         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18966
18967 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
18968
18969         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
18970
18971 2013-05-01  Roland McGrath  <roland@hack.frob.com>
18972
18973         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
18974
18975 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
18976
18977         [BZ #14952]
18978         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
18979         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
18980         Use __attribute__ ((__gnu_inline__)).
18981         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
18982         Don't use __attribute__ ((__gnu_inline__)).
18983
18984 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
18985
18986         [BZ #15423]
18987         * math/s_catan.c (__catan): Handle small real or imaginary part of
18988         input specially to avoid spurious underflow.
18989         * math/s_catanf.c (__catanf): Likewise.
18990         * math/s_catanh.c (__catanh): Likewise.
18991         * math/s_catanhf.c (__catanhf): Likewise.
18992         * math/s_catanhl.c (__catanhl): Likewise.
18993         * math/s_catanl.c (__catanl): Likewise.
18994         * math/libm-test.inc (catan_test): Add more tests.
18995         (catanh_test): Likewise.
18996         * sysdeps/i386/fpu/libm-test-ulps: Update.
18997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18998
18999 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19000
19001         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19002
19003 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
19004
19005         [BZ #15416]
19006         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
19007         accurately for denominator in atan2.
19008         * math/s_catanf.c (__catanf): Likewise.
19009         * math/s_catanh.c (__catanh): Likewise.
19010         * math/s_catanhf.c (__catanhf): Likewise.
19011         * math/s_catanhl.c (__catanhl): Likewise.
19012         * math/s_catanl.c (__catanl): Likewise.
19013         * math/libm-test.inc (catan_test): Add more tests.
19014         (catanh_test): Likewise.
19015         * sysdeps/i386/fpu/libm-test-ulps: Update.
19016         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19017
19018 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19019
19020         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
19021
19022         * benchtests/Makefile (bench): Remove slow benchmarks.
19023         * benchtests/atan-inputs: Add slow benchmark inputs.
19024         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
19025         (BENCH_FUNC): Accept variant offset.
19026         (VARIANT): Define.
19027         * benchtests/bench-skeleton.c (main): Run benchmark for each
19028         variant.
19029         * benchtests/cos-inputs: Add slow benchmark inputs.
19030         * benchtests/exp-inputs: Likewise.
19031         * benchtests/pow-inputs: Likewise.
19032         * benchtests/sin-inputs: Likewise.
19033         * benchtests/slowatan-inputs: Remove.
19034         * benchtests/slowatan.c: Remove.
19035         * benchtests/slowcos-inputs: Remove.
19036         * benchtests/slowcos.c: Remove.
19037         * benchtests/slowexp-inputs: Remove.
19038         * benchtests/slowexp.c: Remove.
19039         * benchtests/slowpow-inputs: Remove.
19040         * benchtests/slowpow.c: Remove.
19041         * benchtests/slowsin-inputs: Remove.
19042         * benchtests/slowsin.c: Remove.
19043         * benchtests/slowtan-inputs: Remove.
19044         * benchtests/slowtan.c: Remove.
19045         * benchtests/tan-inputs: Add slow benchmark inputs.
19046         * scripts/bench.pl: Parse comments and directives.
19047
19048         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
19049         in CPPFLAGS.
19050         ($(objpfx)bench-%.c): Remove *-ITER.
19051         * benchtests/bench-modf.c: Remove definition of ITER.
19052         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
19053         (main): Loop for DURATION seconds instead of fixed number of
19054         iterations.
19055         * scripts/bench.pl: Don't expect iterations in parameters.
19056
19057 2013-04-29  Roland McGrath  <roland@hack.frob.com>
19058
19059         * io/fchdir.c (__fchdir): Renamed from fchdir.
19060         (fchdir): Define as weak alias.
19061
19062 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
19063
19064         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
19065         (ERRNO_EDOM): Likewise.
19066         (ERRNO_ERANGE): Likewise.
19067         (noErrnoTests): New variable.
19068         (init_max_error): Set errno to 0.
19069         (test_single_errno): New function.
19070         (test_errno): Likewise.
19071         (check_float_internal): Call test_errno.  Set errno to 0.
19072         (check_complex): Refer to errno tests in comment.
19073         (check_int): Call test_errno.  Set errno to 0.
19074         (check_long): Likewise.
19075         (check_bool): Likewise.
19076         (check_longlong): Likewise.
19077         (cos_test): Use ERRNO_* flags for errno tests instead of
19078         check_int.
19079         (expm1_test): Likewise.
19080         (fmod_test): Likewise.
19081         (ilogb_test): Likewise.
19082         (lgamma_test): Likewise.
19083         (pow_test): Likewise.
19084         (remainder_test): Likewise.
19085         (sin_test): Likewise.
19086         (tan_test): Likewise.
19087         (yn_test): Likewise.
19088         (initialize): Set errno to 0.
19089         (main): Print number of errno tests.
19090         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
19091
19092 2013-04-29  Andreas Jaeger  <aj@suse.de>
19093
19094         [BZ #15084]
19095         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
19096         and RES_USEVC.
19097
19098         [BZ #15085]
19099         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
19100         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
19101         unimplemented.
19102
19103         [BZ #15380]
19104         * stdlib/random.c (__initstate): Return NULL if
19105         __initstate fails.
19106
19107         [BZ #15086]
19108         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
19109         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
19110         RES_SNGLKUPREOP.
19111
19112 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19113
19114         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19115
19116 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
19117
19118         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
19119         of individual tests.
19120         (casin_test): Likewise.
19121         (casinh_test): Likewise.
19122
19123 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
19124
19125         [BZ #15409]
19126         * math/s_catan.c (__catan): Handle arguments with large real or
19127         imaginary part separately without squaring.
19128         * math/s_catanf.c (__catanf): Likewise.
19129         * math/s_catanh.c (__catanh): Likewise.
19130         * math/s_catanhf.c (__catanhf): Likewise.
19131         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
19132         and redefine.
19133         (__catanhl): Handle arguments with large real or imaginary part
19134         separately without squaring.
19135         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
19136         and redefine.
19137         (__catanl): Handle arguments with large real or imaginary part
19138         separately without squaring.
19139         * math/libm-test.inc (catan_test): Add more tests.
19140         (catanh_test): Likewise.
19141         * sysdeps/i386/fpu/libm-test-ulps: Update.
19142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19143
19144 2013-04-27  Andreas Jaeger  <aj@suse.de>
19145
19146         [BZ #15007]
19147         * stdlib/stdlib.h: Update guards for qecvt.
19148         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
19149         <stdlib.h>.
19150
19151 2013-04-27  Allan McRae  <allan@archlinux.org>
19152
19153         * sysdeps/i386/fpu/libm-test-ulps: Update.
19154
19155 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
19156
19157         [BZ #15406]
19158         * math/s_catan.c: Include <float.h>.
19159         (__catan): Ensure underflow exception occurs for underflowed
19160         result.
19161         * math/s_catanf.c: Include <float.h>.
19162         (__catanf): Ensure underflow exception occurs for underflowed
19163         result.
19164         * math/s_catanh.c: Include <float.h>.
19165         (__catanh): Ensure underflow exception occurs for underflowed
19166         result.
19167         * math/s_catanhf.c: Include <float.h>.
19168         (__catanhf): Ensure underflow exception occurs for underflowed
19169         result.
19170         * math/s_catanhl.c: Include <float.h>.
19171         (__catanhl): Ensure underflow exception occurs for underflowed
19172         result.
19173         * math/s_catanl.c: Include <float.h>.
19174         (__catanl): Ensure underflow exception occurs for underflowed
19175         result.
19176         * math/libm-test.inc (catan_test): Add more tests.
19177         (catanh_test): Likewise.
19178
19179         [BZ #15405]
19180         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
19181         underflowed result.
19182         * math/s_ccoshf.c (__ccoshf): Likewise.
19183         * math/s_ccoshl.c (__ccoshl): Likewise.
19184         * math/s_csin.c (__csin): Likewise.
19185         * math/s_csinf.c (__csinf): Likewise.
19186         * math/s_csinh.c (__csinh): Likewise.
19187         * math/s_csinhf.c (__csinhf): Likewise.
19188         * math/s_csinhl.c (__csinhl): Likewise.
19189         * math/s_csinl.c (__csinl): Likewise.
19190         * math/libm-test.inc (ccos_test): Add more tests.
19191         (ccosh_test): Likewise.
19192         (csin_test): Likewise.
19193         (csinh_test): Likewise.
19194
19195 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19196
19197         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
19198         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
19199         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
19200         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
19201         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
19202         powerpc/power5+/fpu folders.
19203         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
19204
19205
19206 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
19207
19208         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19209
19210 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
19211
19212         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
19213         additions to variable.
19214         [$(config-machine) = x86_64] (modules-names): Likewise.
19215         ($(objpfx)tst-audit3): Remove dependency.
19216         ($(objpfx)tst-audit3.out): Likewise.
19217         ($(objpfx)tst-audit4): Likewise.
19218         ($(objpfx)tst-audit4.out): Likewise.
19219         ($(objpfx)tst-audit5): Likewise.
19220         ($(objpfx)tst-audit5.out): Likewise.
19221         ($(objpfx)tst-audit6): Likewise.
19222         ($(objpfx)tst-audit6.out): Likewise.
19223         ($(objpfx)tst-audit7): Likewise.
19224         ($(objpfx)tst-audit7.out): Likewise.
19225         (tst-audit3-ENV): Remove variable.
19226         (tst-audit4-ENV): Likewise.
19227         (tst-audit5-ENV): Likewise.
19228         (tst-audit6-ENV): Likewise.
19229         (tst-audit7-ENV): Likewise.
19230         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
19231         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
19232         addition to variable.
19233         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
19234         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
19235         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
19236         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
19237         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
19238         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
19239         tst-audit3, tst-audit4 and tst-audit5.
19240         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
19241         tst-audit6 and tst-audit7.
19242         [$(subdir) = elf] (modules-names): Add audit modules for those
19243         tests.
19244         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
19245         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
19246         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
19247         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
19248         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
19249         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
19250         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
19251         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
19252         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
19253         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
19254         [$(subdir) = elf] (tst-audit3-ENV): New variable.
19255         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
19256         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
19257         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
19258         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
19259         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
19260         Likewise.
19261         [$(subdir) = elf && $(config-cflags-avx) = yes]
19262         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
19263         [$(subdir) = elf && $(config-cflags-avx) = yes]
19264         (CFLAGS-tst-auditmod4a.c): Likewise.
19265         [$(subdir) = elf && $(config-cflags-avx) = yes]
19266         (CFLAGS-tst-auditmod4b.c): Likewise.
19267         [$(subdir) = elf && $(config-cflags-avx) = yes]
19268         (CFLAGS-tst-auditmod6b.c): Likewise.
19269         [$(subdir) = elf && $(config-cflags-avx) = yes]
19270         (CFLAGS-tst-auditmod6c.c): Likewise.
19271         [$(subdir) = elf && $(config-cflags-avx) = yes]
19272         (CFLAGS-tst-auditmod7b.c): Likewise.
19273         * elf/tst-audit3.c: Move to ...
19274         * sysdeps/x86_64/tst-audit3.c: ... here.
19275         * elf/tst-audit4.c: Move to ...
19276         * sysdeps/x86_64/tst-audit4.c: ... here.
19277         * elf/tst-audit5.c: Move to ...
19278         * sysdeps/x86_64/tst-audit5.c: ... here.
19279         * elf/tst-audit6.c: Move to ...
19280         * sysdeps/x86_64/tst-audit6.c: ... here.
19281         * elf/tst-audit7.c: Move to ...
19282         * sysdeps/x86_64/tst-audit7.c: ... here.
19283         * elf/tst-auditmod3a.c: Move to ...
19284         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
19285         * elf/tst-auditmod3b.c: Move to ...
19286         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
19287         * elf/tst-auditmod4a.c: Move to ...
19288         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
19289         * elf/tst-auditmod4b.c: Move to ...
19290         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
19291         * elf/tst-auditmod5a.c: Move to ...
19292         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
19293         * elf/tst-auditmod5b.c: Move to ...
19294         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
19295         * elf/tst-auditmod6a.c: Move to ...
19296         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
19297         * elf/tst-auditmod6b.c: Move to ...
19298         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
19299         * elf/tst-auditmod6c.c: Move to ...
19300         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
19301         * elf/tst-auditmod7a.c: Move to ...
19302         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
19303         * elf/tst-auditmod7b.c: Move to ...
19304         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
19305
19306 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
19307
19308         [BZ #15366]
19309         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
19310         define unconditionally.
19311         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
19312         define unconditionally.
19313         (INT8_C, INT16_C, etc.): Likewise.
19314
19315 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
19316
19317         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
19318         __ehdr_start with hidden visibility.
19319
19320         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
19321
19322 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
19323
19324         * math/libm-test.inc (cos_test): Use accurate hex constants.
19325         (sincost_test): Likewise.
19326
19327 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
19328
19329         * math/libm-test.inc (catan_test): Add more tests.
19330         (catanh_test): Likewise.
19331
19332         * math/s_catanf.c (__catanf): Use suffixed floating-point
19333         constants.
19334         * math/s_catanhf.c (__catanhf): Likewise.
19335         * math/s_catanhl.c (__catanhl): Likewise.
19336         * math/s_catanl.c (__catanl): Likewise.
19337
19338         [BZ #15394]
19339         * math/s_catan.c (__catan): Calculate imaginary part of result
19340         with log1p not log unless computing log of number close to 0.
19341         * math/s_catanf.c (__catanf): Likewise.
19342         * math/s_catanl.c (__catanl): Likewise.
19343         * math/s_catanh.c (__catanh): Calculate real part of result with
19344         log1p not log unless computing log of number close to 0.
19345         * math/s_catanhf.c (__catanhf): Likewise.
19346         * math/s_catanhl.c (__catanhl): Likewise.
19347         * math/libm-test.inc (catan_test): Add more tests.
19348         (catanh_test): Likewise.
19349         * sysdeps/i386/fpu/libm-test-ulps: Update.
19350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19351
19352 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19353
19354         * benchtests/Makefile: Mention files in which fast and slow
19355         paths of math functions are implemented.
19356
19357 2013-04-23  Roland McGrath  <roland@hack.frob.com>
19358
19359         * sysdeps/posix/timespec_get.c: New file.
19360
19361 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19362
19363         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
19364         POWER.
19365         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
19366         for POWER.
19367         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
19368         powerpc/power5/fpu folders.
19369         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
19370         * benchtests/Makefile: Add modf testcase.
19371         * benchtests/bench-modf.c: New file: Benchmark test for mo
19372
19373 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
19374
19375         [BZ #14888]
19376         * time/Makefile (tests): Add tst-strptime-whitespace.
19377         * time/strptime_l.c (get_number): Use ISSPACE.
19378         (__strptime_internal): Likewise.
19379         * time/tst-strptime-whitespace.c: New test case.
19380
19381 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
19382
19383         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
19384         member.
19385         (_nss_files_init): Set it here.
19386
19387 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
19388
19389         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
19390         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
19391         unsigned.
19392
19393 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
19394
19395         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
19396
19397 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
19398
19399         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
19400         size just once.
19401
19402 2013-04-21  David S. Miller  <davem@davemloft.net>
19403
19404         * po/ru.po: Update Russion translation from translation project.
19405
19406 2013-04-17  Adam Conrad  <adconrad@0c3.net>
19407
19408         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
19409         and setfsgid.
19410
19411 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
19412
19413         * configure.in: Remove i386 configure warning. Remove i386 case.
19414         * configure: Regenerate.
19415         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
19416         Add example to error message.
19417         * sysdeps/i386/configure: Regenerate.
19418
19419 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
19420
19421         * benchtests/Makefile (bench): Add cos, tan, slowcos and
19422         slowtan.
19423         * benchtests/cos-inputs: New file.
19424         * benchtests/slowcos-inputs: New file.
19425         * benchtests/slowcos.c: New file.
19426         * benchtests/slowtan-inputs: New file.
19427         * benchtests/slowtan.c: New file.
19428         * benchtests/tan-inputs: New file.
19429
19430 2013-04-16  Roland McGrath  <roland@hack.frob.com>
19431
19432         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
19433         considered kosher.
19434
19435 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19436
19437         * benchtests/Makefile: Include cppflags-iterator.mk to add
19438         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
19439
19440         * Makefile.in (bench-clean): New target.
19441         * benchtests/Makefile (bench-clean): Likewise.
19442
19443 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
19444
19445         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
19446
19447 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
19448
19449         * stdio-common/tstdiomisc.c: Fix coding-style violation.
19450
19451 2013-04-15  Andreas Schwab  <schwab@suse.de>
19452
19453         * nscd/grpcache.c (cache_addgr): Properly check for short write.
19454         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19455         * nscd/pwdcache.c (cache_addpw): Likewise.
19456         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
19457         more than recsize.
19458
19459 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19460
19461         * benchtests/Makefile (bench): Write all output to
19462         bench-out.tmp together.
19463
19464 2013-04-15  Andreas Schwab  <schwab@suse.de>
19465
19466         * nscd/nscd.c (main): Don't fork again after closing files.
19467
19468 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19469
19470         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
19471
19472         * benchtests/Rules (bench-deps): Collect dependencies into a
19473         single variable.  Add Makefile to dependencies.
19474         ($(objpfx)bench-%.c): Depend on bench-deps.
19475
19476 2013-04-12  Roland McGrath  <roland@hack.frob.com>
19477             Xavier Roche  <roche+kml2@exalead.com>
19478
19479         [BZ #15361]
19480         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
19481         just that it's a file descriptor.
19482         * manual/llio.texi (Synchronizing AIO Operations): Update description
19483         for EBADF error from aio_fsync.
19484
19485 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19486
19487         * Rules (bench): Move target definition...
19488         * benchtests/Makefile: ... here.
19489
19490 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
19491
19492         * math/libm-test.inc (cos_test): Fix PI/2 test.
19493         (sincos_test): Likewise.
19494         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
19495         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
19496
19497 2013-04-11  Andreas Schwab  <schwab@suse.de>
19498
19499         [BZ #13988]
19500         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
19501         accept exponent character only when digits were seen.
19502         * stdio-common/Makefile (tests): Add bug26.
19503         * stdio-common/bug26.c: New file.
19504
19505         [BZ #14293]
19506         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
19507         non-freeable.
19508
19509 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19510
19511         * Makeconfig (rtld-prefix): Define built linker prefix.
19512         * Rules (run-bench): Use it.
19513         * math/Makefile (run-regen-ulps): Likewise.
19514
19515         * Rules (bench): Remove eval.
19516
19517 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19518             Roland McGrath  <roland@hack.frob.com>
19519             Ondrej Bilka  <neleai@seznam.cz>
19520
19521         [BZ #15346]
19522         * time/getdate.c: Include ctype.h and alloca.h.
19523         (__getdate_r): Trim leading and trailing spaces of input.
19524         * time/tst-getdate.c (tests): Add tests with leading and
19525         trailing spaces.
19526
19527 2013-04-08  Roland McGrath  <roland@hack.frob.com>
19528
19529         [BZ #14280]
19530         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
19531         when computing value.
19532
19533 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
19534
19535         * math/README.libm-test (How can I generate "libm-test-ulps"?):
19536         Use testrun.sh to run libm tests.
19537
19538         [BZ #15309]
19539         * elf/dl-open.c (dl_open_worker): memset all of seen array.
19540
19541 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
19542
19543         [BZ #15264]
19544         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
19545
19546 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
19547
19548         * Makefile.in (regen-ulps): New target.
19549         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
19550         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
19551         [ifneq (no,$(PERL)] (regen-ulps): New target.
19552         [ifeq (no,$(PERL)] (regen-ulps): New target.
19553         * math/libm-test.inc (ulps_file_name): Define.
19554         (output_dir): New variable.
19555         (options): Add "output-dir" option.
19556         (parse_opt): Handle 'o' case.
19557         (main): If output_dir is non-NULL use it as a prefix
19558         otherwise use "".
19559         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
19560
19561 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
19562
19563         [BZ #10060, #10062]
19564         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
19565         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
19566         fail configure if __sync_val_compare_and_swap is not inlined.
19567         * sysdeps/i386/configure: Regenerate.
19568         * configure.in: Build for i686 when configured for i386.
19569         * configure: Regenerate.
19570         * README: Remove i386 reference.
19571
19572 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
19573
19574         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
19575         * sysdeps/s390/s390-64/sysdep.h: Likewise.
19576
19577 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
19578
19579         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
19580         (lmsnanval): New variables.
19581         (F): Add conversion tests.
19582         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
19583         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
19584
19585         * stdio-common/tstdiomisc.c (F): Properly collect individual
19586         tests' results.
19587
19588         [BZ #14686, #15336]
19589         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
19590         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
19591         Instead, use input NaN values or generate a qNaN by arithmetic
19592         operation.  Also fix bugs to comply with the standard.
19593         * math/libm-test.inc (remainder_test): Add more tests.
19594
19595         [BZ #15335, #15342]
19596         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
19597         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
19598         input NaN values or generate a qNaN by arithmetic operation.
19599
19600         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
19601         unreachable code.
19602
19603         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
19604         definitions.
19605
19606 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
19607
19608         [BZ #14478]
19609         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
19610         underflowed result.
19611         * math/s_cexpf.c (__cexpf): Likewise.
19612         * math/s_cexpl.c (__cexpl): Likewise.
19613         * math/libm-test.inc (cexp_test): Add more tests.
19614
19615 2013-04-03  Andreas Schwab  <schwab@suse.de>
19616
19617         [BZ #15330]
19618         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
19619         order arrays from heap if bigger than alloca cutoff.
19620
19621 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
19622
19623         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
19624         (SNAN_TESTS_double): Refer to GCC PR56831.
19625         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
19626         GCC PR56828.
19627
19628 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19629
19630         * Rules (bench): Move bench.out after the run is complete.
19631
19632         * Rules (bench): Echo currently running benchmark.
19633
19634         * benchtests/Makefile (bench): Add atan and slowatan.
19635         * benchtests/atan-inputs: New file.
19636         * benchtests/slowatan-inputs: New file.
19637         * benchtests/slowatan.c: New file.
19638
19639         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
19640         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
19641         its value.
19642
19643         [BZ #15305]
19644         * sysdeps/unix/sysv/linux/kernel-features.h
19645         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
19646         __ASSUME_XFS_RESTRICTED_CHOWN.
19647         * sysdeps/unix/sysv/linux/pathconf.c
19648         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
19649         Save and restore errno.
19650
19651 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
19652
19653         [BZ #15327]
19654         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
19655         arguments using __kernel_casinh.
19656         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
19657         arguments using __kernel_casinhf.
19658         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
19659         arguments using __kernel_casinhl.
19660         * math/libm-test.inc (cacosh_test): Add more tests.
19661         * sysdeps/i386/fpu/libm-test-ulps: Update.
19662         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19663
19664 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19665
19666         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
19667         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
19668
19669         * bench/Makefile (bench): Add sin and slowsin.
19670         * benchtests/sin-inputs: New file.
19671         * benchtests/slowsin-inputs: New file.
19672         * benchtests/slowsin.c: New file.
19673
19674         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
19675         (bench): Add slowexp and slowpow.
19676         (exp-ITER): Increase iterations.
19677         (pow-ITER): Likewise.
19678         * benchtests/exp-inputs: Change input.
19679         * benchtests/pow-inputs: Likewise.
19680         * benchtests/slowexp-inputs: New file.
19681         * benchtests/slowexp.c: New file.
19682         * benchtests/slowpow-inputs: New file.
19683         * benchtests/slowpow.c: New file.
19684
19685 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19686
19687         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
19688         instructions.
19689         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
19690         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
19691         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
19692         * benchtests/Makefile: Add rint benchtest.
19693         * benchtests/rint-inputs: Input for rint benchtest.
19694
19695 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
19696
19697         * Versions.def (libm): Add GLIBC_2.18.
19698         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
19699         hidden libm prototypes.
19700         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
19701         * math/Makefile (libm-calls): Add s_issignaling.
19702         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
19703         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
19704         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
19705         declaration.
19706         * math/math.h [__USE_GNU] (issignaling): New macro.
19707         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
19708         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
19709         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
19710         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
19711         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
19712         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
19713         * manual/arith.texi (issignaling): New section.
19714         * manual/libm-err-tab.pl (@all_functions): Update comment.
19715         * math/gen-libm-test.pl (parse_args): Apply special handling for
19716         issignaling.
19717         * math/libm-test.inc (print_float, issignaling_test): New
19718         functions.
19719         (check_float_internal): Add issignaling checks.
19720         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
19721         default definition.
19722         * sysdeps/powerpc/math-tests.h: New file.
19723         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
19724         tests.
19725         * math/test-snan.c (TEST_FUNC): Likewise.
19726
19727 2013-03-30  David S. Miller  <davem@davemloft.net>
19728
19729         * po/de.po: Update from translation team.
19730
19731 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
19732
19733         [BZ #10357]
19734         * math/k_casinh.c (__kernel_casinh): Handle arguments with
19735         imaginary part less than 1.0 and real part less than 0.5
19736         specially.
19737         * math/k_casinhf.c (__kernel_casinhf): Likewise.
19738         * math/k_casinhl.c (__kernel_casinhl): Likewise.
19739         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
19740         (cacos_test): Add more tests.
19741         (casin_test): Likewise.
19742         (casinh_test): Likewise.
19743         * sysdeps/i386/fpu/libm-test-ulps: Update.
19744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19745
19746 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19747
19748         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
19749         ONE with its value.
19750
19751         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
19752         (__pow_mp): Replace ONE and MONE with their values.
19753         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19754         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
19755         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
19756         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
19757         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
19758         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
19759
19760         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
19761
19762         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
19763         (__pow_mp): Replace ZERO and MZERO with their values.
19764         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
19765         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19766         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
19767         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
19768         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
19769         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
19770         (__sqr): Likewise.
19771
19772         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
19773
19774         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
19775
19776 2013-03-28  Roland McGrath  <roland@hack.frob.com>
19777
19778         * include/stdlib.h [!SHARED] (__call_tls_dtors):
19779         Declare with __attribute__ ((weak)).
19780         * stdlib/exit.c (__libc_atexit) [!SHARED]:
19781         Call __call_tls_dtors only if it's not NULL.
19782
19783 2013-03-28  Roland McGrath  <roland@hack.frob.com>
19784
19785         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
19786         didn't do it already, then set _dl_phdr and _dl_phnum based on the
19787         magic __ehdr_start linker symbol if it's defined.
19788         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
19789         them up here if it was already done.
19790
19791         * elf/dl-support.c (_dl_phdr): Make pointer to const.
19792         (_dl_aux_init): Use const in cast when setting it.
19793         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
19794         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
19795         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
19796
19797         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
19798         Declare them here.
19799         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
19800         * csu/libc-tls.c: Nor here.
19801         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
19802
19803         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
19804         (__libc_message): Never call vsyslog.
19805
19806 2013-03-28  Alan Modra  <amodra@gmail.com>
19807
19808         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
19809         Define as empty.
19810         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
19811         Likewise.
19812
19813 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19814
19815         [BZ #15214]
19816         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
19817         underflow.
19818         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19819
19820 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19821
19822         [BZ #15304]
19823         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19824         Don't add gid passed as argument.
19825
19826         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
19827
19828 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
19829
19830         [BZ #15307]
19831         * math/k_casinh.c (__kernel_casinh): Handle arguments with
19832         imaginary part between 1.0 and 1.5 and real part less than 0.5
19833         specially.
19834         * math/k_casinhf.c (__kernel_casinhf): Likewise.
19835         * math/k_casinhl.c (__kernel_casinhl): Likewise.
19836         * math/libm-test.inc (cacos_test): Add more tests.
19837         (casin_test): Likewise.
19838         (casinh_test): Likewise.
19839         * sysdeps/i386/fpu/libm-test-ulps: Update.
19840         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19841
19842 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
19843
19844         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
19845         constants.
19846         (norm): Likewise.
19847         (denorm): Likewise.
19848         (__dbl_mp): Likewise.
19849         (add_magnitudes): Likewise.
19850         (sub_magnitudes): Likewise.
19851         (__add): Likewise.
19852         (__sub): Likewise.
19853         (__mul): Likewise.
19854         (__sqr): Likewise.
19855         (__inv): Likewise.
19856         (__dvd): Likewise.
19857
19858         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
19859         commented code.
19860         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
19861         (__dubcos): Likewise.
19862         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
19863         (__ieee754_acos): Likewise.
19864         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
19865         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
19866         (__exp1): Likewise.
19867         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19868         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
19869         (log1): Likewise.
19870         (my_log2): Likewise.
19871         (checkint): Likewise.
19872         * sysdeps/ieee754/dbl-64/e_remainder.c
19873         (__ieee754_remainder): Likewise.
19874         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
19875         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
19876         (bsloww): Likewise.
19877         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
19878
19879         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
19880         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
19881         MANTISSA_STORE_T to store computations on mantissa.  Use
19882         macros for rounding and division.
19883         (denorm): Likewise.
19884         (__dbl_mp): Likewise.
19885         (add_magnitudes): Likewise.
19886         (sub_magnitudes): Likewise.
19887         (__mul): Likewise.
19888         (__sqr): Likewise.
19889         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
19890         powers of two in terms of TWOPOW macro.
19891         (mp_no): Make type of mantissa as MANTISSA_T.
19892         [!RADIXI]: Define RADIXI.
19893         [!TWO52]: Define TWO52.
19894         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
19895
19896 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19897
19898         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
19899         llroundl symbol when building for PPC32.
19900
19901 2013-03-24  Mark H Weaver  <mhw@netris.org>
19902
19903         * manual/arith.texi (Normalization Functions): Fix prototypes for
19904         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
19905
19906 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19907
19908         [BZ #13889]
19909         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
19910         high value to check if expl overflow.
19911         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
19912         to check for underflow and overflow.
19913         * math/libm-test.inc: Add exp test.
19914
19915 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
19916
19917         [BZ #11120]
19918         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
19919         with NOT_IN_libc.
19920
19921 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19922
19923         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
19924         symbol.
19925
19926 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
19927
19928         * math/gen-libm-test.pl (parse_args, special_functions): Properly
19929         wrap blocks consisting of several statements.
19930
19931         * sysdeps/generic/math-tests.h: New file.
19932         * sysdeps/i386/fpu/math-tests.h: Likewise.
19933         * math/test-snan.c: Include it.
19934         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
19935
19936 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
19937
19938         [BZ #15285]
19939         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
19940         (__ieee754_j0l): Do not improve calculations using cos of twice
19941         input for inputs above LDBL_MAX / 2.0L.
19942         (__ieee754_y0l): Likewise.
19943         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
19944         (__ieee754_j1l): Do not improve calculations using cos of twice
19945         input for inputs above LDBL_MAX / 2.0L.
19946         (__ieee754_y1l): Likewise.
19947         * math/libm-test.inc (j0_test): Add another test.
19948         (j1_test): Likewise.
19949         (y0_test): Likewise.
19950         (y1_test): Likewise.
19951         * sysdeps/i386/fpu/libm-test-ulps: Update.
19952
19953 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19954
19955         * Rules ($(objpfx)bench-%.c): Include code from a C source
19956         file.
19957
19958 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
19959
19960         [BZ #15287]
19961         * math/k_casinh.c (__kernel_casinh): Handle arguments with
19962         imaginary part 1.0 and real part less than 0.5 specially.
19963         * math/k_casinhf.c (__kernel_casinhf): Likewise.
19964         * math/k_casinhl.c (__kernel_casinhl): Likewise.
19965         * math/libm-test.inc (cacos_test): Add more tests.
19966         (casin_test): Likewise.
19967         (casinh_test): Likewise.
19968         * sysdeps/i386/fpu/libm-test-ulps: Update.
19969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19970
19971 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19972
19973         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
19974         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
19975
19976 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
19977
19978         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
19979         * config.make.in (config-cflags-sse4): Remove variable.
19980         (config-cflags-avx): Likewise.
19981         (config-cflags-sse2avx): Likewise.
19982         (config-cflags-novzeroupper): Likewise.
19983         (config-asflags-i686): Likewise.
19984         (have-mfma4): Likewise.
19985         (have-as-vis3): Likewise.
19986         (MIG): Likewise.
19987         * configure.in (MIG): Do not AC_SUBST.
19988         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
19989         (libc_cv_cc_sse4): Do not AC_SUBST.
19990         (libc_cv_cc_avx): Likewise.
19991         (libc_cv_cc_sse2avx): Likewise.
19992         (libc_cv_cc_novzeroupper): Likewise.
19993         (libc_cv_cc_fma4): Likewise.
19994         (libc_cv_as_i686): Likewise.
19995         (libc_cv_sparc_as_vis3): Likewise.
19996         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
19997         LIBC_CONFIG_VAR.
19998         (config-asflags-i686): Likewise.
19999         (config-cflags-avx): Likewise.
20000         (config-cflags-sse2avx): Likewise.
20001         (have-mfma4): Likewise.
20002         (config-cflags-novzeroupper): Likewise.
20003         * sysdeps/mach/configure.in (MIG): Likewise.
20004         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
20005         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
20006         LIBC_CONFIG_VAR.
20007         (config-cflags-avx): Likewise.
20008         (config-cflags-sse2avx): Likewise.
20009         (have-mfma4): Likewise.
20010         (config-cflags-novzeroupper): Likewise.
20011         * configure: Regenerated.
20012         * sysdeps/i386/configure: Likewise.
20013         * sysdeps/mach/configure: Likewise.
20014         * sysdeps/sparc/configure: Likewise.
20015         * sysdeps/x86_64/configure: Likewise.
20016
20017 2013-03-20  Roland McGrath  <roland@hack.frob.com>
20018
20019         [BZ #14812]
20020         * locale/programs/localedef.c (options): Put N_ translation marker
20021         on argument names, not just descriptions.
20022
20023 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20024
20025         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
20026
20027 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
20028
20029         [BZ #14176]
20030         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
20031
20032 2013-03-19  Roland McGrath  <roland@hack.frob.com>
20033
20034         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
20035         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
20036         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
20037         [!BEFORE_ABORT] (before_abort): New function.
20038         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
20039         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
20040         (writev_for_fatal): New function.
20041         (WRITEV_FOR_FATAL): New macro; call that.
20042         (backtrace_and_maps): New function.
20043         (BEFORE_ABORT): New macro; call that.
20044         (struct str_list): Type removed.
20045         (__libc_message, __libc_fatal): Functions removed.
20046         Include <sysdeps/posix/libc_fatal.c> instead.
20047
20048 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
20049
20050         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
20051         constants.
20052         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
20053         double constants.
20054
20055 2013-03-19  Andreas Schwab  <schwab@suse.de>
20056
20057         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
20058         * sysdeps/gnu/configure: Regenerate.
20059
20060         * configure.in: Substitute libc_cv_rtlddir.
20061         * configure: Regenerate.
20062         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
20063         * Makeconfig (rtlddir, inst_rtlddir): New variables.
20064         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
20065         * elf/Makefile (install-others, CFLAGS-interp.c)
20066         (ldso_install, common-ldd-rewrite): Likewise.
20067         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
20068         $(inst_slibdir)/$(rtld-installed-name).
20069         * scripts/rellns-sh: Add -p option.
20070         * Makerules (make-shlib-link): Use rellns-sh to get relative name
20071         for source.
20072
20073 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20074
20075         * manual/nptl.texi: Renamed to ...
20076         * manual/threads.texi: ... this.
20077         * manual/Makefile (chapters): Update.
20078
20079 2013-03-18  Roland McGrath  <roland@hack.frob.com>
20080
20081         [BZ #14812]
20082         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
20083         on argument names, not just descriptions.
20084         * malloc/memusagestat.c (options): Likewise.
20085         * nss/getent.c (options): Likewise.
20086
20087 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
20088
20089         [BZ #14812]
20090         * iconv/iconv_prog.c (options): Put N_ translation marker
20091         on argument names, not just descriptions.
20092         * iconv/iconvconfig.c (options): Likewise.
20093
20094 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
20095
20096         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
20097         implementation which is faster on all x86_64 architectures.
20098         Tested on AMD, Intel Nehalem, SNB, IVB.
20099         * sysdeps/x86_64/strnlen.S: Likewise.
20100
20101         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20102         Remove all multiarch strlen and strnlen versions.
20103         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20104         Remove strlen and strnlen related parts.
20105
20106         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
20107         Inline strlen part.
20108         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
20109
20110         * sysdeps/x86_64/multiarch/strlen.S: Remove.
20111         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
20112         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
20113         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
20114         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
20115         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
20116
20117 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
20118
20119         * manual/memory.texi (Malloc Tunable Parameters):
20120         Sort parameters alphabetically. Add comments for missing entries.
20121
20122 2013-03-17  David S. Miller  <davem@davemloft.net>
20123
20124         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20125
20126 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
20127
20128         [BZ #15283]
20129         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
20130         for arguments at most half maximum finite value.
20131         * math/libm-test.inc (j0_test): Add more tests.
20132         (j1_test): Likewise.
20133         (y0_test): Likewise.
20134         (y1_test): Likewise.
20135         * sysdeps/i386/fpu/libm-test-ulps: Update.
20136         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20137
20138         [BZ #14155]
20139         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
20140         1 / x and functions P and Q for arguments above 0x1p256L.
20141         (__ieee754_y0l): Likewise.
20142         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
20143         (__ieee754_y1l): Likewise.
20144         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
20145         (j1_test): Likewise.
20146         (y0_test): Likewise.
20147         (y1_test): Likewise.
20148
20149 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
20150
20151         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
20152         variable.
20153
20154 2013-03-15  Roland McGrath  <roland@hack.frob.com>
20155
20156         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
20157         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
20158         zero since it's initialized to EXEC_PAGESIZE.
20159
20160         * sysdeps/unix/sysv/linux/ldsodefs.h
20161         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
20162         * sysdeps/generic/ldsodefs.h: ... here.
20163
20164 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
20165
20166         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
20167
20168         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
20169         math/test-snan.c.
20170         * math/test-snan.c: Renamed from
20171         sysdeps/powerpc/fpu/test-powerpc-snan.c.
20172         * math/Makefile (tests): Add test-snan.
20173         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
20174         test-powerpc-snan.
20175
20176         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
20177         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
20178         functions.
20179         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
20180         __builtin_nan family of functions.
20181         * math/libm-test.inc (initialize): Initialize qnan_value with
20182         __builtin_nan family of functions.
20183         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
20184         Remove variables.
20185         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
20186         Remove functions.
20187         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
20188         storage class.  Initialize qNaN_var and sNaN_var with
20189         __builtin_nan and __builtin_nans families of functions,
20190         respectively.
20191
20192         * math/libm-test.inc (acosh_test): Also test with qNaN input.
20193         (sqrt_test): Remove duplicate test with qNaN input.
20194         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
20195         (round_test, signbit_test, significand_test): Note missing +/-Inf
20196         as well as qNaN tests.
20197
20198         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
20199         qNaN_var.  Fix a few strings, too.
20200         * math/libm-test.inc (nan_value): Rename to qnan_value.
20201         * math/gen-libm-test.pl (%beautify): Adjust to that.
20202         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
20203         * math/test-misc.c (main): Likewise.
20204         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
20205         to __qnan_bytes, and __qnan_union, respectively.
20206         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
20207         Likewise.
20208         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
20209         and lqnanval, respectively.
20210         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
20211         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
20212         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
20213         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
20214
20215         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
20216         * math/test-misc.c (main) [__x86_64__]: Enable test for long
20217         doubles.
20218
20219         * math/test-misc.c (main): Fix copy'n'pastos.
20220         * misc/tst-efgcvt.c (special): Likewise.
20221
20222         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
20223         Remove declarations.
20224
20225 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
20226
20227         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
20228         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
20229         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
20230         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
20231
20232 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20233
20234         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
20235         macro to return vdso values correctly in IFUNC implementations.
20236         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20237         Optimization by using IFUNC.
20238
20239 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
20240             Richard Henderson  <rth@redhat.com>
20241             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
20242
20243         * Makefile.in (bench): New target.
20244         * NEWS: Mention the benchmark framework.
20245         * Rules (bench): Likewise.
20246         (binaries-bench): Generate binaries for functions to
20247         benchmark.
20248         * benchtests/Makefile: New makefile for benchmark tests.
20249         * benchtests/bench-skeleton.c: New skeleton file for benchmark
20250         programs.
20251         * benchtests/exp-inputs: New input file for EXP function.
20252         * benchtests/pow-inputs: New input file for POW function.
20253         * scripts/bench.pl: New script to generate source files for
20254         benchmark programs.
20255
20256 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
20257
20258         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
20259         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
20260         computations on mantissa.  Use macros for rounding and
20261         division.
20262         (denorm): Likewise.
20263         (__dbl_mp): Likewise.
20264         (add_magnitudes): Likewise.
20265         (sub_magnitudes): Likewise.
20266         (__mul): Likewise.
20267         (__sqr): Likewise.
20268         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
20269         powers of two in terms of TWOPOW macro.
20270         (mp_no): Make type of mantissa as MANTISSA_T.
20271         [!RADIXI]: Define RADIXI.
20272         [!TWO52]: Define TWO52.
20273         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
20274
20275         * manual/nptl.texi (cindex): Modify threads to pthreads.
20276
20277 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
20278
20279         * sysdeps/x86_64/preconfigure: Regenerated.
20280
20281 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
20282
20283         [BZ #14155]
20284         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
20285         0x1p28 and above.
20286         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
20287         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
20288         0x1p28 and above.
20289         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
20290         * math/libm-test.inc (j0_test): Do not allow one spurious
20291         underflow exception.
20292         (y1_test): Likewise.
20293
20294 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
20295
20296         * manual/Makefile (chapters): Add nptl.
20297         * manual/debug.texi (Debugging Support): Add link to Threads
20298         chapter.
20299         * manual/nptl.texi: New file.
20300
20301         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
20302
20303 2013-03-14  Petr Baudis  <pasky@ucw.cz>
20304
20305         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
20306         for non-NULL pointer before the memory validity test. Pointed
20307         out by Holger Brunck <holger.brunck@keymile.com>.
20308
20309 2013-03-13  Andreas Schwab  <schwab@suse.de>
20310
20311         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
20312         instead of .os.
20313
20314 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
20315
20316         * timezone/zic.c: Update from tzcode 2013b.
20317
20318 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
20319
20320         * manual/install.texi (Configuring and compiling):
20321         Mention i686 and i586.
20322         * INSTALL: Regenerate.
20323
20324 2013-03-12  Roland McGrath  <roland@hack.frob.com>
20325
20326         * sysdeps/init_array/elf-init.c: New file.
20327         * csu/elf-init.c
20328         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
20329         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
20330
20331         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
20332         __gmon_start__ as global, but as static with a .preinit_array pointer.
20333         * sysdeps/init_array/gmon-start.c: New file.  Use that.
20334         * sysdeps/init_array/crti.S: New file, empty except for comments.
20335         * sysdeps/init_array/crtn.S: Likewise.
20336
20337 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
20338
20339         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
20340         definining bcopy.
20341         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
20342         Remove Prefer_SSE_for_memop.
20343         * sysdeps/x86_64/multiarch/init-arch.h: Remove
20344         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
20345         HAS_PREFER_SSE_FOR_MEMOP.
20346         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
20347         memset-x86-64.
20348         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20349         Remove bzero, memset ifunc support.
20350         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
20351         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
20352         * sysdeps/x86_64/multiarch/memset.S: Likewise.
20353         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
20354
20355 2013-03-11  Andreas Schwab  <schwab@suse.de>
20356
20357         [BZ #15234]
20358         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
20359         by SHLIB_COMPAT.
20360         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
20361         (GLIBC_2.16): Remove pthread_atfork.
20362
20363 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
20364
20365         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
20366         (ptestcases.h): Likewise.
20367
20368 2013-03-08  Roland McGrath  <roland@hack.frob.com>
20369
20370         * Makeconfig ($(common-objpfx)config.status): Depend on
20371         sysdeps/*/preconfigure{,.in} too.
20372
20373 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
20374
20375         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
20376         (__free_hook): Use void * instead of __malloc_ptr_t.
20377         (__malloc_hook): Likewise.
20378         (__realloc_hook): Likewise.
20379         (__memalign_hook): Likewise.
20380         (__after_morecore_hook): Likewise.
20381         * malloc/arena.c (save_malloc_hook): Likewise.
20382         (save_free_hook): Likewise.
20383         * malloc/hooks.c (malloc_hook_ini): Likewise.
20384         (realloc_hook_ini): Likewise.
20385         (memalign_hook_ini): Likewise.
20386         * malloc/malloc.c (malloc_hook_ini): Likewise.
20387         (realloc_hook_ini): Likewise.
20388         (memalign_hook_ini): Likewise.
20389         (__free_hook): Likewise.
20390         (__malloc_hook): Likewise.
20391         (__realloc_hook): Likewise.
20392         (__memalign_hook): Likewise.
20393         (__libc_malloc): Likewise.
20394         (__libc_free): Likewise.
20395         (__libc_realloc): Likewise.
20396         (__libc_memalign): Likewise.
20397         (__libc_valloc): Likewise.
20398         (__libc_pvalloc): Likewise.
20399         (__libc_calloc): Likewise.
20400         (__posix_memalign): Likewise.
20401         * malloc/morecore.c (__sbrk): Likewise.
20402         (__default_morecore): Likewise.
20403
20404         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
20405
20406         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
20407         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
20408         __malloc_ptrdiff_t.
20409
20410         * malloc/malloc.h (__malloc_size_t): Remove macro.
20411         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
20412         __malloc_size_t.
20413         (old_memalign_hook): Likewise.
20414         (old_realloc_hook): Likewise.
20415         (struct hdr): Likewise.
20416         (flood): Likewise.
20417         (mallochook): Likewise.
20418         (memalignhook): Likewise.
20419         (reallochook): Likewise.
20420         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
20421         (tr_old_realloc_hook): Likewise.
20422         (tr_old_memalign_hook): Likewise.
20423         (tr_mallochook): Likewise.
20424         (tr_reallochook): Likewise.
20425         (tr_memalignhook): Likewise.
20426
20427 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20428
20429         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
20430         default_ldbl_pack and using as default implementation.
20431         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
20432         implementation.
20433         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
20434         redundant definition.
20435         (ldbl_insert_mantissa): Likewise.
20436         (ldbl_canonicalize): Likewise.
20437         (ldbl_nearbyint): Likewise.
20438         (ldbl_pack): Rename to ldbl_pack_ppc.
20439         (ldbl_unpack): Rename to ldbl_unpack_ppc.
20440         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
20441         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
20442
20443 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20444
20445         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
20446         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
20447         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
20448         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
20449         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
20450         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
20451         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
20452         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
20453
20454 2013-03-07  Andreas Jaeger  <aj@suse.de>
20455
20456         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
20457         bits/mman-linux.h.
20458
20459 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20460
20461         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
20462         Include mpa.h and declare __MPEXP.
20463         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
20464         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
20465         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
20466         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
20467         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
20468         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
20469         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
20470
20471         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
20472         (__slowpow): Use long double EXPL and LOGL functions to
20473         compute POW.
20474         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
20475         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
20476         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
20477         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
20478         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
20479         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
20480
20481         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
20482         intermediate variable to calculate exponent.
20483         (__sqr): Likewise.
20484         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
20485         Likewise.
20486         (__sqr): Likewise.
20487
20488         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
20489         [!NO__SQR]: Define __sqr.
20490         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
20491         and NO__SQR.  Remove all code except __mul and __sqr.  Include
20492         sysdeps/ieee754/dbl-64/mpa.c.
20493         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
20494
20495         [BZ #12723]
20496         * posix/Makefile (tests): Add tst-pathconf.
20497         * posix/tst-pathconf.c: New test case.
20498         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
20499         _PC_PIPE_BUF.
20500         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
20501
20502 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
20503
20504         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
20505
20506 2013-03-06  Andreas Jaeger  <aj@suse.de>
20507
20508         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
20509         definition via __MAP_ANONYMOUS.
20510
20511         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
20512         it's not part of Linux headers.
20513
20514         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
20515         (MAP_HUGE_MASK): Define.
20516
20517         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
20518         Define.
20519         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
20520         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
20521         Define.
20522         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
20523         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
20524         Define.
20525         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
20526         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
20527         Define.
20528         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
20529
20530         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
20531         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
20532         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
20533         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
20534         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
20535         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
20536
20537         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
20538         Handle f2fs.
20539
20540         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
20541         Handle f2fs and efivarfs.
20542
20543         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
20544         f2fs.
20545
20546         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
20547         (EFIVARFS_MAGIC): Add.
20548         (F2FS_LINK_MAX): Add.
20549
20550 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
20551
20552         * stdio-common/vfprintf.c: Replace __builtin_expect with
20553         __glibc_unlikely.
20554
20555 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
20556
20557         [BZ #13550]
20558         * sysdeps/generic/bp-sym.h: Remove file.
20559         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
20560         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
20561         <bp-sym.h> and <bp-asm.h>.
20562         (__longjmp): Don't use BP_SYM.
20563         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
20564         and <bp-asm.h>.
20565         (memcpy): Don't use BP_SYM.
20566         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
20567         <bp-sym.h> and <bp-asm.h>.
20568         (memcpy): Don't use BP_SYM.
20569         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
20570         <bp-asm.h>.
20571         (memcpy): Don't use BP_SYM.
20572         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
20573         <bp-asm.h>.
20574         (memset): Don't use BP_SYM.
20575         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
20576         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
20577         (__bzero): Don't use BP_SYM.
20578         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
20579         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
20580         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
20581         <bp-sym.h> and <bp-asm.h>.
20582         (memcmp): Don't use BP_SYM.  Remove comment about bounded
20583         pointers.
20584         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
20585         <bp-sym.h> and <bp-asm.h>.
20586         (memcpy): Don't use BP_SYM.
20587         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
20588         <bp-sym.h> and <bp-asm.h>.
20589         (memset): Don't use BP_SYM.
20590         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
20591         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
20592         (__bzero): Don't use BP_SYM.
20593         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
20594         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
20595         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
20596         <bp-sym.h> and <bp-asm.h>.
20597         (strncmp): Don't use BP_SYM.  Remove comment about bounded
20598         pointers.
20599         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
20600         <bp-sym.h> and <bp-asm.h>.
20601         (memcpy): Don't use BP_SYM.
20602         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
20603         <bp-sym.h> and <bp-asm.h>.
20604         (memset): Don't use BP_SYM.
20605         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
20606         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
20607         (__bzero): Don't use BP_SYM.
20608         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
20609         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
20610         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
20611         <bp-sym.h> and <bp-asm.h>.
20612         (__memchr): Don't use BP_SYM.
20613         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
20614         <bp-sym.h> and <bp-asm.h>.
20615         (memcmp): Don't use BP_SYM.  Remove comment about bounded
20616         pointers.
20617         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
20618         <bp-sym.h> and <bp-asm.h>.
20619         (memcpy): Don't use BP_SYM.
20620         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
20621         <bp-sym.h> and <bp-asm.h>.
20622         (__mempcpy): Don't use BP_SYM.
20623         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
20624         <bp-sym.h> and <bp-asm.h>.
20625         (__memrchr): Don't use BP_SYM.
20626         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
20627         <bp-sym.h> and <bp-asm.h>.
20628         (memset): Don't use BP_SYM.
20629         (__bzero): Likewise.
20630         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
20631         <bp-sym.h> and <bp-asm.h>.
20632         (__rawmemchr): Don't use BP_SYM.
20633         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
20634         <bp-sym.h> and <bp-asm.h>.
20635         (__STRCMP): Don't use BP_SYM.
20636         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
20637         <bp-sym.h> and <bp-asm.h>.
20638         (strchr): Don't use BP_SYM.
20639         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
20640         <bp-sym.h> and <bp-asm.h>.
20641         (__strchrnul): Don't use BP_SYM.
20642         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
20643         <bp-sym.h> and <bp-asm.h>.
20644         (strlen): Don't use BP_SYM.
20645         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
20646         <bp-sym.h> and <bp-asm.h>.
20647         (strncmp): Don't use BP_SYM.  Remove comment about bounded
20648         pointers.
20649         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
20650         <bp-sym.h> and <bp-asm.h>.
20651         (__strnlen): Don't use BP_SYM.
20652         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
20653         <bp-sym.h> and <bp-asm.h>.
20654         (__GI__setjmp): Don't use BP_SYM.
20655         (_setjmp): Likewise.
20656         (__sigsetjmp): Likewise.
20657         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
20658         (L(start_addresses)): Don't use BP_SYM.
20659         (_start): Likewise.
20660         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
20661         <bp-asm.h>.
20662         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
20663         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
20664         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
20665         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
20666         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
20667         <bp-asm.h>.
20668         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
20669         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
20670         about bounded pointers.
20671         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
20672         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
20673         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
20674         <bp-asm.h>.
20675         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
20676         about bounded pointers.  Remove GKM FIXME comments.
20677         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
20678         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
20679         <bp-asm.h>.
20680         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
20681         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
20682         Remove GKM FIXME comments.
20683         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
20684         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
20685         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
20686         <bp-asm.h>.
20687         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
20688         about bounded pointers.  Remove GKM FIXME comment.
20689         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
20690         and <bp-asm.h>.
20691         (strncmp): Don't use BP_SYM.  Remove comment about bounded
20692         pointers.
20693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
20694         <bp-sym.h> and <bp-asm.h>.
20695         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
20696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
20697         <bp-sym.h> and <bp-asm.h>.
20698         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
20699         comment.
20700
20701 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
20702
20703         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
20704         call free(NULL).
20705
20706 2013-03-05  David S. Miller  <davem@davemloft.net>
20707
20708         * po/es.po: Update from translation team.
20709
20710 2013-03-05  Andreas Jaeger  <aj@suse.de>
20711
20712         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
20713         <bits/mman-linux.h>.
20714         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
20715         is fine.
20716         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
20717         <bits/mman-linux.h> to end of file.
20718         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
20719         is fine.
20720         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
20721         <bits/mman-linux.h> to end of file.
20722         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
20723         is fine.
20724         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
20725         <bits/mman-linux.h> to end of file.
20726
20727         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
20728         (MCL_CURRENT, MCL_FUTURE): Define here.
20729
20730 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20731
20732         [BZ #15232]
20733         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
20734         attribute_hidden.
20735         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
20736
20737 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20738
20739         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
20740         fourth parameter needed for rt_sigprocmask syscall.
20741         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
20742         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20743         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
20744         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20745         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20746         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
20747
20748 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
20749
20750         [BZ #13550]
20751         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
20752         comment about bounded pointers.
20753         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
20754         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
20755
20756 2013-03-04  Andreas Jaeger  <aj@suse.de>
20757
20758         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
20759         common definitions.
20760
20761         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
20762         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
20763         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
20764         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
20765         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
20766         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
20767
20768 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20769
20770         [BZ #15055]
20771         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
20772         __ieee754_sqrl instead of __sqrl.
20773
20774 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
20775
20776         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
20777         * sysdeps/powerpc/fpu_control.h: ... here.
20778         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
20779         * sysdeps/powerpc/bits/fenvinline.h: ... here.
20780         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
20781         * sysdeps/powerpc/bits/mathinline.h: ... here.
20782
20783 2013-03-01  Roland McGrath  <roland@hack.frob.com>
20784
20785         * elf/dl-hwcaps.c (_dl_important_hwcaps):
20786         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
20787         to just [NEED_DL_SYSINFO_DSO].
20788         * elf/dl-support.c: Likewise.
20789         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
20790         * elf/rtld.c (dl_main): Likewise.
20791         * elf/setup-vdso.h (setup_vdso): Likewise.
20792         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
20793         * sysdeps/unix/sysv/linux/dl-sysdep.c
20794         (_dl_discover_osversion): Likewise.
20795
20796 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
20797
20798         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
20799         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
20800
20801 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
20802
20803         * NEWS: Mention libm performance improvements and non-x86 PI
20804         futex support.
20805
20806         * csu/libc-start.c (__pthread_initialize_minimal): Change
20807         function arguments.
20808         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
20809
20810 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
20811
20812         [BZ #13550]
20813         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
20814         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
20815         <bp-sym.h> and <bp-asm.h>.
20816         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
20817         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
20818         and <bp-asm.h>.
20819         (memcpy): Don't use BP_SYM.
20820         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
20821         <bp-asm.h>.
20822         (__mpn_add_n): Don't use BP_SYM.
20823         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
20824         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
20825         and <bp-asm.h>.
20826         (__mpn_addmul_1): Don't use BP_SYM.
20827         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
20828         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
20829         <bp-sym.h>.
20830         (_setjmp): Don't use BP_SYM.
20831         (__novmx_setjmp): Likewise.
20832         (__GI__setjmp): Likewise.
20833         (__vmx_setjmp): Likewise.
20834         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
20835         <bp-sym.h>.
20836         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
20837         (__bzero): Don't use BP_SYM.
20838         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
20839         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
20840         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
20841         <bp-sym.h> and <bp-asm.h>.
20842         (memcpy): Don't use BP_SYM.
20843         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
20844         <bp-sym.h> and <bp-asm.h>.
20845         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
20846         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
20847         <bp-sym.h> and <bp-asm.h>.
20848         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
20849         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
20850         <bp-asm.h>.
20851         (__mpn_lshift): Don't use BP_SYM.
20852         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
20853         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
20854         <bp-asm.h>.
20855         (memset): Don't use BP_SYM.
20856         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
20857         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
20858         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
20859         <bp-asm.h>.
20860         (__mpn_mul_1): Don't use BP_SYM.
20861         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
20862         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
20863         <bp-sym.h> and <bp-asm.h>.
20864         (memcmp): Don't use BP_SYM.
20865         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
20866         <bp-sym.h> and <bp-asm.h>.
20867         (memcpy): Don't use BP_SYM.
20868         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
20869         <bp-sym.h> and <bp-asm.h>.
20870         (memset): Don't use BP_SYM.
20871         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
20872         <bp-sym.h> and <bp-asm.h>.
20873         (strncmp): Don't use BP_SYM.
20874         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
20875         <bp-sym.h> and <bp-asm.h>.
20876         (memcpy): Don't use BP_SYM.
20877         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
20878         <bp-sym.h> and <bp-asm.h>.
20879         (memset): Don't use BP_SYM.
20880         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
20881         <bp-sym.h> and <bp-asm.h>.
20882         (__memchr): Don't use BP_SYM.
20883         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
20884         <bp-sym.h> and <bp-asm.h>.
20885         (memcmp): Don't use BP_SYM.
20886         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
20887         <bp-sym.h> and <bp-asm.h>.
20888         (memcpy): Don't use BP_SYM.
20889         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
20890         <bp-sym.h> and <bp-asm.h>.
20891         (__mempcpy): Don't use BP_SYM.
20892         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
20893         <bp-sym.h> and <bp-asm.h>.
20894         (__memrchr): Don't use BP_SYM.
20895         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
20896         <bp-sym.h> and <bp-asm.h>.
20897         (memset): Don't use BP_SYM.
20898         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
20899         <bp-sym.h> and <bp-asm.h>.
20900         (__rawmemchr): Don't use BP_SYM.
20901         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
20902         <bp-sym.h> and <bp-asm.h>.
20903         (__STRCMP): Don't use BP_SYM.
20904         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
20905         <bp-sym.h> and <bp-asm.h>.
20906         (strchr): Don't use BP_SYM.
20907         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
20908         <bp-sym.h> and <bp-asm.h>.
20909         (__strchrnul): Don't use BP_SYM.
20910         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
20911         <bp-sym.h> and <bp-asm.h>.
20912         (strlen): Don't use BP_SYM.
20913         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
20914         <bp-sym.h> and <bp-asm.h>.
20915         (strncmp): Don't use BP_SYM.
20916         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
20917         <bp-sym.h> and <bp-asm.h>.
20918         (__strnlen): Don't use BP_SYM.
20919         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
20920         <bp-asm.h>.
20921         (__mpn_rshift): Don't use BP_SYM.
20922         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
20923         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
20924         <bp-sym.h> and <bp-asm.h>.
20925         (__sigsetjmp): Don't use BP_SYM.
20926         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
20927         (L(start_addresses)): Don't use BP_SYM.
20928         (_start): Likewise.
20929         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
20930         <bp-asm.h>.
20931         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
20932         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
20933         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
20934         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
20935         <bp-asm.h>.
20936         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
20937         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
20938         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
20939         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
20940         <bp-asm.h>.
20941         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
20942         comments.
20943         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
20944         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
20945         <bp-asm.h>.
20946         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
20947         FIXME comments.
20948         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
20949         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
20950         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
20951         <bp-asm.h>.
20952         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
20953         comment.
20954         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
20955         and <bp-asm.h>.
20956         (strncmp): Don't use BP_SYM,
20957         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
20958         <bp-asm.h>.
20959         (__mpn_sub_n): Don't use BP_SYM.
20960         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
20961         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
20962         and <bp-asm.h>.
20963         (__mpn_submul_1): Don't use BP_SYM.
20964         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
20965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
20966         <bp-sym.h> and <bp-asm.h>.
20967         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
20968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
20969         <bp-sym.h> and <bp-asm.h>.
20970         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
20971         comment.
20972
20973 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20974
20975         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
20976         Use ZK to minimize writes to Z.
20977         (sub_magnitudes): Simplify code a bit.
20978         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
20979         Use ZK to minimize writes to Z.
20980         (sub_magnitudes): Simplify code a bit.
20981
20982 2013-02-27  Roland McGrath  <roland@hack.frob.com>
20983
20984         * csu/gmon-start.c: Add special exception to license text.
20985
20986 2013-02-27  Richard Henderson  <rth@redhat.com>
20987
20988         * scripts/config.guess: Update from config.git.
20989         * scripts/config.sub: Likewise.
20990
20991 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20992
20993         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
20994
20995         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
20996
20997         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
20998
20999         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
21000
21001         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
21002
21003 2013-02-26  Roland McGrath  <roland@hack.frob.com>
21004
21005         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
21006         [$(build-shared = yes].
21007
21008 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21009
21010         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
21011         (__mul): Reduce iterations for calculating mantissa.
21012
21013         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
21014         MPTWO.
21015         (__mpranred): Likewise.
21016
21017         [BZ #15160]
21018         * malloc/memusagestat.c (main): Draw graphs for heap and stack
21019         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
21020
21021 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21022
21023         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
21024         Define __attribute__.
21025
21026 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21027
21028         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
21029         unused.
21030         * posix/regex_internal.h (__attribute): Remove.
21031         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
21032         (re_string_context_at): Likewise.
21033         (bitset_not): Use __attribute__ and mark function as possibly
21034         unused.
21035         (bitset_merge): Likewise.
21036         (bitset_mask): Likewise.
21037         (re_string_char_size_at): Likewise.
21038         (re_string_wchar_at): Likewise.
21039         (re_string_elem_size_at): Likewise.
21040
21041 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21042
21043         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
21044         code.
21045         (cc32): Likewise.
21046
21047         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
21048         (__acr): Likewise.
21049         (__cpy): Likewise.
21050         (norm): Likewise.
21051         (denorm): Likewise.
21052         (__dbl_mp): Likewise.
21053         (add_magnitudes): Likewise.
21054         (sub_magnitudes): Likewise.
21055         (__mul): Likewise.
21056         (__inv): Likewise.
21057
21058         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
21059         style.
21060
21061         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
21062         style.
21063
21064         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
21065         code.
21066
21067         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
21068         up changes with default code.
21069         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
21070         Likewise.
21071
21072 2013-02-24  Allan McRae  <allan@archlinux.org>
21073
21074         * manual/socket.texi (The Internet Namespace): Order menu items
21075         to match that in the file.
21076
21077         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
21078         node listing of the info page menu.
21079
21080 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
21081
21082         [BZ #13550]
21083         * sysdeps/i386/bp-asm.h: Remove file.
21084         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
21085         (PARMS): Do not use macros from bp-asm.h.
21086         (S1): Likewise.
21087         (S2): Likewise.
21088         (SIZE): Likewise.
21089         (__mpn_add_n): Do not use BP_SYM
21090         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
21091         "bp-asm.h".
21092         (PARMS): Do not use macros from bp-asm.h.
21093         (S1): Likewise.
21094         (SIZE): Likewise.
21095         (__mpn_addmul_1): Do not use BP_SYM
21096         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
21097         "bp-asm.h".
21098         (PARMS): Do not use macros from bp-asm.h.
21099         (SIGMSK): Likewise.
21100         (_setjmp): Likewise.  Do not use BP_SYM.
21101         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
21102         "bp-asm.h".
21103         (PARMS): Do not use macros from bp-asm.h.
21104         (SIGMSK): Likewise.
21105         (setjmp): Likewise.  Do not use BP_SYM.
21106         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
21107         "bp-asm.h".
21108         (PARMS): Do not use macros from bp-asm.h.
21109         (__frexp): Do not use BP_SYM.
21110         (frexp): Likewise.
21111         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
21112         "bp-asm.h".
21113         (PARMS): Do not use macros from bp-asm.h.
21114         (__frexpf): Do not use BP_SYM.
21115         (frexpf): Likewise.
21116         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
21117         "bp-asm.h".
21118         (PARMS): Do not use macros from bp-asm.h.
21119         (__frexpl): Do not use BP_SYM.
21120         (frexpl): Likewise.
21121         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
21122         "bp-asm.h".
21123         (PARMS): Do not use macros from bp-asm.h.
21124         (__remquo): Do not use BP_SYM.
21125         (remquo): Likewise.
21126         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
21127         "bp-asm.h".
21128         (PARMS): Do not use macros from bp-asm.h.
21129         (__remquof): Do not use BP_SYM.
21130         (remquof): Likewise.
21131         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
21132         "bp-asm.h".
21133         (PARMS): Do not use macros from bp-asm.h.
21134         (__remquol): Do not use BP_SYM.
21135         (remquol): Likewise.
21136         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
21137         "bp-asm.h".
21138         (PARMS): Do not use macros from bp-asm.h.
21139         (DEST): Likewise.
21140         (SRC): Likewise.
21141         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
21142         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
21143         "bp-asm.h".
21144         (PARMS): Do not use macros from bp-asm.h.
21145         (strlen): Do not use BP_SYM.
21146         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
21147         "bp-asm.h".
21148         (PARMS): Do not use macros from bp-asm.h.
21149         (S1): Likewise.
21150         (S2): Likewise.
21151         (SIZE): Likewise.
21152         (__mpn_add_n): Do not use BP_SYM.
21153         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
21154         "bp-asm.h".
21155         (PARMS): Do not use macros from bp-asm.h.
21156         (S1): Likewise.
21157         (SIZE): Likewise.
21158         (__mpn_addmul_1): Do not use BP_SYM.
21159         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
21160         weak_alias.
21161         (bzero): Likewise.
21162         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
21163         "bp-asm.h".
21164         (PARMS): Do not use macros from bp-asm.h.
21165         (S): Likewise.
21166         (SIZE): Likewise.
21167         (__mpn_lshift): Do not use BP_SYM.
21168         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
21169         "bp-asm.h".
21170         (PARMS): Do not use macros from bp-asm.h.
21171         (DEST): Likewise.
21172         (SRC): Likewise.
21173         (LEN): Likewise.
21174         (memcpy): Likewise.  Do not use BP_SYM.
21175         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
21176         libc_hidden_def and weak_alias.
21177         (mempcpy): Do not use BP_SYM in weak_alias.
21178         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
21179         "bp-asm.h".
21180         (PARMS): Do not use macros from bp-asm.h.
21181         (DEST): Likewise.
21182         (LEN): Likewise.
21183         [!BZERO_P] (CHR): Likewise.
21184         (memset): Likewise.  Do not use BP_SYM.
21185         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
21186         "bp-asm.h".
21187         (PARMS): Do not use macros from bp-asm.h.
21188         (S1): Likewise.
21189         (SIZE): Likewise.
21190         (__mpn_mul_1): Do not use BP_SYM.
21191         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
21192         "bp-asm.h".
21193         (PARMS): Do not use macros from bp-asm.h.
21194         (S): Likewise.
21195         (SIZE): Likewise.
21196         (__mpn_rshift): Do not use BP_SYM.
21197         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
21198         "bp-asm.h".
21199         (PARMS): Do not use macros from bp-asm.h.
21200         (STR): Likewise.
21201         (CHR): Likewise.
21202         (strchr): Likewise.  Do not use BP_SYM.
21203         (index): Do not use BP_SYM in weak_alias.
21204         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
21205         "bp-asm.h".
21206         (PARMS): Do not use macros from bp-asm.h.
21207         (DEST): Likewise.
21208         (SRC): Likewise.
21209         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
21210         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
21211         "bp-asm.h".
21212         (PARMS): Do not use macros from bp-asm.h.
21213         (strlen): Do not use BP_SYM.
21214         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
21215         "bp-asm.h".
21216         (PARMS): Do not use macros from bp-asm.h.
21217         (S1): Likewise.
21218         (S2): Likewise.
21219         (SIZE): Likewise.
21220         (__mpn_sub_n): Do not use BP_SYM.
21221         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
21222         "bp-asm.h".
21223         (PARMS): Do not use macros from bp-asm.h.
21224         (S1): Likewise.
21225         (SIZE): Likewise.
21226         (__mpn_submul_1): Do not use BP_SYM.
21227         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
21228         "bp-asm.h".
21229         (PARMS): Do not use macros from bp-asm.h.
21230         (S1): Likewise.
21231         (S2): Likewise.
21232         (SIZE): Likewise.
21233         (__mpn_add_n): Do not use BP_SYM.
21234         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
21235         weak_alias.
21236         (bzero): Likewise.
21237         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
21238         "bp-asm.h".
21239         (PARMS): Do not use macros from bp-asm.h.
21240         (BLK2): Likewise.
21241         (LEN): Likewise.
21242         (memcmp): Do not use BP_SYM.
21243         (bcmp): Do not use BP_SYM in weak_alias.
21244         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
21245         "bp-asm.h".
21246         (PARMS): Do not use macros from bp-asm.h.
21247         (DEST): Likewise.
21248         (SRC): Likewise.
21249         (LEN): Likewise.
21250         (memcpy): Likewise.  Do not use BP_SYM.
21251         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
21252         "bp-asm.h".
21253         (PARMS): Do not use macros from bp-asm.h.
21254         (DEST): Likewise.
21255         (SRC): Likewise.
21256         (LEN): Likewise.
21257         (memmove): Likewise.  Do not use BP_SYM.
21258         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
21259         "bp-asm.h".
21260         (PARMS): Do not use macros from bp-asm.h.
21261         (DEST): Likewise.
21262         (SRC): Likewise.
21263         (LEN): Likewise.
21264         (__mempcpy): Likewise.  Do not use BP_SYM.
21265         (mempcpy): Do not use BP_SYM in weak_alias.
21266         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
21267         "bp-asm.h".
21268         (PARMS): Do not use macros from bp-asm.h.
21269         (DEST): Likewise.
21270         (LEN): Likewise.
21271         [!BZERO_P] (CHR): Likewise.
21272         (memset): Likewise.  Do not use BP_SYM.
21273         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
21274         "bp-asm.h".
21275         (PARMS): Do not use macros from bp-asm.h.
21276         (STR2): Likewise.
21277         (strcmp): Do not use BP_SYM.
21278         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
21279         "bp-asm.h".
21280         (PARMS): Do not use macros from bp-asm.h.
21281         (STR): Likewise.
21282         (DELIM): Likewise.
21283         [USE_AS_STRTOK_R] (SAVE): Likewise.
21284         (FUNCTION): Likewise.  Do not use BP_SYM.
21285         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
21286         aliases.
21287         (strtok_r): Likewise.
21288         (__GI___strtok_r): Likewise.
21289         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
21290         (PARMS): Do not use macros from bp-asm.h.
21291         (S): Likewise.
21292         (SIZE): Likewise.
21293         (__mpn_lshift): Do not use BP_SYM.
21294         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
21295         (PARMS): Do not use macros from bp-asm.h.
21296         (STR): Likewise.
21297         (CHR): Likewise.
21298         (__memchr): Do not use BP_SYM.
21299         (memchr): Do not use BP_SYM in weak_alias.
21300         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
21301         (PARMS): Do not use macros from bp-asm.h.
21302         (BLK2): Likewise.
21303         (LEN): Likewise.
21304         (memcmp): Do not use BP_SYM.
21305         (bcmp): Do not use BP_SYM in weak_alias.
21306         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
21307         (PARMS): Do not use macros from bp-asm.h.
21308         (S1): Likewise.
21309         (SIZE): Likewise.
21310         (__mpn_mul_1): Do not use BP_SYM.
21311         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
21312         "bp-asm.h".
21313         (PARMS): Do not use macros from bp-asm.h.
21314         (STR): Likewise.
21315         (CHR): Likewise.
21316         (__rawmemchr): Do not use BP_SYM.
21317         (rawmemchr): Do not use BP_SYM in weak_alias.
21318         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
21319         (PARMS): Do not use macros from bp-asm.h.
21320         (S): Likewise.
21321         (SIZE): Likewise.
21322         (__mpn_rshift): Do not use BP_SYM.
21323         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
21324         (PARMS): Do not use macros from bp-asm.h.
21325         (SIGMSK): Likewise.
21326         (__sigsetjmp): Likewise.  Do not use BP_SYM.
21327         * sysdeps/i386/start.S: Do not include "bp-sym.h".
21328         (_start): Do not use BP_SYM.
21329         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
21330         (PARMS): Do not use macros from bp-asm.h.
21331         (DEST): Likewise.
21332         (SRC): Likewise.
21333         (__stpcpy): Likewise.  Do not use BP_SYM.
21334         (stpcpy): Do not use BP_SYM in weak_alias.
21335         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
21336         "bp-asm.h".
21337         (PARMS): Do not use macros from bp-asm.h.
21338         (DEST): Likewise.
21339         (SRC): Likewise.
21340         (LEN): Likewise.
21341         (__stpncpy): Likewise.  Do not use BP_SYM.
21342         (stpncpy): Do not use BP_SYM in weak_alias.
21343         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
21344         (PARMS): Do not use macros from bp-asm.h.
21345         (STR): Likewise.
21346         (CHR): Likewise.
21347         (strchr): Likewise.  Do not use BP_SYM.
21348         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
21349         "bp-asm.h".
21350         (PARMS): Do not use macros from bp-asm.h.
21351         (STR): Likewise.
21352         (CHR): Likewise.
21353         (__strchrnul): Likewise.  Do not use BP_SYM.
21354         (strchrnul): Do not use BP_SYM in weak_alias.
21355         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
21356         "bp-asm.h".
21357         (PARMS): Do not use macros from bp-asm.h.
21358         (STOP): Likewise.
21359         (strcspn): Do not use BP_SYM.
21360         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
21361         "bp-asm.h".
21362         (PARMS): Do not use macros from bp-asm.h.
21363         (STR): Likewise.
21364         (STOP): Likewise.
21365         (strpbrk): Likewise.  Do not use BP_SYM.
21366         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
21367         "bp-asm.h".
21368         (PARMS): Do not use macros from bp-asm.h.
21369         (STR): Likewise.
21370         (CHR): Likewise.
21371         (strrchr): Likewise.  Do not use BP_SYM.
21372         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
21373         (PARMS): Do not use macros from bp-asm.h.
21374         (SKIP): Likewise.
21375         (strspn): Do not use BP_SYM.
21376         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
21377         (PARMS): Do not use macros from bp-asm.h.
21378         (STR): Likewise.
21379         (DELIM): Likewise.
21380         (SAVE): Likewise.
21381         (FUNCTION): Likewise.  Do not use BP_SYM.
21382         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
21383         aliases.
21384         (strtok_r): Likewise.
21385         (__GI___strtok_r): Likewise.
21386         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
21387         (PARMS): Do not use macros from bp-asm.h.
21388         (S1): Likewise.
21389         (S2): Likewise.
21390         (SIZE): Likewise.
21391         (__mpn_sub_n): Do not use BP_SYM.
21392         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
21393         "bp-asm.h".
21394         (PARMS): Do not use macros from bp-asm.h.
21395         (S1): Likewise.
21396         (SIZE): Likewise.
21397         (__mpn_submul_1): Do not use BP_SYM.
21398         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
21399         <bp-sym.h>.
21400         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
21401         and <bp-asm.h>.
21402         (PARMS): Do not use macros from bp-asm.h.
21403         (FLAGS): Likewise.
21404         (PTID): Likewise.
21405         (TLS): Likewise.
21406         (CTID): Likewise.
21407         (__clone): Do not use BP_SYM.
21408         (clone): Do not use BP_SYM in weak_alias.
21409         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
21410         and <bp-asm.h>.
21411         (PARMS): Do not use macros from bp-asm.h.
21412         (LEN): Likewise.
21413         (__mmap64): Do not use BP_SYM.
21414         (mmap64): Do not use BP_SYM in weak_alias.
21415         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
21416         <bp-sym.h> and <bp-asm.h>.
21417         (PARMS): Do not use macros from bp-asm.h.
21418         (__posix_fadvise64_l64): Do not use BP_SYM.
21419         * sysdeps/unix/sysv/linux/i386/semtimedop.S
21420         (PARMS): Do not use macros from bp-asm.h.
21421         (NSOPS): Likewise.
21422         (semtimedop): Do not use BP_SYM.
21423         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
21424         and <bp-asm.h>.
21425
21426 2013-02-21  Allan McRae  <allan@archlinux.org>
21427
21428         * manual/message.texi (Charset conversion in gettext):
21429         Move @end statement to beginning of line.
21430
21431 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21432
21433         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
21434         static.
21435         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
21436         Likewise.
21437
21438         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
21439         (denorm): Likewise.
21440         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
21441         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
21442
21443 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21444
21445         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
21446         tail-call to the resolved function if pltexit isn't needed.
21447
21448 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21449
21450         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
21451         or Y being zero as being unlikely.
21452         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
21453         Likewise.
21454
21455 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
21456
21457         * manual/nss.texi (System Databases and Name Service Switch):
21458         Remove frobnicate @pxref.
21459
21460 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
21461
21462         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
21463         __attribute__ ((unused)) to __attribute__ ((__unused__)).
21464
21465 2013-02-20  Petr Machata  <pmachata@redhat.com>
21466
21467         * elf/elf.h (R_ARM_TARGET1): New macro.
21468         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
21469         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
21470         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
21471         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
21472         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
21473         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
21474         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
21475         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
21476         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
21477         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
21478         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
21479         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
21480         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
21481         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
21482         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
21483         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
21484         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
21485         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
21486         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
21487         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
21488         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
21489         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
21490         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
21491         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
21492         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
21493         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
21494         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
21495         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
21496         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
21497         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
21498         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
21499         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
21500         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
21501         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
21502         (R_ARM_THM_GOT_BREL12): Likewise.
21503         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
21504         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
21505         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
21506         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
21507         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
21508         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
21509         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
21510         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
21511         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
21512
21513 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
21514
21515         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
21516         __attribute_used__ to __attribute__ ((unused)).
21517
21518 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21519
21520         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
21521         powerpc mpa.c.
21522         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
21523         comment formatting.
21524         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
21525
21526 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
21527
21528         [BZ #13550]
21529         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
21530         Remove macro.
21531         (ENTER): Remove both macro definitions.
21532         (LEAVE): Likewise.
21533         (CHECK_BOUNDS_LOW): Likewise.
21534         (CHECK_BOUNDS_HIGH): Likewise.
21535         (CHECK_BOUNDS_BOTH): Likewise.
21536         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
21537         (RETURN_BOUNDED_POINTER): Likewise.
21538         (RETURN_NULL_BOUNDED_POINTER): Likewise.
21539         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
21540         (POP_ERRNO_LOCATION_RETURN): Likewise.
21541         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
21542         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
21543         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
21544         macros.
21545         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
21546         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
21547         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
21548         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
21549         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
21550         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
21551         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
21552         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
21553         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
21554         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
21555         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
21556         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
21557         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
21558         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
21559         removed macros.
21560         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
21561         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
21562         macros.
21563         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
21564         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
21565         * sysdeps/i386/i586/memset.S (memset): Likewise.
21566         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
21567         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
21568         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
21569         macros.
21570         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
21571         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
21572         Change uses of L(2) to L(out).
21573         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
21574         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
21575         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
21576         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
21577         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
21578         removed macros.
21579         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
21580         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
21581         macros.
21582         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
21583         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
21584         (RETURN): Do not use macro LEAVE.
21585         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
21586         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
21587         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
21588         * sysdeps/i386/i686/memset.S (memset): Likewise.
21589         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
21590         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
21591         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
21592         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
21593         Likewise.
21594         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
21595         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
21596         L(1_2) and L(1_3) into L(1).
21597         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
21598         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
21599         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
21600         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
21601         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
21602         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
21603         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
21604         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
21605         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
21606         macros.
21607         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
21608         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
21609         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
21610         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
21611         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
21612         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
21613         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
21614         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
21615         * sysdeps/i386/strcspn.S (strcspn): Likewise.
21616         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
21617         * sysdeps/i386/strrchr.S (strrchr): Likewise.
21618         * sysdeps/i386/strspn.S (strspn): Likewise.
21619         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
21620         conditional code.
21621         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
21622         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
21623         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
21624         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
21625         L(1_3) into L(1_1).
21626         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
21627         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
21628         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
21629         macros.
21630         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
21631
21632 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
21633
21634         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
21635         macro.
21636
21637 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21638
21639         * math/atest-exp.c (exp_mpn): Remove ROUND.
21640         * math/atest-exp2.c (exp_mpn): Likewise.
21641         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
21642
21643         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
21644         * stdlib/tst-tls-atexit-lib.c: Likewise.
21645         * stdlib/tst-tls-atexit.c: Likewise.
21646
21647 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
21648
21649         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
21650         and __attribute_alloc_size__.
21651
21652 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
21653
21654         * include/programs/xmalloc.h: Change __attribute_alloc_size to
21655         __attribute_alloc_size__.
21656         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
21657         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
21658
21659 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
21660
21661         * include/programs/xmalloc.h: New file.
21662         * catgets/gencat.c: Include it.
21663         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
21664         * elf/pldd.c: Likewise.
21665         * iconv/iconv_charmap.c: Likewise.
21666         * iconv/iconvconfig.c: Likewise.
21667         * iconv/strtab.c: Likewise.
21668         * locale/programs/locale.c: Likewise.
21669         * locale/programs/localedef.h: Likewise.
21670         * locale/programs/simple-hash.c: Likewise.
21671         * nscd/nscd.h: Likewise.
21672         * nss/makedb.c: Likewise.
21673         * sysdeps/generic/ldconfig.h: Likewise.
21674
21675 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21676
21677         * Versions.def: Add GLIBC_2.18.
21678         * include/link.h (struct link_map): New member l_tls_dtor_count.
21679         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
21680         (__call_tls_dtors): Likewise.
21681         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
21682         __cxa_thread_atexit_impl.
21683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
21684         Likewise.
21685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
21686         Likewise.
21687         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
21688         Likewise.
21689         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
21690         Likewise.
21691         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
21692         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
21693         Likewise.
21694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
21695         Likewise.
21696         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
21697         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
21698         Likewise.
21699         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
21700         (tests): Add test case tst-tls-atexit.
21701         (modules-names): Add shared library for tst-tls-atexit.
21702         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
21703         (GLIBC_PRIVATE): Add __call_tls_dtors.
21704         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
21705         for libstdc++.
21706         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
21707         * stdlib/tst-tls-atexit.c: New test case.
21708         * stdlib/tst-tls-atexit-lib.c: New test case.
21709
21710         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
21711
21712         * elf/Versions (ld): Add _dl_find_dso_for_object.
21713         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
21714         * elf/dl-open.c (_dl_find_dso_for_object): New function.
21715         (dl_open_worker): Use _dl_find_dso_for_object.
21716         * elf/dl-sym.c (do_sym): Likewise.
21717         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
21718
21719 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21720
21721         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
21722         Syntactic changes only.
21723         (_dl_runtime_profile): Do a tail-call to the resolved function.
21724
21725 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
21726
21727         [BZ #13550]
21728         * sysdeps/x86_64/bp-asm.h: Remove file.
21729         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
21730         <bp-sym.h> and <bp-asm.h>.
21731         (__clone): Do not use BP_SYM.
21732         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
21733         <bp-sym.h> and <bp-asm.h>.
21734         * sysdeps/unix/x86_64/sysdep.S: Likewise.
21735         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
21736         "bp-asm.h".
21737         (_setjmp): Do not use BP_SYM.
21738         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
21739         "bp-asm.h".
21740         (setjmp): Do not use BP_SYM.
21741         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
21742         libc_hidden_def.
21743         (mempcpy): Do not use BP_SYM in weak_alias.
21744         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
21745         "bp-asm.h".
21746         (strchr): Do not use BP_SYM.
21747         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
21748         "bp-asm.h".
21749         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
21750         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
21751         (_start): Do not use BP_SYM.
21752         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
21753         "bp-asm.h".
21754         (strcat): Do not use BP_SYM.
21755         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
21756         "bp-asm.h".
21757         (STRCMP): Do not use BP_SYM.
21758         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
21759         "bp-asm.h".
21760         (STRCPY): Do not use BP_SYM.
21761         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
21762         "bp-asm.h".
21763         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
21764         "bp-asm.h".
21765         (FUNCTION): Do not use BP_SYM.
21766         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
21767         weak_alias.
21768         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
21769
21770 2013-02-17  Andreas Jaeger  <aj@suse.de>
21771
21772         * time/Versions: Sort entries.
21773         * string/Versions: Likewise.
21774         * resolv/Versions: Likewise.
21775         * posix/Versions: Likewise.
21776         * iconv/Versions: Likewise.
21777         * elf/Versions: Likewise.
21778         * wcsmbs/Versions: Likewise.
21779
21780 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21781
21782         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
21783         loop termination condition.
21784
21785         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
21786         variable to calculate EZ.
21787         (__sqr): Likewise.
21788
21789         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
21790         the lower precision input.
21791
21792 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
21793
21794         [BZ #13550]
21795         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
21796         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
21797         (run-via-rtld-prefix): Do not handle %-bp tests.
21798         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
21799         (all-object-suffixes): Remove .ob.
21800         (bppfx): Remove variable.
21801         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
21802         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
21803         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
21804         [$(build-bounded) = yes] (libtype.ob): Likewise.
21805         * Makerules (elide-routines.ob): Remove variable.
21806         (do-tests-clean): Do not handle *-bp.out.
21807         (common-mostlyclean): Do not handle *-bp and *-bp.out.
21808         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
21809         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
21810         (tests): Do not include $(tests-bp.out).
21811         (xtests): Do not include $(xtests-bp.out).
21812         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
21813         [$(build-bounded) = yes] ($(addprefix
21814         $(objpfx),$(binaries-bounded))): Remove rule.
21815         ($(objpfx)%-bp.out): Remove rule.
21816         * config.make.in (build-bounded): Remove variable.
21817         * crypt/Makefile [$(build-bounded) = yes]
21818         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
21819         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
21820         append to variable.
21821         [$(build-bounded) = yes] (install-lib): Likewise.
21822         [$(build-bounded) = yes] (generated): Likewise.
21823         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
21824         Remove rule.
21825         * intl/Makefile [$(build-bounded) = yes]
21826         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
21827         * math/Makefile [$(build-bounded) = yes]
21828         ($(tests:%=$(objpfx)%-bp): Likewise.
21829         * misc/Makefile [$(build-bounded) = yes]
21830         ($(objpfx)tst-tsearch-bp): Likewise.
21831         * nptl/Makeconfig (bounded-thread-library): Remove variable.
21832         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
21833         Remove dependency.
21834         * string/Makefile (o-objects.ob): Remove variable.
21835         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
21836         (CFLAGS-.ob): Remove variable.
21837         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
21838         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
21839         both definitions of variable.
21840         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
21841         (ASFLAGS-.ob): Remove variable.
21842
21843 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
21844
21845         [BZ #13550]
21846         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
21847         Remove __BOUNDED_POINTERS__ from condition.
21848         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
21849         * string/bits/string2.h [!__NO_STRING_INLINES &&
21850         !__BOUNDED_POINTERS__]: Likewise.
21851         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
21852         Likewise.
21853         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
21854         Remove conditional code.
21855         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
21856         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
21857         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
21858         condition.
21859
21860         [BZ #13550]
21861         * csu/libc-start.c: Do not include <bp-sym.h>.
21862         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
21863         * elf/dl-open.c: Do not include <bp-sym.h>.
21864         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
21865         * math/fegetenv.c: Do not include <bp-sym.h>.
21866         (fegetenv): Do not use BP_SYM in versioned symbols.
21867         * nptl/sysdeps/pthread/bits/libc-lockP.h
21868         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
21869         <bp-sym.h>.
21870         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21871         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
21872         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21873         (__pthread_mutex_destroy): Likewise.
21874         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21875         (__pthread_mutex_lock): Likewise.
21876         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21877         (__pthread_mutex_trylock): Likewise.
21878         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21879         (__pthread_mutex_unlock): Likewise.
21880         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21881         (__pthread_mutexattr_init): Likewise.
21882         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21883         (__pthread_mutexattr_destroy): Likewise.
21884         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21885         (__pthread_mutexattr_settype): Likewise.
21886         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21887         (__pthread_rwlock_init): Likewise.
21888         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21889         (__pthread_rwlock_destroy): Likewise.
21890         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21891         (__pthread_rwlock_rdlock): Likewise.
21892         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21893         (__pthread_rwlock_tryrdlock): Likewise.
21894         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21895         (__pthread_rwlock_wrlock): Likewise.
21896         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21897         (__pthread_rwlock_trywrlock): Likewise.
21898         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21899         (__pthread_rwlock_unlock): Likewise.
21900         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21901         (__pthread_key_create): Likewise.
21902         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21903         (__pthread_setspecific): Likewise.
21904         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21905         (__pthread_getspecific): Likewise.
21906         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
21907         Likewise.
21908         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21909         (_pthread_cleanup_push_defer): Likewise.
21910         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21911         (_pthread_cleanup_pop_restore): Likewise.
21912         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
21913         (pthread_setcancelstate): Likewise.
21914         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
21915         <bp-sym.h>.
21916         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
21917         (memchr): Do not use BP_SYM in weak_alias.
21918         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
21919         (fegetenv): Do not use BP_SYM in versioned symbols.
21920         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
21921         (fesetenv): Do not use BP_SYM in versioned symbols.
21922         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
21923         (feupdateenv): Do not use BP_SYM in versioned symbols.
21924         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
21925         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
21926         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
21927         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
21928         (open64): Do not use BP_SYM in weak_alias.
21929         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
21930         (fegetenv): Do not use BP_SYM in versioned symbols.
21931         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
21932         (fesetenv): Do not use BP_SYM in versioned symbols.
21933         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
21934         (feupdateenv): Do not use BP_SYM in versioned symbols.
21935         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
21936         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
21937         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
21938         (feraiseexcept): Do not use BP_SYM in versioned symbols.
21939         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
21940         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
21941         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
21942         <bp-sym.h>.
21943         (__libc_start_main): Do not use BP_SYM.
21944
21945 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
21946
21947         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
21948         redundant return line.
21949         (norm): Likewise.
21950         (denorm): Likewise.
21951         (dbl_mp): Likewise.
21952         (sub_magnitudes): Likewise.
21953         (__add): Likewise.
21954         (__sub): Likewise.
21955         (__mul): Likewise.
21956         (__inv): Likewise.
21957         (__dvd): Likewise.
21958         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
21959         (norm): Likewise.
21960         (denorm): Likewise.
21961         (dbl_mp): Likewise.
21962         (sub_magnitudes): Likewise.
21963         (__add): Likewise.
21964         (__sub): Likewise.
21965         (__mul): Likewise.
21966         (__inv): Likewise.
21967         (__dvd): Likewise.
21968
21969         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
21970         instead of __mul.
21971         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
21972         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
21973         (cc32): Likewise.
21974
21975         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
21976         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
21977         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
21978         of __mul for squares.
21979         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
21980         function
21981         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
21982         Likewise.
21983         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
21984         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
21985
21986 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
21987
21988         [BZ #13550]
21989         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
21990         code.
21991         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
21992         prototype or function definition.  Rename ubp_* variables and
21993         parameters.  Remove argv definitions conditional on
21994         [__BOUNDED_POINTERS__].
21995         * debug/backtrace.c (__backtrace): Do not use __unbounded.
21996         * elf/dl-runtime.c (_dl_fixup): Likewise.
21997         * include/set-hooks.h (RUN_HOOK): Likewise.
21998         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
21999         definition.
22000         * string/strcpy.c (strcpy): Do not use __unbounded.
22001         * sysdeps/generic/frame.h (struct layout): Likewise.
22002         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
22003         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
22004         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
22005         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
22006         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
22007         (__backtrace): Likewise.
22008         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
22009         use __ptrvalue.
22010         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
22011         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
22012         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
22013         Likewise.
22014         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
22015         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
22016         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
22017         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
22018         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
22019         Do not use __unbounded.
22020         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
22021         Rename __unboundedrlimits parameter to rlimits in prototype.
22022         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
22023         Do not use __unbounded.
22024         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
22025         not use __ptrvalue.
22026         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
22027         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
22028         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
22029         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
22030         __ptrvalue or __unbounded.
22031         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
22032         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
22033         use __unbounded.
22034         (__new_msgctl): Do not use __ptrvalue.
22035         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
22036         __unbounded.
22037         (__libc_msgrcv): Do not use __ptrvalue.
22038         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
22039         startup_info): Do not use __unbounded.
22040         (__libc_start_main): Likewise.  Rename ubp_* variables and
22041         parameters.  Remove argv definitions conditional on
22042         [__BOUNDED_POINTERS__].
22043         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
22044         __ptrvalue.
22045         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
22046         use __unbounded.
22047         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
22048         or __ptrvalue.
22049         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
22050         use __unbounded.
22051         (__new_shmctl): Do not use __ptrvalue.
22052         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
22053         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
22054         Likewise.
22055         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
22056         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
22057         (__libc_sigaction): Likewise.
22058         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
22059         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
22060         Likewise.
22061         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
22062
22063 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
22064
22065         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
22066
22067         * string/mempcpy.c: Implement by calling memcpy.
22068
22069 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22070
22071         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
22072
22073         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
22074         evaluation.
22075
22076         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
22077         values in the mantissa.
22078
22079         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
22080         minimize writes to Z.
22081         (sub_magnitudes): Simplify code a bit.
22082
22083 2013-02-12  Roland McGrath  <roland@hack.frob.com>
22084
22085         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
22086         from the message.  The linker prefixes all warnings with that already.
22087
22088 2013-02-12  Andreas Schwab  <schwab@suse.de>
22089
22090         [BZ #15078]
22091         * posix/regexec.c (extend_buffers): Add parameter min_len.
22092         (check_matching): Pass minimum needed length.
22093         (clean_state_log_if_needed): Likewise.
22094         (get_subexp): Likewise.
22095         * posix/Makefile (tests): Add bug-regex34.
22096         (bug-regex34-ENV): Define.
22097         * posix/bug-regex34.c: New file.
22098
22099         [BZ #11561]
22100         * posix/regcomp.c (parse_bracket_exp): When looking up collating
22101         elements compare against the byte sequence of it, not its name.
22102         * posix/Makefile (tests): Add bug-regex35.
22103         (bug-regex35-ENV): Define.
22104         * posix/bug-regex35.c: New file.
22105
22106 2013-02-11  Tom de Vries  <tom@codesourcery.com>
22107
22108         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
22109         comment.
22110         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
22111         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
22112         (CHECK_EOL): Add undef.
22113
22114 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
22115
22116         * bits/stdlib-bsearch.h: New file.
22117         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
22118         * stdlib/stdlib.h: Likewise.
22119
22120 2013-02-11  Roland McGrath  <roland@hack.frob.com>
22121
22122         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
22123         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
22124         declaration.
22125         * manual/search.texi (Array Search Function): Add missing const in
22126         lfind prototype.
22127         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
22128         declaration to use rlim_t.
22129         (Basic Scheduling Functions): Remove erroneous const from
22130         sched_getparam prototype.  Remove erroneous * from
22131         sched_get_priority_max and sched_get_priority_min prototypes.
22132         (Resource Usage): Fix summary @comment on vtimes to refer to
22133         sys/vtimes.h rather than vtimes.h.
22134         Add missing *s in vtimes prototype.
22135         (Limits on Resources): Fix ulimit prototype to return long int.
22136         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
22137         prototypes to use long int rather than double.
22138         (BSD Random): Fix initstate and setstate to use char *, not void *.
22139         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
22140         prototype to make second argument 'struct aiocb64 *const[]'.
22141         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
22142         (Status of AIO Operations): Remove erroneous const in aio_return and
22143         aio_return64 prototypes.
22144         (Synchronizing I/O): Fix sync prototype to return void.
22145         * manual/startup.texi (Suboptions): Remove an erroneous const in
22146         getsubopt prototype.
22147         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
22148         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
22149         use size_t rather than int.
22150         (Scanning All Users): Likewise for getpwent_r.
22151         (Setting Groups): Add missing const to setgroups prototype.
22152         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
22153         * manual/socket.texi (Host Names): Fix gethostbyaddr and
22154         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
22155         'const void *' rather than 'const char *'.
22156         (Host Address Functions): Likewise for inet_ntop.
22157         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
22158         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
22159         ssize_t for return value.
22160         (Sending Data): Likewise for send, sendto, sendmsg.
22161         (Socket Option Functions): Add a missing const in setsockopt prototype.
22162         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
22163         use wchar_t for the argument.
22164         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
22165         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
22166         take no arguments.
22167         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
22168         double/float/long double for second argument.
22169         Fix return types of significand, significandf, significandl.
22170         * manual/filesys.texi (Setting Permissions): Use mode_t for second
22171         argument in fchmod prototype.
22172         (File Owner): Use uid_t and gid_t in fchown prototype.
22173         (File Times): Add const to utimes, futimes, and lutimes prototypes.
22174         (Making Special Files): Use mode_t and dev_t in mknod prototype.
22175         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
22176         use 'const struct dirent **' as argument types to CMP function pointer
22177         argument.
22178         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
22179         (File Times): Fix summary magic @comment for struct utimbuf and utime
22180         to refer to utime.h, not time.h.
22181         * manual/string.texi (Argz Functions): Add missing const in
22182         argz_extract and argz_next prototypes.
22183         (Finding Tokens in a String): Likewise for basename.
22184         (String/Array Comparison): Fix typo in wcscasecmp prototype.
22185         (Copying and Concatenation): Fix typo in wmemmove prototype.
22186         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
22187         (Signal Stack): Remove erroneous const in sigstack prototype.
22188         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
22189         prototype.
22190         (Simple Calendar Time): Likewise for stime.
22191         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
22192         prototype.
22193         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
22194         say sys/sysctl.h instead.
22195         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
22196         and vsyslog prototypes.
22197
22198 2013-02-11  Tom de Vries  <tom@codesourcery.com>
22199
22200         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
22201         Remove.
22202
22203 2013-02-11  Roland McGrath  <roland@hack.frob.com>
22204
22205         * misc/sys/mman.h: Fix typo in mremap comment.
22206
22207 2013-02-08  Roland McGrath  <roland@hack.frob.com>
22208
22209         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
22210         the '\0' terminator.
22211
22212 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
22213
22214         [BZ #13550]
22215         * debug/segfault.c: Don't include <bp-checks.h>.
22216         * sysdeps/generic/bp-checks.h: Remove file.
22217         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
22218         (__GETDENTS): Don't use CHECK_N.
22219         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
22220         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
22221         (__getgroups): Don't use CHECK_N.
22222         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
22223         (setgroups): Don't use CHECK_N.
22224         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
22225         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
22226         (__libc_msgrcv): Don't use CHECK_N.
22227         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
22228         (__libc_msgsnd): Don't use CHECK_N.
22229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
22230         <bp-checks.h>.
22231         (__libc_pread): Don't use CHECK_N.
22232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
22233         include <bp-checks.h>.
22234         (__libc_pread64): Don't use CHECK_N.
22235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
22236         include <bp-checks.h>.
22237         (__libc_pwrite): Don't use CHECK_N.
22238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
22239         include <bp-checks.h>.
22240         (__libc_pwrite64): Don't use CHECK_N.
22241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
22242         <bp-checks.h>.
22243         (__libc_pread): Don't use CHECK_N.
22244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
22245         include <bp-checks.h>.
22246         (__libc_pread64): Don't use CHECK_N.
22247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
22248         include <bp-checks.h>.
22249         (__libc_pwrite): Don't use CHECK_N.
22250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
22251         include <bp-checks.h>.
22252         (__libc_pwrite64): Don't use CHECK_N.
22253         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
22254         (do_pread): Don't use CHECK_N.
22255         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
22256         (do_pread64): Don't use CHECK_N.
22257         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
22258         (do_pwrite): Don't use CHECK_N.
22259         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
22260         (do_pwrite64): Don't use CHECK_N.
22261         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
22262         (__libc_readv): Don't use CHECK_N.
22263         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
22264         (semop): Don't use CHECK_N.
22265         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
22266         <bp-checks.h>.
22267         (semtimedop): Don't use CHECK_N.
22268         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
22269         (__libc_pread): Don't use CHECK_N.
22270         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
22271         <bp-checks.h>.
22272         (__libc_pread64): Don't use CHECK_N.
22273         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
22274         <bp-checks.h>.
22275         (__libc_pwrite): Don't use CHECK_N.
22276         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
22277         <bp-checks.h>.
22278         (__libc_pwrite64): Don't use CHECK_N.
22279         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
22280         <bp-checks.h>.
22281         (__libc_msgrcv): Don't use CHECK_N.
22282         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
22283         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
22284         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
22285         (__libc_writev): Don't use CHECK_N.
22286
22287 2013-02-08  Roland McGrath  <roland@hack.frob.com>
22288
22289         * string/strcpy.c: Removed unused variable.
22290
22291         * Makeconfig (+sysdep-includes): Define with := rather than =.
22292         Use an existing include/ subdir of each sysdeps dir before it.
22293
22294 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
22295
22296         * nscd/connection.c (register_traced_file): Comment function.
22297         [HAVE_INOTIFY] (union __inev): Define.
22298         [HAVE_INOTIFY] (inotify_check_files): New function.
22299         [HAVE_INOTIFY] (clear_db_cache): Likewise.
22300         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
22301         clear_db_cache.
22302         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
22303
22304 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
22305
22306         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
22307         loaded if not already and that a failure is permanent.
22308
22309 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
22310
22311         [BZ #15006]
22312         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
22313         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
22314
22315 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
22316
22317         [BZ #13550]
22318         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
22319         (CHECK_1_NULL_OK): Likewise.
22320         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
22321         (__fxstat): Do not use CHECK_1.
22322         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
22323         <bp-checks.h>.
22324         (___fxstat64): Do not use CHECK_1.
22325         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
22326         <bp-checks.h>.
22327         (__fxstatat): Do not use CHECK_1.
22328         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
22329         <bp-checks.h>.
22330         (__fxstatat64): Do not use CHECK_1.
22331         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
22332         <bp-checks.h>.
22333         (__fxstat): Do not use CHECK_1.
22334         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
22335         <bp-checks.h>.
22336         (__fxstatat): Do not use CHECK_1.
22337         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
22338         <bp-checks.h>.
22339         (__getresgid): Do not use CHECK_1.
22340         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
22341         <bp-checks.h>.
22342         (__getresuid): Do not use CHECK_1.
22343         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
22344         <bp-checks.h>.
22345         (__lxstat): Do not use CHECK_1.
22346         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
22347         <bp-checks.h>.
22348         (__old_msgctl): Do not use CHECK_1.
22349         (__new_msgctl): Likewise.
22350         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
22351         <bp-checks.h>.
22352         (__new_setrlimit): Do not use CHECK_1.
22353         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
22354         <bp-checks.h>.
22355         (__old_shmctl): Do not use CHECK_1.
22356         (__new_shmctl): Likewise.
22357         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
22358         <bp-checks.h>.
22359         (__xstat): Do not use CHECK_1.
22360         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
22361         (__lxstat): Do not use CHECK_1.
22362         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
22363         <bp-checks.h>.
22364         (___lxstat64): Do not use CHECK_1.
22365         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
22366         (__old_msgctl): Do not use CHECK_1.
22367         (__new_msgctl): Likewise.
22368         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
22369         <bp-checks.h>.
22370         (__gettimeofday): Do not use CHECK_1.
22371         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
22372         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
22373         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
22374         <bp-checks.h>.
22375         (__gettimeofday): Do not use CHECK_1.
22376         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
22377         (__old_shmctl): Do not use CHECK_1_NULL_OK.
22378         (__new_shmctl): Do not use CHECK_1.
22379         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
22380         <bp-checks.h>.
22381         (do_sigtimedwait): Do not use CHECK_1.
22382         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
22383         <bp-checks.h>.
22384         (do_sigwaitinfo): Do not use CHECK_1.
22385         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
22386         <bp-checks.h>.
22387         (msgctl): Do not use CHECK_1.
22388         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
22389         <bp-checks.h>.
22390         (shmctl): Do not use CHECK_1.
22391         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
22392         (ustat): Do not use CHECK_1.
22393         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
22394         <bp-checks.h>.
22395         (__fxstat): Do not use CHECK_1.
22396         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
22397         <bp-checks.h>.
22398         (__fxstatat): Do not use CHECK_1.
22399         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
22400         <bp-checks.h>.
22401         (__lxstat): Do not use CHECK_1.
22402         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
22403         <bp-checks.h>.
22404         (__xstat): Do not use CHECK_1.
22405         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
22406         (__xstat): Do not use CHECK_1.
22407         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
22408         (___xstat64): Do not use CHECK_1.
22409
22410         [BZ #13550]
22411         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
22412         definitions.
22413         (CHECK_BOUNDS_HIGH): Likewise.
22414         * string/strcpy.c: Do not include <bp-checks.h>.
22415         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
22416
22417 2013-02-07  Roland McGrath  <roland@hack.frob.com>
22418
22419         * nscd/nscd-client.h (__nscd_drop_map_ref):
22420         Add __attribute__ ((unused)).
22421         * nis/nss-nisplus.h (niserr2nss): Likewise.
22422
22423         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
22424         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
22425
22426         * csu/libc-tls.c (init_static_tls, init_slotinfo):
22427         Remove inline keyword.
22428         * include/rounding-mode.h (round_away): Likewise.
22429         * libio/wfileops.c (adjust_wide_data): Likewise.
22430         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
22431         (__m128i_strloadu_tolower): Likewise.
22432         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
22433         (__m128i_strloadu_tolower): Likewise.
22434         * time/mktime.c (ydhms_diff): Likewise.
22435         * locale/elem-hash.h (elem_hash): Likewise.
22436         * locale/setlocale.c (setdata): Likewise.
22437         * posix/regex_internal.h (re_string_char_size_at): Likewise.
22438         (re_string_wchar_at): Likewise.
22439         (bitset_not, bitset_merge, bitset_mask): Likewise.
22440         [!(__GNUC__ > 3)] (inline): Remove macro.
22441         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
22442         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
22443         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
22444         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
22445         * string/memcmp.c (memcmp_bytes): Likewise.
22446         * locale/programs/locarchive.c (compute_hashval): Likewise.
22447         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
22448         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
22449         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
22450         * nss/getent.c (print_rpc, print_protocols): Likewise.
22451         (print_passwd, print_group, print_aliases): Likewise.
22452         * nis/nss-nisplus.h (niserr2nss): Likewise.
22453         * nscd/connections.c (restart_p): Likewise.
22454         Change return type to bool.
22455
22456 2013-02-05  Roland McGrath  <roland@hack.frob.com>
22457
22458         * Makeconfig (all-Depend-files): Add existing
22459         $(sorted-subdirs:=/Depend) files.
22460         (all-subdirs): Remove nss.
22461         * sysdeps/unix/inet/Subdirs: Add it here instead.
22462         * hesiod/Depend: New file.
22463
22464         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
22465         instead of calling alloca.
22466
22467         * io/lseek.c (__lseek): Rename to __libc_lseek.
22468         Define __lseek as an alias.
22469
22470         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
22471
22472 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
22473
22474         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
22475         else clause and remove check for non-standard endianness.
22476
22477 2013-02-04  David S. Miller  <davem@davemloft.net>
22478
22479         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22480
22481 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
22482
22483         [BZ #13550]
22484         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
22485         (__ubp_memchr): Remove prototype.
22486         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
22487         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
22488         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
22489         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
22490         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
22491         Remove alias.
22492         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
22493         (__ubp_memchr): Likewise.
22494         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
22495         (__ubp_memchr): Likewise.
22496         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
22497         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
22498         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
22499         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
22500         CHECK_STRING.
22501         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
22502         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
22503         (__getcwd): Do not use CHECK_STRING.
22504         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
22505         <bp-checks.h>.
22506         (__real_chown): Do not use CHECK_STRING.
22507         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
22508         <bp-checks.h>.
22509         (fchownat): Do not use CHECK_STRING.
22510         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
22511         CHECK_STRING.
22512         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
22513         <bp-checks.h>.
22514         (__lchown): Do not use CHECK_STRING.
22515         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
22516         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
22517         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
22518         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
22519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
22520         include <bp-checks.h>.
22521         (truncate64): Do not use CHECK_STRING.
22522         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
22523         <bp-checks.h>.
22524         (__real_chown): Do not use CHECK_STRING.
22525         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
22526         <bp-checks.h>.
22527         (__lchown): Do not use CHECK_STRING.
22528         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
22529         <bp-checks.h>.
22530         (__chown): Do not use CHECK_STRING.
22531         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
22532         <bp-checks.h>.
22533         (truncate64): Do not use CHECK_STRING.
22534         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
22535         Likewise.
22536         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
22537         (__xmknod): Do not use CHECK_STRING.
22538         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
22539         <bp-checks.h>.
22540         (__xmknodat): Do not use CHECK_STRING.
22541         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
22542         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
22543
22544 2013-02-04  Andreas Schwab  <schwab@suse.de>
22545
22546         [BZ #14142]
22547         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
22548         * include/netdb.h: Likewise for h_errno.
22549         * elf/tst-stackguard1.c: Include <tls.h>.
22550
22551 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
22552
22553         * elf/link.h (struct link_map): Extend the l_addr comment.
22554         * include/link.h (struct link_map): Likewise.
22555
22556 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
22557
22558         [BZ #13550]
22559         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
22560         (BOUNDED_1): Remove macro.
22561         * debug/backtrace.c: Don't include <bp-checks.h>.
22562         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
22563         (__backtrace): Likewise.
22564         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
22565         <bp-checks.h>.
22566         (__backtrace): Don't use BOUNDED_1.
22567         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
22568         <bp-checks.h>.
22569         (__backtrace): Don't use BOUNDED_1.
22570         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
22571         (__backtrace): Don't use BOUNDED_1.
22572         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
22573         (shmat): Don't use BOUNDED_N.
22574
22575 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
22576
22577         [BZ #13550]
22578         * sysdeps/generic/bp-start.h: Remove file.
22579         * csu/libc-start.c: Don't include <bp-start.h>.
22580         (LIBC_START_MAIN): Set up __environ directly instead of using
22581         INIT_ARGV_and_ENVIRON.
22582         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
22583         <bp-start.h>.
22584
22585         [BZ #13550]
22586         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
22587         definitions.
22588         (CHECK_FCNTL): Likewise.
22589         (CHECK_N_PAGES): Likewise.
22590
22591         [BZ #13550]
22592         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
22593         definitions.
22594         (CHECK_SIGSET_NULL_OK): Likewise.
22595         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
22596         <bp-checks.h>.
22597         (sigpending): Don't use CHECK_SIGSET.
22598         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
22599         <bp-checks.h>.
22600         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
22601         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
22602         <bp-checks.h>.
22603         (do_sigsuspend): Don't use CHECK_SIGSET.
22604         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
22605         use CHECK_SIGSET.
22606         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
22607         (do_sigwait): Don't use CHECK_SIGSET.
22608         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
22609         use CHECK_SIGSET.
22610         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
22611         include <bp-checks.h>.
22612         (sigpending): Don't use CHECK_SIGSET.
22613         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
22614         include <bp-checks.h>.
22615         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
22616         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
22617         <bp-checks.h>.
22618         (sigpending): Don't use CHECK_SIGSET.
22619         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
22620         <bp-checks.h>.
22621         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
22622
22623         [BZ #13550]
22624         * sysdeps/generic/bp-semctl.h: Remove file.
22625         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
22626         <bp-checks.h> and <bp-semctl.h>.
22627         (__old_semctl): Don't use CHECK_SEMCTL.
22628         (__new_semctl): Likewise.
22629         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
22630         and <bp-semctl.h>.
22631         (__old_semctl): Don't use CHECK_SEMCTL.
22632         (__new_semctl): Likewise.
22633         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
22634         <bp-checks.h> and <bp-semctl.h>.
22635         (__old_semctl): Don't use CHECK_SEMCTL.
22636         (__new_semctl): Likewise.
22637         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
22638         <bp-checks.h> and <bp-semctl.h>.
22639         (semctl): Don't use CHECK_SEMCTL.
22640
22641         [BZ #13550]
22642         * Makerules (elide-bp-thunks): Remove variable.
22643         (elide-routines.oS): Don't use $(elide-bp-thunks).
22644         (elide-routines.os): Likewise.
22645         (elide-routines.o): Likewise.
22646         (elide-routines.op): Likewise.
22647         (elide-routines.og): Likewise.
22648         (objects): Don't use $(bp-thunks).
22649         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
22650         include.
22651         (common-generated): Do not add s-proto-bp.d.
22652         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
22653         (int): Likewise.
22654         (typ): Likewise.
22655         Do not generate makefile rules for bounded-pointer thunks.
22656         * sysdeps/generic/bp-thunks.h: Remove file.
22657         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
22658         * sysdeps/unix/s-proto-bp.S: Likewise.
22659
22660         [BZ #15062]
22661         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
22662         parts of result separately when argument is not close to line from
22663         -i to i and one part of argument is small.
22664         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22665         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22666         * math/libm-test.inc (cacos_test): Add more tests.
22667         (casin_test): Likewise.
22668         (casinh_test): Likewise.
22669         * sysdeps/i386/fpu/libm-test-ulps: Update.
22670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22671
22672 2013-01-31  David S. Miller  <davem@davemloft.net>
22673
22674         * po/de.po: Update from translation team.
22675
22676 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
22677
22678         * time/tzfile.c: Include stdint.h for SIZE_MAX.
22679
22680 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
22681
22682         * configure.in (_AC_PROG_CC_C89): New definition.
22683         * configure: Regenerate.
22684
22685         * configure.in (AC_PROG_CPP): New definition.
22686         * configure: Regenerate.
22687
22688 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
22689
22690         * debug/tst-backtrace.h: New file.
22691         * debug/tst-backtrace2.c: Include tst-backtrace.h.
22692         (ret): Remove variable.
22693         (x): Likewise.
22694         (FAIL): Remove macro.
22695         (NO_INLINE): Likewise.
22696         (fn1): Use match function instead of strstr.
22697         * debug/tst-backtrace3.c: Include tst-backtrace.h.
22698         (ret): Remove variable.
22699         (x): Likewise.
22700         (FAIL): Remove macro.
22701         (NO_INLINE): Likewise.
22702         (fn): Use match function instead of strstr.
22703         * debug/tst-backtrace4.c: Include tst-backtrace.h.
22704         (ret): Remove variable.
22705         (x): Likewise.
22706         (FAIL): Remove macro.
22707         (NO_INLINE): Likewise.
22708         (handle_signal): Use match function instead of strstr.
22709         * debug/tst-backtrace5.c: Include tst-backtrace.h.
22710         (ret): Remove variable.
22711         (x): Likewise.
22712         (FAIL): Remove macro.
22713         (NO_INLINE): Likewise.
22714         (handle_signal): Use match function instead of strstr.
22715
22716 2013-01-23  Roland McGrath  <roland@hack.frob.com>
22717
22718         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
22719
22720 2013-01-23  David S. Miller  <davem@davemloft.net>
22721
22722         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
22723         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
22724         argument of CAS if possible.
22725         * sysdeps/sparc/sparc64/bits/atomic.h
22726         (__arch_compare_and_exchange_val_32_acq): Likewise.
22727         (__arch_compare_and_exchange_val_64_acq): Likewise.
22728
22729 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
22730
22731         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
22732         * sysdeps/posix/ulimit.c: ... this.
22733         Include <limits.h>.
22734         * sysdeps/unix/bsd/ulimit.c: Remove file.
22735
22736 2013-01-23  Adam Conrad  <adconrad@0c3.net>
22737
22738         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
22739         (LDFLAGS-tst-array5): Likewise.
22740
22741 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
22742
22743         [BZ #15036]
22744         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
22745         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
22746         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
22747         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
22748
22749 2013-01-21  David S. Miller  <davem@davemloft.net>
22750
22751         * sysdeps/sparc/backtrace.c: New file.
22752         * sysdeps/sparc/sparc32/backtrace.h: New file.
22753         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
22754         * sysdeps/sparc/sparc64/backtrace.h: New file.
22755         * sysdeps/sparc/sparc64/backtrace.c: Delete.
22756         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
22757         -funwind-tables.
22758
22759 2013-01-21  Andreas Schwab  <schwab@suse.de>
22760
22761         [BZ #15020]
22762         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
22763         closed its stdout.
22764
22765 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
22766
22767         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
22768         "mpa2.h".
22769         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
22770
22771 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
22772             Mark Mitchell  <mark@codesourcery.com>
22773             Tom de Vries  <tom@codesourcery.com>
22774             Paul Pluzhnikov  <ppluzhnikov@google.com>
22775
22776         * debug/tst-backtrace2.c: New file.
22777         * debug/tst-backtrace3.c: Likewise.
22778         * debug/tst-backtrace4.c: Likewise.
22779         * debug/tst-backtrace5.c: Likewise.
22780         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
22781         (CFLAGS-tst-backtrace3.c): Likewise.
22782         (CFLAGS-tst-backtrace4.c): Likewise.
22783         (CFLAGS-tst-backtrace5.c): Likewise.
22784         (LDFLAGS-tst-backtrace2): Likewise.
22785         (LDFLAGS-tst-backtrace3): Likewise.
22786         (LDFLAGS-tst-backtrace4): Likewise.
22787         (LDFLAGS-tst-backtrace5): Likewise.
22788         (tests): Add new tests tst-backtrace2, tst-backtrace3,
22789         tst-backtrace4 and tst-backtrace5.
22790
22791 2013-01-18  Anton Blanchard  <anton@samba.org>
22792             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22793
22794         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
22795         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
22796         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
22797         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
22798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
22799         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
22800         "+r" and remove output regs list as redundant.  Add explicit inline
22801         asm to specify register of return val to work around compiler codegen
22802         bug.  Remove (int) cast on return value.  Add return type parameter to
22803         use in macro so that this macro does not truncate return value for
22804         64-bit values.
22805         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
22806         pass to INTERNAL_VSYSCALL_NCS.
22807         (INLINE_VSYSCALL): Add 'long int' as return type to
22808         INTERNAL_VSYSCALL_NCS macro invocation.
22809         (INTERNAL_VSYSCALL): Add 'long int' as return type to
22810         INTERNAL_VSYSCALL_NCS macro invocation.
22811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
22812
22813 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22814
22815         [BZ #14496]
22816         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
22817         Fix application of SIMD FP exception mask.
22818
22819         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
22820         mp_no from a power of two.
22821         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
22822         __mpexp_twomm1.  Use __pow_mp.
22823
22824         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
22825         multiplication.
22826
22827 2013-01-17  David S. Miller  <davem@davemloft.net>
22828
22829         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22830
22831 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
22832
22833         [BZ #15023]
22834         * include/complex.h: Condition contents on [!_COMPLEX_H].
22835         (__kernel_casinhf): New prototype.
22836         (__kernel_casinh): Likewise.
22837         (__kernel_casinhl): Likewise.
22838         * math/Makefile (libm_calls): Add k_casinh.
22839         * math/k_casinh.c: New file.
22840         * math/k_casinhf.c: Likewise.
22841         * math/k_casinhl.c: Likewise.
22842         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
22843         finite nonzero arguments.
22844         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
22845         finite nonzero arguments.
22846         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
22847         finite nonzero arguments.
22848         * math/s_casinh.c: Do not include <float.h>.
22849         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
22850         * math/s_casinhf.c: Do not include <float.h>.
22851         (__casinhf): Move code for finite nonzero arguments to
22852         k_casinhf.c.
22853         * math/s_casinhl.c: Do not include <float.h>.
22854         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
22855         redefine.
22856         (__casinhl): Move code for finite nonzero arguments to
22857         k_casinhl.c.
22858         * math/libm-test.inc (cacos_test): Add more tests.
22859         * sysdeps/i386/fpu/libm-test-ulps: Update.
22860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22861
22862 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
22863
22864         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
22865         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
22866         [!HAVE_MREMAP]: Remove [defined linux] case.
22867         * malloc/arena.c: Do not include <malloc-sysdep.h>.
22868
22869 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22870
22871         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
22872
22873 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
22874
22875         * elf/elf.h (R_386_SIZE32): New relocation.
22876         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
22877         R_386_SIZE32.
22878         (elf_machine_rela): Likewise.
22879         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
22880         R_X86_64_SIZE64 and R_X86_64_SIZE32.
22881
22882 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
22883
22884         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
22885         (FP_FAST_FMA): Do not define.
22886         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
22887         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
22888         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
22889         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
22890         !_SOFT_FLOAT]: Likewise.
22891         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
22892         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
22893         value.
22894         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
22895         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
22896         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
22897         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
22898         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
22899         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
22900         file.
22901
22902 2013-01-16  Andreas Schwab  <schwab@suse.de>
22903
22904         [BZ #14327]
22905         * include/stdlib.h (__mktemp): Add declaration.
22906         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
22907         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
22908
22909 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22910
22911         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
22912         definitions.
22913         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
22914         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
22915         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
22916         definitions here.
22917         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
22918         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
22919         definitions.
22920         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
22921         and ONE.
22922         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
22923         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
22924         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
22925         definitions.
22926         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
22927         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
22928         definitions.
22929         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
22930
22931         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
22932
22933 2013-01-15  David S. Miller  <davem@davemloft.net>
22934
22935         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
22936         trunc{,f} to libm-sysdep_routes.
22937         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
22938         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
22939         file.
22940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
22941         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
22942         file.
22943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
22944         file.
22945         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
22946         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
22947         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
22948         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
22949         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
22950         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
22951         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
22952         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
22953
22954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
22955         nearbyint{,f} to libm-sysdep_routes.
22956         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
22957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
22958         New file.
22959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
22960         file.
22961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
22962         New file.
22963         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
22964         file.
22965         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
22966         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
22967         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
22968         file.
22969         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
22970         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
22971         file.
22972         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
22973         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
22974         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
22975
22976         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
22977         libc_feholdexcept and libc_fesetenv.
22978
22979 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
22980
22981         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
22982
22983 2013-01-14  David S. Miller  <davem@davemloft.net>
22984
22985         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
22986         (SPARC_ASM_VIS2_IFUNC): Likewise.
22987         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
22988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
22989         use of 'siam' instruction.
22990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
22991         Likewise.
22992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
22993         Likewise.
22994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
22995         Likewise.
22996         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
22997         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
22998         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
22999         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
23000         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
23001         file.
23002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
23003         file.
23004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
23005         file.
23006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
23007         file.
23008         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
23009         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
23010         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
23011         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
23012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
23013         new VIS2 routines.
23014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
23015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
23016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
23017         Likewise.
23018         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
23019         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
23020         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
23021         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
23022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
23023         routines to libm-sysdep_routines.
23024         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
23025
23026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
23027         fdim/fdimf to libm-sysdep_routines.
23028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
23029         file.
23030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
23031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
23032         file.
23033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
23034         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
23035         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
23036         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
23037         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
23038         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
23039         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
23040
23041 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23042
23043         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
23044         to optimize copies.
23045
23046         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
23047         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
23048         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23049
23050         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
23051         local variable MPTWO.
23052         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
23053         Likewise.
23054
23055 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
23056
23057         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
23058         GLOB_NOESCAPE.
23059
23060 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
23061
23062         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
23063
23064 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
23065
23066         * manual/pattern.texi (glob_t): Document gl_flags.
23067         (glob64_t): Likewise.
23068
23069 2013-01-11  David S. Miller  <davem@davemloft.net>
23070
23071         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
23072         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
23073         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
23074         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
23075         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
23076         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
23077         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
23078         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
23079         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
23080         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
23081         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
23082         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
23083         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
23084
23085         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
23086         sparc V9 rather than using V8 code.
23087         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
23088         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
23089
23090         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
23091         Move to...
23092         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
23093         Here.
23094
23095 2013-01-11  Roland McGrath  <roland@hack.frob.com>
23096
23097         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
23098         not in the main loop.
23099         * configure: Regenerated.
23100
23101 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
23102
23103         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
23104         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
23105         to just #else.
23106         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
23107         [!__GLIBC_HAVE_LONG_LONG] case.
23108         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
23109         condition to just #else.
23110         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
23111         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
23112         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
23113         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
23114         unconditional.
23115         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
23116         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
23117         #elif condition to just #else.
23118         * sysdeps/unix/sysv/linux/sys/sysmacros.h
23119         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
23120         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
23121         #elif condition to just #else.
23122
23123 2013-01-11  Steve Ellcey  <sellcey@mips.com>
23124
23125         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
23126         (EF_MIPS_ARCH_64): Fix value.
23127         (EF_MIPS_ARCH_32R2): New.
23128         (EF_MIPS_ARCH_64R2): New.
23129
23130 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
23131
23132         * Makeconfig (+link-pie-before-libc): New.
23133         (+link-pie-after-libc): Likewise.
23134         (+link-pie-tests): Likewise.
23135         (+link-pie): Rewritten.
23136         (link-before-libc): Remove $(config-LDFLAGS).
23137         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
23138         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
23139         (config-LDFLAGS): Renamed to ...
23140         (rtld-LDFLAGS): This.
23141         (rtld-tests-LDFLAGS): New macro.
23142         (link-libc-rpath-link): Likewise.
23143         (link-libc-tests-rpath-link): Likewise.
23144         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
23145         (link-libc): Prepand $(link-libc-rpath-link).
23146         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
23147         (test-program-prefix): New macro.
23148         (test-via-rtld-prefix): Likewise.
23149         (test-program-cmd): Likewise.
23150         (host-test-program-cmd): Likewise.
23151         * Makefile ($(common-objpfx)testrun.sh): Replace
23152         $(run-program-prefix) with $(test-program-prefix).
23153         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
23154         $(rtld-LDFLAGS).
23155         ($(common-objpfx)shlib.lds): Likewise.
23156         (build-module-helper): Likewise.
23157         ($(common-objpfx)format.lds): Likewise.
23158         * Rules (binaries-pie-tests): New.
23159         (binaries-pie-notests): Likewise.
23160         (binaries-pie): Rewritten.
23161         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
23162         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
23163         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
23164         (make-test-out): Replace $(host-built-program-cmd) with
23165         $(host-test-program-cmd).
23166         * config.make.in (build-hardcoded-path-in-tests): New variable.
23167         * configure.in (--enable-hardcoded-path-in-tests): New configure
23168         option.
23169         (hardcoded_path_in_tests): New AC_SUBST.
23170         * configure: Regenerated.
23171         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
23172         $(built-program-cmd) with $(test-program-cmd).
23173         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
23174         (test_program_cmd): This.
23175         * elf/Makefile ($(objpfx)order.out): Run test with
23176         $(test-program-prefix).
23177         ($(objpfx)order2.out): Likewise.
23178         ($(objpfx)tst-initorder.out): Likewise.
23179         ($(objpfx)tst-initorder2.out): Likewise.
23180         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
23181         $(test-program-cmd).
23182         ($(objpfx)tst-array1-static.out): Likewise.
23183         ($(objpfx)tst-array2.out): Likewise.
23184         ($(objpfx)tst-array3.out): Likewise.
23185         ($(objpfx)tst-array4.out): Likewise.
23186         ($(objpfx)tst-array5.out): Likewise.
23187         ($(objpfx)tst-array5-static.out): Likewise.
23188         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
23189         $(test-program-cmd).
23190         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
23191         $(run-program-prefix) with $(test-program-prefix).
23192         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
23193         (test_program_prefix): This.
23194         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
23195         $(run-program-prefix) with $(test-program-prefix).
23196         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
23197         (test_program_prefix): This.
23198         * iconvdata/tst-tables.sh: Likewise.
23199         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
23200         $(run-program-prefix) with $(test-program-prefix).
23201         ($(objpfx)tst-translit.out): Likewise.
23202         ($(objpfx)tst-gettext2.out): Likewise.
23203         ($(objpfx)tst-gettext4.out): Likewise.
23204         ($(objpfx)tst-gettext6.out): Likewise.
23205         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
23206         (test_program_prefix): This.
23207         * intl/tst-gettext2.sh: Likewise.
23208         * intl/tst-gettext4.sh  Likewise.
23209         * intl/tst-gettext6.sh: Likewise.
23210         * intl/tst-translit.sh: Likewise.
23211         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
23212         with $(test-program-cmd).
23213         * libio/Makefile ($(objpfx)test-freopen.out): Replace
23214         $(run-program-prefix) with $(test-program-prefix).
23215         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
23216         (test_program_prefix): This.
23217         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
23218         $(run-program-prefix) with $(test-program-prefix).
23219         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
23220         (test_program_prefix): This.
23221         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
23222         * posix/Makefile ($(objpfx)globtest.out): Replace
23223         $(run-via-rtld-prefix) and $(test-wrapper) with
23224         $(test-program-prefix) and $(test-via-rtld-prefix).
23225         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
23226         $(test-program-prefix).
23227         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
23228         $(host-test-program-cmd).
23229         (tst-spawn-ARGS): Likewise.
23230         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
23231         $(test-program-prefix).
23232         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
23233         (test_via_rtld_prefix): This.
23234         (test_wrapper): Renamed to ...
23235         (test_program_prefix): This.
23236         (run_program_prefix): Replaced by test_program_prefix.
23237         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
23238         (test_program_prefix): This.
23239         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
23240         with $(host-test-program-cmd).
23241         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
23242         $(run-program-prefix) with $(test-program-prefix).
23243         ($(objpfx)tst-printf.out): Likewise.
23244         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
23245         $(test-program-cmd).
23246         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
23247         (test_program_prefix): This.
23248         * stdio-common/tst-unbputc.sh: Likewise.
23249         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
23250         $(run-program-prefix) with $(test-program-prefix).
23251         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
23252         (test_program_prefix): This.
23253         * string/Makefile ($(objpfx)tst-svc.out):  Replace
23254         $(built-program-cmd) with $(test-program-cmd).
23255
23256 2013-01-11  Andreas Jaeger  <aj@suse.de>
23257
23258         [BZ #15003]
23259         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
23260         value. Sync with Linux 3.7.
23261
23262 2013-01-10  David S. Miller  <davem@davemloft.net>
23263
23264         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
23265         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
23266         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
23267
23268 2013-01-10  Roland McGrath  <roland@hack.frob.com>
23269
23270         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
23271         never set.
23272         * configure: Regenerated.
23273
23274 2013-01-10  David S. Miller  <davem@davemloft.net>
23275
23276         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
23277         sparc V9 rather than using V8 code.
23278         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
23279         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
23280
23281 2013-01-10  Roland McGrath  <roland@hack.frob.com>
23282
23283         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
23284         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
23285         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
23286         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
23287         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
23288         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
23289         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
23290         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
23291         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
23292         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
23293         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
23294         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
23295         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
23296         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
23297         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
23298         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
23299         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
23300         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
23301         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
23302         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
23303         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
23304         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
23305         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
23306         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
23307         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
23308         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
23309         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
23310
23311 2013-01-10  David S. Miller  <davem@davemloft.net>
23312
23313         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23314
23315 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
23316
23317         * posix/Makefile (tests-static): New variable.
23318         (tests): Add $(tests-static).
23319         (tst-exec-static-ARGS): New variable.
23320         (tst-spawn-static-ARGS): Likewise.
23321         * posix/tst-exec-static.c: New file.
23322         * posix/tst-spawn-static.c: Likewise.
23323         * posix/tst-exec.c: Support run directly.
23324         * posix/tst-spawn.c: Likewise.
23325
23326 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
23327
23328         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
23329         long.
23330         * math/bits/mathcalls.h (llrint): Likewise.
23331         (llround): Likewise.
23332         * stdlib/stdlib.h (struct drand48_data): Likewise.
23333         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
23334         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
23335         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
23336         Likewise.
23337         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
23338         Likewise.
23339         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
23340         (elf_greg_t): Likewise.
23341         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
23342         (__jmp_buf): Likewise.
23343         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
23344         definitions.
23345         (llrint): Likewise, for all definitions.
23346         (llrintl): Likewise.
23347
23348         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
23349         Remove [__GNUC__] condition.
23350         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
23351         condition to just [__USE_ISOC99].
23352         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
23353
23354 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
23355
23356         [BZ #14200]
23357         * sysdeps/unix/sysv/linux/x86/bits/environments.h
23358         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
23359         defined.
23360         (_POSIX_V6_ILP32_OFF32): Likewise.
23361         (_XBS5_ILP32_OFF32): Likewise.
23362         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
23363         (__ILP32_OFFBIG_LDFLAGS): Likewise.
23364
23365 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23366
23367         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
23368
23369         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
23370         doubles __mpexp_twomm1.  Adjust usage.
23371         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
23372         Remove.
23373
23374 2013-01-10  Andreas Schwab  <schwab@suse.de>
23375
23376         [BZ #14964]
23377         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
23378         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
23379
23380 2013-01-09  David S. Miller  <davem@davemloft.net>
23381
23382         [BZ #15003]
23383         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
23384         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
23385         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
23386         (TCP_FASTOPEN): Define.
23387         (tcp_repair_opt): New structure.
23388         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
23389         enum values.
23390         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
23391         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
23392         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
23393         (tcp_cookie_transactions): New structure.
23394
23395 2013-01-09  Anton Blanchard  <anton@samba.org>
23396
23397         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
23398         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
23399         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
23400         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
23401
23402 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
23403
23404         * include/features.h (__USE_ANSI): Remove.
23405
23406 2013-01-09  Roland McGrath  <roland@hack.frob.com>
23407
23408         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
23409
23410         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
23411
23412 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
23413
23414         * sysdeps/s390/fpu/libm-test-ulps: Update.
23415
23416         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23417
23418         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
23419         (__acr): Likewise.
23420         (__cpy): Likewise.
23421         (norm): Likewise.
23422         (denorm): Likewise.
23423         (__mp_dbl): Likewise.
23424         (__dbl_mp): Likewise.
23425         (add_magnitudes): Likewise.
23426         (sub_magnitudes): Likewise.
23427         (__add): Likewise.
23428         (__sub): Likewise.
23429         (__mul): Likewise.
23430         (__inv): Likewise.
23431         (__dvd): Likewise.
23432         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
23433         (__acr): Likewise.
23434         (__cpy): Likewise.
23435         (norm): Likewise.
23436         (denorm): Likewise.
23437         (__mp_dbl): Likewise.
23438         (__dbl_mp): Likewise.
23439         (add_magnitudes): Likewise.
23440         (sub_magnitudes): Likewise.
23441         (__add): Likewise.
23442         (__sub): Likewise.
23443         (__mul): Likewise.
23444         (__inv): Likewise.
23445         (__dvd): Likewise.
23446         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
23447         (__acr): Likewise.
23448         (__cpy): Likewise.
23449         (norm): Likewise.
23450         (denorm): Likewise.
23451         (__mp_dbl): Likewise.
23452         (__dbl_mp): Likewise.
23453         (add_magnitudes): Likewise.
23454         (sub_magnitudes): Likewise.
23455         (__add): Likewise.
23456         (__sub): Likewise.
23457         (__mul): Likewise.
23458         (__inv): Likewise.
23459         (__dvd): Likewise.
23460
23461 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
23462
23463         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
23464         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
23465         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
23466         2 && __USE_EXTERN_INLINES]: Likewise.
23467
23468 2013-01-08  Andreas Jaeger  <aj@suse.de>
23469
23470         [BZ# 14985]
23471         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
23472         Remove.
23473         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
23474         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
23475
23476 2013-01-07  Anton Blanchard  <anton@samba.org>
23477
23478         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
23479         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23480         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
23481         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23482         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
23483         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23484         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
23485         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
23486         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
23487         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
23488         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23489         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23490         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
23491         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23492         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23493         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23494         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23495         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23496         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23497         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
23498         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23499         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
23500         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23501         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23502         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
23503         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
23504         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
23505         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23506         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
23507         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
23508         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23509         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23510         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
23511         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23512         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23513         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23514         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23515         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
23516         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
23517         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
23518         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
23519         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23520         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23521
23522 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
23523
23524         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
23525         (__MALLOC_PMT): Likewise.
23526         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
23527         [__GNUC__], only on [_LIBC].
23528         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
23529         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
23530         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
23531         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
23532         forward declaration.
23533         (realloc_hook_ini): Likewise.
23534         (memalign_hook_ini): Likewise.
23535         (__libc_memalign): Do not use __MALLOC_PMT in variable
23536         declaration.
23537         (__libc_valloc): Likewise.
23538         (__libc_pvalloc): Likewise.
23539         (__libc_calloc): Likewise.
23540         (__posix_memalign): Likewise.
23541
23542         [BZ #14996]
23543         * math/s_casinh.c: Include <float.h>.
23544         (__casinh): Do not do computation with squaring and square root
23545         for large arguments.
23546         * math/s_casinhf.c: Include <float.h>.
23547         (__casinhf): Do not do computation with squaring and square root
23548         for large arguments.
23549         * math/s_casinhl.c: Include <float.h>.
23550         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
23551         (__casinhl): Do not do computation with squaring and square root
23552         for large arguments.
23553         * math/libm-test.inc (casin_test): Add more tests.
23554         (casinh_test): Likewise.
23555         * sysdeps/i386/fpu/libm-test-ulps: Update.
23556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23557
23558 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
23559
23560         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
23561         (__x86_64_raw_data_cache_size): Likewise.
23562         (__x86_64_data_cache_size_half): Likewise.
23563         (__x86_64_raw_data_cache_size_half): Likewise.
23564         (__x86_64_shared_cache_size): Likewise.
23565         (__x86_64_raw_shared_cache_size): Likewise.
23566         (__x86_64_shared_cache_size_half): Likewise.
23567         (__x86_64_raw_shared_cache_size_half): Likewise.
23568         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
23569         to ...
23570         (__x86_data_cache_size): This.
23571         (__x86_64_raw_data_cache_size): Renamed to ...
23572         (__x86_raw_data_cache_size): This.
23573         (__x86_64_data_cache_size_half): Renamed to ...
23574         (__x86_data_cache_size_half): This.
23575         (__x86_64_raw_data_cache_size_half): Renamed to ...
23576         (__x86_raw_data_cache_size_half): This.
23577         (__x86_64_shared_cache_size): Renamed to ...
23578         (__x86_shared_cache_size): This.
23579         (__x86_64_raw_shared_cache_size): Renamed to ...
23580         (__x86_raw_shared_cache_size): This.
23581         (__x86_64_shared_cache_size_half): Renamed to ...
23582         (__x86_shared_cache_size_half): This.
23583         (__x86_64_raw_shared_cache_size_half): Renamed to ...
23584         (__x86_raw_shared_cache_size_half): This.
23585         * sysdeps/x86_64/memcpy.S: Updated.
23586         * sysdeps/x86_64/memset.S: Likewise.
23587         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23588         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23589         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23590
23591 2013-01-04  David S. Miller  <davem@davemloft.net>
23592
23593         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23594
23595 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
23596
23597         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
23598         1 to avoid redefinition warning.
23599         (__USE_GNU): Don't define.
23600         (init_signaling_nan): Protoize.
23601
23602         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23603
23604 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23605
23606         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
23607         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
23608         (__cpymn): Likewise.
23609         (norm): Remove commented code.
23610         (denorm): Likewise.
23611         (__mp_dbl): Likewise.
23612         (__inv): Likewise.
23613         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
23614         (__cpymn): Likewise.
23615         (norm): Remove commented code.
23616         (denorm): Likewise.
23617         (__mp_dbl): Likewise.
23618         (__inv): Likewise.
23619
23620         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
23621         mp_no value for 1.0 and 2.0.
23622         (norm): Use RADIXI instead of radixi.d.
23623         (denorm): Likewise.
23624         (__mul): Use 0.0 instead of zero.d.
23625         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
23626         mp_no value for 1.0 and 2.0.
23627         (norm): Use RADIXI instead of radixi.d.
23628         (denorm): Likewise.
23629         (__mul): Use 0.0 instead of zero.d.
23630
23631 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
23632
23633         [BZ #14994]
23634         * math/s_casinh.c (__casinh): Reduce finite argument to first
23635         quadrant then set signs of results at the end.
23636         * math/s_casinhf.c (__casinhf): Likewise.
23637         * math/s_casinhl.c (__casinhl): Likewise.
23638         * math/libm-test.inc (casin_test): Add more tests.
23639         (casinh_test): Likewise.
23640         * sysdeps/i386/fpu/libm-test-ulps: Update.
23641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23642
23643 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23644
23645         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
23646
23647         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
23648
23649         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
23650         declarations.
23651         (denorm): Likewise.
23652         (__mp_dbl): Likewise.
23653         (__inv): Likewise.
23654
23655         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
23656         and adjust the header comment.
23657
23658         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
23659         variable name from declaration.
23660
23661 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
23662
23663         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23664         Initialize COMMON_CPUID_INDEX_7 element.
23665         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
23666         (CPUID_RTM): Likewise.
23667         (HAS_RTM): Likewise.
23668         (COMMON_CPUID_INDEX_7): New enum.
23669
23670 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
23671
23672         [BZ #14981]
23673         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
23674         size is zero, record memory as freed.
23675
23676 2013-01-03  Andreas Jaeger  <aj@suse.de>
23677
23678         * po/ia.po: Add new Interlingua translation.
23679
23680 2012-01-03  Allan McRae  <allan@archlinux.org>
23681
23682         * locale/programs/localedef.c: Fix description of '--posix' flag.
23683
23684 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
23685
23686         * NEWS: Update dates in second copyright notice.
23687         * README: Update copyright dates in example.
23688         * manual/libc.texinfo: Update copyright dates.
23689         * scripts/test-installation.pl: Update copyright date in --version
23690         output.
23691
23692         * hurd/ctty-input.c: Fix copyright notice formatting.
23693         * hurd/ctty-output.c: Likewise.
23694         * hurd/dtable.c: Likewise.
23695         * hurd/hurd-raise.c: Likewise.
23696         * hurd/hurdprio.c: Likewise.
23697         * hurd/msgportdemux.c: Likewise.
23698         * misc/sys/file.h: Likewise.
23699         * misc/sys/ioctl.h: Likewise.
23700         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23701         * sysdeps/mach/hurd/chdir.c: Likewise.
23702         * sysdeps/mach/hurd/fchdir.c: Likewise.
23703         * sysdeps/mach/hurd/rename.c: Likewise.
23704         * sysdeps/mach/hurd/rmdir.c: Likewise.
23705         * sysdeps/mach/hurd/seekdir.c: Likewise.
23706         * sysdeps/mach/hurd/setsid.c: Likewise.
23707         * sysdeps/posix/wait3.c: Likewise.
23708
23709         * All files with FSF copyright notices: Update copyright dates
23710         using scripts/update-copyrights.
23711         * intl/plural.c: Regenerated.
23712         * locale/programs/charmap-kw.h: Likewise.
23713         * locale/programs/locfile-kw.h: Likewise.
23714
23715 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23716
23717         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
23718         four values.
23719
23720         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
23721         calculation loop and add branch prediction.
23722
23723         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
23724         check access beyond bounds of m1np.
23725
23726         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
23727         MPTWO.
23728         (__inv): Remove local variable MPTWO to use the global
23729         constant.
23730         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
23731         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
23732         variable MPTWO.
23733         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
23734         MP3HALFS static const.
23735
23736 2013-01-01  David S. Miller  <davem@davemloft.net>
23737
23738         * po/ca.po: Update from translation team.
23739
23740 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
23741
23742         * scripts/update-copyrights: New file.
23743         * Makeconfig: Reformat copyright notice.
23744         * ctype/ctype.h: Likewise.
23745         * debug/swprintf_chk.c: Likewise.
23746         * elf/dl-cache.c: Likewise.
23747         * elf/dl-debug.c: Likewise.
23748         * elf/dl-object.c: Likewise.
23749         * grp/initgroups.c: Likewise.
23750         * hurd/Makefile: Likewise.
23751         * hurd/hurd/signal.h: Likewise.
23752         * hurd/hurdfault.c: Likewise.
23753         * hurd/hurdioctl.c: Likewise.
23754         * hurd/hurdlookup.c: Likewise.
23755         * hurd/intr-msg.c: Likewise.
23756         * iconv/gconv_open.c: Likewise.
23757         * libio/swprintf.c: Likewise.
23758         * locale/lc-ctype.c: Likewise.
23759         * locale/nl_langinfo.c: Likewise.
23760         * mach/Machrules: Likewise.
23761         * mach/Makefile: Likewise.
23762         * malloc/obstack.h: Likewise.
23763         * manual/Makefile: Likewise.
23764         * manual/tsort.awk: Likewise.
23765         * misc/bits/stab.def: Likewise.
23766         * nis/nis_print_group_entry.c: Likewise.
23767         * nis/nis_table.c: Likewise.
23768         * nis/nss_compat/compat-pwd.c: Likewise.
23769         * nis/nss_compat/compat-spwd.c: Likewise.
23770         * po/Makefile: Likewise.
23771         * posix/fnmatch.c: Likewise.
23772         * posix/regex.h: Likewise.
23773         * resolv/Makefile: Likewise.
23774         * resolv/nss_dns/dns-network.c: Likewise.
23775         * resolv/res_hconf.c: Likewise.
23776         * scripts/gen-sorted.awk: Likewise.
23777         * soft-fp/soft-fp.h: Likewise.
23778         * stdio-common/printf.h: Likewise.
23779         * stdlib/monetary.h: Likewise.
23780         * stdlib/random.c: Likewise.
23781         * stdlib/random_r.c: Likewise.
23782         * sysdeps/generic/Makefile: Likewise.
23783         * sysdeps/gnu/Makefile: Likewise.
23784         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
23785         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23786         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
23787         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23788         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
23789         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23790         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
23791         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23792         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23793         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23794         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23795         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23796         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
23797         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
23798         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
23799         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
23800         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23801         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23802         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23803         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23804         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
23805         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
23806         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
23807         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23808         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
23809         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
23810         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23811         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
23812         * sysdeps/mach/hurd/errnos.awk: Likewise.
23813         * sysdeps/mach/hurd/fork.c: Likewise.
23814         * sysdeps/mach/hurd/getcwd.c: Likewise.
23815         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
23816         * sysdeps/mach/hurd/mmap.c: Likewise.
23817         * sysdeps/mach/hurd/utimes.c: Likewise.
23818         * sysdeps/mach/hurd/xmknod.c: Likewise.
23819         * sysdeps/posix/profil.c: Likewise.
23820         * sysdeps/posix/readdir_r.c: Likewise.
23821         * sysdeps/powerpc/bits/mathdef.h: Likewise.
23822         * sysdeps/powerpc/bits/setjmp.h: Likewise.
23823         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
23824         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
23825         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
23826         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
23827         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
23828         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
23829         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23830         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
23831         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
23832         * sysdeps/pthread/lio_listio.c: Likewise.
23833         * sysdeps/sparc/dl-procinfo.h: Likewise.
23834         * sysdeps/unix/i386/sysdep.S: Likewise.
23835         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
23836         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
23837         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
23838         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
23839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
23840         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
23841         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
23842         * sysdeps/unix/sysv/linux/speed.c: Likewise.
23843         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
23844         * sysdeps/wordsize-32/divdi3.c: Likewise.
23845         * time/sys/time.h: Likewise.
23846         * wcsmbs/Makefile: Likewise.
23847
23848 2013-01-01  David S. Miller  <davem@davemloft.net>
23849
23850         * po/fr.po: Update from translation team.
23851
23852         * catgets/gencat.c: Update copyright year.
23853         * csu/version.c: Likewise.
23854         * debug/catchsegv.sh: Likewise.
23855         * debug/pcprofiledump.c: Likewise.
23856         * debug/xtrace.sh: Likewise.
23857         * elf/ldconfig.c: Likewise.
23858         * elf/ldd.bash.in: Likewise.
23859         * elf/pldd.c: Likewise.
23860         * elf/sotruss.ksh: Likewise.
23861         * elf/sprof.c: Likewise.
23862         * iconv/iconv_prog.c: Likewise.
23863         * iconv/iconvconfig.c: Likewise.
23864         * locale/programs/locale.c: Likewise.
23865         * locale/programs/localedef.c: Likewise.
23866         * login/programs/pt_chown.c: Likewise.
23867         * malloc/memusage.sh: Likewise.
23868         * malloc/memusagestat.c: Likewise.
23869         * malloc/mtrace.pl: Likewise.
23870         * nscd/nscd.c: Likewise.
23871         * nss/getent.c: Likewise.
23872         * nss/makedb.c: Likewise.
23873         * posix/getconf.c: Likewise.
23874
23875 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
23876
23877         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
23878         numbers.
23879
23880 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
23881
23882         * math/bits/mathcalls.h (modf): Use __nonnull.
23883
23884 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23885
23886         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
23887         (split): Use macro CN instead of the bare value.
23888         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
23889         could be used.
23890         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
23891         instead of the bare value.
23892         (power1): Likewise.
23893
23894 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23895
23896         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
23897         __ATAN_TWOM.
23898         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
23899
23900         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
23901         their values.
23902         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
23903         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23904         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
23905         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
23906
23907 2012-12-28  Andreas Jaeger  <aj@suse.de>
23908
23909         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
23910         values are from Linux 3.7.
23911
23912         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
23913         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
23914
23915 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23916
23917         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
23918         TRUE case.
23919
23920         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
23921         (norm): Likewise.
23922         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
23923         variables with preprocessor constants.
23924         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
23925         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
23926         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
23927
23928 2012-12-27  Bruno Haible  <bruno@clisp.org>
23929
23930         [BZ #14317]
23931         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
23932         only if needed.
23933
23934 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23935
23936         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
23937         and use variable directly.
23938         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
23939
23940         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
23941         MPONE.
23942         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
23943         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
23944         variable MPONE.
23945         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23946         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23947         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
23948         include directive.  Remove local variable MPONE.
23949         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
23950         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
23951         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
23952
23953 2012-12-25  David S. Miller  <davem@davemloft.net>
23954
23955         * version.h (RELEASE): Set to "development".
23956         (VERSION): Set to "2.17.90".
23957         * NEWS: Add 2.18 section.
23958
23959 2012-12-21  David S. Miller  <davem@davemloft.net>
23960
23961         * po/hr.po: Update from translation team.
23962
23963 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23964
23965         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
23966
23967 2012-12-19  Steve Ellcey  <sellcey@mips.com>
23968
23969         * NEWS:  Mention new memcpy for MIPS.
23970
23971 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23972
23973         * manual/contrib.texi (Contributors): Spelling correction.
23974
23975 2012-12-15  David S. Miller  <davem@davemloft.net>
23976
23977         * po/ru.po: Update from translation team.
23978
23979 2012-12-13  David S. Miller  <davem@davemloft.net>
23980
23981         * NEWS: Mention IFUNC testsuite enhancements.
23982
23983         * po/pl.po: Update from translation team.
23984         * po/bg.po: Likewise.
23985
23986         * manual/contrib.texi (Contributors): Update entries for Hongjiu
23987         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
23988
23989 2012-12-11  David S. Miller  <davem@davemloft.net>
23990
23991         * po/sv.po: Update from translation team.
23992
23993         * po/vi.po: Update from translation team.
23994
23995         * po/cs.po: Update from translation team.
23996
23997         * po/de.po: Update from translation team.
23998         * po/eo.po: Likewise.
23999         * po/nl.po: Likewise.
24000
24001 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24002
24003         [BZ #14246]
24004         * manual/argp.texi (Argp Helper Functions): Move node to follow
24005         Argp Parsing State.
24006
24007         [BZ #14872]
24008         * manual/conf.texi (Limits on File System Capacity): Mention if
24009         terminating null is included in the max size.
24010
24011 2012-12-10  Andreas Jaeger  <aj@suse.de>
24012
24013         * po/cs.po: Update from translation team.
24014
24015 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24016
24017         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
24018         void pointer and cast to uintptr_t.
24019         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
24020         path.
24021         * sysdeps/s390/s390-64/memcpy.S: Likewise.
24022         * sysdeps/s390/s390-64/memset.S: Likewise.
24023
24024 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
24025
24026         [BZ #14833]
24027         * menual/message.texi (Message Translation): Fix typos.
24028         (Helper programs for gettext): Likewise.
24029
24030 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
24031
24032         [BZ #14898]
24033         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
24034         Change to -1.
24035
24036 2012-12-07  David S. Miller  <davem@davemloft.net>
24037
24038         * po/libc.pot: Update.
24039
24040 2012-12-07  Richard Henderson  <rth@redhat.com>
24041
24042         [BZ #10114]
24043         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
24044         normal/normal case to before the switch.
24045         (_FP_DIV): Likewise.
24046
24047 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
24048             Mike Frysinger  <vapier@gentoo.org>
24049
24050         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
24051         check for __NR_fadvise64_64.
24052
24053 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
24054
24055         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
24056         0, not just to plain "0" as a statement.
24057         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
24058         with cw.
24059
24060 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
24061
24062         * NEWS: Use sourceware.org in Bugzilla URL.
24063
24064 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
24065
24066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
24067         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
24068
24069         * stdio-common/tst-put-error.c (do_test): Add newline to the
24070         padded test to ensure flush.
24071
24072 2012-12-05  Jeff Law  <law@redhat.com>
24073
24074         * sunrpc/etc.rpc (fedfs_admin): Add entry.
24075
24076 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
24077
24078         * README: Don't refer to ports add-on as distributed separately.
24079         Mention AArch64 in list of systems supported in the ports add-on.
24080
24081         * LICENSES: Add more non-FSF copyright and license notices.
24082
24083         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
24084         ((unused)).
24085
24086         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
24087
24088         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
24089         10000 as width of padded output.
24090
24091 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
24092
24093         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
24094
24095         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
24096         variable LX with __attribute__ ((unused)).
24097         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24098         Likewise.
24099         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24100         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24101         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
24102         with __attribute__ ((unused)).
24103
24104 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
24105
24106         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
24107
24108 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
24109
24110         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
24111         (CFLAGS-nldbl-acos.c): New variable.
24112         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
24113         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
24114         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
24115         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
24116         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
24117         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
24118         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
24119         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
24120         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
24121         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
24122         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
24123         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
24124         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
24125         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
24126         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
24127         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
24128         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
24129         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
24130         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
24131         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
24132         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
24133         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
24134         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
24135         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
24136         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
24137         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
24138         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
24139         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
24140         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
24141         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
24142         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
24143         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
24144         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
24145         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
24146         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
24147         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
24148         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
24149         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
24150         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
24151         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
24152         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
24153         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
24154         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
24155         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
24156         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
24157         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
24158         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
24159         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
24160         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
24161         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
24162         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
24163         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
24164         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
24165         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
24166         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
24167         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
24168         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
24169         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
24170         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
24171         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
24172         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
24173         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
24174         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
24175         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
24176         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
24177         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
24178         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
24179         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
24180         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
24181         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
24182         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
24183         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
24184         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
24185         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
24186         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
24187         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
24188         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
24189         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
24190         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
24191         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
24192         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
24193         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
24194         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
24195         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
24196         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
24197         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
24198         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
24199         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
24200         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
24201         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
24202         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
24203         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
24204         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
24205         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
24206         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
24207         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
24208         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
24209
24210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
24211         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
24212
24213         [BZ #14914]
24214         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
24215         whole low double instead of just low 47 bits when splitting values
24216         into two parts.
24217
24218 2012-12-03  Allan McRae  <allan@archlinux.org>
24219
24220         * manual/stdio.texi (Predefined Printf Handlers): Remove
24221         @hsep and @vsep usage.
24222
24223 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
24224
24225         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
24226         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
24227
24228 2012-12-03  Jeff Law  <law@redhat.com>
24229
24230         * time/sys/time.h (settimeofday): Do not mark TV argument
24231         as __nonnull.
24232
24233 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
24234
24235         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
24236         when currently writing and seek to current position when not.
24237         * libio/Makefile (tests): Remove bug-fclose1.
24238         * libio/bug-fclose1.c: Delete.
24239
24240 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
24241
24242         * manual/arith.texi (feenableexcept): Fix typo.
24243         (fedisableexcept): Likewise.
24244
24245 2012-11-30  Roland McGrath  <roland@hack.frob.com>
24246
24247         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
24248         second, differently-typed declaration, rather than a cast.
24249
24250 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
24251
24252         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
24253         * include/rpc/svc.h: ... here.
24254
24255 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
24256
24257         [BZ #13013]
24258         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
24259         depending n and resplen2 to catch cases where answer
24260         equals answerp2.
24261
24262 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
24263
24264         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
24265         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
24266
24267 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
24268
24269         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
24270
24271 2012-11-29  Roland McGrath  <roland@hack.frob.com>
24272
24273         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
24274
24275 2012-11-28  Jeff Law  <law@redhat.com>
24276
24277         [BZ #13761]
24278         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
24279         dataset_temporary.  Track alloca usage into alloca_used.
24280         If dataset is large allocate and release it via malloc/free.
24281
24282 2012-06-04  Florian Weimer  <fweimer@redhat.com>
24283
24284         [BZ #14197]
24285         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
24286
24287 2012-11-28  David S. Miller  <davem@davemloft.net>
24288
24289         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24290
24291 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
24292
24293         [BZ #14803]
24294         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
24295         of pi/2 rounded to nearest to 64 bits.
24296         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
24297         nearest to 64 bits.
24298         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
24299         bits.
24300
24301 2012-11-28  Jeff Law <law@redhat.com>
24302             Martin Osvald <mosvald@redhat.com>
24303
24304         [BZ #14889]
24305         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
24306         * sunrpc/svc.c: Include time.h.
24307         (__svc_accept_failed): New function.
24308         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
24309         any reason other than EINTR, call __svc_accept_failed.
24310         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
24311         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
24312
24313 2012-11-28  Andreas Schwab  <schwab@suse.de>
24314
24315         * scripts/abilist.awk: Also handle indirect functions in .opd
24316         section.
24317
24318 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
24319
24320         [BZ #13881]
24321         * sysdeps/x86/fpu/powl_helper.c: New file.
24322         * sysdeps/x86/fpu/Makefile: Likewise.
24323         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
24324         (p3): New object.
24325         (__ieee754_powl): Use __powl_helper for finite arguments except
24326         integer exponents below 8.
24327         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
24328         (p3): New object.
24329         (__ieee754_powl): Use __powl_helper for finite arguments except
24330         integer exponents below 8.
24331         * math/libm-test.inc (pow_test): Add more tests and enable some
24332         previously disabled tests.
24333         * sysdeps/i386/fpu/libm-test-ulps: Update.
24334         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24335
24336 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24337             Carlos O'Donell  <carlos_odonell@mentor.com>
24338
24339         * nss/makedb.c (is_prime): Assert that input is odd and greater
24340         than 4.  Note that fact in a comment too.
24341         (next_prime): Add 4 to input.
24342
24343 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24344
24345         [BZ #11741]
24346         * libio/Makefile (tests): Add test case tst-fwrite-error.
24347         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
24348         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
24349         * libio/tst-fwrite-error.c: New test case.
24350
24351 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
24352
24353         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
24354         before casting to void *.
24355         * include/libc-internal.h (__pointer_type): New macro.
24356         (__integer_if_pointer_type_sub): Likewise.
24357         (__integer_if_pointer_type): Likewise.
24358         (cast_to_integer): Likewise.
24359         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
24360         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
24361         before casting to atomic64_t.
24362         (atomic_exchange_acq): Likewise.
24363         (__arch_exchange_and_add_body): Likewise.
24364         (__arch_add_body): Likewise.
24365         (atomic_add_negative): Likewise.
24366         (atomic_add_zero): Likewise.
24367
24368 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
24369
24370         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
24371         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
24372         (add_fdes): Likewise.
24373         (linear_search_fdes): Likewise.
24374         (binary_search_unencoded_fdes): Likewise.
24375
24376 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
24377
24378         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
24379
24380 2012-11-24  Adam Conrad  <adconrad@0c3.net>
24381
24382         * configure.in: Autodetect C++ header directories.
24383         * configure: Regenerated.
24384
24385 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
24386
24387         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
24388
24389 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
24390
24391         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24392
24393 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
24394
24395         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
24396         LDBL_MANT_DIG == 106]: Disable some tests.
24397         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
24398         Likewise.
24399         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
24400         Likewise.
24401
24402         [BZ #14871]
24403         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
24404         input for small inputs.  Return +/- pi/2 for large inputs.
24405         * math/libm-test.inc (atan_test): Add more tests.
24406
24407         * sysdeps/generic/unwind-dw2-fde-glibc.c
24408         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
24409         __attribute__ ((unused)).
24410
24411         [BZ #14645]
24412         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
24413         x * y if x and y are nonzero and z is zero.
24414
24415         [BZ #14811]
24416         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
24417         nonzero exponents with absolute value below 0x1p-117 to +/-
24418         0x1p-117.
24419
24420         [BZ #14869]
24421         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
24422         up arguments below 2**-450, not just those below 2**-500.
24423         * math/libm-test.inc (hypot_test): Add another test.
24424
24425         [BZ #14868]
24426         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
24427         Return a+b for ratio over 2**120, not 2**60.
24428         * math/libm-test.inc (hypot_test): Add another test.
24429
24430         * math/libm-test.inc (clog_test): Use
24431         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
24432         (clog10_test): Likewise.
24433
24434         [BZ #6778]
24435         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
24436
24437 2012-11-22  Andreas Schwab  <schwab@suse.de>
24438
24439         * sysdeps/i386/fpu/libm-test-ulps: Update.
24440
24441 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
24442
24443         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
24444         printf output with newline.
24445
24446 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
24447
24448         [BZ #14865]
24449         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
24450         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
24451         -z nodlopen, -z initfirst and -z execstack support.
24452         * configure: Regenerated.
24453
24454         * elf/elf.h (DF_1_NODIRECT): New macro.
24455         (DF_1_IGNMULDEF): Likewise.
24456         (DF_1_NOKSYMS): Likewise.
24457         (DF_1_NOHDR): Likewise.
24458         (DF_1_EDITED): Likewise.
24459         (DF_1_NORELOC): Likewise.
24460         (DF_1_SYMINTPOSE): Likewise.
24461         (DF_1_GLOBAUDIT): Likewise.
24462         (DF_1_SINGLETON): Likewise.
24463         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
24464         DT_1_SUPPORTED_MASK bits.
24465         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
24466
24467 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
24468
24469         * sysdeps/unix/make-syscalls.sh: Document prefixes.
24470
24471 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
24472
24473         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
24474         macro.
24475
24476         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
24477         (sendmmsg): Move declarations...
24478         * socket/sys/socket.h: ... here.
24479         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
24480         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
24481         include it from...
24482         * socket/recvmmsg.c: ... this new file.
24483         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
24484         (sendmmsg): Rename to __sendmmsg, create weak alias and make
24485         definition of __sendmmsg hidden.
24486         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
24487         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
24488         Move ENOSYS stub into and include it from...
24489         * socket/sendmmsg.c: ... this new file.
24490         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
24491         (sysdep_routines): Move recvmmsg and sendmmsg...
24492         * socket/Makefile (routines): ... here.
24493         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
24494         (GLIBC_PRIVATE): Add __sendmmsg.
24495         * include/sys/socket.h (__sendmmsg): Add declarations.
24496         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
24497         sendmmsg.
24498
24499 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
24500
24501         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
24502         variable I1 with __attribute__ ((unused)).
24503         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
24504
24505 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
24506
24507         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
24508         DUMMY variables with __attribute__ ((unused)).
24509
24510         * bits/byteswap.h: Include <bits/types.h>.
24511         (__bswap_64): Use __uint64_t instead of unsigned long long int.
24512
24513 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
24514
24515         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
24516         string_t.  Do not manually set errno.
24517         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
24518         length with __strnlen.  Make sure to both set errno and return it on
24519         failure.
24520
24521 2012-11-19  David S. Miller  <davem@davemloft.net>
24522
24523         With help from Joseph Myers.
24524         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
24525         very large arguments properly.
24526         * math/libm-test.inc (atan_test): New tests.
24527         (atan2_test): New tests.
24528         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24529         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24530
24531 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
24532
24533         [BZ #14856]
24534         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
24535         Define to 3.
24536
24537         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
24538         [POSIX] (EADDRNOTAVAIL): Likewise.
24539         [POSIX] (EAFNOSUPPORT): Likewise.
24540         [POSIX] (EALREADY): Likewise.
24541         [POSIX] (ECONNABORTED): Likewise.
24542         [POSIX] (ECONNREFUSED): Likewise.
24543         [POSIX] (ECONNRESET): Likewise.
24544         [POSIX] (EDESTADDRREQ): Likewise.
24545         [POSIX] (EDQUOT): Likewise.
24546         [POSIX] (EHOSTUNREACH): Likewise.
24547         [POSIX] (EIDRM): Likewise.
24548         [POSIX] (EISCONN): Likewise.
24549         [POSIX] (ELOOP): Likewise.
24550         [POSIX] (EMULTIHOP): Likewise.
24551         [POSIX] (ENETDOWN): Likewise.
24552         [POSIX] (ENETUNREACH): Likewise.
24553         [POSIX] (ENOBUFS): Likewise.
24554         [POSIX] (ENODATA): Likewise.
24555         [POSIX] (ENOLINK): Likewise.
24556         [POSIX] (ENOMSG): Likewise.
24557         [POSIX] (ENOPROTOOPT): Likewise.
24558         [POSIX] (ENOSR): Likewise.
24559         [POSIX] (ENOSTR): Likewise.
24560         [POSIX] (ENOTCONN): Likewise.
24561         [POSIX] (ENOTSOCK): Likewise.
24562         [POSIX] (EOPNOTSUPP): Likewise.
24563         [POSIX] (EOVERFLOW): Likewise.
24564         [POSIX] (EPROTO): Likewise.
24565         [POSIX] (EPROTONOSUPPORT): Likewise.
24566         [POSIX] (EPROTOTYPE): Likewise.
24567         [POSIX] (ESTALE): Likewise.
24568         [POSIX] (ETIME): Likewise.
24569         [POSIX] (ETXTBSY): Likewise.
24570         [POSIX] (EWOULDBLOCK): Likewise.
24571         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
24572         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
24573         [POSIX] (SEEK_CUR): Likewise.
24574         [POSIX] (SEEK_END): Likewise.
24575         [POSIX || UNIX98] (mode_t): Do not require.
24576         [POSIX] (off_t): Likewise.
24577         [POSIX] (pid_t): Likewise.
24578         [POSIX] (sys/stat.h): Do not allow header.
24579         [POSIX] (unistd.h): Likewise.
24580         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
24581         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
24582         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
24583         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
24584         require.
24585         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
24586         sigevent): Specify elements.
24587         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
24588         entry.
24589         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
24590         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
24591
24592         * conform/data/cpio.h-data [POSIX]: Disable whole file.
24593         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
24594         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
24595         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
24596         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
24597         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
24598         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
24599         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
24600         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
24601         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
24602         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
24603         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
24604         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
24605         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
24606         Likewise.
24607         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
24608         Likewise.
24609         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
24610         Likewise.
24611         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
24612         Likewise.
24613         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
24614         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
24615         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
24616         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
24617         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
24618         Specify lower bound on value.
24619         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
24620         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
24621         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
24622         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
24623         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
24624         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
24625         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
24626         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
24627         value.
24628         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
24629         as optional.
24630         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
24631         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
24632         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
24633         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
24634         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
24635         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
24636         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
24637         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
24638         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
24639         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
24640         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
24641         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
24642         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
24643         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
24644         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
24645         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
24646         entry.
24647         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
24648         optional.
24649         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
24650         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
24651         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
24652         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
24653         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
24654         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
24655         Likewise.
24656         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
24657         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
24658         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
24659         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
24660         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
24661         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
24662         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
24663         as optional.
24664         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
24665         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
24666         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
24667         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
24668         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
24669         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
24670         specify as optional.
24671         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
24672         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
24673         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
24674         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
24675         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
24676         [XPG3] (NL_LANGMAX): Likewise.
24677         [POSIX || XPG3] (NL_MSGMAX): Likewise.
24678         [POSIX || XPG3] (NL_NMAX): Likewise.
24679         [POSIX || XPG3] (NL_SETMAX): Likewise.
24680         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
24681         [XPG3] (NZERO): Likewise.
24682         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
24683         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
24684         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
24685         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
24686         (REG_ERANGE): Expect.
24687         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
24688         optional-constant.
24689         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
24690         Use (void) in prototype.
24691         [POSIX] (*_t): Allow.
24692         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
24693         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
24694         (WRDE_BADVAL): Expect.
24695
24696         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
24697         expect.
24698         [XPG3 || XPG4] (O_RSYNC): Likewise.
24699         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
24700         Likewise.
24701         [XPG3 || XPG4] (pthread_sigmask): Likewise.
24702         [XPG3 || XPG4] (sigqueue): Likewise.
24703         [XPG3 || XPG4] (sigtimedwait): Likewise.
24704         [XPG3 || XPG4] (sigwaitinfo): Likewise.
24705         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
24706         [XPG3 || XPG4] (vsnprintf): Likewise.
24707         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
24708         Likewise.
24709         [XPG3 || XPG4] (blksize_t): Likewise.
24710         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
24711         Likewise.
24712         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
24713         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
24714         [XPG3 || XPG4] (struct itimerspec): Likewise.
24715         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
24716         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
24717         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
24718         [XPG3 || XPG4] (clockid_t): Likewise.
24719         [XPG3 || XPG4] (timer_t): Likewise.
24720         [XPG3 || XPG4] (clock_getres): Likewise.
24721         [XPG3 || XPG4] (clock_gettime): Likewise.
24722         [XPG3 || XPG4] (clock_settime): Likewise.
24723         [XPG3 || XPG4] (nanosleep): Likewise.
24724         [XPG3 || XPG4] (timer_create): Likewise.
24725         [XPG3 || XPG4] (timer_delete): Likewise.
24726         [XPG3 || XPG4] (timer_gettime): Likewise.
24727         [XPG3 || XPG4] (timer_getoverrun): Likewise.
24728         [XPG3 || XPG4] (timer_settime): Likewise.
24729         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
24730         [XPG3 || XPG4] (getlogin_r): Likewise.
24731         [XPG3 || XPG4] (pread): Likewise.
24732         [XPG3 || XPG4] (pthread_atfork): Likewise.
24733         [XPG3 || XPG4] (pwrite): Likewise.
24734
24735         [BZ #14835]
24736         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
24737         <bits/siginfo.h>.
24738
24739 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
24740
24741         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
24742         finalizing MALLSTREAM.
24743
24744         * sysdeps/mach/hurd/syncfs.c: New file.
24745
24746 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24747
24748         [BZ #14719]
24749         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
24750         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
24751         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
24752         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
24753         (_nss_dns_gethostbyname4_r): Likewise.
24754         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
24755         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
24756
24757 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
24758
24759         [BZ #13763]
24760         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
24761
24762 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
24763
24764         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
24765         * elf/cache.c (print_entry): Print ",AArch64" for
24766         FLAG_AARCH64_LIB64
24767
24768         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
24769         * elf/cache.c (print_entry): Print ",hard-float" for
24770         FLAG_ARM_LIBHF.
24771
24772 2012-11-18  David S. Miller  <davem@davemloft.net>
24773
24774         With help from Joseph Myers.
24775         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
24776         cutoff to 2**-13.
24777         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
24778         cutoff to 2**-25.
24779         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
24780         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
24781         small.
24782         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
24783         * math/libm-test.inc (y0_test): New tests.
24784         (y1_test): New tests.
24785         * sysdeps/i386/fpu/libm-test-ulps: Update.
24786         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24787         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24788
24789 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
24790
24791         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
24792         64-bit targets.
24793         * configure: Regenerated.
24794
24795 2012-11-17  David S. Miller  <davem@davemloft.net>
24796
24797         [BZ #14811]
24798         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
24799         nonzero exponents with absolute value below 0x1p-128 to +/-
24800         0x1p-128.
24801
24802 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
24803
24804         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
24805
24806         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
24807
24808         * posix/getconf-speclist.c: New file.
24809         * posix/posix-envs.def: Likewise.
24810         * posix/confstr.c (START_ENV_GROUP): New macro.
24811         (END_ENV_GROUP): Likewise.
24812         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
24813         (KNOWN_PRESENT_ENV_STRING): Likewise.
24814         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
24815         (UNKNOWN_ENVIRONMENT): Likewise.
24816         (confstr): Include posix-envs.def instead of handling
24817         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
24818         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
24819         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
24820         (END_ENV_GROUP): Likewise.
24821         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
24822         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
24823         (UNKNOWN_ENVIRONMENT): Likewise.
24824         (__sysconf): Include posix-envs.def instead of handling associated
24825         cases directly here.
24826         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
24827         preprocessing getconf-speclist.c rather than running getconf or
24828         generating empty file.
24829
24830 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
24831
24832         * scripts/check-local-headers.sh: Ignore 'mach' headers.
24833
24834 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
24835
24836         [BZ #14672]
24837         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
24838
24839 2012-11-16  David S. Miller  <davem@davemloft.net>
24840
24841         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
24842         smaller than LDBL_EPSILON/2.0L, just return xm1.
24843
24844 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
24845
24846         * elf/tst-array1.c (init): Set constructor priority to 1000.
24847         (fini): Set destructor priority to 1000.
24848         * elf/tst-array2dep.c: Likewise.
24849
24850 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
24851
24852         [BZ #11741]
24853         * libio/fileops.c (_IO_new_file_write): Correctly return error.
24854         (_IO_new_file_xsputn): Also return EOF if none of the input
24855         data was written when overflow failed.
24856         * libio/iopadn.c (_IO_padn): Likewise.
24857         * libio/iowpadn.c (_IO_wpadn): Likewise.
24858         * stdio-common/tst-put-error.c: Add copyright notice.
24859         (do_test): Add case for printing padded string.
24860         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
24861         _IO_padn returned error.
24862         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
24863         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
24864         return EOF.
24865
24866 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
24867
24868         * libio/libioP.h: Add comment note that the references to C++
24869         bits are now obsolete.
24870
24871 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24872
24873         * math/libm-test.inc (check_complex): Use asprintf.
24874
24875 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
24876
24877         * debug/pcprofiledump.c (print_version): Update copyright year.
24878         * malloc/memusagestat.c (print_version): Likewise.
24879
24880 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
24881
24882         [BZ #14831]
24883         * elf/Makefile (tests): Add tst-audit8.
24884         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
24885         ($(objpfx)tst-audit8.out): New target.
24886         (tst-audit8-ENV): New variable.
24887         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
24888         audit if l_reloc_result is NULL.
24889         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
24890         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
24891         * elf/tst-audit8.c: New file.
24892
24893 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24894
24895         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
24896         * misc/Makefile (CFLAGS-select.c): Define.
24897         * posix/Makefile (CFLAGS-pause.c): Define.
24898
24899 2012-11-13  David S. Miller  <davem@davemloft.net>
24900
24901         * crypt/Makefile: Move test targets after toplevel Rules
24902         inclusion.  Grab any necessary sysdep routines when linking.
24903         * crypt/md5.c (md5_process_block): Remove define, we will always
24904         name it __md5_process_block.
24905         (md5_finish_ctx): Update md5_process_block call.
24906         (md5_stream): Likewise.
24907         (md5_process_bytes): Likewise.
24908         (md5_process_block): Rename to __md5_process_block and move to ...
24909         * crypt/md5-block.c: ... here.
24910         * crypt/sha256.c (sha256_process_block): Move to ...
24911         * crypt/sha256-block.c: ... here.
24912         * crypt/sha512.c (sha512_process_block): Move to ...
24913         * crypt/sha512-block.c: ... here.
24914         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
24915         path.
24916         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
24917         * sysdeps/sparc/sparc64/multiarch/Makefile
24918         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
24919         crypt subdir.
24920         (localedef-aux): Add md5 crypto assembler when in locale subdir.
24921         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
24922         multiarch changes.
24923         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
24924         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
24925         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
24926         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
24927         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
24928         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
24929         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
24930         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
24931         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
24932         file.
24933         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
24934         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
24935         file.
24936         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
24937
24938 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
24939
24940         * timezone/tzselect.ksh: Update from tzcode git revision
24941         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
24942         * timezone/zdump.c: Likewise.
24943         * timezone/zic.c: Likewise.
24944         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
24945         in TZVERSION setting, not $(PKGVERSION).
24946         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
24947         REPORT_BUGS_TO settings.
24948
24949         [BZ #14838]
24950         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
24951         macro.
24952
24953 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24954
24955         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
24956         detection to immediately after _FP_ROUND().
24957         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
24958         bits are 0.
24959
24960 2012-11-11  David S. Miller  <davem@davemloft.net>
24961
24962         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
24963         inttypes.h
24964         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
24965         __close rather than their public counterparts.
24966
24967 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
24968
24969         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
24970         file.
24971         [UNIX98] (sem_timedwait): Do not expect.
24972         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
24973         [XPG4 || UNIX98] (sockatmark): Do not expect.
24974         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
24975         (clock_getcpuclockid): Do not expect.
24976         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
24977         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
24978         Do not expect.
24979         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
24980         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
24981         [UNIX98] (vwscanf): Likewise.
24982         [UNIX98] (vswscanf): Likewise.
24983
24984 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
24985
24986         * timezone/version.h: Remove file.
24987         * timezone/README: Do not refer to version.h.
24988         * timezone/Makefile ($(objpfx)zic.o): New dependency on
24989         $(objpfx)version.h.
24990         ($(objpfx)zdump.o): Likewise.
24991         ($(objpfx)version.h): New target.
24992
24993         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
24994         2012i.
24995         * timezone/README: Don't mention modification to tzselect.ksh.
24996         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
24997         work on unmodified tzselect.ksh.  Substitute version numbers in
24998         tzselect.ksh.
24999
25000         * Makefile (format-me): Remove.
25001         (INSTALL): Adjust indentation.  Use commands directly instead of
25002         using $(format-me).
25003
25004         * aclocal.m4 (ACX_PKGVERSION): New macro.
25005         (ACX_BUGURL): Likewise.
25006         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
25007         (PKGVERSION): New AC_DEFINE_UNQUOTED.
25008         (REPORT_BUGS_TO): Likewise.
25009         * configure: Regenerated.
25010         * config.h.in (PKGVERSION): New macro.
25011         (REPORT_BUGS_TO): Likewise.
25012         * config.make.in (PKGVERSION): New variable.
25013         (PKGVERSION_TEXI): Likewise.
25014         (REPORT_BUGS_TO): Likewise.
25015         (REPORT_BUGS_TEXI): Likewise.
25016         * Makefile (format-me): Use -I$(common-objpfx)manual.
25017         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
25018         ($(common-objpfx)manual/%): New target.
25019         (manual/%): Remove target.
25020         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
25021         (print_version): Use PKGVERSION.
25022         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
25023         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
25024         and REPORT_BUGS_TO.
25025         ($(objpfx)xtrace): Likewise.
25026         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
25027         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
25028         (print_version): Use PKGVERSION.
25029         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
25030         (do_version): Use PKGVERSION.
25031         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
25032         REPORT_BUGS_TO.
25033         (common-ldd-rewrite): Likewise.
25034         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
25035         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
25036         (print_version): Use PKGVERSION.
25037         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
25038         * elf/pldd.c (argp_program_bug_address): Remove variable.
25039         (more_help): New function.
25040         (argp): Use more_help.
25041         (print_version): Use PKGVERSION.
25042         * elf/sln.c (main): Use PKGVERSION.
25043         (usage): Use REPORT_BUGS_TO.
25044         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
25045         (top level): Use PKGVERSION.
25046         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
25047         (print_version): Use PKGVERSION.
25048         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
25049         (print_version): Use PKGVERSION.
25050         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
25051         (print_version): Use PKGVERSION.
25052         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
25053         (print_version): Use PKGVERSION.
25054         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
25055         (print_version): Use PKGVERSION.
25056         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
25057         (print_version): Use PKGVERSION.
25058         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
25059         and BUGURL.
25060         ($(objpfx)memusage): Likewise.
25061         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
25062         (do_version): Use PKGVERSION.
25063         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
25064         (print_version): Use PKGVERSION.
25065         * malloc/mtrace.pl ($PACKAGE): Remove variable.
25066         ($PKGVERSION): New variable.
25067         ($REPORT_BUGS_TO): Likewise.
25068         (usage): Use $REPORT_BUGS_TO.
25069         (top level): Use $PKGVERSION.
25070         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
25071         ($(objpfx)pkgvers.texi): New rule.
25072         ($(objpfx)stamp-pkgvers): Likewise.
25073         * manual/install.texi: Include pkgvers.texi.
25074         (--with-pkgversion): Document new configure option.
25075         (--with-bugurl): Likewise.
25076         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
25077         than necessarily for this particular distribution.  Use
25078         REPORT_BUGS_TO for where to report bugs.
25079         * INSTALL: Regenerated.
25080         * manual/libc.texinfo: Include pkgvers.texi.
25081         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
25082         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
25083         (print_version): Use PKGVERSION.
25084         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
25085         (print_version): Use PKGVERSION.
25086         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
25087         (print_version): Use PKGVERSION.
25088         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
25089         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
25090         macro.
25091         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
25092         (print_version): Use PKGVERSION.
25093         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
25094         (print_version): Use PKGVERSION.
25095         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
25096         and PKGVERSION.
25097
25098         * timezone/checktab.awk: Update from tzcode 2012i.
25099         * timezone/ialloc.c: Likewise.
25100         * timezone/private.h: Likewise.
25101         * timezone/scheck.c: Likewise.
25102         * timezone/tzfile.h: Likewise.
25103         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
25104         (TZVERSION): Hardcode tzcode version number.
25105         * timezone/zdump.c: Update from tzcode 2012i.
25106         * timezone/zic.c: Likewise.
25107         * timezone/version.h: New file.
25108         * timezone/README: Describe version.h.  Update upstream location.
25109
25110         [BZ #14824]
25111         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
25112         (mktemp): Enable declaration.
25113         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
25114         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
25115         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
25116         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
25117         Likewise.
25118         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
25119         Likewise.
25120         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
25121         Likewise.
25122         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
25123         Likewise.
25124         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
25125         Likewise.
25126         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
25127         Likewise.
25128
25129         [BZ #14821]
25130         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
25131         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
25132         for copies of such integer values.
25133         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
25134         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
25135
25136 2012-11-09  Andreas Jaeger  <aj@suse.de>
25137
25138         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
25139         definitions and declarations that are provided by
25140         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
25141
25142 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25143
25144         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
25145         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
25146         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
25147         definition.
25148
25149 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
25150
25151         * elf/elf.h: Update comment before AArch64 relocations.
25152
25153 2012-11-07  David S. Miller  <davem@davemloft.net>
25154
25155         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
25156         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
25157         (__start_context): Declare.
25158         (__makecontext_ret): Delete.
25159         (__makecontext): Hook up __start_context instead of
25160         __makecontext_ret.
25161         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
25162         (sysdep_routines): Add __start_context when in stdlib.
25163
25164 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
25165
25166         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
25167         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
25168         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
25169         hardcoded "nm".
25170         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
25171         (READELF): New variable.  Use it instead of hardcoded "readelf".
25172
25173 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
25174
25175         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
25176         * sysdeps/x86/Makefile: Here.
25177         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
25178         * sysdeps/x86/tst-xmmymm.sh: This.
25179
25180 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
25181
25182         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
25183         expectations.
25184         [UNIX98] (pthread_barrier_t): Do not expect.
25185         [UNIX98] (pthread_barrierattr_t): Likewise.
25186         [UNIX98] (pthread_spinlock_t): Likewise.
25187         [UNIX98] (pthread_barrier_destroy): Likewise.
25188         [UNIX98] (pthread_barrier_init): Likewise.
25189         [UNIX98] (pthread_barrier_wait): Likewise.
25190         [UNIX98] (pthread_barrierattr_destroy): Likewise.
25191         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
25192         [UNIX98] (pthread_barrierattr_init): Likewise.
25193         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
25194         [UNIX98] (pthread_getcpuclockid): Likewise.
25195         [UNIX98] (pthread_mutex_timedlock): Likewise.
25196         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
25197         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
25198         [UNIX98] (pthread_sigmask): Likewise.
25199         [UNIX98] (pthread_spin_destroy): Likewise.
25200         [UNIX98] (pthread_spin_init): Likewise.
25201         [UNIX98] (pthread_spin_lock): Likewise.
25202         [UNIX98] (pthread_spin_trylock): Likewise.
25203         [UNIX98] (pthread_spin_unlock): Likewise.
25204         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
25205         Do not expect.
25206         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
25207         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
25208         [XPG3 || XPG4] (pthread_cond_t): Likewise.
25209         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
25210         [XPG3 || XPG4] (pthread_key_t): Likewise.
25211         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
25212         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
25213         [XPG3 || XPG4] (pthread_once_t): Likewise.
25214         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
25215         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
25216         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
25217         [XPG3 || XPG4] (pthread_t): Likewise.
25218
25219         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
25220         not expect.
25221         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
25222
25223         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
25224         Change function return type to int.
25225
25226         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
25227         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
25228         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
25229         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
25230         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
25231         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
25232         [!POSIX] (posix_madvise): Likewise.
25233         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
25234         && !UNIX98].
25235         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
25236         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
25237         (mode_t): Likewise.
25238         (posix_mem_offset): Likewise.
25239         (posix_typed_mem_get_info): Likewise.
25240         (posix_typed_mem_open): Likewise.
25241
25242         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
25243         Change condition to [XOPEN2K8].
25244
25245         * conform/conformtest.pl: Preprocess allow-header data with -x c
25246         instead of from stdin.
25247         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
25248         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
25249         [C99-based standards] (cerfc): Likewise.
25250         [C99-based standards] (cexp2): Likewise.
25251         [C99-based standards] (cexpm1): Likewise.
25252         [C99-based standards] (clog10): Likewise.
25253         [C99-based standards] (clog1p): Likewise.
25254         [C99-based standards] (clog2): Likewise.
25255         [C99-based standards] (clgamma): Likewise.
25256         [C99-based standards] (ctgamma): Likewise.
25257         [C99-based standards] (cerff): Likewise.
25258         [C99-based standards] (cerfcf): Likewise.
25259         [C99-based standards] (cexp2f): Likewise.
25260         [C99-based standards] (cexpm1f): Likewise.
25261         [C99-based standards] (clog10f): Likewise.
25262         [C99-based standards] (clog1pf): Likewise.
25263         [C99-based standards] (clog2f): Likewise.
25264         [C99-based standards] (clgammaf): Likewise.
25265         [C99-based standards] (ctgammaf): Likewise.
25266         [C99-based standards] (cerfl): Likewise.
25267         [C99-based standards] (cerfcl): Likewise.
25268         [C99-based standards] (cexp2l): Likewise.
25269         [C99-based standards] (cexpm1l): Likewise.
25270         [C99-based standards] (clog10l): Likewise.
25271         [C99-based standards] (clog1pl): Likewise.
25272         [C99-based standards] (clog2l): Likewise.
25273         [C99-based standards] (clgammal): Likewise.
25274         [C99-based standards] (ctgammal): Likewise.
25275         * conform/data/inttypes.h-data [C99-based standards]: Include
25276         stdint.h-data.  Remove all expectations for stdint.h contents.
25277         [C99-based standards] (PRI*): Do not allow.
25278         [C99-based standards] (SCN*): Likewise.
25279         [C99-based standards] (*_t): Likewise.
25280         [C99-based-standards] (PRId8): Expect macro.
25281         [C99-based-standards] (PRIi8): Likewise.
25282         [C99-based-standards] (PRIo8): Likewise.
25283         [C99-based-standards] (PRIu8): Likewise.
25284         [C99-based-standards] (PRIx8): Likewise.
25285         [C99-based-standards] (PRIX8): Likewise.
25286         [C99-based-standards] (SCNd8): Likewise.
25287         [C99-based-standards] (SCNi8): Likewise.
25288         [C99-based-standards] (SCNo8): Likewise.
25289         [C99-based-standards] (SCNu8): Likewise.
25290         [C99-based-standards] (SCNx8): Likewise.
25291         [C99-based-standards] (PRIdLEAST8): Likewise.
25292         [C99-based-standards] (PRIiLEAST8): Likewise.
25293         [C99-based-standards] (PRIoLEAST8): Likewise.
25294         [C99-based-standards] (PRIuLEAST8): Likewise.
25295         [C99-based-standards] (PRIxLEAST8): Likewise.
25296         [C99-based-standards] (PRIXLEAST8): Likewise.
25297         [C99-based-standards] (SCNdLEAST8): Likewise.
25298         [C99-based-standards] (SCNiLEAST8): Likewise.
25299         [C99-based-standards] (SCNoLEAST8): Likewise.
25300         [C99-based-standards] (SCNuLEAST8): Likewise.
25301         [C99-based-standards] (SCNxLEAST8): Likewise.
25302         [C99-based-standards] (PRIdFAST8): Likewise.
25303         [C99-based-standards] (PRIiFAST8): Likewise.
25304         [C99-based-standards] (PRIoFAST8): Likewise.
25305         [C99-based-standards] (PRIuFAST8): Likewise.
25306         [C99-based-standards] (PRIxFAST8): Likewise.
25307         [C99-based-standards] (PRIXFAST8): Likewise.
25308         [C99-based-standards] (SCNdFAST8): Likewise.
25309         [C99-based-standards] (SCNiFAST8): Likewise.
25310         [C99-based-standards] (SCNoFAST8): Likewise.
25311         [C99-based-standards] (SCNuFAST8): Likewise.
25312         [C99-based-standards] (SCNxFAST8): Likewise.
25313         [C99-based-standards] (PRId16): Likewise.
25314         [C99-based-standards] (PRIi16): Likewise.
25315         [C99-based-standards] (PRIo16): Likewise.
25316         [C99-based-standards] (PRIu16): Likewise.
25317         [C99-based-standards] (PRIx16): Likewise.
25318         [C99-based-standards] (PRIX16): Likewise.
25319         [C99-based-standards] (SCNd16): Likewise.
25320         [C99-based-standards] (SCNi16): Likewise.
25321         [C99-based-standards] (SCNo16): Likewise.
25322         [C99-based-standards] (SCNu16): Likewise.
25323         [C99-based-standards] (SCNx16): Likewise.
25324         [C99-based-standards] (PRIdLEAST16): Likewise.
25325         [C99-based-standards] (PRIiLEAST16): Likewise.
25326         [C99-based-standards] (PRIoLEAST16): Likewise.
25327         [C99-based-standards] (PRIuLEAST16): Likewise.
25328         [C99-based-standards] (PRIxLEAST16): Likewise.
25329         [C99-based-standards] (PRIXLEAST16): Likewise.
25330         [C99-based-standards] (SCNdLEAST16): Likewise.
25331         [C99-based-standards] (SCNiLEAST16): Likewise.
25332         [C99-based-standards] (SCNoLEAST16): Likewise.
25333         [C99-based-standards] (SCNuLEAST16): Likewise.
25334         [C99-based-standards] (SCNxLEAST16): Likewise.
25335         [C99-based-standards] (PRIdFAST16): Likewise.
25336         [C99-based-standards] (PRIiFAST16): Likewise.
25337         [C99-based-standards] (PRIoFAST16): Likewise.
25338         [C99-based-standards] (PRIuFAST16): Likewise.
25339         [C99-based-standards] (PRIxFAST16): Likewise.
25340         [C99-based-standards] (PRIXFAST16): Likewise.
25341         [C99-based-standards] (SCNdFAST16): Likewise.
25342         [C99-based-standards] (SCNiFAST16): Likewise.
25343         [C99-based-standards] (SCNoFAST16): Likewise.
25344         [C99-based-standards] (SCNuFAST16): Likewise.
25345         [C99-based-standards] (SCNxFAST16): Likewise.
25346         [C99-based-standards] (PRId32): Likewise.
25347         [C99-based-standards] (PRIi32): Likewise.
25348         [C99-based-standards] (PRIo32): Likewise.
25349         [C99-based-standards] (PRIu32): Likewise.
25350         [C99-based-standards] (PRIx32): Likewise.
25351         [C99-based-standards] (PRIX32): Likewise.
25352         [C99-based-standards] (SCNd32): Likewise.
25353         [C99-based-standards] (SCNi32): Likewise.
25354         [C99-based-standards] (SCNo32): Likewise.
25355         [C99-based-standards] (SCNu32): Likewise.
25356         [C99-based-standards] (SCNx32): Likewise.
25357         [C99-based-standards] (PRIdLEAST32): Likewise.
25358         [C99-based-standards] (PRIiLEAST32): Likewise.
25359         [C99-based-standards] (PRIoLEAST32): Likewise.
25360         [C99-based-standards] (PRIuLEAST32): Likewise.
25361         [C99-based-standards] (PRIxLEAST32): Likewise.
25362         [C99-based-standards] (PRIXLEAST32): Likewise.
25363         [C99-based-standards] (SCNdLEAST32): Likewise.
25364         [C99-based-standards] (SCNiLEAST32): Likewise.
25365         [C99-based-standards] (SCNoLEAST32): Likewise.
25366         [C99-based-standards] (SCNuLEAST32): Likewise.
25367         [C99-based-standards] (SCNxLEAST32): Likewise.
25368         [C99-based-standards] (PRIdFAST32): Likewise.
25369         [C99-based-standards] (PRIiFAST32): Likewise.
25370         [C99-based-standards] (PRIoFAST32): Likewise.
25371         [C99-based-standards] (PRIuFAST32): Likewise.
25372         [C99-based-standards] (PRIxFAST32): Likewise.
25373         [C99-based-standards] (PRIXFAST32): Likewise.
25374         [C99-based-standards] (SCNdFAST32): Likewise.
25375         [C99-based-standards] (SCNiFAST32): Likewise.
25376         [C99-based-standards] (SCNoFAST32): Likewise.
25377         [C99-based-standards] (SCNuFAST32): Likewise.
25378         [C99-based-standards] (SCNxFAST32): Likewise.
25379         [C99-based-standards] (PRId64): Likewise.
25380         [C99-based-standards] (PRIi64): Likewise.
25381         [C99-based-standards] (PRIo64): Likewise.
25382         [C99-based-standards] (PRIu64): Likewise.
25383         [C99-based-standards] (PRIx64): Likewise.
25384         [C99-based-standards] (PRIX64): Likewise.
25385         [C99-based-standards] (SCNd64): Likewise.
25386         [C99-based-standards] (SCNi64): Likewise.
25387         [C99-based-standards] (SCNo64): Likewise.
25388         [C99-based-standards] (SCNu64): Likewise.
25389         [C99-based-standards] (SCNx64): Likewise.
25390         [C99-based-standards] (PRIdLEAST64): Likewise.
25391         [C99-based-standards] (PRIiLEAST64): Likewise.
25392         [C99-based-standards] (PRIoLEAST64): Likewise.
25393         [C99-based-standards] (PRIuLEAST64): Likewise.
25394         [C99-based-standards] (PRIxLEAST64): Likewise.
25395         [C99-based-standards] (PRIXLEAST64): Likewise.
25396         [C99-based-standards] (SCNdLEAST64): Likewise.
25397         [C99-based-standards] (SCNiLEAST64): Likewise.
25398         [C99-based-standards] (SCNoLEAST64): Likewise.
25399         [C99-based-standards] (SCNuLEAST64): Likewise.
25400         [C99-based-standards] (SCNxLEAST64): Likewise.
25401         [C99-based-standards] (PRIdFAST64): Likewise.
25402         [C99-based-standards] (PRIiFAST64): Likewise.
25403         [C99-based-standards] (PRIoFAST64): Likewise.
25404         [C99-based-standards] (PRIuFAST64): Likewise.
25405         [C99-based-standards] (PRIxFAST64): Likewise.
25406         [C99-based-standards] (PRIXFAST64): Likewise.
25407         [C99-based-standards] (SCNdFAST64): Likewise.
25408         [C99-based-standards] (SCNiFAST64): Likewise.
25409         [C99-based-standards] (SCNoFAST64): Likewise.
25410         [C99-based-standards] (SCNuFAST64): Likewise.
25411         [C99-based-standards] (SCNxFAST64): Likewise.
25412         [C99-based-standards] (PRIdMAX): Likewise.
25413         [C99-based-standards] (PRIiMAX): Likewise.
25414         [C99-based-standards] (PRIoMAX): Likewise.
25415         [C99-based-standards] (PRIuMAX): Likewise.
25416         [C99-based-standards] (PRIxMAX): Likewise.
25417         [C99-based-standards] (PRIXMAX): Likewise.
25418         [C99-based-standards] (SCNdMAX): Likewise.
25419         [C99-based-standards] (SCNiMAX): Likewise.
25420         [C99-based-standards] (SCNoMAX): Likewise.
25421         [C99-based-standards] (SCNuMAX): Likewise.
25422         [C99-based-standards] (SCNxMAX): Likewise.
25423         [C99-based-standards] (PRIdPTR): Likewise.
25424         [C99-based-standards] (PRIiPTR): Likewise.
25425         [C99-based-standards] (PRIoPTR): Likewise.
25426         [C99-based-standards] (PRIuPTR): Likewise.
25427         [C99-based-standards] (PRIxPTR): Likewise.
25428         [C99-based-standards] (PRIXPTR): Likewise.
25429         [C99-based-standards] (SCNdPTR): Likewise.
25430         [C99-based-standards] (SCNiPTR): Likewise.
25431         [C99-based-standards] (SCNoPTR): Likewise.
25432         [C99-based-standards] (SCNuPTR): Likewise.
25433         [C99-based-standards] (SCNxPTR): Likewise.
25434         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
25435         allow.
25436         * conform/data/stdint.h-data: Update comments to clarify
25437         requirements.
25438         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
25439         type.
25440         [C99-based standards] (INT8_MAX): Likewise.
25441         [C99-based standards] (INT16_MIN): Likewise.
25442         [C99-based standards] (INT16_MAX): Likewise.
25443         [C99-based standards] (INT32_MIN): Likewise.
25444         [C99-based standards] (INT32_MAX): Likewise.
25445         [C99-based standards] (INT64_MIN): Likewise.
25446         [C99-based standards] (INT64_MAX): Likewise.
25447         [C99-based standards] (UINT8_MAX): Likewise.
25448         [C99-based standards] (UINT16_MAX): Likewise.
25449         [C99-based standards] (UINT32_MAX): Likewise.
25450         [C99-based standards] (UINT64_MAX): Likewise.
25451         [C99-based standards] (INT_LEAST8_MIN): Likewise.
25452         [C99-based standards] (INT_LEAST8_MAX): Likewise.
25453         [C99-based standards] (INT_LEAST16_MIN): Likewise.
25454         [C99-based standards] (INT_LEAST16_MAX): Likewise.
25455         [C99-based standards] (INT_LEAST32_MIN): Likewise.
25456         [C99-based standards] (INT_LEAST32_MAX): Likewise.
25457         [C99-based standards] (INT_LEAST64_MIN): Likewise.
25458         [C99-based standards] (INT_LEAST64_MAX): Likewise.
25459         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
25460         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
25461         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
25462         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
25463         [C99-based standards] (INT_FAST8_MIN): Likewise.
25464         [C99-based standards] (INT_FAST8_MAX): Likewise.
25465         [C99-based standards] (INT_FAST16_MIN): Likewise.
25466         [C99-based standards] (INT_FAST16_MAX): Likewise.
25467         [C99-based standards] (INT_FAST32_MIN): Likewise.
25468         [C99-based standards] (INT_FAST32_MAX): Likewise.
25469         [C99-based standards] (INT_FAST64_MIN): Likewise.
25470         [C99-based standards] (INT_FAST64_MAX): Likewise.
25471         [C99-based standards] (UINT_FAST8_MAX): Likewise.
25472         [C99-based standards] (UINT_FAST16_MAX): Likewise.
25473         [C99-based standards] (UINT_FAST32_MAX): Likewise.
25474         [C99-based standards] (UINT_FAST64_MAX): Likewise.
25475         [C99-based standards] (INTPTR_MIN): Likewise.
25476         [C99-based standards] (INTPTR_MAX): Likewise.
25477         [C99-based standards] (UINTPTR_MAX): Likewise.
25478         [C99-based standards] (INTMAX_MIN): Likewise.
25479         [C99-based standards] (INTMAX_MAX): Likewise.
25480         [C99-based standards] (UINTMAX_MAX): Likewise.
25481         [C99-based standards] (PTRDIFF_MIN): Likewise.
25482         [C99-based standards] (PTRDIFF_MAX): Likewise.
25483         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
25484         [C99-based standards] (SIZE_MAX): Likewise.
25485         [C99-based standards] (WCHAR_MAX): Likewise.
25486         [C99-based standards] (WINT_MAX): Likewise.
25487         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
25488         constraint on value.
25489         [C99-based standards] (WCHAR_MIN): Likewise.
25490         [C99-based standards] (WINT_MIN): Likewise.
25491         [C99-based standards] (*_t): Allow.
25492         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
25493         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
25494         Include math.h-data and complex.h-data.  Remove all expectations
25495         of math.h and complex.h contents.
25496         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
25497         at end of line.
25498         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
25499         (struct tm): Expect tag.
25500         [C99-based-standards] (wcstof): Expect function.
25501         [C99-based-standards] (wcstold): Likewise.
25502         [C99-based-standards] (wcstoll): Likewise.
25503         [C99-based-standards] (wcstoull): Likewise.
25504         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
25505         macro-int-constant.  Specify type.
25506         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
25507         constraint on value.
25508         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
25509         Specify type.
25510         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
25511         Specify value.
25512         [ISO C standards]: Do not allow headers.
25513         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
25514         wcs[abcdefghijklmnopqrstuvwxyz]*.
25515         [ISO C standards] (*_t): Do not allow.
25516         * conform/data/wctype.h-data [C99-based standards] (iswblank):
25517         Expect function.
25518         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
25519         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
25520         Specify type.
25521         [ISO C standards]: Do not allow headers.
25522         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
25523         is[abcdefghijklmnopqrstuvwxyz]*.
25524         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
25525         to[abcdefghijklmnopqrstuvwxyz]*.
25526         [ISO C standards] (*_t): Do not allow.
25527         * conform/data/stdalign.h-data: New file.
25528         * conform/data/stdbool.h-data: Likewise.
25529         * conform/data/stdnoreturn.h-data: Likewise.
25530
25531 2012-11-07  Roland McGrath  <roland@hack.frob.com>
25532
25533         [BZ #14815]
25534         * manual/filesys.texi (Directory Entries): Typo fix.
25535         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
25536
25537 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
25538
25539         * elf/elf.h (EM_AARCH64): New macro.
25540         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
25541         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
25542         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
25543         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
25544         (R_AARCH64_TLSDESC): Likewise.
25545         (NT_ARM_TLS): Likewise.
25546         (NT_ARM_HW_BREAK): Likewise.
25547         (NT_ARM_HW_WATCH): Likewise.
25548
25549 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
25550
25551         [BZ #14811]
25552         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
25553         (__ieee754_powl): Saturate nonzero exponents with absolute value
25554         below 0x1p-79 to +/- 0x1p-79.
25555         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
25556         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
25557         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
25558         nonzero exponents with absolute value below 0x1p-32 to +/-
25559         0x1p-32.
25560         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
25561         (__ieee754_powl): Saturate nonzero exponents with absolute value
25562         below 0x1p-79 to +/- 0x1p-79.
25563         * math/libm-test.inc (pow_test): Add more tests.
25564
25565 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25566
25567         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
25568         _dl_s390_cap_flags with kernel. Increase string length.
25569         (_dl_s390_platforms): Add z196 and zEC12.
25570
25571 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
25572
25573         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
25574         Change XOPEN21K to XOPEN2K.
25575
25576 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
25577
25578         * string/memmove.c: Use memcpy when possible.
25579
25580 2012-11-06  Andreas Jaeger  <aj@suse.de>
25581
25582         * po/eo.po: Update from translation team.
25583
25584 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
25585
25586         [BZ #14793]
25587         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
25588         exponent and small x and y exponents, scale x or y up.  Increase
25589         by 2 the exponent used in scaling up.
25590         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
25591         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
25592         * math/libm-test.inc (fma_test): Add more tests.
25593         (fma_test_towardzero): Likewise.
25594         (fma_test_downward): Likewise.
25595         (fma_test_upward): Likewise.
25596
25597 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
25598
25599         [BZ #14805]
25600         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
25601         fenv_t *.
25602
25603         [BZ #14801]
25604         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
25605         namespace for names of struct fields.
25606         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
25607         fenv_t fields.
25608         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
25609         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
25610
25611 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25612
25613         [BZ #3665]
25614         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
25615
25616 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
25617
25618         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
25619         PTR_DEMANGLE.
25620
25621         [BZ #5246]
25622         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
25623         PTR_DEMANGLE.
25624
25625 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
25626
25627         [BZ #14797]
25628         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
25629         definitely overflow as x * y not x * y + z.
25630         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
25631         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
25632         * math/libm-test.inc (fma_test): Add more tests.
25633         (fma_test_towardzero): Likewise.
25634         (fma_test_downward): Likewise.
25635         (fma_test_upward): Likewise.
25636
25637 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
25638
25639         [BZ #157]
25640
25641         * include/stub-tag.h: Remove file.
25642         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
25643         '#include' of it.
25644         * manual/maint.texi (Porting): Don't reference it.
25645         * Makerules ($(objpfx)stubs): Likewise.
25646         * dirent/closedir.c: Don't include <stub-tag.h>.
25647         * dirent/dirfd.c: Likewise.
25648         * dirent/fdopendir.c: Likewise.
25649         * dirent/getdents.c: Likewise.
25650         * dirent/getdents64.c: Likewise.
25651         * dirent/opendir.c: Likewise.
25652         * dirent/readdir.c: Likewise.
25653         * dirent/readdir64.c: Likewise.
25654         * dirent/readdir64_r.c: Likewise.
25655         * dirent/readdir_r.c: Likewise.
25656         * dirent/rewinddir.c: Likewise.
25657         * dirent/seekdir.c: Likewise.
25658         * dirent/telldir.c: Likewise.
25659         * gmon/profil.c: Likewise.
25660         * grp/setgroups.c: Likewise.
25661         * inet/if_index.c: Likewise.
25662         * io/access.c: Likewise.
25663         * io/chdir.c: Likewise.
25664         * io/chmod.c: Likewise.
25665         * io/chown.c: Likewise.
25666         * io/close.c: Likewise.
25667         * io/dup.c: Likewise.
25668         * io/dup2.c: Likewise.
25669         * io/dup3.c: Likewise.
25670         * io/euidaccess.c: Likewise.
25671         * io/faccessat.c: Likewise.
25672         * io/fchdir.c: Likewise.
25673         * io/fchmod.c: Likewise.
25674         * io/fchmodat.c: Likewise.
25675         * io/fchown.c: Likewise.
25676         * io/fchownat.c: Likewise.
25677         * io/fcntl.c: Likewise.
25678         * io/flock.c: Likewise.
25679         * io/fstatfs.c: Likewise.
25680         * io/fstatfs64.c: Likewise.
25681         * io/fstatvfs.c: Likewise.
25682         * io/fstatvfs64.c: Likewise.
25683         * io/futimens.c: Likewise.
25684         * io/fxstat.c: Likewise.
25685         * io/fxstat64.c: Likewise.
25686         * io/fxstatat.c: Likewise.
25687         * io/fxstatat64.c: Likewise.
25688         * io/getcwd.c: Likewise.
25689         * io/isatty.c: Likewise.
25690         * io/lchmod.c: Likewise.
25691         * io/lchown.c: Likewise.
25692         * io/link.c: Likewise.
25693         * io/linkat.c: Likewise.
25694         * io/lseek.c: Likewise.
25695         * io/lseek64.c: Likewise.
25696         * io/lxstat64.c: Likewise.
25697         * io/mkdir.c: Likewise.
25698         * io/mkdirat.c: Likewise.
25699         * io/mkfifo.c: Likewise.
25700         * io/mkfifoat.c: Likewise.
25701         * io/open.c: Likewise.
25702         * io/open64.c: Likewise.
25703         * io/openat.c: Likewise.
25704         * io/openat64.c: Likewise.
25705         * io/pipe.c: Likewise.
25706         * io/pipe2.c: Likewise.
25707         * io/poll.c: Likewise.
25708         * io/posix_fadvise.c: Likewise.
25709         * io/posix_fadvise64.c: Likewise.
25710         * io/posix_fallocate.c: Likewise.
25711         * io/posix_fallocate64.c: Likewise.
25712         * io/read.c: Likewise.
25713         * io/readlink.c: Likewise.
25714         * io/readlinkat.c: Likewise.
25715         * io/rmdir.c: Likewise.
25716         * io/sendfile.c: Likewise.
25717         * io/sendfile64.c: Likewise.
25718         * io/statfs.c: Likewise.
25719         * io/statfs64.c: Likewise.
25720         * io/statvfs.c: Likewise.
25721         * io/statvfs64.c: Likewise.
25722         * io/symlink.c: Likewise.
25723         * io/symlinkat.c: Likewise.
25724         * io/ttyname.c: Likewise.
25725         * io/ttyname_r.c: Likewise.
25726         * io/umask.c: Likewise.
25727         * io/unlink.c: Likewise.
25728         * io/unlinkat.c: Likewise.
25729         * io/utime.c: Likewise.
25730         * io/utimensat.c: Likewise.
25731         * io/write.c: Likewise.
25732         * io/xmknod.c: Likewise.
25733         * io/xmknodat.c: Likewise.
25734         * io/xstat.c: Likewise.
25735         * io/xstat64.c: Likewise.
25736         * login/getpt.c: Likewise.
25737         * login/grantpt.c: Likewise.
25738         * login/unlockpt.c: Likewise.
25739         * math/e_acoshl.c: Likewise.
25740         * math/e_acosl.c: Likewise.
25741         * math/e_asinl.c: Likewise.
25742         * math/e_atan2l.c: Likewise.
25743         * math/e_atanhl.c: Likewise.
25744         * math/e_coshl.c: Likewise.
25745         * math/e_expl.c: Likewise.
25746         * math/e_fmodl.c: Likewise.
25747         * math/e_gammal_r.c: Likewise.
25748         * math/e_hypotl.c: Likewise.
25749         * math/e_j0l.c: Likewise.
25750         * math/e_j1l.c: Likewise.
25751         * math/e_jnl.c: Likewise.
25752         * math/e_lgammal_r.c: Likewise.
25753         * math/e_log10l.c: Likewise.
25754         * math/e_log2l.c: Likewise.
25755         * math/e_logl.c: Likewise.
25756         * math/e_powl.c: Likewise.
25757         * math/e_rem_pio2l.c: Likewise.
25758         * math/e_sinhl.c: Likewise.
25759         * math/e_sqrtl.c: Likewise.
25760         * math/fclrexcpt.c: Likewise.
25761         * math/fedisblxcpt.c: Likewise.
25762         * math/feenablxcpt.c: Likewise.
25763         * math/fegetenv.c: Likewise.
25764         * math/fegetexcept.c: Likewise.
25765         * math/fegetround.c: Likewise.
25766         * math/feholdexcpt.c: Likewise.
25767         * math/fesetenv.c: Likewise.
25768         * math/fesetround.c: Likewise.
25769         * math/feupdateenv.c: Likewise.
25770         * math/fgetexcptflg.c: Likewise.
25771         * math/fraiseexcpt.c: Likewise.
25772         * math/fsetexcptflg.c: Likewise.
25773         * math/ftestexcept.c: Likewise.
25774         * math/k_cosl.c: Likewise.
25775         * math/k_rem_pio2l.c: Likewise.
25776         * math/k_sinl.c: Likewise.
25777         * math/k_tanl.c: Likewise.
25778         * math/s_asinhl.c: Likewise.
25779         * math/s_atanl.c: Likewise.
25780         * math/s_cbrtl.c: Likewise.
25781         * math/s_erfl.c: Likewise.
25782         * math/s_expm1l.c: Likewise.
25783         * math/s_log1pl.c: Likewise.
25784         * math/s_tanhl.c: Likewise.
25785         * misc/acct.c: Likewise.
25786         * misc/brk.c: Likewise.
25787         * misc/chflags.c: Likewise.
25788         * misc/chroot.c: Likewise.
25789         * misc/fchflags.c: Likewise.
25790         * misc/fgetxattr.c: Likewise.
25791         * misc/flistxattr.c: Likewise.
25792         * misc/fremovexattr.c: Likewise.
25793         * misc/fsetxattr.c: Likewise.
25794         * misc/fsync.c: Likewise.
25795         * misc/ftruncate.c: Likewise.
25796         * misc/futimes.c: Likewise.
25797         * misc/futimesat.c: Likewise.
25798         * misc/getdomain.c: Likewise.
25799         * misc/getdtsz.c: Likewise.
25800         * misc/gethostid.c: Likewise.
25801         * misc/gethostname.c: Likewise.
25802         * misc/getloadavg.c: Likewise.
25803         * misc/getpagesize.c: Likewise.
25804         * misc/getsysstats.c: Likewise.
25805         * misc/getxattr.c: Likewise.
25806         * misc/gtty.c: Likewise.
25807         * misc/ioctl.c: Likewise.
25808         * misc/lgetxattr.c: Likewise.
25809         * misc/listxattr.c: Likewise.
25810         * misc/llistxattr.c: Likewise.
25811         * misc/lremovexattr.c: Likewise.
25812         * misc/lsetxattr.c: Likewise.
25813         * misc/lutimes.c: Likewise.
25814         * misc/madvise.c: Likewise.
25815         * misc/mincore.c: Likewise.
25816         * misc/mlock.c: Likewise.
25817         * misc/mlockall.c: Likewise.
25818         * misc/mmap.c: Likewise.
25819         * misc/mprotect.c: Likewise.
25820         * misc/msync.c: Likewise.
25821         * misc/munlock.c: Likewise.
25822         * misc/munlockall.c: Likewise.
25823         * misc/munmap.c: Likewise.
25824         * misc/preadv.c: Likewise.
25825         * misc/preadv64.c: Likewise.
25826         * misc/ptrace.c: Likewise.
25827         * misc/pwritev.c: Likewise.
25828         * misc/pwritev64.c: Likewise.
25829         * misc/readv.c: Likewise.
25830         * misc/reboot.c: Likewise.
25831         * misc/remap_file_pages.c: Likewise.
25832         * misc/removexattr.c: Likewise.
25833         * misc/revoke.c: Likewise.
25834         * misc/select.c: Likewise.
25835         * misc/setdomain.c: Likewise.
25836         * misc/setegid.c: Likewise.
25837         * misc/seteuid.c: Likewise.
25838         * misc/sethostid.c: Likewise.
25839         * misc/sethostname.c: Likewise.
25840         * misc/setregid.c: Likewise.
25841         * misc/setreuid.c: Likewise.
25842         * misc/setxattr.c: Likewise.
25843         * misc/sstk.c: Likewise.
25844         * misc/stty.c: Likewise.
25845         * misc/swapoff.c: Likewise.
25846         * misc/swapon.c: Likewise.
25847         * misc/sync.c: Likewise.
25848         * misc/syncfs.c: Likewise.
25849         * misc/syscall.c: Likewise.
25850         * misc/truncate.c: Likewise.
25851         * misc/ualarm.c: Likewise.
25852         * misc/usleep.c: Likewise.
25853         * misc/ustat.c: Likewise.
25854         * misc/utimes.c: Likewise.
25855         * misc/vhangup.c: Likewise.
25856         * misc/writev.c: Likewise.
25857         * posix/_exit.c: Likewise.
25858         * posix/alarm.c: Likewise.
25859         * posix/execve.c: Likewise.
25860         * posix/fexecve.c: Likewise.
25861         * posix/fork.c: Likewise.
25862         * posix/fpathconf.c: Likewise.
25863         * posix/getaddrinfo.c: Likewise.
25864         * posix/getegid.c: Likewise.
25865         * posix/geteuid.c: Likewise.
25866         * posix/getgid.c: Likewise.
25867         * posix/getgroups.c: Likewise.
25868         * posix/getlogin.c: Likewise.
25869         * posix/getlogin_r.c: Likewise.
25870         * posix/getpgid.c: Likewise.
25871         * posix/getpid.c: Likewise.
25872         * posix/getppid.c: Likewise.
25873         * posix/getresgid.c: Likewise.
25874         * posix/getresuid.c: Likewise.
25875         * posix/getsid.c: Likewise.
25876         * posix/getuid.c: Likewise.
25877         * posix/glob64.c: Likewise.
25878         * posix/nanosleep.c: Likewise.
25879         * posix/pathconf.c: Likewise.
25880         * posix/pause.c: Likewise.
25881         * posix/posix_madvise.c: Likewise.
25882         * posix/pread.c: Likewise.
25883         * posix/pread64.c: Likewise.
25884         * posix/pwrite.c: Likewise.
25885         * posix/pwrite64.c: Likewise.
25886         * posix/sched_getaffinity.c: Likewise.
25887         * posix/sched_getp.c: Likewise.
25888         * posix/sched_gets.c: Likewise.
25889         * posix/sched_primax.c: Likewise.
25890         * posix/sched_primin.c: Likewise.
25891         * posix/sched_rr_gi.c: Likewise.
25892         * posix/sched_setaffinity.c: Likewise.
25893         * posix/sched_setp.c: Likewise.
25894         * posix/sched_sets.c: Likewise.
25895         * posix/sched_yield.c: Likewise.
25896         * posix/setgid.c: Likewise.
25897         * posix/setlogin.c: Likewise.
25898         * posix/setpgid.c: Likewise.
25899         * posix/setresgid.c: Likewise.
25900         * posix/setresuid.c: Likewise.
25901         * posix/setsid.c: Likewise.
25902         * posix/setuid.c: Likewise.
25903         * posix/sleep.c: Likewise.
25904         * posix/spawni.c: Likewise.
25905         * posix/sysconf.c: Likewise.
25906         * posix/times.c: Likewise.
25907         * posix/wait.c: Likewise.
25908         * posix/wait3.c: Likewise.
25909         * posix/wait4.c: Likewise.
25910         * posix/waitpid.c: Likewise.
25911         * resolv/gai_sigqueue.c: Likewise.
25912         * resource/getpriority.c: Likewise.
25913         * resource/getrlimit.c: Likewise.
25914         * resource/getrusage.c: Likewise.
25915         * resource/nice.c: Likewise.
25916         * resource/setpriority.c: Likewise.
25917         * resource/setrlimit.c: Likewise.
25918         * resource/ulimit.c: Likewise.
25919         * rt/aio_cancel.c: Likewise.
25920         * rt/aio_fsync.c: Likewise.
25921         * rt/aio_read.c: Likewise.
25922         * rt/aio_sigqueue.c: Likewise.
25923         * rt/aio_suspend.c: Likewise.
25924         * rt/aio_write.c: Likewise.
25925         * rt/clock_getres.c: Likewise.
25926         * rt/clock_gettime.c: Likewise.
25927         * rt/clock_nanosleep.c: Likewise.
25928         * rt/clock_settime.c: Likewise.
25929         * rt/lio_listio.c: Likewise.
25930         * rt/mq_close.c: Likewise.
25931         * rt/mq_getattr.c: Likewise.
25932         * rt/mq_notify.c: Likewise.
25933         * rt/mq_open.c: Likewise.
25934         * rt/mq_receive.c: Likewise.
25935         * rt/mq_send.c: Likewise.
25936         * rt/mq_setattr.c: Likewise.
25937         * rt/mq_timedreceive.c: Likewise.
25938         * rt/mq_timedsend.c: Likewise.
25939         * rt/mq_unlink.c: Likewise.
25940         * rt/shm_open.c: Likewise.
25941         * rt/shm_unlink.c: Likewise.
25942         * rt/timer_create.c: Likewise.
25943         * rt/timer_delete.c: Likewise.
25944         * rt/timer_getoverr.c: Likewise.
25945         * rt/timer_gettime.c: Likewise.
25946         * rt/timer_settime.c: Likewise.
25947         * setjmp/__longjmp.c: Likewise.
25948         * setjmp/setjmp.c: Likewise.
25949         * signal/kill.c: Likewise.
25950         * signal/killpg.c: Likewise.
25951         * signal/raise.c: Likewise.
25952         * signal/sigaction.c: Likewise.
25953         * signal/sigaltstack.c: Likewise.
25954         * signal/sigblock.c: Likewise.
25955         * signal/sigignore.c: Likewise.
25956         * signal/sigintr.c: Likewise.
25957         * signal/signal.c: Likewise.
25958         * signal/sigpause.c: Likewise.
25959         * signal/sigpending.c: Likewise.
25960         * signal/sigqueue.c: Likewise.
25961         * signal/sigreturn.c: Likewise.
25962         * signal/sigset.c: Likewise.
25963         * signal/sigsetmask.c: Likewise.
25964         * signal/sigstack.c: Likewise.
25965         * signal/sigsuspend.c: Likewise.
25966         * signal/sigtimedwait.c: Likewise.
25967         * signal/sigvec.c: Likewise.
25968         * signal/sigwait.c: Likewise.
25969         * signal/sigwaitinfo.c: Likewise.
25970         * signal/sysv_signal.c: Likewise.
25971         * socket/accept.c: Likewise.
25972         * socket/accept4.c: Likewise.
25973         * socket/bind.c: Likewise.
25974         * socket/connect.c: Likewise.
25975         * socket/getpeername.c: Likewise.
25976         * socket/getsockname.c: Likewise.
25977         * socket/getsockopt.c: Likewise.
25978         * socket/isfdtype.c: Likewise.
25979         * socket/listen.c: Likewise.
25980         * socket/recv.c: Likewise.
25981         * socket/recvfrom.c: Likewise.
25982         * socket/recvmsg.c: Likewise.
25983         * socket/send.c: Likewise.
25984         * socket/sendmsg.c: Likewise.
25985         * socket/sendto.c: Likewise.
25986         * socket/setsockopt.c: Likewise.
25987         * socket/shutdown.c: Likewise.
25988         * socket/sockatmark.c: Likewise.
25989         * socket/socket.c: Likewise.
25990         * socket/socketpair.c: Likewise.
25991         * stdio-common/ctermid.c: Likewise.
25992         * stdio-common/cuserid.c: Likewise.
25993         * stdio-common/remove.c: Likewise.
25994         * stdio-common/rename.c: Likewise.
25995         * stdio-common/renameat.c: Likewise.
25996         * stdio-common/tempname.c: Likewise.
25997         * stdlib/getcontext.c: Likewise.
25998         * stdlib/makecontext.c: Likewise.
25999         * stdlib/setcontext.c: Likewise.
26000         * stdlib/swapcontext.c: Likewise.
26001         * stdlib/system.c: Likewise.
26002         * streams/fattach.c: Likewise.
26003         * streams/fdetach.c: Likewise.
26004         * streams/getmsg.c: Likewise.
26005         * streams/getpmsg.c: Likewise.
26006         * streams/putmsg.c: Likewise.
26007         * streams/putpmsg.c: Likewise.
26008         * sysdeps/unix/bsd/getpt.c: Likewise.
26009         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
26010         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
26011         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
26013         Likewise.
26014         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
26015         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
26016         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
26017         * sysvipc/msgctl.c: Likewise.
26018         * sysvipc/msgget.c: Likewise.
26019         * sysvipc/msgrcv.c: Likewise.
26020         * sysvipc/msgsnd.c: Likewise.
26021         * sysvipc/semctl.c: Likewise.
26022         * sysvipc/semget.c: Likewise.
26023         * sysvipc/semop.c: Likewise.
26024         * sysvipc/semtimedop.c: Likewise.
26025         * sysvipc/shmat.c: Likewise.
26026         * sysvipc/shmctl.c: Likewise.
26027         * sysvipc/shmdt.c: Likewise.
26028         * sysvipc/shmget.c: Likewise.
26029         * termios/tcdrain.c: Likewise.
26030         * termios/tcflow.c: Likewise.
26031         * termios/tcflush.c: Likewise.
26032         * termios/tcgetattr.c: Likewise.
26033         * termios/tcgetpgrp.c: Likewise.
26034         * termios/tcsendbrk.c: Likewise.
26035         * termios/tcsetattr.c: Likewise.
26036         * termios/tcsetpgrp.c: Likewise.
26037         * time/adjtime.c: Likewise.
26038         * time/clock.c: Likewise.
26039         * time/getitimer.c: Likewise.
26040         * time/gettimeofday.c: Likewise.
26041         * time/setitimer.c: Likewise.
26042         * time/settimeofday.c: Likewise.
26043         * time/stime.c: Likewise.
26044         * time/time.c: Likewise.
26045
26046 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
26047
26048         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
26049         /usr/old/bin.
26050
26051         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
26052         instead of spaces.
26053         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
26054
26055 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
26056
26057         [BZ #14796]
26058         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
26059         FE_TONEAREST before applying Dekker multiplication and Knuth
26060         addition.  Clear inexact exceptions and check for exact zero
26061         results afterwards.
26062         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
26063         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
26064         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
26065         * math/libm-test.inc (fma_test): Add more tests.
26066         (fma_test_towardzero): Likewise.
26067         (fma_test_downward): Likewise.
26068         (fma_test_upward): Likewise.
26069         * sysdeps/generic/math_private.h (default_libc_fesetround): New
26070         function.
26071         (libc_fesetround): New macro.
26072         (libc_fesetroundf): Likewise.
26073         (libc_fesetroundl): Likewise.
26074         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
26075         function.
26076         (libc_fesetround_387): Likewise.
26077         (libc_fesetroundf): New macro.
26078         (libc_fesetround): Likewise.
26079         (libc_fesetroundl): Likewise.
26080         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
26081         function.
26082         (libc_fesetroundf): New macro.
26083         (libc_fesetround): Likewise.
26084         (libc_fesetroundl): Likewise.
26085         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
26086         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
26087         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
26088         libm_hidden_ver.
26089         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
26090         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
26091         libm_hidden_def.
26092         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
26093         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
26094         libm_hidden_ver.
26095         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
26096         libm_hidden_def.
26097
26098         [BZ #3439]
26099         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
26100         integer constant usable in #if and use that to give value to enum
26101         constant.
26102         (FE_DIVBYZERO): Likewise.
26103         (FE_UNDERFLOW): Likewise.
26104         (FE_OVERFLOW): Likewise.
26105         (FE_INVALID): Likewise.
26106         (FE_INVALID_SNAN): Likewise.
26107         (FE_INVALID_ISI): Likewise.
26108         (FE_INVALID_IDI): Likewise.
26109         (FE_INVALID_ZDZ): Likewise.
26110         (FE_INVALID_IMZ): Likewise.
26111         (FE_INVALID_COMPARE): Likewise.
26112         (FE_INVALID_SOFTWARE): Likewise.
26113         (FE_INVALID_SQRT): Likewise.
26114         (FE_INVALID_INTEGER_CONVERSION): Likewise.
26115         (FE_TONEAREST): Likewise.
26116         (FE_TOWARDZERO): Likewise.
26117         (FE_UPWARD): Likewise.
26118         (FE_DOWNWARD): Likewise.
26119         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
26120         (FE_DIVBYZERO): Likewise.
26121         (FE_OVERFLOW): Likewise.
26122         (FE_UNDERFLOW): Likewise.
26123         (FE_INEXACT): Likewise.
26124         (FE_TONEAREST): Likewise.
26125         (FE_DOWNWARD): Likewise.
26126         (FE_UPWARD): Likewise.
26127         (FE_TOWARDZERO): Likewise.
26128         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
26129         (FE_UNDERFLOW): Likewise.
26130         (FE_OVERFLOW): Likewise.
26131         (FE_DIVBYZERO): Likewise.
26132         (FE_INVALID): Likewise.
26133         (FE_TONEAREST): Likewise.
26134         (FE_TOWARDZERO): Likewise.
26135         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
26136         (FE_OVERFLOW): Likewise.
26137         (FE_UNDERFLOW): Likewise.
26138         (FE_DIVBYZERO): Likewise.
26139         (FE_INEXACT): Likewise.
26140         (FE_TONEAREST): Likewise.
26141         (FE_TOWARDZERO): Likewise.
26142         (FE_UPWARD): Likewise.
26143         (FE_DOWNWARD): Likewise.
26144         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
26145         (FE_DIVBYZERO): Likewise.
26146         (FE_OVERFLOW): Likewise.
26147         (FE_UNDERFLOW): Likewise.
26148         (FE_INEXACT): Likewise.
26149         (FE_TONEAREST): Likewise.
26150         (FE_DOWNWARD): Likewise.
26151         (FE_UPWARD): Likewise.
26152         (FE_TOWARDZERO): Likewise.
26153
26154 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
26155
26156         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
26157
26158 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
26159
26160         * scripts/cross-test-ssh.sh (command): Use newlines to separate
26161         commands.  Quote $PWD.
26162         (blacklist_exports): Don't use remove_newlines.  Replace "declare
26163         -x" by "export".
26164         (remove_newlines): Remove.
26165
26166 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
26167
26168         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
26169         * stdlib/stdlib.h (atof): Moved to ...
26170         * include/bits/stdlib-float.h: Here.  New file.
26171         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
26172         * stdlib/bits/stdlib-float.h: New file.
26173         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
26174         -mno-sse -mno-mmx.
26175         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
26176         <xmmintrin.h>.
26177
26178 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
26179
26180         * conform/conformtest.pl (@headers): Add fenv.h.
26181         * conform/data/fenv.h-data: New file.
26182         * include/fenv.h [_ISOMAC]: Disable all contents of file except
26183         include of <math/fenv.h>.
26184
26185         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
26186         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
26187         && !UNIX98].  Enables tests for XOPEN2K8.
26188         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
26189         POSIX2008]: Likewise.
26190
26191         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
26192         (struct rusage): Do not expect type or its members.
26193
26194         [BZ #3439]
26195         * math/math.h (FP_NAN): Define macro to integer constant usable in
26196         #if and use that to give value to enum constant.
26197         (FP_INFINITE): Likewise.
26198         (FP_ZERO): Likewise.
26199         (FP_SUBNORMAL): Likewise.
26200         (FP_NORMAL): Likewise.
26201
26202 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
26203
26204         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
26205         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
26206         arguments.
26207
26208 2012-11-02  Roland McGrath  <roland@hack.frob.com>
26209
26210         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
26211         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
26212         autoconf-time if not.
26213         * configure.in: Remove AC_PREREQ.
26214
26215 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26216
26217         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
26218         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
26219         of the internal implementation.
26220
26221 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
26222
26223         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
26224         except include of <misc/sys/syslog.h>.
26225
26226 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
26227
26228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
26229         function returns with a NULL context exit with zero.
26230
26231 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26232
26233         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
26234
26235 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
26236
26237         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
26238         (run_program_cmd): This.
26239         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
26240         (tst_langinfo): New variable.  Use it.
26241
26242 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
26243
26244         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
26245         floating point opcodes.
26246
26247 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
26248
26249         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
26250         variable.
26251
26252         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
26253
26254         * sysdeps/mach/hurd/powerpc: Remove directory.
26255         * sysdeps/mach/powerpc: Likewise.
26256
26257 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
26258
26259         * scripts/check-local-headers.sh: Ignore c++ headers.
26260
26261 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
26262
26263         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
26264         __libc_cleanup_region_start argument.
26265
26266 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
26267
26268         [BZ #14784]
26269         [BZ #14785]
26270         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
26271         x * y using scaling, not as x * y + z.
26272         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
26273         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
26274         * math/libm-test.inc (fma_test): Add more tests.
26275         (fma_test_towardzero): Likewise.
26276         (fma_test_downward): Likewise.
26277         (fma_test_upward): Likewise.
26278
26279 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
26280
26281         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
26282
26283 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
26284
26285         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
26286         New variable.
26287
26288 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
26289
26290         * rt/tst-shm.c (worker): Correct checking for mmap failure.
26291
26292 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
26293
26294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
26295         Fix sort order.
26296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
26297         Likewise.
26298
26299 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26300
26301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
26302         Fix the order of the list for glibc 2.17.
26303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
26304         Likewise.
26305
26306 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
26307
26308         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26309
26310 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
26311
26312         [BZ #14610]
26313         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
26314         for low part of x being zero before using __atanl (y).
26315         * math/libm-test.inc (atan2_test): Add another test.
26316
26317         * manual/install.texi (Configuring and compiling): Document
26318         general use of test-wrapper and test-wrapper-env.
26319         * INSTALL: Regenerated.
26320
26321         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
26322         (__fma): Do not extract and scale down low bits on after-rounding
26323         systems when result rounded to normal precision would have normal
26324         exponent.
26325         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
26326         (__fmal): Do not extract and scale down low bits on after-rounding
26327         systems when result rounded to normal precision would have normal
26328         exponent.
26329         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
26330         (__fmal): Do not extract and scale down low bits on after-rounding
26331         systems when result rounded to normal precision would have normal
26332         exponent.
26333         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
26334         macro.
26335         (fma_test): Add more tests.
26336         (fma_test_towardzero): Likewise.
26337         (fma_test_downward): Likewise.
26338         (fma_test_upward): Likewise.
26339
26340 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
26341
26342         * sysdeps/i386/tininess.h: Renamed to ...
26343         * sysdeps/x86/tininess.h: This.
26344         * sysdeps/x86_64/tininess.h: Removed.
26345
26346 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
26347
26348         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
26349         input.  Use $(build-program-cmd).
26350         ($(objpfx)tst-array1-static.out): Likewise.
26351         ($(objpfx)tst-array2.out): Likewise.
26352         ($(objpfx)tst-array3.out): Likewise.
26353         ($(objpfx)tst-array4.out): Likewise.
26354         ($(objpfx)tst-array5.out): Likewise.
26355         ($(objpfx)tst-array5-static.out): Likewise.
26356
26357 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
26358
26359         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
26360         if defined.
26361
26362         * nss/nsswitch.h (nss_interface_function): Provide new
26363         macro for use with NSS functions.
26364         * grp/initgroups.c: Use new macro.
26365         * nss/getXXbyYY.c: Likewise.
26366         * nss/getXXbyYY_r.c: Likewise.
26367         * nss/getXXent.c: Likewise.
26368         * nss/getXXent_r.c: Likewise.
26369         * sysdeps/posix/getaddrinfo.c: Likewise.
26370
26371 2012-10-30  Andreas Jaeger  <aj@suse.de>
26372
26373         * po/ru.po: Update Russion translation from translation project.
26374
26375 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
26376
26377         [BZ #14152]
26378         [BZ #14783]
26379         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
26380         result and shift together with sticky bit instead of replicating
26381         round-to-nearest rounding.
26382         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
26383         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
26384         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
26385         missing underflow exceptions.
26386         (fma_test_towardzero): Add more tests.
26387         (fma_test_downward): Likewise.
26388         (fma_test_upward): Likewise.
26389
26390         [BZ #14047]
26391         * sysdeps/generic/tininess.h: New file.
26392         * sysdeps/i386/tininess.h: Likewise.
26393         * sysdeps/sh/tininess.h: Likewise.
26394         * sysdeps/x86_64/tininess.h: Likewise.
26395         * stdlib/tst-strtod-underflow.c: Likewise.
26396         * stdlib/tst-tininess.c: Likewise.
26397         * stdlib/strtod_l.c: Include <tininess.h>.
26398         (round_and_return): Do not set errno for exact underflow cases.
26399         Force an underflow exception when setting errno for underflow.
26400         Determine underflow based on rounding to normal precision if
26401         TININESS_AFTER_ROUNDING.
26402         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
26403         ERANGE for exact underflow cases.
26404         * stdlib/Makefile (tests): Add tst-tininess and
26405         tst-strtod-underflow.
26406         ($(objpfx)tst-tininess): Use $(link-libm).
26407         ($(objpfx)tst-strtod-underflow): Likewise.
26408
26409 2012-10-30  Andreas Jaeger  <aj@suse.de>
26410
26411         [BZ#14767]
26412         * elf/Makefile (tests): Remove conditional for have-initfini-array
26413         since this is now always required and the variable does not exist
26414         anymore.
26415         (tests-static): Likewise.
26416         (modules-names): Likewise.
26417
26418         * po/eo.po: Add Esperanto translation from translation project.
26419
26420         * elf/tst-array1.c (fini_array): Make writeable so that it can be
26421         merged with constructor/destructor.
26422         (init_array): Likewise.
26423         * elf/tst-array2dep.c (fini_array): Likewise.
26424         (init_array): Likewise.
26425
26426 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
26427
26428         * manual/message.texi: Delete @cartouche tags.
26429
26430 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
26431
26432         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
26433         EOPNOTSUPP.
26434         * sysdeps/mach/hurd/fsync.c: Likewise.
26435
26436         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
26437         [_POSIX_REALTIME_SIGNALS]: Change condition to
26438         [_POSIX_REALTIME_SIGNALS > 0].
26439
26440 2012-10-27  Andreas Jaeger  <aj@suse.de>
26441
26442         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
26443         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
26444         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
26445         [__WORDSIZE != 64]: Likewise.
26446
26447 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
26448
26449         *  iconvdata/tst-table.sh: Remove ${SHELL}.
26450         *  iconvdata/tst-tables.sh: Likewise.
26451
26452 2012-10-25  David S. Miller  <davem@davemloft.net>
26453
26454         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
26455         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
26456         of strtoull.
26457
26458         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
26459         ifunc-impl-list.c
26460         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
26461         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
26462         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
26463         file.
26464
26465 2012-10-25  Roland McGrath  <roland@hack.frob.com>
26466
26467         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
26468         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
26469         __getdirentries.
26470
26471 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
26472             Jim Blandy  <jimb@codesourcery.com>
26473
26474         * scripts/cross-test-ssh.sh: New file.
26475         * manual/install.texi (Configuring and compiling): Document use of
26476         cross-test-ssh.sh.
26477         * INSTALL: Regenerated.
26478
26479 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
26480
26481         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
26482         EOPNOTSUPP.
26483
26484 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
26485
26486         * Makeconfig (run-program-prefix): Fix comment.
26487
26488 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
26489             Jim Blandy  <jimb@codesourcery.com>
26490
26491         * Makeconfig (test-wrapper): New variable,
26492         (test-wrapper-env): Likewise.
26493         [$(cross-compiling) = yes && $(test-wrapper) != ""]
26494         (run-built-tests): Define to yes.
26495         (run-program-prefix): Use $(test-wrapper).
26496         (built-program-cmd): Likewise.
26497         * Rules (make-test-out): Use $(test-wrapper-env) and
26498         $(host-built-program-cmd).
26499         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
26500         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
26501         tst-pathopt.sh.
26502         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
26503         $(test-wrapper-env) to tst-rtld-load-self.sh.
26504         ($(objpfx)order2.out): Use $(test-wrapper).
26505         ($(objpfx)tst-initorder.out): Likewise.
26506         ($(objpfx)tst-initorder2.out): Likewise.
26507         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
26508         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
26509         (test_wrapper_env): New variable.  Use it to run ld.so.
26510         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
26511         Use it to run ld.so.
26512         (test_wrapper_env): Likewise.
26513         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
26514         $(test-wrapper) to run-iconv-test.sh.
26515         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
26516         (ICONV): Use $test_wrapper.
26517         * posix/Makefile ($(objpfx)globtest.out): Pass
26518         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
26519         globtest.sh, not $(run-program-prefix).
26520         * posix/globtest.sh (run_via_rtld_prefix): New variable.
26521         (test_wrapper): Likewise.
26522         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
26523         set together with run_via_rtld_prefix.
26524         (run_program_prefix): Define in terms of test_wrapper and
26525         run_via_rtld_prefix.
26526
26527 2012-10-24  Roland McGrath  <roland@hack.frob.com>
26528
26529         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
26530         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
26531         Targets removed.
26532
26533         [BZ #14743]
26534         * include/time.h: Remove librt_hidden_proto (clock_gettime).
26535         Declare __clock_getres, __clock_gettime, __clock_settime,
26536         __clock_nanosleep, and __clock_getcpuclockid.
26537         * rt/clock_gettime.c: Define __clock_gettime as an alias.
26538         Remove librt_hidden_def (clock_gettime).
26539         * sysdeps/unix/clock_gettime.c: Likewise.
26540         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
26541         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
26542         * rt/clock_getres.c: Define __clock_getres as an alias.
26543         * sysdeps/posix/clock_getres.c: Likewise.
26544         * rt/clock_settime.c: Define __clock_settime as an alias.
26545         * sysdeps/unix/clock_settime.c: Likewise.
26546         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
26547         * sysdeps/unix/clock_nanosleep.c: Likewise.
26548         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
26549         * rt/clock-compat.c: New file.
26550         * rt/Makefile (librt-routines): Add clock-compat and move
26551         $(clock-routines) to ...
26552         (routines): ... here, new variable.
26553         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
26554         Don't add get_clockfreq here.
26555         * rt/Versions (libc: GLIBC_2.17): New version set.
26556         Add clock_* symbols here.
26557         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
26558         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
26559         (GLIBC_2.17): Add clock_* symbols.
26560         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
26561         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
26562         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
26563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
26564         Likewise.
26565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
26566         Likewise.
26567         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
26568         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
26569         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
26570         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
26571         * NEWS: Mention the move.
26572
26573         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
26574         Use __open, __read, __close rather than their public counterparts.
26575         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
26576         (__get_clockfreq_via_cpuinfo): Likewise.
26577         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
26578         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
26579
26580         * config.h.in (HAVE_IFUNC): New #undef.
26581         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
26582         was successful.
26583         * configure: Regenerated.
26584
26585 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
26586
26587         * configure.in: Move READELF check to start of file.
26588         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
26589         libc_cv_asm_gnu_indirect_function in the process.
26590         * configure: Regenerated.
26591
26592 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
26593
26594         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
26595         send the output to /dev/null.
26596         (libc_cv_cc_with_libunwind): Likewise.
26597         (libc_cv_as_noexecstack): Likewise.
26598         * configure: Regenerate.
26599
26600 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
26601
26602         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
26603
26604         * posix/globtest.sh (TMPDIR): Do not set.
26605         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
26606         (testout): Likewise.
26607
26608 2012-10-24  Andreas Jaeger  <aj@suse.de>
26609
26610         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
26611         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
26612         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
26613         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
26614         posix_fadvise64, posix_fallocate64.
26615
26616         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
26617         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
26618         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
26619         Likewise.
26620         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
26621         Likewise.
26622         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
26623
26624         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
26625         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
26626         <bits/fcntl-linux.h>.
26627         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
26628
26629         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
26630         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
26631         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
26632         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
26633         [__WORDSIZE != 64]: Likewise.
26634
26635 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
26636
26637         * Makeconfig (run-built-tests): New variable.
26638         * Rules [$(cross-compiling) = yes]: Change condition to
26639         [$(run-built-tests) = no].
26640         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
26641         to [$(run-built-tests) = yes].
26642         * elf/Makefile [$(cross-compiling) = no]: Likewise
26643         * grp/Makefile [$(cross-compiling) = no]: Likewise.
26644         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
26645         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
26646         * intl/Makefile [$(cross-compiling) = no]: Likewise.
26647         * io/Makefile [$(cross-compiling) = no]: Likewise.
26648         * libio/Makefile [$(cross-compiling) = no]: Likewise.
26649         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
26650         * misc/Makefile [$(cross-compiling) = no]: Likewise.
26651         * posix/Makefile [$(cross-compiling) = no]: Likewise.
26652         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
26653         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
26654         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
26655         * string/Makefile [$(cross-compiling) = no]: Likewise.
26656
26657         * posix/Makefile ($(objpfx)globtest.out): Pass
26658         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
26659         $(rtld-installed-name).
26660         * posix/globtest.sh (elf_objpfx): Remove variable.
26661         (rtld_installed_name): Likewise.
26662         (library_path): Likewise.
26663         (run_program_prefix): New variable.  Use for running globtest
26664         binary.
26665
26666 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
26667             Joseph Myers  <joseph@codesourcery.com>
26668
26669         * Makeconfig (host-built-program-cmd): New variable.
26670         * elf/Makefile (tst-stackguard1-ARGS): Use
26671         $(host-built-program-cmd).
26672         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
26673         (tst-spawn-ARGS): Likewise.
26674         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
26675
26676 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
26677             Jim Blandy  <jimb@codesourcery.com>
26678
26679         * Makeconfig (run-via-rtld-prefix): New variable.
26680         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
26681         (built-program-cmd): Likewise.
26682
26683 2012-10-22  Andreas Jaeger  <aj@suse.de>
26684
26685         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
26686         __O_RSYNC if it exists, otherwise to O_SYNC.
26687
26688 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
26689             Joseph Myers  <joseph@codesourcery.com>
26690
26691         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
26692         /dev/null.
26693         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
26694         from /dev/null
26695         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
26696         /dev/null.
26697
26698 2012-10-22  Andreas Jaeger  <aj@suse.de>
26699
26700         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
26701         Define always.
26702         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
26703
26704         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26705         bits/fcntl-linux.h.
26706
26707         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
26708         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
26709
26710         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
26711         to __O_LARGEFILE.
26712         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
26713         to __O_LARGEFILE.
26714
26715 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
26716             Joseph Myers  <joseph@codesourcery.com>
26717
26718         * config.make.in (NM): New variable.
26719
26720 2012-10-21  Andreas Jaeger  <aj@suse.de>
26721
26722         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
26723         definitions and declarations that are provided by
26724         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
26725
26726 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
26727
26728         [BZ #14683]
26729         * elf/Makefile (tests-static): Add tst-leaks1-static.
26730         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
26731         ($(objpfx)tst-leaks1-static): New rule.
26732         ($(objpfx)tst-leaks1-static-mem): Likewise.
26733         (tst-leaks1-static-ENV): New macro.
26734         * elf/dl-open.c (dl_open_worker): Check the main application
26735         only if SHARED is defined.
26736         * elf/tst-leaks1-static.c: New file.
26737
26738 2012-10-20  Andreas Jaeger  <aj@suse.de>
26739
26740         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
26741         generic values for Linux.
26742         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
26743         and declarations that are provided by <bits/fcntl-linux.h> and
26744         include <bits/fcntl-linux.h>.
26745         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
26746         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
26747
26748 2012-10-20  Roland McGrath  <roland@hack.frob.com>
26749
26750         * io/fcntl.h: Move include of <bits/types.h> to the top and
26751         include it unconditionally.
26752
26753 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
26754
26755         * wcsmbs/Makefile (tests-ifunc): New variable.
26756         (tests): Add $(tests-ifunc).
26757         * wcsmbs/test-wcschr-ifunc.c: New file.
26758         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
26759         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
26760         * wcsmbs/test-wcslen-ifunc.c: Likewise.
26761         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
26762         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
26763
26764         * string/Makefile (tests-ifunc): New variable.
26765         (tests): Add $(tests-ifunc).
26766         * string/test-memccpy.c (TEST_NAME): New macro.
26767         * string/test-memchr.c (TEST_NAME): Likewise.
26768         * string/test-memcmp.c (TEST_NAME): Likewise.
26769         * string/test-memcpy.c (TEST_NAME): Likewise.
26770         * string/test-memmem.c (TEST_NAME): Likewise.
26771         * string/test-memmove.c (TEST_NAME): Likewise.
26772         * string/test-memset.c (TEST_NAME): Likewise.
26773         * string/test-rawmemchr.c (TEST_NAME): Likewise.
26774         * string/test-stpcpy.c (TEST_NAME): Likewise.
26775         * string/test-stpncpy.c (TEST_NAME): Likewise.
26776         * string/test-strcasecmp.c (TEST_NAME): Likewise.
26777         * string/test-strcasestr.c (TEST_NAME): Likewise.
26778         * string/test-strcat.c (TEST_NAME): Likewise.
26779         * string/test-strchr.c (TEST_NAME): Likewise.
26780         * string/test-strcmp.c(TEST_NAME): Likewise.
26781         * string/test-strcpy.c (TEST_NAME): Likewise.
26782         * string/test-strcspn.c (TEST_NAME): Likewise.
26783         * string/test-strlen.c (TEST_NAME): Likewise.
26784         * string/test-strncasecmp.c (TEST_NAME): Likewise.
26785         * string/test-strncmp.c (TEST_NAME): Likewise.
26786         * string/test-strncpy.c (TEST_NAME): Likewise.
26787         * string/test-strnlen.c (TEST_NAME): Likewise.
26788         * string/test-strpbrk.c (TEST_NAME): Likewise.
26789         * string/test-strrchr.c (TEST_NAME): Likewise.
26790         * string/test-strspn.c (TEST_NAME): Likewise.
26791         * string/test-strstr.c (TEST_NAME): Likewise.
26792         * string/test-bcopy-ifunc.c: New file.
26793         * string/test-bzero-ifunc.c: Likewise.
26794         * string/test-memccpy-ifunc.c: Likewise.
26795         * string/test-memchr-ifunc.c: Likewise.
26796         * string/test-memcmp-ifunc.c: Likewise.
26797         * string/test-memcpy-ifunc.c: Likewise.
26798         * string/test-memmem-ifunc.c: Likewise.
26799         * string/test-memmove-ifunc.c: Likewise.
26800         * string/test-mempcpy-ifunc.c: Likewise.
26801         * string/test-memset-ifunc.c: Likewise.
26802         * string/test-rawmemchr-ifunc.c: Likewise.
26803         * string/test-stpcpy-ifunc.c: Likewise.
26804         * string/test-stpncpy-ifunc.c: Likewise.
26805         * string/test-strcasecmp-ifunc.c: Likewise.
26806         * string/test-strcasestr-ifunc.c: Likewise.
26807         * string/test-strcat-ifunc.c: Likewise.
26808         * string/test-strchr-ifunc.c: Likewise.
26809         * string/test-strchrnul-ifunc.c: Likewise.
26810         * string/test-strcmp-ifunc.c: Likewise.
26811         * string/test-strcpy-ifunc.c: Likewise.
26812         * string/test-strcspn-ifunc.c: Likewise.
26813         * string/test-strlen-ifunc.c: Likewise.
26814         * string/test-strncasecmp-ifunc.c: Likewise.
26815         * string/test-strncat-ifunc.c: Likewise.
26816         * string/test-strncmp-ifunc.c: Likewise.
26817         * string/test-strncpy-ifunc.c: Likewise.
26818         * string/test-strnlen-ifunc.c: Likewise.
26819         * string/test-strpbrk-ifunc.c: Likewise.
26820         * string/test-strrchr-ifunc.c: Likewise.
26821         * string/test-strspn-ifunc.c: Likewise.
26822         * string/test-strstr-ifunc.c: Likewise.
26823
26824         * debug/Makefile (tests-ifunc): New variable.
26825         (tests): Add $(tests-ifunc).
26826         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
26827         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
26828         * debug/test-stpcpy_chk-ifunc.c: New file.
26829         * debug/test-strcpy_chk-ifunc.c: Likewise.
26830
26831 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26832
26833         [BZ #13601]
26834         * elf/dl-load.c (open_verify): Retry read if the entire ELF
26835         header is not read in.
26836
26837 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
26838
26839         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
26840         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
26841         directly.  Pass built executable to script as
26842         $(built-program-cmd).
26843         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
26844         $testprogram without using LD_LIBRARY_PATH and $ldso.
26845
26846         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
26847         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
26848         $(rtld-installed-name).
26849         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
26850         (rtld_installed_name): Likewise.
26851         (library_path): Likewise.
26852         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
26853         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
26854         $(run-program-prefix) to tst-tables.sh.
26855         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
26856         it to run tst-table-from and tst-table-to.
26857         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
26858         Pass it to tst-table.sh.
26859         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
26860         $(run-program-prefix) to tst-gettext.sh.
26861         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
26862         tst-translit.sh.
26863         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
26864         tst-gettext2.sh.
26865         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
26866         to run tst-gettext.
26867         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
26868         to run tst-gettext2.
26869         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
26870         to run tst-translit.
26871         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
26872         $(run-program-prefix) to tst-mtrace.sh.
26873         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
26874         to run tst-mtrace.
26875         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
26876         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
26877         $(rtld-installed-name).
26878         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
26879         (rtld_installed_name): Likewise.
26880         (run_program_prefix): New variable.  Use it to run wordexp-test.
26881
26882         * Makeconfig (ARCH): Remove all definitions.
26883         (machine): Likewise.
26884         [ARCH]: Remove conditional code.
26885         [!objdir]: Give error.
26886         [!objdir] (objpfx): Remove.
26887         [!objdir] (common-objpfx): Likewise.
26888         [!objdir] (common-objdir): Likewise.
26889         * configure.in (config_makefile): Remove.  Hardcode Makefile in
26890         AC_CONFIG_FILES call.
26891         * configure: Regenerated.
26892
26893         [BZ #13888]
26894         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
26895         or TMPDIR.
26896         (testout): Likewise.
26897
26898         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
26899         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
26900         $(rtld-installed-name).
26901         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
26902         (rtld_installed_name): Likwise.
26903         (runit): Remove function.
26904         (run_getconf): New variable,  Use it for running getconf binary.
26905
26906 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
26907
26908         [BZ #14716]
26909         * string/test-memmem.c (check_result): New function.
26910         (do_one_test): Use it.
26911         (check1): New function.
26912         (test_main): Use it.
26913
26914 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
26915
26916         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
26917
26918 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
26919
26920         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
26921         (_G_LSEEK64): Likewise.
26922         (_G_MMAP64): Likewise.
26923         (_G_FSTAT64): Likewise.
26924         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
26925         (_G_LSEEK64): Likewise.
26926         (_G_MMAP64): Likewise.
26927         (_G_FSTAT64): Likewise.
26928         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
26929         unconditional.  Call __mmap64 directly.
26930         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
26931         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
26932         __lseek64 directly.
26933         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
26934         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
26935         __mmap64 directly.
26936         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
26937         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
26938         __lseek64 directly.
26939         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
26940         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
26941         __lseek64 directly.
26942         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
26943         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
26944         __lseek64 directly.
26945         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
26946         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
26947         __fxstat64 directly.
26948         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
26949         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
26950         unconditional.
26951         (freopen64) [!_G_OPEN64]: Remove conditional code.
26952         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
26953         unconditional.
26954         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
26955         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
26956         unconditional.
26957         (ftello64) [!_G_LSEEK64]: Remove conditional code.
26958         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
26959         unconditional.
26960         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
26961         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
26962         unconditional.
26963         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
26964         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
26965         unconditional.
26966         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
26967         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
26968         unconditional.
26969         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
26970         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
26971         unconditional.
26972         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
26973
26974 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26975
26976         [BZ #12140]
26977         * manual/memory.texi (Malloc Tunable Parameters): Add note
26978         about free list pointers overwriting some perturb bytes.
26979         Wording suggested by Roland McGrath.
26980
26981 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
26982
26983         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
26984         (lgamma_test): Likewise.
26985         (tgamma_test): Likewise.
26986
26987 2012-10-16  Florian Weimer  <fweimer@redhat.com>
26988
26989         [BZ #14700]
26990         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
26991         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
26992
26993 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
26994
26995         * NEWS: Mention BZ #14716.
26996         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
26997         when removing AVAILABLE1_USES_J macro.
26998
26999 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
27000
27001         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
27002         (__bswap_64): __uint64_t for unsigned 64-bit int.
27003
27004 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
27005
27006         * include/string.h (memmem): Declare libc hidden alias.
27007         * string/memmem.c (memmem): Define libc hidden alias.
27008         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
27009         __read, __close instead of open, read, close.
27010
27011 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
27012
27013         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
27014         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
27015         global and hidden.
27016         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
27017         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
27018         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
27019         Likewise.
27020         (__rawmemchr_sse2): Likewise.
27021         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
27022         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
27023         (__strchr_sse2): Likewise.
27024         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
27025         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
27026         (__strcasecmp_sse2): Likewise.
27027         (__strncasecmp_sse2): Likewise.
27028         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
27029         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
27030         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
27031         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
27032         (__strrchr_sse2): Likewise.
27033         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
27034         ifunc-impl-list.c.
27035         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
27036         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
27037         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
27038         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
27039         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
27040         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
27041         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27042         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27043         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
27044         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
27045         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
27046         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
27047         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
27048         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
27049         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
27050         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
27051         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
27052         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
27053         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
27054         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
27055         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
27056         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
27057         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
27058         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27059         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
27060         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
27061         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
27062         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
27063         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
27064         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
27065
27066         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
27067         global and hidden.
27068         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
27069         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
27070         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
27071         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
27072         Likewise.
27073         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
27074         Likewise.
27075         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
27076         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
27077         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
27078         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
27079         ifunc-impl-list.c.
27080         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
27081         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
27082         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
27083         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
27084         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
27085         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
27086         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
27087         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
27088         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
27089         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
27090         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
27091         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
27092         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
27093         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
27094         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
27095         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
27096         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
27097         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
27098         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
27099         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
27100         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
27101         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
27102         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
27103         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
27104         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
27105         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
27106         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
27107         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
27108         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
27109         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
27110         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
27111         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
27112         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
27113         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
27114         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
27115         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
27116         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
27117         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
27118         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
27119         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
27120         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
27121
27122         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
27123         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
27124         * include/ifunc-impl-list.h: New file.
27125         * misc/ifunc-impl-list.c: Likewise.
27126         * misc/Makefile (routines): Add ifunc-impl-list.
27127         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
27128         * string/test-string.h: Include <ifunc-impl-list.h>.
27129         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
27130         TEST_NAME]: New variables.
27131         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
27132         are defined.
27133         (test_init): Call __libc_ifunc_impl_list to initialize
27134         func_list if TEST_IFUNC and TEST_NAME are defined.
27135
27136         * string/Makefile (strop-tests): Add bcopy and bzero.
27137         * string/test-bcopy.c: New file.
27138         * string/test-bzero.c: Likewise.
27139         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
27140         defined.
27141         * string/test-memset.c: Support bzero test if TEST_BZERO is
27142         defined.
27143         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
27144         __libc_memmove.
27145         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
27146         __libc_memset.
27147         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
27148         of memset.
27149
27150 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
27151
27152         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
27153         * configure: Regenerated.
27154
27155         * Makeconfig (+link-static-before-libc): Don't include
27156         $(link-static-libc).
27157
27158         * libio/libio.h (_IO_pos_t): Remove.
27159
27160 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
27161
27162         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
27163         McGrath.
27164
27165 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
27166
27167         * crypt/crypt-entry.c: Include fips-private.h.
27168         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
27169         * crypt/md5c-test.c (main): Tolerate disabled MD5.
27170         * sysdeps/unix/sysv/linux/fips-private.h: New file.
27171         * sysdeps/generic/fips-private.h: New file, dummy fallback.
27172
27173 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
27174
27175         * crypt/crypt-private.h: Include stdbool.h.
27176         (_ufc_setup_salt_r): Return bool.
27177         * crypt/crypt-entry.c: Include errno.h.
27178         (__crypt_r): Return NULL with EINVAL for bad salt.
27179         * crypt/crypt_util.c (bad_for_salt): New.
27180         (_ufc_setup_salt_r): Check that salt is long enough and within
27181         the specified alphabet.
27182         * crypt/badsalttest.c: New file.
27183         * crypt/Makefile (tests): Add it.
27184         ($(objpfx)badsalttest): New.
27185
27186 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
27187
27188         * NEWS: Add entry for BZ #14602.
27189
27190 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
27191
27192         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
27193         type-generic.
27194         * math/libm-test.inc: Update comment listing what functions and
27195         macros are tested.
27196         (isgreater_test): New function.
27197         (isgreaterequal_test): Likewise.
27198         (isless_test): Likewise.
27199         (islessequal_test): Likewise.
27200         (islessgreater_test): Likewise.
27201         (isunordered_test): Likewise.
27202         (main): Call the new functions.
27203
27204 2012-10-09  Roland McGrath  <roland@hack.frob.com>
27205
27206         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
27207         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
27208         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
27209         * sysdeps/i386/configure: Regenerated.
27210         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
27211         * sysdeps/mach/configure: Regenerated.
27212         * sysdeps/mach/hurd/configure: Regenerated.
27213         * sysdeps/powerpc/configure: Regenerated.
27214         * sysdeps/powerpc/powerpc32/configure: Regenerated.
27215         * sysdeps/powerpc/powerpc64/configure: Regenerated.
27216         * sysdeps/s390/s390-32/configure: Regenerated.
27217         * sysdeps/s390/s390-64/configure: Regenerated.
27218         * sysdeps/sh/configure: Regenerated.
27219         * sysdeps/sparc/configure: Regenerated.
27220         * sysdeps/unix/sysv/linux/configure: Regenerated.
27221         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
27222         * sysdeps/x86_64/configure: Regenerated.
27223
27224         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
27225         defined.  Don't check if MAP is NULL.
27226
27227 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
27228
27229         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
27230         (_G_stat64): Likewise.
27231         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
27232         (_G_stat64): Likewise.
27233         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
27234         instead of struct _G_stat64.
27235         * libio/fileops.c (mmap_remap_check): Likewise.
27236         (decide_maybe_mmap): Likewise.
27237         (_IO_new_file_seekoff): Likewise.
27238         (_IO_file_stat): Likewise.
27239         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
27240         _G_off64_t.
27241         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
27242         instead of struct _G_stat64.
27243         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
27244
27245 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
27246
27247         [BZ #14602]
27248         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
27249         Replace with ...
27250         (CHECK_EOL): New macro.
27251         (two_way_short_needle): Check beginning of haystack for EOL.  Use
27252         CHECK_EOL.
27253         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
27254         Replace with CHECK_EOL.
27255         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
27256         Replace with CHECK_EOL.
27257
27258 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
27259
27260         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
27261         type-generic.
27262         * math/libm-test.inc: Update comment listing what functions and
27263         macros are tested.
27264         (finite_test): New function.
27265         (isinf_test): Likewise.
27266         (isnan_test): Likewise.
27267         (fpclassify_test): Test subnormal input.
27268         (isfinite_test): Likewise.
27269         (isnormal_test): Likewise.
27270         (main): Call the new functions.
27271
27272 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
27273
27274         [BZ #14660]
27275         * Makerules (%.dynsym): Force C locale when running
27276         $(OBJDUMP) --dynamic-syms.
27277
27278 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
27279
27280         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
27281         <stdint.h>.
27282
27283 2012-10-06  David S. Miller  <davem@davemloft.net>
27284
27285         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
27286         upper 32-bits of the length value in %o2 since we use branch-on-register
27287         tests which consider the entire 64-bit register.
27288
27289 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
27290
27291         * string/test-strstr.c (check2): Add a test for page boundary.
27292
27293 2012-10-05  David S. Miller  <davem@davemloft.net>
27294
27295         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
27296         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
27297         file.
27298         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
27299         sysdep_routines.
27300         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
27301         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
27302         and bzero when HWCAP_SPARC_CRYPTO is present.
27303
27304 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
27305
27306         [BZ #14602]
27307         * string/test-strstr.c (check2): New function.
27308         (test_main): Call check2.
27309
27310         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
27311         and bug-strchr1.
27312         * string/bug-strcasestr1.c (do_test): Moved to ...
27313         * string/test-strcasestr.c (check1): Here.  New function.
27314         (do_one_test): Break out result checking code into ...
27315         (check_result): This.  New function.
27316         (do_one_test): Call check_result.
27317         (test_main): Call check1.
27318         * string/bug-strchr1.c (do_test): Moved to ...
27319         * string/test-strchr.c (check1): Here.  New function.
27320         (do_one_test): Break out result checking code into ...
27321         (check_result): This.  New function.
27322         (do_one_test): Call check_result.
27323         (test_main): Call check1.
27324         * string/bug-strstr1.c (main): Moved to ...
27325         * string/test-strstr.c (check1): Here.  New function.
27326         (do_one_test): Break out result checking code into ...
27327         (check_result): This.  New function.
27328         (do_one_test): Call check_result.
27329         (test_main): Call check1.
27330         * string/bug-strcasestr1.c: Removed.
27331         * string/bug-strchr1.c: Likewise.
27332         * string/bug-strstr1.c: Likewise.
27333
27334         * elf/Makefile (dl-routines): Add hwcaps.
27335         * elf/dl-support.c (_dl_important_hwcaps): Removed.
27336         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
27337         (_dl_important_hwcaps): Moved to ...
27338         * elf/dl-hwcaps.c: Here.  New file.
27339         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
27340
27341         [BZ #14557]
27342         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
27343         if IS_IN_rtld isn't defined.
27344
27345         * elf/dl-support.c (_dl_sysinfo_map): New.
27346         Include "get-dynamic-info.h" and "setup-vdso.h".
27347         (_dl_non_dynamic_init): Call setup_vdso.
27348         * elf/dynamic-link.h: Don't include <assert.h>.
27349         (elf_get_dynamic_info): Moved to ...
27350         * elf/get-dynamic-info.h: Here.  New file.
27351         * elf/dynamic-link.h: Include "get-dynamic-info.h".
27352         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
27353         * elf/setup-vdso.h: Here.  New file.
27354         * elf/rtld.c: Include "setup-vdso.h".
27355         (dl_main): Call setup_vdso.
27356
27357 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
27358
27359         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
27360         creal in comment listing functions tested.  List finite, isinf,
27361         isnan, isless, islessequal, isgreater, isgreaterequal,
27362         islessgreater, isunordered, lgamma_r and pow10 as functions and
27363         macros not tested.  Mention which functions not tested are aliases
27364         for other functions.  Fix typo.  Note that signs of NaNs are not
27365         tested.
27366
27367         * scripts/config.guess: Update from config.git.
27368         * scripts/config.sub: Likewise.
27369
27370 2012-10-04  Roland McGrath  <roland@hack.frob.com>
27371
27372         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
27373         * misc/madvise.c (madvise): Renamed to __madvise.
27374         Make madvise a weak alias.
27375         * include/sys/mman.h: Declare __madvise.
27376         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
27377         * sysdeps/unix/syscalls.list
27378         (madvise): Make __madvise the strong name, and madvise a weak alias.
27379         * sysdeps/unix/sysv/linux/syscalls.list
27380         (madvise, mmap): Remove redundant entries.
27381         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
27382         * malloc/malloc.c (mtrim): Likewise.
27383         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
27384
27385 2012-10-03  Roland McGrath  <roland@hack.frob.com>
27386
27387         * sysdeps/mach/hurd/dl-cache.c: File removed.
27388         * config.h.in (USE_LDCONFIG): New #undef.
27389         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
27390         * configure: Regenerated.
27391         * elf/Makefile (dl-routines): Add dl-cache only under
27392         [$(use-ldconfig) = yes].
27393         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
27394         cache on [USE_LDCONFIG].
27395         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
27396         [USE_LDCONFIG].
27397         * elf/rtld.c (dl_main): Likewise.
27398
27399 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
27400
27401         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
27402         _SC_LEVEL4_CACHE_LINESIZE.
27403
27404 2012-10-03  Roland McGrath  <roland@hack.frob.com>
27405
27406         * sysdeps/unix/bsd/confstr.h: File removed.
27407
27408 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
27409
27410         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
27411         sys/sdt-config.h.
27412
27413 2012-10-02  Roland McGrath  <roland@hack.frob.com>
27414
27415         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
27416         Make 'mapoff' field ElfW(Off) rather than off_t.
27417
27418 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
27419
27420         * nscd/Makefile: Remove nscd-cflags and all its users.
27421         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
27422         (CFLAGS-nonlib): Add compiler flags for nscd modules.
27423
27424         [BZ #10631]
27425         * malloc.c (malloc_printerr): Clarify error message.
27426
27427 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
27428
27429         [BZ #14648]
27430         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27431         Set bit_FMA_Usable if FMA is supported.
27432         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
27433         macro.
27434         (bit_FMA4_Usable): Updated.
27435         (index_FMA_Usable): New macro.
27436         (CPUID_FMA): Likewise
27437         (HAS_FMA): Defined with bit_FMA_Usable.
27438
27439 2012-10-01  Roland McGrath  <roland@hack.frob.com>
27440
27441         * bits/types.h (__swblk_t): Type removed.
27442         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
27443         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
27444         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
27445         (__SWBLK_T_TYPE): Likewise.
27446         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
27447         (__SWBLK_T_TYPE): Likewise.
27448         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
27449         (__SWBLK_T_TYPE): Likewise.
27450         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
27451         (__SWBLK_T_TYPE): Likewise.
27452
27453 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
27454             Honza Horak <hhorak@redhat.com>
27455
27456         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
27457         (xdr_mapname): Use YPMAXMAP as maxsize.
27458         (xdr_peername): Use YPMAXPEER as maxsize.
27459         (xdr_keydat): Use YPAXRECORD as maxsize.
27460         (xdr_valdat): Use YPMAXRECORD as maxsize.
27461
27462 2012-10-01  Roland McGrath  <roland@hack.frob.com>
27463
27464         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
27465
27466         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
27467         * csu/init-first.c: ... here.
27468         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
27469         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
27470         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
27471         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
27472         * sysdeps/i386/init-first.c: File removed.
27473         * sysdeps/sh/init-first.c: File removed.
27474
27475 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
27476
27477         [BZ #14645]
27478         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
27479         if x * y might underflow to zero and z is zero.
27480         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27481         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27482         * math/libm-test.inc (min_subnorm_value): New variable.
27483         (fma_test): Add more tests.
27484         (fma_test_towardzero): Likewise.
27485         (fma_test_downward): Likewise
27486         (fma_test_upward): Likewise.
27487         (initialize): Set min_subnorm_value.
27488
27489 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
27490
27491         [BZ #14638]
27492         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
27493         0 + 0.
27494         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
27495         mode for addition resulting in exact zero.
27496         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
27497         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
27498         exact 0 + 0.
27499         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
27500         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27501         * math/libm-test.inc (fma_test): Add more tests.
27502         (fma_test_towardzero): New function.
27503         (fma_test_downward): Likewise.
27504         (fma_test_upward): Likewise.
27505         (main): Call the new functions.
27506
27507 2012-09-28  David S. Miller  <davem@davemloft.net>
27508
27509         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
27510
27511 2012-09-28  Roland McGrath  <roland@hack.frob.com>
27512
27513         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
27514         instead of SIGALRM.
27515
27516         * sysdeps/gnu/_G_config.h: Moved to ...
27517         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
27518         * sysdeps/mach/hurd/_G_config.h: Moved to ...
27519         * sysdeps/generic/_G_config.h: ... here.
27520
27521         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
27522
27523         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
27524
27525         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
27526         Conditionalize target on [libnss_test1.so-version].
27527
27528         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
27529
27530         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
27531         (elfobjdir): Move out of conditionals.
27532
27533         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
27534         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
27535         (__nss_lookup_function): Conditionalize label remove_from_tree on
27536         [!DO_STATIC_NSS || SHARED], matching its only use.
27537
27538 2012-09-28  David S. Miller  <davem@davemloft.net>
27539
27540         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
27541         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
27542         file.
27543         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
27544         sysdep_routines.
27545         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
27546         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
27547         when HWCAP_SPARC_CRYPTO is present.
27548
27549 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
27550
27551         * io/tst-mknodat.c: Create a FIFO instead of a socket.
27552
27553 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
27554
27555         [BZ #6530]
27556         * stdio-common/vfprintf.c (process_string_arg): Revert
27557         2000-07-22 change.
27558
27559 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
27560
27561         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
27562         for testcase.
27563         * stdio-common/tst-sprintf.c: Include <locale.h>
27564         (main): Test sprintf's handling of incomplete multibyte
27565         characters.
27566
27567 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
27568
27569         * elf/dl-runtime.c (VERSYMIDX): Removed.
27570         * elf/dl-version.c (VERSYMIDX): Likewise.
27571         * elf/do-rel.h (VERSYMIDX): Likewise.
27572         (VALIDX): Likewise.
27573         * elf/dynamic-link.h (VERSYMIDX): Likewise.
27574         * elf/rtld.c (VALIDX): Likewise.
27575         (ADDRIDX): Likewise.
27576         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
27577         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
27578         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
27579         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
27580         (VALIDX): Likewise.
27581         (ADDRIDX): Likewise.
27582
27583 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
27584
27585         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
27586
27587 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
27588
27589         [BZ #11438]
27590         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
27591         to global scope.
27592         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
27593         addresses are in the same scope as 192.0.2/24.
27594         * posix/gai.conf: Document new scope table defaults.
27595
27596 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27597
27598         [BZ #5298]
27599         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
27600         for ftell.  Compute offsets from write pointers instead.
27601         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
27602
27603 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27604
27605         [BZ #14543]
27606         * libio/Makefile (tests): New test case tst-fseek.
27607         * libio/tst-fseek.c: New test case to verify that fseek/ftell
27608         combination works in wide mode.
27609         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
27610         state when the external buffer state changes.
27611
27612 2012-09-27  David S. Miller  <davem@davemloft.net>
27613
27614         [BZ #14376]
27615         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
27616         pass reloc->r_addend in as the 'high' argument to
27617         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
27618
27619         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27620
27621 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
27622
27623         * rt/tst-aio2.c: Include <pthread.h>.
27624         * rt/tst-aio3.c: Likewise.
27625
27626 2012-09-27  Steve Ellcey  <sellcey@mips.com>
27627
27628         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
27629
27630 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
27631
27632         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
27633         contents on [SHARED].
27634
27635 2012-09-26  Marek Polacek  <polacek@redhat.com>
27636
27637         [BZ #14530]
27638         [BZ #13741]
27639         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
27640         for C++ and GCC <4.3 as well as for non GCC compilers.
27641
27642 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
27643
27644         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27645
27646 2012-09-25  Roland McGrath  <roland@hack.frob.com>
27647
27648         * Makefile.in (all, install): Declare with .PHONY.
27649         Reported by Michael Hope <michael.hope@linaro.org>.
27650
27651 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27652
27653         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
27654         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
27655         system header.
27656         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
27657         Likewise.
27658         (sydep_routines): Add the new and the internal functions.
27659         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
27660         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
27661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
27662         (GLIBC_2.17): Add the new function.
27663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
27664         (GLIBC_2.17): Likewise.
27665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
27666         (GLIBC_2.17): Likewise.
27667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
27668         (GLIBC_2.17): Likewise.
27669         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
27670
27671 2012-09-25  Alan Modra  <amodra@gmail.com>
27672
27673         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
27674         Add release barrier before setting once_control to say
27675         initialisation is done.  Add hints on lwarx.  Use macro in
27676         place of isync.
27677         (clear_once_control): Add release barrier.
27678
27679 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
27680
27681         [BZ #13629]
27682         * math/s_clog.c (__clog): Handle more values close to |z| = 1
27683         specially.
27684         * math/s_clog10.c (__clog10): Likewise.
27685         * math/s_clog10f.c (__clog10f): Likewise.
27686         * math/s_clog10l.c (__clog10l): Likewise.
27687         * math/s_clogf.c (__clogf): Likewise.
27688         * math/s_clogl.c (__clogl): Likewise.
27689         * math/Makefile (libm-calls): Add x2y2m1.
27690         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
27691         (__x2y2m1): Likewise.
27692         (__x2y2m1l): Likewise.
27693         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
27694         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
27695         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
27696         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
27697         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
27698         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
27699         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
27700         * sysdeps/i386/fpu/libm-test-ulps: Update.
27701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27702
27703         [BZ #14621]
27704         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
27705         int as type of variable DEPTH.
27706         (glob): Use size_t instead of int as type of variables NEWCOUNT
27707         and OLD_PATHC.
27708
27709 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
27710
27711         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
27712         Add s_sincosf-sse2.
27713         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
27714         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
27715         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
27716         macros for using routine as __sincosf_ia32.
27717         Use macro for function declaration and weak_alias.
27718         * sysdeps/i386/fpu/libm-test-ulps: Update.
27719
27720         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
27721         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27722
27723         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
27724         subnormal argument.
27725         * math/s_cexpf.c (__cexpf): Likewise.
27726         * math/s_csinf.c (__csinf): Likewise.
27727         * math/s_csinhf.c (__csinhf): Likewise.
27728         * math/s_ctanf.c (__ctanf): Likewise.
27729         * math/s_ctanhf.c (__ctanhf): Likewise.
27730         * math/s_ccosh.c (__ccoshf): Likewise.
27731         * math/s_cexp.c (__cexpl): Likewise.
27732         * math/s_csin.c (__csin): Likewise.
27733         * math/s_csinh.c (__csinh): Likewise.
27734         * math/s_ctan.c (__ctan): Likewise.
27735         * math/s_ctanh.c (ctanh): Likewise.
27736         * math/s_ccoshl.c (__ccoshl): Likewise.
27737         * math/s_cexpl.c (__cexpl): Likewise.
27738         * math/s_csinl.c (__csinl): Likewise.
27739         * math/s_csinhl.c (__csinhl): Likewise.
27740         * math/s_ctanl.c (__ctanl): Likewise.
27741         * math/s_ctanhl.c (__ctanhl): Likewise.
27742
27743 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
27744
27745         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
27746         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
27747         (_IO_off_t): Define to __off_t, not _G_off_t.
27748         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
27749         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
27750         (_IO_wint_t): Define to wint_t, not _G_wint_t.
27751         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
27752         type of __dummy and __dummy2 fields.
27753         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
27754         (_G_ssize_t): Likewise.
27755         (_G_off_t): Likewise.
27756         (_G_pid_t): Likewise.
27757         (_G_uid_t): Likewise.
27758         (_G_wchar_t): Likewise.
27759         (_G_wint_t): Likewise.
27760         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
27761         (_G_ssize_t): Likewise.
27762         (_G_off_t): Likewise.
27763         (_G_pid_t): Likewise.
27764         (_G_uid_t): Likewise.
27765         (_G_wchar_t): Likewise.
27766         (_G_wint_t): Likewise.
27767         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
27768         (_G_ssize_t): Likewise.
27769         (_G_off_t): Likewise.
27770         (_G_pid_t): Likewise.
27771         (_G_uid_t): Likewise.
27772         (_G_wchar_t): Likewise.
27773         (_G_wint_t): Likewise.
27774
27775 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27776
27777         * malloc/arena.c: Include malloc-sysdep.h.
27778         (shrink_heap): Use check_may_shrink_heap to decide if madvise
27779         is sufficient to shrink the heap or an unmap is needed.
27780         * sysdeps/generic/malloc-sysdep.h: New file.  Define
27781         new function check_may_shrink_heap.
27782         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
27783         new function check_may_shrink_heap.
27784
27785 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27786
27787         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
27788         comments.
27789
27790 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
27791
27792         * catgets/test-gencat.sh: Add "set -e".
27793         * elf/tst-pathopt.sh: Likewise.
27794         * grp/tst_fgetgrent.sh: Likewise.
27795         * iconvdata/run-iconv-test.sh: Likewise.
27796         * intl/tst-gettext.sh: Likewise.
27797         * intl/tst-gettext2.sh: Likewise.
27798         * intl/tst-gettext4.sh: Likewise.
27799         * intl/tst-gettext6.sh: Likewise.
27800         * intl/tst-translit.sh: Likewise.
27801         * io/ftwtest-sh: Likewise.
27802         * libio/test-freopen.sh: Likewise.
27803         * malloc/tst-mtrace.sh: Likewise.
27804         * posix/globtest.sh: Likewise.
27805         * posix/tst-getconf.sh: Likewise.
27806         * posix/wordexp-tst.sh: Likewise.
27807         * stdio-common/tst-printf.sh: Likewise.
27808         * stdio-common/tst-unbputc.sh: Likewise.
27809         * stdlib/tst-fmtmsg.sh: Likewise.
27810         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
27811         * catgets/Makefile: Do not specify -e option when running
27812         testsuite shell scripts.
27813         * elf/Makefile: Likewise.
27814         * grp/Makefile: Likewise.
27815         * iconvdata/Makefile: Likewise.
27816         * intl/Makefile: Likewise.
27817         * io/Makefile: Likewise.
27818         * libio/Makefile: Likewise.
27819         * malloc/Makefile: Likewise.
27820         * posix/Makefile: Likewise.
27821         * stdio-common/Makefile: Likewise.
27822         * stdlib/Makefile: Likewise.
27823         * sysdeps/x86_64/Makefile: Likewise.
27824
27825         * io/ftwtest-sh: Add copyright header.
27826         * posix/globtest.sh: Likewise.
27827         * posix/tst-getconf.sh: Likewise.
27828         * posix/wordexp-tst.sh: Likewise.
27829         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
27830
27831 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
27832
27833         [BZ #13679]
27834         * Makeconfig (+link): Defined as $(+link-static) if
27835         $(build-shared) isn't yes.
27836         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
27837         isn't yes.
27838         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
27839
27840         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
27841
27842         [BZ #14562]
27843         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
27844         new chunk size with MALLOC_ALIGN_MASK.
27845
27846 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
27847
27848         [BZ #5044]
27849         * stdio-common/printf_fphex.c: Include <stdbool.h> and
27850         <rounding-mode.h>.
27851         (__printf_fphex): Determine rounding using get_rounding_mode and
27852         round_away.
27853         * stdio-common/tst-printf-round.c (struct hex_test): New
27854         structure.
27855         (hex_tests): New variable.
27856         (test_hex_in_one_mode): New function.
27857         (do_test): Also run tests for hex float output.
27858
27859 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
27860
27861         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
27862         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
27863         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
27864         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
27865         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
27866         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
27867         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
27868         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
27869
27870 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
27871
27872         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
27873         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
27874         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
27875         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
27876
27877 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
27878
27879         [BZ #14579]
27880         * elf/rtld.c (dl_main): Limit the check for self loading to normal
27881         mode only.
27882         * elf/tst-rtld-load-self.sh: New test.
27883         * elf/Makefile: Run it.
27884
27885 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
27886
27887         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
27888         (tst-writev-ENV): Remove.
27889         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
27890
27891 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
27892
27893         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
27894
27895 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
27896
27897         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
27898         unconditional.
27899         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
27900         Likewise.
27901         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
27902         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
27903         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
27904         Likewise.
27905
27906 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
27907
27908         [BZ #14587]
27909         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
27910         * config.make.in (have-cpp-asm-debuginfo): Removed.
27911         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
27912         * configure: Regenerated.
27913
27914 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
27915
27916         [BZ #5044]
27917         * stdio-common/printf_fp.c: Include <stdbool.h> and
27918         <rounding-mode.h>.
27919         (___printf_fp): Determine rounding using get_rounding_mode and
27920         round_away.
27921         * stdio-common/tst-printf-round.c: New file.
27922         * stdio-common/Makefile (tests): Add tst-printf-round.
27923         (link-libm): New variable.
27924         ($(objpfx)tst-printf-round): Depend in $(link-libm).
27925
27926 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
27927
27928         [BZ #14576]
27929         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
27930         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
27931         Likewise.
27932         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
27933         Likewise.
27934
27935 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
27936
27937         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
27938         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
27939         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
27940         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
27941
27942 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
27943
27944         [BZ #14518]
27945         * include/rounding-mode.h: New file.
27946         * sysdeps/generic/get-rounding-mode.h: Likewise.
27947         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
27948         * stdlib/strtod_l.c: Include <rounding-mode.h>.
27949         (MAX_VALUE): New macro.
27950         (MIN_VALUE): Likewise.
27951         (overflow_value): New function.
27952         (underflow_value): Likewise.
27953         (round_and_return): Use overflow_value and underflow_value to
27954         determine return values in overflow and underflow cases.  Use
27955         round_away to determine rounding depending on rounding mode.
27956         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
27957         determine return values in overflow and underflow cases.
27958         * stdlib/tst-strtod-round.c: Include <fenv.h>.
27959         (struct test_results): New structure.
27960         (struct test): Use struct test_results to store expected results
27961         for all rounding modes.
27962         (TEST): Include expected results for all rounding modes.
27963         (test_in_one_mode): New function.
27964         (do_test): Use test_in_one_mode to compute and check results.
27965         Check results for all rounding modes.
27966         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
27967         $(link-libm).
27968
27969 2012-12-09  Allan McRae  <allan@archlinux.org>
27970
27971         * sysdeps/i386/fpu/libm-test-ulps: Update
27972
27973 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
27974
27975         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
27976         (_G_int32_t): Likewise.
27977         (_G_uint16_t): Likewise.
27978         (_G_uint32_t): Likewise.
27979         (_G_HAVE_BOOL): Likewise.
27980         (_G_HAVE_ATEXIT): Likewise.
27981         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
27982         (_G_HAVE_IO_FILE_OPEN): Likewise.
27983         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
27984         (_G_int32_t): Likewise.
27985         (_G_uint16_t): Likewise.
27986         (_G_uint32_t): Likewise.
27987         (_G_HAVE_BOOL): Likewise.
27988         (_G_HAVE_ATEXIT): Likewise.
27989         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
27990         (_G_HAVE_IO_FILE_OPEN): Likewise.
27991         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
27992         (_G_int32_t): Likewise.
27993         (_G_uint16_t): Likewise.
27994         (_G_uint32_t): Likewise.
27995         (_G_HAVE_BOOL): Likewise.
27996         (_G_HAVE_ATEXIT): Likewise.
27997         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
27998         (_G_HAVE_IO_FILE_OPEN): Likewise.
27999
28000 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
28001
28002         * csu/libc-tls.c: Update copyright years.
28003
28004 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
28005
28006         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
28007         [!_G_USING_THUNKS]: Remove conditional code.
28008         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
28009         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
28010
28011         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
28012         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
28013         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
28014         (_G_VTABLE_LABEL_PREFIX): Likewise.
28015         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
28016         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
28017         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
28018         (_G_VTABLE_LABEL_PREFIX): Likewise.
28019         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
28020         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
28021         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
28022         (_G_VTABLE_LABEL_PREFIX): Likewise.
28023         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
28024
28025 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
28026
28027         * libio/Makefile: Include ../Makeconfig before tests.
28028         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
28029         only if $(build-shared) is yes.
28030
28031         * iconv/gconv_db.c: Update copyright years.
28032
28033 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
28034
28035         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
28036         unwind info if defined PIC. Fix special cases description.
28037         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
28038
28039         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
28040         DP_HI_MASK entry.
28041         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
28042
28043 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
28044
28045         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
28046
28047         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
28048         is NULL.
28049
28050         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
28051         (LDLIBS-tst-chk4): This.
28052         (LDFLAGS-tst-chk5): Renamed to ...
28053         (LDLIBS-tst-chk5): This.
28054         (LDFLAGS-tst-chk6): Renamed to ...
28055         (LDLIBS-tst-chk6): This.
28056         (LDFLAGS-tst-lfschk4): Renamed to ...
28057         (LDLIBS-tst-lfschk4): This.
28058         (LDFLAGS-tst-lfschk5): Renamed to ...
28059         (LDLIBS-tst-lfschk5): This.
28060         (LDFLAGS-tst-lfschk6): Renamed to ...
28061         (LDLIBS-tst-lfschk6): This.
28062
28063         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
28064         on $(common-objpfx)soversions.mk.
28065
28066 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
28067
28068         [BZ #10014]
28069         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
28070         example host name.
28071
28072 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
28073
28074         * malloc/arena.c (arena_get_retry): New function that gets
28075         another arena for the caller to try its request on.
28076         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
28077         current arena cannot fulfill the request.
28078         (__libc_memalign): Likewise.
28079         (__libc_memalign): Likewise.
28080         (__libc_pvalloc): Likewise.
28081         (__libc_calloc): Likewise.
28082
28083 2012-09-05  John Tobey  <john.tobey@gmail.com>
28084
28085         [BZ #13542]
28086         * manual/arith.texi (Operations on Complex): Fix description
28087         of carg branch cut.
28088
28089 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
28090
28091         [BZ #10014]
28092         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
28093         host name.
28094
28095         [BZ #10038]
28096         * manual/memory.texi (Memory): Make order of menu items match
28097         order of sections.
28098
28099 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
28100
28101         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
28102         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
28103         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
28104
28105 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
28106
28107         * csu/libc-tls.c (static_dtv): Renamed to ...
28108         (_dl_static_dtv): This.  Make it global.
28109         (_dl_initial_dtv): Removed.
28110         (__libc_setup_tls): Updated.
28111         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
28112         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
28113         DL_INITIAL_DTV.
28114
28115 2012-09-06  Petr Machata  <pmachata@redhat.com>
28116
28117         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
28118         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
28119         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
28120         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
28121
28122 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
28123
28124         [BZ #14545]
28125         * csu/libc-tls.c (_dl_initial_dtv): New variable.
28126         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
28127         freeing dtv[-1].
28128
28129 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
28130
28131         [BZ #14544]
28132         * Makeconfig (link-static-before-libc): Replace $(+prector)
28133         with $(+prectorT).
28134         (link-static-after-libc): Replace $(+postctor) with
28135         $(+postctorT).
28136         (link-bounded): Replace $(+prector)/$(+postctor) with
28137         $(+prectorT)/$(+postctorT).
28138         (+prectorT): New macro.
28139         (+postctorT): Likewise.
28140
28141 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
28142
28143         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
28144         (round_str): Handle values above the maximum for IBM long double
28145         as inexact.
28146         * stdlib/tst-strtod-round.c (tests): Regenerated.
28147
28148 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28149
28150         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
28151         assembler flag.
28152         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
28153         zarch_nohighgprs around the zarch optimized routines.
28154         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
28155         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
28156         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
28157         for zarch.
28158
28159 2012-09-05  David S. Miller  <davem@davemloft.net>
28160
28161         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28162
28163         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
28164         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
28165         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
28166         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
28167         entries.
28168
28169 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
28170
28171         * malloc/arena.c: Fold copyright years.
28172         * malloc/mcheck.c, malloc/memusage.c: Likewise.
28173
28174 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
28175
28176         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
28177
28178 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
28179
28180         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
28181
28182 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
28183
28184         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
28185         change internal state upon failure.
28186
28187 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
28188
28189         * malloc/mcheck.c (mcheck_check_all): Fix typo.
28190         * malloc/memusage.c (mmap): Likewise.
28191         (mmap64, mremap): Likewise.  Adjust name in comment.
28192
28193 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
28194
28195         * libio/fileops.c: Fix typos in comments.
28196         * libio/oldfileops.c: Likewise.
28197         * libio/wfileops.c: Likewise.
28198
28199 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
28200
28201         [BZ #1349]
28202         * malloc/Makefile (tests): Add tst-malloc-usable test case.
28203         (tst-malloc-usable-ENV): Set environment for test case.
28204         * malloc/hooks.c (malloc_check_get_size): New function to get
28205         requested size.
28206         * malloc/malloc.c (musable): Use malloc_check_get_size.
28207         * malloc/tst-malloc-usable.c: New test case.
28208
28209 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
28210
28211         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
28212
28213 2012-09-05  Allan McRae  <allan@archlinux.org>
28214
28215         [BZ #13966]
28216         * configure.in (CXX_SYSINCLUDES): Use compiler output to
28217         determine header location.
28218         * configure: Regenerated.
28219
28220 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
28221
28222         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
28223         float format.
28224         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
28225         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
28226         format.
28227         (test): Regenerate.
28228
28229 2012-09-04  David S. Miller  <davem@davemloft.net>
28230
28231         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
28232         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
28233         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
28234
28235 2012-09-04  Florian Weimer  <fweimer@redhat.com>
28236
28237         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
28238         failures.
28239
28240         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
28241
28242 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
28243
28244         [BZ #9914]
28245         * libio/iogetdelim.c: Include <limits.h>.
28246         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
28247         + len + 1 would overflow.
28248
28249 2012-09-03  Andreas Jaeger  <aj@suse.de>
28250
28251         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28252         * sysdeps/i386/fpu/libm-test-ulps: Update.
28253
28254 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
28255
28256         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
28257         Add s_sinf-sse2, s_conf-sse2.
28258
28259         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
28260         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
28261         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
28262         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
28263
28264         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
28265         for using routine as __sinf_ia32.
28266         Use macro for function declaration and weak_alias.
28267         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
28268         for using routine as __cosf_ia32.
28269         Use macro for function declaration and weak_alias.
28270
28271         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
28272         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
28273
28274         * sysdeps/x86_64/fpu/s_sinf.S: New file.
28275         * sysdeps/x86_64/fpu/s_cosf.S: New file.
28276         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28277
28278         * math/libm-test.inc (cos_test): Add more test cases.
28279         (sin_test): Likewise.
28280         (sincos_test): Likewise.
28281
28282 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28283
28284         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
28285         (IFUNC_RESOLVE): Make pointers to the specialized implementations
28286         hidden.
28287         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28288
28289 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
28290
28291         [BZ #14538]
28292         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
28293         first element of the GOT.
28294         (elf_machine_load_address): Return the difference between
28295         the runtime address of _DYNAMIC and elf_machine_dynamic ().
28296
28297 2012-09-01  Allan McRae  <allan@archlinux.org>
28298
28299         [BZ #13412]
28300         * configure.in (AWK): Require gawk version 3.0 or later.
28301         * configure: Regenerated.
28302
28303 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
28304
28305         * sysdeps/unix/sysv/linux/kernel-features.h
28306         (__ASSUME_POSIX_CPU_TIMERS): Remove.
28307         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
28308         [__NR_clock_getres]: Make code unconditional.
28309         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
28310         (clock_getcpuclockid): Remove code left unreachable by removal of
28311         conditionals.
28312         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
28313         code unconditional.
28314         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
28315         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
28316         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
28317         Make code unconditional.
28318         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
28319         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
28320         * sysdeps/unix/sysv/linux/clock_settime.c
28321         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
28322         conditional code.
28323         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
28324         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
28325
28326 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
28327
28328         [BZ #14476]
28329         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
28330         scripts/test-installation.pl.
28331
28332         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
28333         and $ld_so_version if it is set.
28334
28335 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28336
28337         [BZ #14516]
28338         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
28339         failure if reading from procfs failed.
28340         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
28341
28342 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
28343
28344         * sysdeps/unix/sysv/linux/kernel-features.h
28345         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
28346         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
28347         Remove conditional code.
28348         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
28349         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
28350         Remove conditional code.
28351         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
28352         * sysdeps/unix/sysv/linux/i386/fxstat.c
28353         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
28354         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
28355         * sysdeps/unix/sysv/linux/i386/fxstatat.c
28356         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
28357         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
28358         * sysdeps/unix/sysv/linux/i386/lxstat.c
28359         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
28360         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
28361         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
28362         Remove conditional code.
28363         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
28364         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
28365         Remove conditional code.
28366         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
28367         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
28368         <kernel-features.h>.
28369         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
28370         Remove.
28371         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
28372         Remove conditional code.
28373         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
28374         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
28375         Remove conditional.
28376
28377 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
28378
28379         [BZ #5400]
28380         * NEWS: Add fixed bug number.
28381
28382 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
28383
28384         [BZ #14519]
28385         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
28386         underflowing exponent in case of negative sign.
28387         * stdlib/tst-strtod-round-data: Add more tests.
28388         * stdlib/tst-strtod-round.c (tests): Regenerated.
28389
28390         [BZ #3479]
28391         * stdlib/strtod_l.c (NDIG): Remove.
28392         (HEXNDIG): Likewise.
28393         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
28394         smallest representable value.
28395         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
28396         lie within an exact representation of 1/2 ulp of the result.
28397         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
28398         unconditionally.
28399         (TENS_P9_IDX): Define unconditionally.
28400         (TENS_P9_SIZE): Likewise.
28401         (TENS_P10_IDX): Likewise.
28402         (TENS_P10_SIZE): Likewise.
28403         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
28404         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
28405         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
28406         entries for 10^2^13 and 10^2^14.
28407         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
28408         (TENS_P13_IDX): Define.
28409         (TENS_P13_SIZE): Likewise.
28410         (TENS_P14_IDX): Likewise.
28411         (TENS_P14_SIZE): Likewise.
28412         (_fpioconst_pow10): Change array size to
28413         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
28414         unconditional.
28415         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
28416         1024]: Add entries for 10^2^13 and 10^2^14.
28417         [LAST_POW10 > _LAST_POW10]: Remove #error.
28418         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
28419         (_fpioconst_pow10): Change array size to
28420         FPIOCONST_POW10_ARRAY_SIZE.
28421         * stdlib/gen-fpioconst.c: New file.
28422         * stdlib/gen-tst-strtod-round.c: Likewise.
28423         * stdlib/tst-strtod-round-data: Likewise.
28424         * stdlib/tst-strtod-round.c: Likewise.
28425         * stdlib/Makefile (tests): Add tst-strtod-round.
28426
28427         [BZ #14459]
28428         * stdlib/strtod_l.c: Include <stdint.h>.
28429         (NDEBUG): Do not define.
28430         (round_and_return): Change EXPONENT parameter to type intmax_t.
28431         Rearrange calculations to avoid internal overflow possibilities.
28432         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
28433         Rearrange calculations to avoid internal overflow possibilities.
28434         Assert that number fits inside MPNSIZE limbs.
28435         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
28436         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
28437         calculations and add assertions to avoid internal overflow
28438         possibilities.  Add casts to avoid signed/unsigned operations.
28439         * stdlib/tst-strtod-overflow.c: New file.
28440         * stdlib/Makefile (tests): Add tst-strtod-overflow.
28441
28442 2012-08-25  Marek Polacek  <polacek@redhat.com>
28443
28444         * time/time.h: Fix some typos in comments.
28445
28446 2012-08-23  Roland McGrath  <roland@hack.frob.com>
28447
28448         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
28449         * posix/tst-rfc3484-2.c: Likewise.
28450         * posix/tst-rfc3484-3.c: Likewise.
28451
28452 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
28453
28454         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
28455         (EF_ARM_ABI_FLOAT_HARD): Likewise.
28456
28457 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
28458
28459         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
28460         #include of fxstatat64.c.
28461
28462 2012-08-22  Roland McGrath  <roland@hack.frob.com>
28463
28464         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
28465         * shadow/getspent_r.c: Likewise.
28466         * shadow/getspnam.c: Likewise.
28467         * shadow/getspnam_r.c: Likewise.
28468         * gshadow/getsgent.c: Likewise.
28469         * gshadow/getsgent_r.c: Likewise.
28470         * gshadow/getsgnam.c: Likewise.
28471         * gshadow/getsgnam_r.c: Likewise.
28472         * inet/getnetbyad.c: Likewise.
28473         * inet/getnetbyad_r.c: Likewise.
28474         * inet/getnetbynm.c: Likewise.
28475         * inet/getnetbynm_r.c: Likewise.
28476         * inet/getnetent.c: Likewise.
28477         * inet/getnetent_r.c: Likewise.
28478         * inet/getproto.c: Likewise.
28479         * inet/getproto_r.c: Likewise.
28480         * inet/getprtent.c: Likewise.
28481         * inet/getprtent_r.c: Likewise.
28482         * inet/getprtname.c: Likewise.
28483         * inet/getprtname_r.c: Likewise.
28484         * inet/getrpcbyname.c: Likewise.
28485         * inet/getrpcbyname_r.c: Likewise.
28486         * inet/getrpcbynumber.c: Likewise.
28487         * inet/getrpcbynumber_r.c: Likewise.
28488         * inet/getrpcent.c: Likewise.
28489         * inet/getrpcent_r.c: Likewise.
28490         * inet/getaliasent.c: Likewise.
28491         * inet/getaliasent_r.c: Likewise.
28492         * inet/getaliasname.c: Likewise.
28493         * inet/getaliasname_r.c: Likewise.
28494         * nscd/getgrgid_r.c: Likewise.
28495         * nscd/getgrnam_r.c: Likewise.
28496         * nscd/gethstbyad_r.c: Likewise.
28497         * nscd/gethstbynm3_r.c: Likewise.
28498         * nscd/getpwnam_r.c: Likewise.
28499         * nscd/getpwuid_r.c: Likewise.
28500         * nscd/getsrvbynm_r.c: Likewise.
28501         * nscd/getsrvbypt_r.c: Likewise.
28502         * nscd/gai.c: Likewise.
28503
28504         * configure.in (build_nscd): New substituted variable, set
28505         by --disable-build-nscd and defaults to $use_nscd.
28506         * configure: Regenerated.
28507         * config.make.in (build-nscd): New substituted variable.
28508         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
28509         Change conditional to require [$(build-nscd) = yes] as well.
28510         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
28511
28512         [BZ# 13696]
28513         * configure.in (use_nscd): New substituted variable, set by
28514         --disable-nscd.  If enabled, define USE_NSCD.
28515         * configure: Regenerated.
28516         * config.h.in: Add USE_NSCD.
28517         * config.make.in (use-nscd): New substituted variable.
28518         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
28519         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
28520         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
28521         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
28522         (CFLAGS-getgrnam_r.c): Likewise.
28523         (CFLAGS-initgroups.c): Likewise.
28524         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
28525         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
28526         Variables removed.
28527         * inet/getnetgrent_r.c
28528         (nscd_setnetgrent): New function, broken out of ...
28529         (setnetgrent): ... here.  Call it.
28530         (innetgr): Conditionalize nscd bits on [USE_NSCD].
28531         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
28532         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
28533         * nscd/Makefile (routines, aux): Move definitions after include of
28534         Makeconfig.  Conditionalize on [$(use-nscd) != no].
28535         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
28536         Conditionalize on [USE_NSCD].
28537         (is_nscd, nscd_init_cb): Likewise.
28538         (nss_load_library): Conditionalize init callback on [USE_NSCD].
28539         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
28540         * nss/nss_db/db-init.c: Likewise.
28541         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
28542         [USE_NSCD].
28543         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
28544         (make_request): Use it.
28545         (cache_valid_p): New function.
28546         (__check_pf): Use it.
28547         * NEWS: Add item for --disable-nscd.
28548
28549 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
28550
28551         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
28552         to support sed >= 4.2.1-20-ga9bf076.
28553         * configure: Regenerated.
28554
28555 2012-08-22  Roland McGrath  <roland@hack.frob.com>
28556
28557         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
28558         Conditionalize whole body on [IREL].
28559
28560 2012-08-22  Jeff Law <law@redhat.com>
28561
28562         [BZ #14505]
28563         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
28564         if the family is PF_UNSPEC.
28565
28566 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
28567
28568         * Makerules (lib-version): Rename from V.
28569         (install-lib-nosubdir): Change V to lib-version.
28570
28571 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
28572
28573         [BZ #14252]
28574         * powerpc32/power6/wcschr.c: New file.
28575         * powerpc32/power6/wcscpy.c: New file.
28576         * powerpc32/power6/wcsrchr.c: New file.
28577         * powerpc64/power6/wcschr.c: New file.
28578         * powerpc64/power6/wcscpy.c: New file.
28579         * powerpc64/power6/wcsrchr.c: New file.
28580
28581 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
28582
28583         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
28584         (two_way_short_needle): Use it.
28585         * string/strstr.c (AVAILABLE1_USES_J): Define.
28586         * string/strcasestr.c: Likewise.
28587
28588         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
28589         array references.
28590         * string/strcasestr.c (TOLOWER): Make side-effect safe.
28591
28592         [BZ #11607]
28593         * NEWS: Add an entry.
28594         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
28595         define their defaults.
28596         (two_way_short_needle): Detect end-of-string on-the-fly.
28597         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
28598         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
28599         * string/bug-strcasestr1.c: New test.
28600         * string/Makefile: Run it.
28601
28602 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
28603
28604         [BZ #11607]
28605         * string/str-two-way.h (two_way_short_needle): Optimize matching of
28606         the first character.
28607
28608 2012-08-21  Roland McGrath  <roland@hack.frob.com>
28609
28610         * csu/elf-init.c (__libc_csu_irel): Function removed.
28611         * csu/libc-start.c (apply_irel): New function.
28612         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
28613
28614 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
28615
28616         * sysdeps/unix/sysv/linux/kernel-features.h
28617         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
28618         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28619         <kernel-features.h>.
28620         [__NR_fadvise64_64]: Make code unconditional.
28621         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
28622         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
28623         !__NR_fadvise64_64)]: Likewise.
28624         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
28625         !__NR_fadvise64_64))]: Likewise.
28626         [__NR_fadvise64]: Make code unconditional.
28627         [!__NR_fadvise64]: Remove conditional code.
28628         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
28629         <kernel-features.h>.
28630         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
28631         unconditional.
28632         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
28633         conditional code.
28634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
28635         not include <kernel-features.h>.
28636         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
28637         unconditional.
28638         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
28639         conditional code.
28640         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
28641         include <kernel-features.h>.
28642         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
28643         unconditional.
28644         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
28645         conditional code.
28646
28647 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
28648
28649         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
28650         slight instruction rearrangements per scrollpipe analysis.
28651         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
28652
28653 2012-08-20  Roland McGrath  <roland@hack.frob.com>
28654
28655         * manual/syslog.texi (syslog; vsyslog, closelog):
28656         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
28657         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
28658
28659         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
28660         DSOCAPS to match condition on defining it.
28661
28662 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
28663
28664         * sysdeps/unix/sysv/linux/kernel-features.h
28665         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
28666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
28667         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
28668         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
28669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
28670         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
28671         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
28672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
28673         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
28674         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
28675
28676         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
28677         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
28678
28679         * sysdeps/unix/sysv/linux/kernel-features.h
28680         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
28681         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
28682         unconditional.
28683         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
28684         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
28685         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
28686         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
28687         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
28688         Make code unconditional.
28689         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
28690         (__mmap64) [!__NR_mmap2]: Likewise.
28691         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
28692         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
28693         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
28694         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
28695         [__NR_mmap2]: Make code unconditional.
28696         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
28697         (__mmap64) [!__NR_mmap2]: Likewise.
28698
28699 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28700
28701         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
28702
28703 2012-08-18  Andreas Jaeger  <aj@suse.de>
28704
28705         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
28706
28707 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
28708
28709         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
28710         * include/unistd.h (__have_sock_cloexec): Likewise.
28711         (__have_pipe2): Likewise.
28712         (__have_dup3): Likewise.
28713
28714 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
28715
28716         [BZ #9685]
28717         * include/unistd.h (__have_pipe2): Change define into an extern int.
28718         (__have_dup3): Likewise.
28719         * socket/have_sock_cloexec.c: Include fcntl.h.
28720         (__have_pipe2): New variable.
28721         (__have_dup3): Likewise.
28722
28723 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
28724
28725         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
28726
28727 2012-08-17  Marek Polacek  <polacek@redhat.com>
28728
28729         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
28730         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
28731
28732 2012-08-17  Roland McGrath  <roland@hack.frob.com>
28733
28734         * configure.in: Add AC_SUBST for sysheaders.
28735         * configure: Regenerated.
28736         * config.make.in (sysheaders): New substituted variable.
28737
28738         * sysdeps/unix/mkfifo.c: Moved ...
28739         * sysdeps/posix/mkfifo.c: ... here.
28740         * sysdeps/unix/mkfifoat.c: Moved ...
28741         * sysdeps/posix/mkfifoat.c: ... here.
28742
28743         * sysdeps/unix/utime.c: Moved ...
28744         * sysdeps/posix/utime.c: ... here.
28745
28746         * sysdeps/unix/time.c: Moved ...
28747         * sysdeps/posix/time.c: ... here.
28748         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
28749         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
28750
28751         * sysdeps/unix/nice.c: Moved ...
28752         * sysdeps/posix/nice.c: ... here.
28753
28754         * sysdeps/unix/alarm.c: Moved ...
28755         * sysdeps/posix/alarm.c: ... here.
28756
28757         * intl/Makefile ($(codeset_mo)): Depend on the input file.
28758
28759 2012-08-17  Jeff Law <law@redhat.com>
28760
28761         * intl/Makefile (codeset_mo): New variable.
28762         ($(codeset_mo)): New target.
28763         (tst-codeset.out): Depend on that.  Remove explicit rule.
28764         (tst-gettext3.out, tst-gettext5.out): Likewise.
28765         (LOCPATH-ENV, tst-codeset-ENV): New variables.
28766         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
28767         * intl/tst-codeset.sh: Remove.
28768         * intl/tst-gettext3.sh: Likewise.
28769         * intl/tst-gettext5.sh: Likewise.
28770
28771 2012-08-17  Roland McGrath  <roland@hack.frob.com>
28772
28773         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
28774         * sysdeps/unix/syscalls.list: ... here.
28775
28776         * sysdeps/posix/getaddrinfo.c
28777         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
28778         (gaiconf_init, gaiconf_reload): Use them.
28779         [!_STATBUF_ST_NSEC]
28780         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
28781         Define using time_t rather than struct timespec.
28782
28783         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
28784         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
28785         Macros removed.
28786         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
28787         [!NO_THREADS].
28788         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
28789         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
28790         Likewise.
28791
28792         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
28793         __libc_cleanup_push argument.
28794
28795         * bits/param.h: New file.
28796         * misc/sys/param.h: New file.
28797         * include/sys/param.h: New file.
28798         * misc/Makefile (headers): Add bits/param.h.
28799         * sysdeps/generic/sys/param.h: File removed.
28800         * sysdeps/unix/sysv/linux/bits/param.h: New file.
28801         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
28802         * sysdeps/mach/hurd/bits/param.h: New file.
28803         * sysdeps/mach/hurd/sys/param.h: File removed.
28804
28805         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
28806         last change.
28807
28808         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
28809         [_IO_MTSAFE_IO].
28810         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
28811         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
28812         New macros.
28813
28814         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
28815         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
28816         rather than -D_IO_MTSAFE_IO conditionally.
28817         * stdio-common/Makefile (CPPFLAGS): Likewise.
28818         * wcsmbs/Makefile (CPPFLAGS): Likewise.
28819         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
28820         Use $(libio-mtsafe).
28821         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
28822         of -D_IO_MTSAFE_IO.
28823         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
28824         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
28825         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
28826         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
28827         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
28828         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
28829         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
28830         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
28831         (CFLAGS-fread_u_chk.c): Likewise.
28832         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
28833         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
28834         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
28835         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
28836         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
28837         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
28838         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
28839         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
28840         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
28841
28842         * libio/Makefile: Test [$(libc-reentrant) = yes]
28843         instead of [$(filter %REENTRANT, $(defines)) nonempty].
28844
28845         * Makeconfig
28846         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
28847         * sysdeps/pthread/configure: File removed.
28848         * sysdeps/pthread/Makeconfig: New file.
28849         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
28850         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
28851
28852 2012-08-16  Gary Benson  <gbenson@redhat.com>
28853
28854         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
28855         unmapping the first object in a namespace.
28856
28857 2012-08-16  Roland McGrath  <roland@hack.frob.com>
28858
28859         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
28860         (__internal_setnetgrent): ... this.  Add internal_function to
28861         definition.  Add libc_hidden_def.
28862         (setnetgrent): Update caller.
28863         (internal_endnetgrent): Renamed to ...
28864         (__internal_endnetgrent): ... this.  Add internal_function to
28865         definition.  Add libc_hidden_def.
28866         (endnetgrent): Update caller.
28867         (internal_getnetgrent_r): Renamed to ...
28868         (__internal_getnetgrent_r): ... this.  Add internal_function to
28869         definition.  Add libc_hidden_def.
28870         (__getnetgrent_r): Update caller.
28871         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
28872
28873 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
28874
28875         * stdlib/longlong.h: Update from GCC.
28876
28877 2012-08-16  Roland McGrath  <roland@hack.frob.com>
28878
28879         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
28880         on _QL, which is set by umul_ppmm but never used.
28881         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
28882         variables, which are set by GMP macros but never used.
28883         * stdio-common/_itowa.c (_itowa): Likewise.
28884         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
28885         * stdlib/mod_1.c (mpn_mod_1): Likewise.
28886
28887 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
28888
28889         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
28890         struct La_sh_regs is not constant.
28891         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
28892         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
28893         and struct La_sparc64_regs are not constant.
28894
28895 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
28896
28897         * sysdeps/unix/sysv/linux/kernel-features.h
28898         (__ASSUME_POSIX_TIMERS): Remove.
28899         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
28900         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
28901         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
28902         Make code unconditional.
28903         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
28904         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
28905         Make code unconditional.
28906         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
28907         * sysdeps/unix/sysv/linux/clock_nanosleep.c
28908         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
28909         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
28910         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
28911         Make code unconditional.
28912         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
28913         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
28914         (__libc_missing_posix_timers): Remove.
28915
28916 2012-08-15  Roland McGrath  <roland@hack.frob.com>
28917
28918         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
28919         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
28920
28921         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
28922
28923         * elf/dl-sym.c: Include <stdlib.h>.
28924
28925         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
28926         constants, which avoids warnings in 32-bit builds.
28927
28928         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
28929         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
28930
28931         * misc/lseek.c: File moved to ...
28932         * io/lseek.c: ... here.
28933
28934         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
28935
28936         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
28937         shifting LEN more than 31 bits at once.
28938
28939 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
28940
28941         [BZ #14195]
28942         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
28943         segmentation fault for a case of two empty input strings.
28944         * string/test-strncasecmp.c (check1): Renamed to...
28945         (bz12205): ...this.
28946         (bz14195): Add new testcase for two empty input strings and N > 0.
28947         (test_main): Call new testcase, adapt for renamed function.
28948
28949 2012-08-15  Andreas Jaeger  <aj@suse.de>
28950
28951         [BZ #14090]
28952         * crypt/md5test2.c: New test, based on test supplied by Serge
28953         Belyshev <belyshev@depni.sinp.msu.ru>.
28954         * crypt/Makefile (xtests): Add md5test-giant..
28955         * crypt/Makefile ($(objpfx)md5test-giant): Add.
28956
28957 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28958
28959         [BZ #14090]
28960         * crypt/md5.c (md5_process_block): Don't assume the buffer
28961         length is less than 2**32.
28962         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
28963         length is less than 2**64.
28964
28965 2012-08-15  Roland McGrath  <roland@hack.frob.com>
28966
28967         * string/str-two-way.h: Include <sys/param.h>.
28968         (MAX): Macro removed.
28969
28970         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
28971         Move #define and #undef of memmove to just before and after
28972         including <string.h>.
28973
28974         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
28975         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
28976         and after including <string.h>.  Move declarations of
28977         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
28978         to before #include "string/memmove.c".
28979
28980         * include/dirent.h: Declare __getdirentries.
28981
28982         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
28983         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
28984
28985 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
28986
28987         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
28988         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
28989         * sysdeps/i386/configure: Regenerated.
28990         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
28991         STABS_CURRENT_FILE, and STABS_FUN.
28992         (END): Remove call to STABS_FUN_END.
28993         (STABS_CURRENT_FILE1): Delete.
28994         (STABS_CURRENT_FILE): Likewise.
28995         (STABS_FUN): Likewise.
28996         (STABS_FUN_END): Likewise.
28997         (STABS_FUN2): Likewise.
28998         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
28999         * sysdeps/x86_64/configure: Regenerated.
29000
29001 2012-08-14  Roland McGrath  <roland@hack.frob.com>
29002
29003         * elf/dl-open.c: Include <atomic.h>.
29004         * elf/dl-lookup.c: Likewise.
29005
29006 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
29007
29008         * sysdeps/unix/sysv/linux/kernel-features.h
29009         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
29010         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
29011         unconditionally.
29012         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
29013         unconditionally.
29014         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
29015         condition on __ASSUME_CLONE_THREAD_FLAGS.
29016
29017 2012-08-14  Andreas Jaeger  <aj@suse.de>
29018
29019         * sysdeps/i386/fpu/libm-test-ulps: Update.
29020
29021 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
29022
29023         * include/atomic.h (atomic_exchange_and_add): Split into ...
29024         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
29025         New atomic macros.
29026
29027 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
29028
29029         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29030
29031 2012-08-13  Jeff Law <law@redhat.com>
29032
29033         * manual/stdio.texi (snprintf): Clarify handling of the trailing
29034         null byte in the output string.
29035
29036 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
29037
29038         * sysdeps/unix/sysv/linux/kernel-features.h
29039         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
29040         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
29041         (__ASSUME_ARG_MAX_STACK_BASED): Define.
29042         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
29043         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
29044         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
29045         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
29046
29047 2012-08-09  Jeff Law <law@redhat.com>
29048
29049         [BZ #13939]
29050         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
29051         When avoid_arena is set, don't retry in the that arena.  Pick the
29052         next one, whatever it might be.
29053         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
29054         (arena_lock): Pass in new parameter to arena_get2.
29055         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
29056         arena_get2.
29057         (__libc_malloc): Unify retrying after main arena failure with
29058         __libc_memalign version.
29059         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
29060
29061 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
29062
29063         [BZ #14166]
29064         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
29065         to __redirect_strstr.
29066         (__strstr_sse42): Use typeof __redirect_strstr.
29067         (__strstr_ia32): Likewise.
29068         (__libc_strstr): New prototype.
29069         (strstr): Renamed to ...
29070         (__libc_strstr): This.
29071         (strstr): New strong alias of __libc_strstr.
29072         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
29073         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
29074         __redirect_time.
29075         Include <time.h>.
29076         (__libc_time): New prototype.
29077         (time_ifunc): Replace time with __libc_time.
29078         (time): New strong alias and hidden definition of __libc_time.
29079         (__GI_time): Remove strong alias.
29080         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
29081         Include <stddef.h>.
29082         (memmove): Redefined to __redirect_memmove.
29083         (__memmove_sse2): Use typeof __redirect_memmove.
29084         (__memmove_ssse3): Likewise.
29085         (__memmove_ssse3_back): Likewise.
29086         (__libc_memmove): New prototype.
29087         (memmove): Renamed to ...
29088         (__libc_memmove): This.
29089         (memmove): New strong alias of __libc_memmove.
29090
29091 2012-08-08  Mark Salter  <msalter@redhat.com>
29092
29093         * elf/elf.h
29094         (R_MN10300_TLS_GD): Define.
29095         (R_MN10300_TLS_LD): Likewise.
29096         (R_MN10300_TLS_LDO): Likewise.
29097         (R_MN10300_TLS_GOTIE): Likewise.
29098         (R_MN10300_TLS_IE): Likewise.
29099         (R_MN10300_TLS_LE): Likewise.
29100         (R_MN10300_TLS_DTPMOD): Likewise.
29101         (R_MN10300_TLS_DTPOFF): Likewise.
29102         (R_MN10300_TLS_TPOFF): Likewise.
29103         (R_MN10300_SYM_DIFF): Likewise.
29104         (R_MN10300_ALIGN): Likewise.
29105         (R_MN10300_NUM): Update.
29106
29107 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
29108
29109         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
29110         Remove.
29111
29112 2012-08-08  Roland McGrath  <roland@hack.frob.com>
29113
29114         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
29115
29116         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
29117         sysdeps/unix -> sysdeps/posix move.
29118         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
29119
29120 2012-08-07      Allan McRae     <allan@archlinux.org>
29121
29122         [BZ #14303]
29123         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
29124         (SUNOS_CPP): Likewise.
29125         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
29126         not found.
29127         (open_input): Call CPP using execvp.
29128
29129 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
29130
29131         * sysdeps/unix/sysv/linux/kernel-features.h
29132         (__ASSUME_PROT_GROWSUPDOWN): Remove.
29133         (__ASSUME_NO_CLONE_DETACHED): Likewise.
29134         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
29135         (__ASSUME_WAITID_SYSCALL): Likewise.
29136         * sysdeps/unix/sysv/linux/dl-execstack.c
29137         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
29138         code unconditional.
29139         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
29140         conditional code.
29141         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
29142         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
29143         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
29144         code.
29145         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
29146         unconditional.
29147         [__ASSUME_WAITID_SYSCALL]: Likewise.
29148         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
29149
29150 2012-08-07  Roland McGrath  <roland@hack.frob.com>
29151
29152         * sysdeps/unix/closedir.c: Renamed to ...
29153         * sysdeps/posix/closedir.c: ... here.
29154         * sysdeps/unix/dirfd.c: Renamed to ...
29155         * sysdeps/posix/dirfd.c: ... here.
29156         * sysdeps/unix/dirstream.h: Renamed to ...
29157         * sysdeps/posix/dirstream.h: ... here.
29158         * sysdeps/unix/fdopendir.c: Renamed to ...
29159         * sysdeps/posix/fdopendir.c: ... here.
29160         * sysdeps/unix/opendir.c: Renamed to ...
29161         * sysdeps/posix/opendir.c: ... here.
29162         * sysdeps/unix/readdir.c: Renamed to ...
29163         * sysdeps/posix/readdir.c: ... here.
29164         * sysdeps/unix/readdir_r.c: Renamed to ...
29165         * sysdeps/posix/readdir_r.c: ... here.
29166         * sysdeps/unix/rewinddir.c: Renamed to ...
29167         * sysdeps/posix/rewinddir.c: ... here.
29168         * sysdeps/unix/seekdir.c: Renamed to ...
29169         * sysdeps/posix/seekdir.c: ... here.
29170         * sysdeps/unix/telldir.c: Renamed to ...
29171         * sysdeps/posix/telldir.c: ... here.
29172         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
29173         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
29174         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
29175         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
29176
29177         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
29178         * bits/fcntl.h: ... here.
29179
29180         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
29181         not 0.
29182         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
29183         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
29184         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
29185         (struct flock): Move l_start, l_len to the beginning.
29186         Use __pid_t for l_pid.
29187         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
29188         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
29189         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
29190         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
29191         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
29192         [__USE_LARGEFILE64] (struct flock64): New type.
29193         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
29194
29195         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
29196         * bits/dirent.h: ... here.
29197
29198         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
29199         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
29200
29201 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
29202
29203         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
29204         Change from 2.6.0 to 2.6.16.
29205         * sysdeps/unix/sysv/linux/configure: Regenerated.
29206         * sysdeps/unix/sysv/linux/kernel-features.h
29207         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
29208         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
29209         version.
29210         (__ASSUME_UTIMES): Likewise.
29211         (__ASSUME_CLONE_STOPPED): Remove.
29212         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
29213         architectures, not kernel version.
29214         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
29215         (__ASSUME_NO_CLONE_DETACHED): Likewise.
29216         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
29217         (__ASSUME_WAITID_SYSCALL): Likewise.
29218         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
29219         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
29220         * README: State 2.6.16 as minimum Linux kernel version.  Do not
29221         refer to older versions.
29222
29223 2012-08-06  Roland McGrath  <roland@hack.frob.com>
29224
29225         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
29226         Define alphasort64 as an alias.
29227         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
29228         Define versionsort64 as an alias.
29229         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
29230         Define scandir64 as an alias.
29231         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
29232         Define scandirat64 as an alias.
29233         * dirent/alphasort64.c (alphasort64):
29234         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
29235         * dirent/versionsort64.c: Likewise.
29236         * dirent/scandir64.c: Likewise.
29237         * dirent/scandirat64.c: Likewise.
29238         * sysdeps/wordsize-64/alphasort.c: File removed.
29239         * sysdeps/wordsize-64/alphasort64.c: File removed.
29240         * sysdeps/wordsize-64/scandir.c: File removed.
29241         * sysdeps/wordsize-64/scandir64.c: File removed.
29242         * sysdeps/wordsize-64/scandirat.c: File removed.
29243         * sysdeps/wordsize-64/scandirat64.c: File removed.
29244         * sysdeps/wordsize-64/versionsort.c: File removed.
29245         * sysdeps/wordsize-64/versionsort64.c: File removed.
29246         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
29247         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
29248         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
29249         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
29250         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
29251         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
29252         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
29253         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
29254
29255         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
29256         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
29257         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
29258         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
29259         [defined __arch64__ || defined __sparcv9]
29260         (__INO_T_MATCHES_INO64_T): New macro.
29261         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
29262         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
29263         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
29264         * sysdeps/unix/sysv/linux/bits/dirent.h
29265         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
29266         (_DIRENT_MATCHES_DIRENT64): New macro.
29267
29268         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
29269         Define lockf64 as an alias.
29270         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
29271         Define fseeko64 as an alias.
29272         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
29273         Define ftello64 as an alias.
29274         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
29275         Define _IO_fgetpos64 and fgetpos64 as aliases.
29276         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
29277         Define _IO_fsetpos64 and fsetpos64 as aliases.
29278         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
29279         Conditionalize body on this.
29280         * libio/fseeko64.c: Likewise.
29281         * libio/ftello64.c: Likewise.
29282         * libio/iofgetpos64.c: Likewise.
29283         * libio/iofsetpos64.c: Likewise.
29284         * sysdeps/wordsize-64/lockf.c: File removed.
29285         * sysdeps/wordsize-64/lockf64.c: File removed.
29286         * sysdeps/wordsize-64/fseeko.c: File removed.
29287         * sysdeps/wordsize-64/fseeko64.c: File removed.
29288         * sysdeps/wordsize-64/ftello.c: File removed.
29289         * sysdeps/wordsize-64/ftello64.c: File removed.
29290         * sysdeps/wordsize-64/iofgetpos.c: File removed.
29291         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
29292         * sysdeps/wordsize-64/iofsetpos.c: File removed.
29293         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
29294         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
29295         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
29296         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
29297         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
29298         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
29299         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
29300         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
29301         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
29302         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
29303         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
29304
29305         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
29306         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
29307         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
29308         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
29309         [defined __arch64__ || defined __sparcv9]
29310         (__OFF_T_MATCHES_OFF64_T): New macro.
29311         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
29312         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
29313         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
29314         (__OFF_T_MATCHES_OFF64_T): New macro.
29315
29316 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
29317
29318         * stdlib/secure-getenv.c (__secure_getenv): Replace
29319         GLIBC_2_16 with GLIBC_2_17.
29320
29321 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
29322
29323         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
29324         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
29325
29326 2012-08-03  David S. Miller  <davem@davemloft.net>
29327
29328         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29329
29330 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
29331
29332         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
29333         Remove.
29334         (__ASSUME_CORRECT_SI_PID): Likewise.
29335         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
29336         (__ASSUME_TMPFS_NAME): Likewise.
29337         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
29338         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
29339         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
29340         (HAVE_AUX_SECURE): Make definition unconditional.
29341         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
29342         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
29343
29344 2012-08-03  Roland McGrath  <roland@hack.frob.com>
29345
29346         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
29347         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
29348         * sysdeps/mach/hurd/eloop-threshold.h: New file.
29349         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
29350         __eloop_threshold instead of SYMLOOP_MAX.
29351
29352         * sysdeps/generic/eloop-threshold.h: New file.
29353         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
29354         of MAXSYMLINKS.
29355         * elf/chroot_canon.c (chroot_canon): Likewise.
29356
29357 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
29358
29359         [BZ #13717]
29360         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
29361         Change to 2.6.0 everywhere.
29362         * sysdeps/unix/sysv/linux/configure: Regenerated.
29363         * sysdeps/unix/sysv/linux/kernel-features.h
29364         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
29365         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
29366         kernel versions.
29367         (__ASSUME_POSIX_TIMERS): Define unconditionally.
29368         (__ASSUME_FUTEX_REQUEUE): Remove.
29369         (__ASSUME_STATFS64): Define unconditionally.
29370         (__ASSUME_AT_SECURE): Likewise.
29371         (__ASSUME_CORRECT_SI_PID): Likewise.
29372         (__ASSUME_TGKILL): Define without depending on kernel version for
29373         i386.
29374         (__ASSUME_UTIMES): Likewise.
29375         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
29376         kernel version.
29377         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
29378         (__ASSUME_TMPFS_NAME): Likewise.
29379         * README: Update reference to Linux kernel versions.
29380
29381 2012-08-02  Marek Polacek  <polacek@redhat.com>
29382
29383         [BZ# 14150]
29384         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
29385         libc_cv_asm_type_prefix with %.
29386         * configure: Regenerated.
29387         * include/libc-symbols.h: Remove comment about
29388         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
29389         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
29390         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
29391         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
29392         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
29393         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
29394         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
29395         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
29396         * elf/tst-unique2mod1.c: Likewise.
29397         * elf/tst-unique1mod2.c: Likewise.
29398         * elf/tst-unique1mod1.c: Likewise.
29399         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
29400         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
29401         Replace ASM_TYPE_DIRECTIVE with .type.
29402         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29403         * sysdeps/i386/sysdep.h: Likewise.
29404         * sysdeps/x86_64/sysdep.h: Likewise.
29405         * sysdeps/sh/sysdep.h: Likewise.
29406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
29407         Do not define ASM_TYPE_DIRECTIVE.
29408         * sysdeps/powerpc/sysdep.h: Likewise.
29409         * sysdeps/powerpc/powerpc32/sysdep.h:
29410         Replace ASM_TYPE_DIRECTIVE with .type.
29411         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
29412         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
29413         * sysdeps/i386/fpu/e_powf.S: Likewise.
29414         * sysdeps/i386/fpu/e_expl.S: Likewise.
29415         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
29416         * sysdeps/i386/fpu/e_acosh.S: Likewise.
29417         * sysdeps/i386/fpu/e_pow.S: Likewise.
29418         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
29419         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
29420         * sysdeps/i386/fpu/s_expm1.S: Likewise.
29421         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
29422         * sysdeps/i386/fpu/e_log2.S: Likewise.
29423         * sysdeps/i386/fpu/e_log2l.S: Likewise.
29424         * sysdeps/i386/fpu/e_scalb.S: Likewise.
29425         * sysdeps/i386/fpu/e_powl.S: Likewise.
29426         * sysdeps/i386/fpu/e_log10f.S: Likewise.
29427         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
29428         * sysdeps/i386/fpu/e_logl.S: Likewise.
29429         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
29430         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
29431         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
29432         * sysdeps/i386/fpu/e_log2f.S: Likewise.
29433         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
29434         * sysdeps/i386/fpu/e_log.S: Likewise.
29435         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
29436         * sysdeps/i386/fpu/e_logf.S: Likewise.
29437         * sysdeps/i386/fpu/e_log10l.S: Likewise.
29438         * sysdeps/i386/fpu/e_atanh.S: Likewise.
29439         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
29440         * sysdeps/i386/fpu/e_log10.S: Likewise.
29441         * sysdeps/i386/fpu/s_frexp.S: Likewise.
29442         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
29443         * sysdeps/i386/fpu/s_asinh.S: Likewise.
29444         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
29445         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
29446         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
29447         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
29448         * sysdeps/i386/i686/strtok.S: Likewise.
29449         * sysdeps/i386/i386-mcount.S: Likewise.
29450         * sysdeps/i386/strtok.S: Likewise.
29451         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
29452         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
29453         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
29454         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
29455         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
29456         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
29457         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
29458         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
29459         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
29460         * sysdeps/x86_64/_mcount.S: Likewise.
29461         * sysdeps/x86_64/strtok.S: Likewise.
29462         * sysdeps/sh/_mcount.S: Likewise.
29463
29464 2012-08-01  Roland McGrath  <roland@hack.frob.com>
29465
29466         * libio/iofopen.c: Include <fcntl.h>.
29467         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
29468         (_IO_fopen64, fopen64): Define as aliases.
29469         * libio/iofopen64.c: Include <fcntl.h>.
29470         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
29471         Conditionalize body on this.
29472         * sysdeps/wordsize-64/iofopen.c: File removed.
29473         * sysdeps/wordsize-64/iofopen64.c: File removed.
29474
29475 2012-08-01  Marek Polacek  <polacek@redhat.com>
29476
29477         * libc/Makeconfig: Use elf in place of binfmt-subdir.
29478         Use dlfcn directly instead of a variable.
29479         (binfmt-subdir): Do not define.
29480         (dlfcn): Likewise.
29481
29482 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
29483
29484         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
29485         Remove all definitions.
29486         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
29487         <kernel-features.h>.
29488         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
29489         (miss_F_GETOWN_EX): Remove all definitions.
29490         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
29491         macro definition.
29492         [!__ASSUME_FCNTL64]: Remove conditional code.
29493         [__ASSUME_FCNTL64]: Make code unconditional.
29494         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
29495         <kernel-features.h>.
29496         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
29497         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
29498         (lockf64) [__NR_fcntl64]: Make code unconditional.
29499         (lockf64) [__ASSUME_FCNTL64]: Likewise.
29500
29501         * sysdeps/unix/sysv/linux/kernel-features.h
29502         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
29503         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
29504         Make code unconditional.
29505         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
29506         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
29507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
29508         [__NR_vfork]: Make code unconditional.
29509         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
29510         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
29511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
29512         [__NR_vfork]: Make code unconditional.
29513         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
29514         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
29515
29516 2012-08-01  Roland McGrath  <roland@hack.frob.com>
29517
29518         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
29519         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
29520
29521         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
29522         Define mkstemp64 as an alias.
29523         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
29524         Define mkstemps64 as an alias.
29525         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
29526         Define mkostemp64 as an alias.
29527         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
29528         Define mkostemps64 as an alias.
29529         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
29530         Conditionalize body on this.
29531         * misc/mkostemp64.c: Likewise.
29532         * misc/mkostemps64.c: Likewise.
29533         * misc/mkstemps64.c: Likewise.
29534         * sysdeps/wordsize-64/mkstemp64.c: File removed.
29535         * sysdeps/wordsize-64/mkostemp64.c: File removed.
29536         * sysdeps/wordsize-64/mkostemp.c: File removed.
29537         * sysdeps/wordsize-64/mkstemp.c: File removed.
29538         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
29539         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
29540         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
29541         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
29542
29543         [BZ #14138]
29544         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
29545         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
29546         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
29547         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
29548
29549         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
29550         compat_symbol macros from <shlib-compat.h> rather than the underlying
29551         default_symbol_version and symbol_version macros, so that DEFAULT
29552         lines in shlib-versions are respected.
29553         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
29554
29555 2012-08-01  Florian Weimer  <fweimer@redhat.com>
29556
29557         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
29558         Declare with warn_unused_result.
29559         (setgid, setregid, setegid, setresgid): Likewise.
29560         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
29561         Likewise.
29562         * WUR-REPORT: Remove set*id functions.
29563
29564 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
29565
29566         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
29567
29568 2012-07-31  Roland McGrath  <roland@hack.frob.com>
29569
29570         [BZ #10191]
29571         * include/sys/socket.h (__libc_accept, __libc_accept4):
29572         Add attribute_hidden.
29573         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
29574
29575         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
29576         use of PTR_MANGLE.
29577         * inet/getnetgrent_r.c (setup): Likewise.
29578
29579         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
29580
29581 2012-07-31  David S. Miller  <davem@davemloft.net>
29582
29583         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29584
29585 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
29586
29587         [BZ #13629]
29588         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
29589         value between 1.0 and 2.0 and smaller part has absolute value less
29590         than 1.0.
29591         * math/s_clog10.c (__clog10): Likewise.
29592         * math/s_clog10f.c (__clog10f): Likewise.
29593         * math/s_clog10l.c (__clog10l): Likewise.
29594         * math/s_clogf.c (__clogf): Likewise.
29595         * math/s_clogl.c (__clogl): Likewise.
29596         * math/libm-test.inc (clog_test): Add more tests.
29597         (clog10_test): Likewise.
29598         * sysdeps/i386/fpu/libm-test-ulps: Update.
29599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29600
29601 2012-07-31  Florian Weimer  <fweimer@redhat.com>
29602
29603         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
29604         Exit with zero in case no suitable GID is found, and write a
29605         message to standard error.
29606
29607 2012-07-30  Roland McGrath  <roland@hack.frob.com>
29608
29609         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
29610         rather than to 1.
29611         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
29612         (MAXPATHLEN): Removed.
29613         (NOGROUP, NODEV): New macros.
29614         (setbit, clrbit, isset, isclr): New macros.
29615         (howmany, roundup, powerof2): New macros.
29616         (DEV_BSIZE): New macro.
29617
29618         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
29619         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
29620
29621         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
29622         definition on [!__NO_LONG_DOUBLE_MATH].
29623
29624         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
29625         PTR_MANGLE and PTR_DEMANGLE.
29626
29627         * socket/accept4.c (accept4): Rename to __libc_accept4.
29628         Define accept4 as a weak alias.
29629
29630         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
29631         on [_DIRENT_HAVE_D_TYPE].
29632         * io/ftw.c (ftw_dir): Likewise.
29633
29634         * io/xmknod.c (__xmknod): Don't check PATH for being null.
29635
29636         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
29637
29638         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
29639         Use the BSD numbers rather than the arbitrary ones we had.
29640         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
29641         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
29642         (SIGXCPU, SIGXFSZ): New macros.
29643         (_NSIG): Now 32.
29644
29645         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
29646         initializer on [_LIBC_REENTRANT].
29647
29648         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
29649         definitions inside [_POSIX_MAPPED_FILES].
29650
29651         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
29652
29653         * dirent/opendir.c: Include <fcntl.h>.
29654
29655         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
29656         (__libc_getspecific): Likewise.
29657         (__libc_key_create): Likewise.
29658
29659         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
29660         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
29661         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
29662         (tmpfile64): Define as alias.
29663         * sysdeps/wordsize-64/tmpfile.c: File removed.
29664         * sysdeps/wordsize-64/tmpfile64.c: File removed.
29665         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
29666         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
29667
29668         * stdio-common/vfscanf.c: Include <stdbool.h>.
29669         * nss/makedb.c: Likewise.
29670         * stdio-common/_i18n_number.h: Likewise.
29671         * argp/argp-help.c: Likewise.
29672         * posix/wordexp.c: Likewise.
29673         * sysdeps/posix/spawni.c: Likewise.
29674         * nss/nss_files/files-initgroups.c: Likewise.
29675         * stdio-common/reg-modifier.c: Include <stdlib.h>.
29676         * nss/nss_files/files-initgroups.c: Likewise.
29677         * nss/nss_db/db-netgrp.c: Likewise.
29678         * nss/nss_db/db-initgroups.c: Likewise.
29679         * io/fchmodat.c: Include <sys/stat.h>.
29680
29681         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
29682         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
29683
29684         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
29685         [HAVE_MMAP].
29686
29687         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
29688         Add multiple inclusion protection.
29689
29690 2012-07-27  David S. Miller  <davem@davemloft.net>
29691
29692         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29693
29694 2012-07-27  Gary Benson  <gbenson@redhat.com>
29695
29696         [BZ #14298]
29697         * elf/rtld.c: Include <stap-probe.h>.
29698         (dl_main): Added static probes "init_start" and "init_complete".
29699         * elf/dl-load.c: Include <stap-probe.h>.
29700         (lose): Take new parameter "nsid".
29701         Added static probe "map_failed".
29702         (_dl_map_object_from_fd): Pass namespace id to lose.
29703         Added static probe "map_start".
29704         (open_verify): Pass namespace id to lose.
29705         * elf/dl-open.c: Include <stap-probe.h>.
29706         (dl_open_worker) Added static probes "map_complete", "reloc_start"
29707         and "reloc_complete".
29708         * elf/dl-close.c: Include <stap-probe.h>.
29709         (_dl_close_worker): Added static probes "unmap_start" and
29710         "unmap_complete".
29711         * elf/rtld-debugger-interface.txt: New file documenting the above.
29712
29713 2012-07-26  Roland McGrath  <roland@hack.frob.com>
29714
29715         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
29716         rather than a string variable.
29717         * sunrpc/rpc_main.c (h_output): Likewise.
29718         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
29719
29720 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
29721
29722         * inet/check_native.c: New file.
29723
29724 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
29725
29726         [BZ #13629]
29727         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
29728         if larger part has absolute value 1.0.
29729         * math/s_clog10.c (__clog10): Likewise.
29730         * math/s_clog10f.c (__clog10f): Likewise.
29731         * math/s_clog10l.c (__clog10l): Likewise.
29732         * math/s_clogf.c (__clogf): Likewise.
29733         * math/s_clogl.c (__clogl): Likewise.
29734         * math/libm-test.inc (clog_test): Add more tests.
29735         (clog10_test): Likewise.
29736         * sysdeps/i386/fpu/libm-test-ulps: Update.
29737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29738
29739         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
29740         (pltexit): Likewise.
29741         (La_regs): Likewise.
29742         (La_retval): Likewise.
29743         (int_retval): Likewise.
29744         Update #error for removed macros to refer only to definitions in
29745         tst-audit.h.
29746         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
29747         macro.
29748         (pltexit): Likewise.
29749         (La_regs): Likewise.
29750         (La_retval): Likewise.
29751         (int_retval): Likewise.
29752         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
29753         macro.
29754         (pltexit): Likewise.
29755         (La_regs): Likewise.
29756         (La_retval): Likewise.
29757         (int_retval): Likewise.
29758         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
29759         macro.
29760         (pltexit): Likewise.
29761         (La_regs): Likewise.
29762         (La_retval): Likewise.
29763         (int_retval): Likewise.
29764         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
29765         macro.
29766         (pltexit): Likewise.
29767         (La_regs): Likewise.
29768         (La_retval): Likewise.
29769         (int_retval): Likewise.
29770         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
29771         macro.
29772         (pltexit): Likewise.
29773         (La_regs): Likewise.
29774         (La_retval): Likewise.
29775         (int_retval): Likewise.
29776         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
29777         macro.
29778         (pltexit): Likewise.
29779         (La_regs): Likewise.
29780         (La_retval): Likewise.
29781         (int_retval): Likewise.
29782         * sysdeps/generic/tst-audit.h: Update comment to refer only to
29783         macro definitions in tst-audit.h.
29784         * sysdeps/i386/tst-audit.h: New file.
29785         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
29786         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
29787         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
29788         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
29789         * sysdeps/sh/tst-audit.h: Likewise.
29790         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
29791         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
29792         * sysdeps/x86_64/tst-audit.h: Likewise.
29793
29794 2012-07-26  Andreas Jaeger  <aj@suse.de>
29795
29796         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
29797         ptrace.
29798
29799         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
29800         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
29801         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
29802         PTRACE_O_MASK.
29803         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
29804         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
29805         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
29806
29807         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
29808         value.
29809
29810         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
29811         _sigsys.
29812         (si_call_addr, si_syscall, si_arch): Define new macro.
29813         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
29814         _sigsys.
29815         (si_call_addr, si_syscall, si_arch): Define new marcro.
29816         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
29817         _sigsys.
29818         (si_call_addr, si_syscall, si_arch): Define new macro.
29819         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
29820         _sigsys.
29821         (si_call_addr, si_syscall, si_arch): Define new macro.
29822
29823 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
29824
29825         [BZ #13717]
29826         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
29827         Change to 2.4.21 where previously 2.4.1.
29828         * sysdeps/unix/sysv/linux/configure: Regenerated.
29829         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
29830         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
29831         Linux kernel version.
29832         (__ASSUME_STD_AUXV): Remove.
29833         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
29834         kernel version.
29835         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
29836         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
29837         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
29838         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
29839         (__ASSUME_NETLINK_SUPPORT): Likewise.
29840         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
29841         (__no_netlink_support): Remove conditional definition.
29842         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
29843         Remove.
29844         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
29845         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
29846         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
29847         (if_nameindex_ioctl): Remove.
29848         (if_nameindex_netlink): Do not handle __no_netlink_support.
29849         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
29850         code.
29851         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
29852         Remove conditional code.
29853         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
29854         code.
29855         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
29856         unconditional.
29857         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
29858         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
29859         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
29860         Remove.
29861         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
29862         [!__ASSUME_STD_AUXV]: Remove conditional code.
29863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
29864         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
29865         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
29866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
29867         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
29868         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
29869         code.
29870         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
29871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
29872         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
29873         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
29874         conditional code.
29875         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
29876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
29877         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
29878         code.
29879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
29880         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
29881         conditional code.
29882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
29883         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
29884         code unconditional.
29885         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
29886         conditional code.
29887         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
29888         unconditional.
29889         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
29890         conditional code.
29891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
29892         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
29893         unconditional.
29894         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
29895         conditional code.
29896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
29897         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
29898         code unconditional.
29899         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
29900         conditional code.
29901         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
29902         unconditional.
29903         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
29904         conditional code.
29905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
29906         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
29907         code unconditional.
29908         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
29909         conditional code.
29910         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
29911         unconditional.
29912         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
29913         conditional code.
29914
29915 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
29916
29917         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
29918         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
29919         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
29920         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
29921         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
29922         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
29923         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
29924         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
29925         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
29926         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
29927         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
29928         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
29929         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
29930         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
29931         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
29932         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
29933         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
29934         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
29935         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
29936         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
29937         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
29938         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
29939         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
29940
29941 2012-07-25  Florian Weimer  <fweimer@redhat.com>
29942
29943         * Versions.def: Add GLIBC_2.17.
29944         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
29945         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
29946         Introduce __libc_secure_getenv.
29947         * stdlib/Versions (2.17): Add secure_getenv
29948         (GLIBC_PRIVATE): Add __libc_secure_getenv.
29949         * stdlib/secure-getenv.c: Rename __secure_getenv to
29950         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
29951         symbol __secure_getenv for GLIBC_2.0.
29952         * stdlib/tst-secure-getenv.c: New.
29953         * stdlib/Makefile (tests): Add testcase.
29954         * manual/startup.texi (Environment Access): Document
29955         secure_getenv.
29956         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
29957         __libc_secure_getenv.
29958         * inet/ruserpass.c (ruserpass): Likewise.
29959         * malloc/mtrace.c (mtrace): Likewise.
29960         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
29961         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
29962         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
29963         * sysdeps/posix/tempname.c: Likewise.  Evaluate
29964         HAVE_SECURE_GETENV.
29965         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
29966         __secure_getenv to __libc_secure_getenv.
29967         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
29968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29969         Likewise.
29970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29971         Likewise.
29972         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29973         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29974         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29975         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29976         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29977         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29978         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29979
29980 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
29981
29982         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
29983         (struct La_i86_retval): Likewise.
29984         (struct La_x86_64_regs): Likewise.
29985         (struct La_x86_64_retval): Likewise.
29986         (struct La_x32_regs): Likewise.
29987         (struct La_x32_retval): Likewise.
29988         (struct La_ppc32_regs): Likewise.
29989         (struct La_ppc32_retval): Likewise.
29990         (struct La_ppc64_regs): Likewise.
29991         (struct La_ppc64_retval): Likewise.
29992         (struct La_sh_regs): Likewise.
29993         (struct La_sh_retval): Likewise.
29994         (struct La_s390_32_regs): Likewise.
29995         (struct La_s390_32_retval): Likewise.
29996         (struct La_s390_64_regs): Likewise.
29997         (struct La_s390_64_retval): Likewise.
29998         (struct La_sparc32_regs): Likewise.
29999         (struct La_sparc32_retval): Likewise.
30000         (struct La_sparc64_regs): Likewise.
30001         (struct La_sparc64_retval): Likewise.
30002         (struct audit_ifaces): Remove architecture-specific pltenter and
30003         pltexit members.
30004         * sysdeps/i386/ldsodefs.h: New file.
30005         * sysdeps/powerpc/ldsodefs.h: Likewise.
30006         * sysdeps/s390/ldsodefs.h: Likewise.
30007         * sysdeps/sh/ldsodefs.h: Likewise.
30008         * sysdeps/sparc/ldsodefs.h: Likewise.
30009         * sysdeps/x86_64/ldsodefs.h: Likewise.
30010
30011 2012-07-25  Marek Polacek  <polacek@redhat.com>
30012
30013         [BZ #6808]
30014         * math/libm-test.inc (yn_test): Add another test.
30015         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
30016         to ERANGE when the result is +-Inf.
30017         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
30018         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
30019         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
30020         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
30021
30022 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
30023
30024         * conform/data/time.h-data (NULL): Use macro-constant.  Require
30025         equal to 0.
30026         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
30027         clock_t.
30028         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
30029
30030 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
30031
30032         * configure.in <sysdeps resolving>: Correct printing
30033         Implies_before.
30034         * configure: Regenerate.
30035
30036 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
30037
30038         * math/w_ilogb.c: Include <limits.h>.
30039         * math/w_ilogbl.c: Likewise.
30040
30041 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
30042
30043         * manual/lang.texi (__va_copy): Document primarily as ISO C99
30044         va_copy.  Document allowing for unavailable va_copy only as
30045         pre-C99 compatibility.
30046         * manual/string.texi (Copying and Concatenation): Use va_copy
30047         instead of __va_copy in concat example.
30048
30049 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
30050
30051         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
30052         (__sendto): Use create_address_port.  Initialize APORT and deallocate
30053         it if not null.
30054
30055         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
30056         with O_NOLINK passed to __file_name_lookup.
30057
30058         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
30059         with O_NOLINK passed to __file_name_lookup.
30060
30061         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
30062         negative N or less than NGIDS.
30063
30064         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
30065         type to string_t.  Set ERANGE as errno and return it if NAME is not big
30066         enough.  Use memcpy instead of strncpy.
30067
30068 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
30069
30070         * elf/Makefile (check-data): Remove.
30071         (localplt.data): New vpath directive.
30072         ($(objpfx)check-localplt.out): Use localplt.data from vpath
30073         instead of $(check-data).
30074         * scripts/data/localplt-generic.data: Move to ...
30075         * sysdeps/generic/localplt.data: ... here.
30076         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
30077         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
30078         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
30079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
30080         ... here.
30081         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
30082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
30083         ... here.
30084         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
30085         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
30086         ... here.
30087         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
30088         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
30089         ... here.
30090         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
30091         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
30092         ... here.
30093         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
30094         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
30095         ... here.
30096
30097 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30098
30099         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
30100         PPC32 and PPC64 files.
30101         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
30102         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
30103
30104 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30105
30106         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
30107         __makecontext_ret to ...
30108         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
30109         ... here and call exit if uc_link is NULL.  New file.
30110         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
30111         __makecontext_ret.S.
30112         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
30113         __makecontext_ret to ...
30114         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
30115         ... here and call exit if uc_link is NULL.  New file.
30116         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
30117         __makecontext_ret.S.
30118
30119 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30120
30121         * elf/elf.h (R_390_IRELATIVE): New definition.
30122         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
30123         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
30124         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
30125         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
30126         (elf_machine_lazy_rel): Likewise.
30127         * sysdeps/s390/dl-irel.h: New file.
30128         * sysdeps/s390/s390-64/memcpy.S: New asm code.
30129         * sysdeps/s390/s390-64/memset.S: New asm code.
30130         * sysdeps/s390/s390-64/memcmp.S: New asm code.
30131         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
30132         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
30133         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
30134         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
30135         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
30136         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
30137         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
30138         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
30139         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
30140         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
30141         * sysdeps/s390/s390-32/memcpy.S: New asm code.
30142         * sysdeps/s390/s390-32/memset.S: New asm code.
30143         * sysdeps/s390/s390-32/memcmp.S: New asm code.
30144
30145 2012-07-17  Marek Polacek  <polacek@redhat.com>
30146
30147         [BZ #14349]
30148         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
30149         * sysdeps/s390/s390-64/configure.in: Likewise.
30150         * sysdeps/sparc/configure.in: Likewise.
30151         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
30152         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
30153         * sysdeps/i386/configure.in: Likewise.
30154         * sysdeps/x86_64/configure.in: Likewise.
30155         * sysdeps/sh/configure.in: Likewise.
30156         * sysdeps/s390/s390-32/configure: Regenerated.
30157         * sysdeps/s390/s390-64/configure: Likewise.
30158         * sysdeps/x86_64/configure: Likewise.
30159         * sysdeps/sh/configure: Likewise.
30160         * sysdeps/powerpc/powerpc64/configure: Likewise.
30161         * sysdeps/powerpc/powerpc32/configure: Likewise.
30162         * sysdeps/sparc/configure: Likwise.
30163         * sysdeps/i386/configure: Likewise.
30164
30165         * elf/dl-open.c: Comment fixes.
30166
30167 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
30168
30169         * Makefile [CXX] (check-data): Remove.
30170         [CXX] (c++-types.data): New vpath directive.
30171         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
30172         vpath.  Do not allow for C++ type data being missing.
30173         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
30174         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
30175         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
30176         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
30177         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
30178         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
30179         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
30180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
30181         ... here.
30182         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
30183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
30184         ... here.
30185         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
30186         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
30187         ... here.
30188         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
30189         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
30190         ... here.
30191         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
30192         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
30193         ... here.
30194         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
30195         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
30196         ... here.
30197         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
30198         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
30199         ... here.
30200         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
30201         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
30202
30203         * elf/tls-macros.h (TLS_LE): Move architecture-specific
30204         definitions to architecture-specific files.
30205         (TLS_IE): Likewise.
30206         (TLS_LD): Likewise.
30207         (TLS_GD): Likewise.
30208         * sysdeps/i386/tls-macros.h: New file.
30209         * sysdeps/powerpc/tls-macros.h: Likewise.
30210         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
30211         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
30212         * sysdeps/sh/tls-macros.h: Likewise.
30213         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
30214         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
30215         * sysdeps/x86_64/tls-macros.h: Likewise.
30216
30217 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
30218
30219         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
30220         zero value for regular exit case.
30221
30222         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
30223         (__start_context): Preserve zero value for regular exit case.
30224
30225 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
30226             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30227
30228         * manual/setjmp.texi (setcontext): Clarify normal process
30229         termination when uc_link is the null pointer.
30230         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
30231         exit call.
30232
30233 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
30234
30235         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
30236         preprocessor.  Test for each exception mask separately.
30237
30238 2012-07-16  Andreas Jaeger  <aj@suse.de>
30239
30240         * po/ru.po: Update from translation team.
30241
30242 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
30243
30244         * conform/data/string.h-data (NULL): Use macro-constant.  Require
30245         equal to 0.
30246         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
30247         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
30248         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
30249         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
30250         [ISO || ISO99 || ISO11] (*_t): Do not allow.
30251
30252 2012-07-13  Andreas Jaeger  <aj@suse.de>
30253
30254         * po/fr.po: Update from translation team.
30255
30256 2012-07-12  Marek Polacek  <polacek@redhat.com>
30257
30258         [BZ #14173]
30259         * math/libm-test.inc (yn_test): Add test for BZ #14173.
30260         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
30261         loop condition.
30262
30263 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
30264
30265         [BZ #13717]
30266         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
30267         Change to 2.4.1 where previously 2.4.0.
30268         * sysdeps/unix/sysv/linux/configure: Regenerated.
30269         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
30270         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
30271         version.
30272         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
30273         (__ASSUME_AT_CLKTCK): Remove.
30274         (__ASSUME_AT_PAGESIZE): Likewise.
30275         (__ASSUME_AT_XID): Likewise.
30276         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
30277         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
30278         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
30279         unconditionally.
30280         (HAVE_AUX_PAGESIZE): Likewise.
30281         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
30282         [__ASSUME_AT_CLKTCK]: Make code unconditional.
30283         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
30284
30285 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
30286
30287         [BZ #14307]
30288         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
30289         the temporary buffer used to invoke __gethostbyname2_r,
30290         __gethostbyaddr_r and gethostbyname4_r to make room for struct
30291         host_data / struct gaih_addrtuple.
30292         * resolv/nss_dns/dns-host.c (global scope): Move definition of
30293         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
30294         header file nss/nsswitch.h.
30295         * nss/nsswitch.h (global scope): Add definition of implementation
30296         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
30297         resolv/nss_dns/dns-host.c).
30298
30299 2012-07-11  Andreas Jaeger  <aj@suse.de>
30300
30301         * po/fr.po: Update from translation team.
30302
30303         * po/sv.po: Update from translation team
30304         * po/fr.po: Another update from translation team.
30305
30306 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30307
30308         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
30309         for subnormals or multiply small sinh result by itself.
30310         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
30311         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30312
30313 2012-07-11  David S. Miller  <davem@davemloft.net>
30314
30315         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30316
30317 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
30318
30319         [BZ #14347]
30320         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
30321         (INTERNAL_MARK): Shift it here.
30322
30323 2012-07-10  Marek Polacek  <polacek@redhat.com>
30324
30325         [BZ #14151]
30326         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
30327         libc_cv_asm_global_directive with .globl.
30328         * configure: Regenerated.
30329         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
30330         with .globl.
30331         * sysdeps/i386/configure: Regenerated.
30332         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
30333         with .globl.
30334         * sysdeps/x86_64/configure: Regenerated.
30335         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
30336         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
30337         * elf/tst-unique2mod2.c: Likewise.
30338         * elf/tst-unique2mod1.c: Likewise.
30339         * elf/tst-unique1mod2.c: Likewise.
30340         * elf/tst-unique1mod1.c: Likewise.
30341         * sysdeps/s390/s390-32/sysdep.h: Likewise.
30342         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
30343         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30344         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
30345         * sysdeps/mach/sysdep.h: Likewise.
30346         * sysdeps/i386/sysdep.h: Likewise.
30347         * sysdeps/i386/i386-mcount.S: Likewise.
30348         * sysdeps/x86_64/_mcount.S: Likewise.
30349         * sysdeps/x86_64/sysdep.h: Likewise.
30350         * sysdeps/sh/_mcount.S: Likewise.
30351         * sysdeps/sh/sysdep.h: Likewise.
30352         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
30353         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
30354         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
30355         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30356         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
30357         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
30358         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
30359         * locale/localeinfo.h: Likewise.
30360         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
30361         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
30362
30363 2012-07-09  Roland McGrath  <roland@hack.frob.com>
30364
30365         [BZ #14336]
30366         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
30367         system".
30368         * manual/message.texi (The Uniforum approach): Likewise.
30369         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
30370         (glibc iconv Implementation): Likewise.
30371
30372 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
30373
30374         [BZ #14337]
30375         * math/s_clog.c (__clog): Avoid scaling a value down where that
30376         could result in underflow.
30377         * math/s_clog10.c (__clog10): Likewise.
30378         * math/s_clog10f.c (__clog10f): Likewise.
30379         * math/s_clog10l.c (__clog10l): Likewise.
30380         * math/s_clogf.c (__clogf): Likewise.
30381         * math/s_clogl.c (__clogl): Likewise.
30382         * math/libm-test.inc (clog_test): Add more tests.
30383         (clog10_test): Likewise.
30384         * sysdeps/i386/fpu/libm-test-ulps: Update.
30385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30386
30387 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
30388
30389         [BZ #14283]
30390         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
30391         by 7 not 8 to examine high bit of fractional part.
30392
30393         [BZ #14042]
30394         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
30395         for call to __mcount_internal.
30396         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
30397         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
30398         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
30399
30400 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
30401
30402         [BZ #14154]
30403         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
30404         approximation for values within 0x1p-13f of an odd multiple of
30405         pi/4.
30406         * math/libm-test.inc (tan_test): Do not allow spurious underflow
30407         exception.  Add more tests.
30408         * sysdeps/i386/fpu/libm-test-ulps: Update.
30409
30410         [BZ #6778]
30411         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
30412         inputs and return -1 for them.  Do not check for +Inf in case not
30413         reachable for +Inf.
30414         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
30415         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
30416         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
30417         and return -1 for them.  Do not check for +Inf in case not
30418         reachable for +Inf.
30419         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
30420         define.
30421         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
30422         and return -1 for them.  Do not check for +Inf in case not
30423         reachable for +Inf.
30424         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
30425         spurious underflow.
30426         * sysdeps/i386/fpu/libm-test-ulps: Update.
30427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30428
30429 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
30430
30431         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
30432
30433 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
30434
30435         [BZ #14157]
30436         [BZ #14331]
30437         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
30438         could result in spurious underflow.  Scale down values above
30439         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
30440         * math/s_csqrtf.c (__csqrtf): Likewise.
30441         * math/s_csqrtl.c (__csqrtl): Likewise.
30442         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
30443         spurious underflow.
30444         * sysdeps/i386/fpu/libm-test-ulps: Update.
30445         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30446
30447 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
30448
30449         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
30450         xopen-msg.sed.
30451         * catgets/xopen-msg.awk: New file.
30452         * catgets/xopen-msg.sed: Removed.
30453
30454         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
30455         po2text.sed.
30456         * intl/po2test.awk: New file.
30457         * intl/po2test.sed: Removed.
30458
30459 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
30460
30461         [BZ #14328]
30462         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
30463         or multiply small sinh result by itself.
30464         * math/s_ctanf.c (__ctanf): Likewise.
30465         * math/s_ctanh.c (__ctanh): Likewise.
30466         * math/s_ctanhf.c (__ctanhf): Likewise.
30467         * math/s_ctanhl.c (__ctanhl): Likewise.
30468         * math/s_ctanl.c (__ctanl): Likewise.
30469         * math/libm-test.inc (ctan_test_tonearest): New function.
30470         (ctan_test_towardzero): Likewise.
30471         (ctan_test_downward): Likewise.
30472         (ctan_test_upward): Likewise.
30473         (ctanh_test_tonearest): Likewise.
30474         (ctanh_test_towardzero): Likewise.
30475         (ctanh_test_downward): Likewise.
30476         (ctanh_test_upward): Likewise.
30477         (main): Call these new functions.
30478         * sysdeps/i386/fpu/libm-test-ulps: Update.
30479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30480
30481 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
30482
30483         * .gitignore: Delete /ports entry.
30484
30485 2012-07-03  Andreas Jaeger  <aj@suse.de>
30486
30487         * po/bg.po: Update from translation team.
30488         * po/cs.po: Likewise.
30489         * po/de.po: Likewise.
30490         * po/hr.po: Likewise.
30491         * po/nl.pl: Likewise.
30492         * po/pl.po: Likewise.
30493         * po/vi.po: Likewise.
30494
30495 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
30496
30497         * Makeconfig [!+link] (+link-before-libc): New variable.
30498         [!+link] (+link-after-libc): Likewise.
30499         [!+link] (+link-tests): Likewise.
30500         [!+link] (+link): Define in terms of $(+link-before-libc) and
30501         $(+link-after-libc).
30502         [!+link-static] (+link-static-before-libc): New variable.
30503         [!+link-static] (+link-static-after-libc): Likewise.
30504         [!+link-static] (+link-static-tests): Likewise.
30505         [!+link-static] (+link-static): Define in terms of
30506         $(+link-static-before-libc) and $(+link-static-after-libc).
30507         [build-shared] (link-libc-before-gnulib): New variable.
30508         [build-shared] (link-libc-tests): Likewise.
30509         [build-shared] (link-libc): Define in terms of
30510         $(link-libc-before-gnulib).
30511         [!build-shared] (link-libc-tests): New variable.
30512         (link-libc-static-tests): New variable.
30513         [!gnulib] (gnulib-arch): New variable.
30514         [!gnulib] (gnulib-tests): Likewise.
30515         [!gnulib] (static-gnulib-arch): Likewise.
30516         [!gnulib] (static-gnulib-tests): Likewise.
30517         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
30518         Define with "=" instead of ":=".
30519         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
30520         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
30521         * Rules (binaries-all-notests): New variable.
30522         (binaries-all-tests): Likewise.
30523         (binaries-static-notests): Likewise.
30524         (binaries-static-tests): Likewise.
30525         (binaries-all): Define using $(binaries-all-notests) and
30526         $(binaries-all-tests).
30527         (binaries-static): Define using $(binaries-static-notests) and
30528         $(binaries-static-tests).
30529         (binaries-shared-tests): New variable.
30530         (binaries-shared-notests): Likewise.
30531         (binaries-shared): Remove variable.
30532         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
30533         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
30534         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
30535         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
30536         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
30537         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
30538         * elf/Makefile (sln-modules): New variable.
30539         (extra-objs): Add $(sln-modules:=.o).
30540         (ldconfig-modules): Add static-stubs.
30541         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
30542         * elf/static-stubs.c: New file.
30543
30544         [BZ #14283]
30545         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
30546         by 7 not 8 to examine high bit of fractional part.  Use volatile
30547         variables when splitting into final array of floats if
30548         __FLT_EVAL_METHOD__ != 0.
30549         * math/libm-test.inc (cos_test): Add another test.
30550         (sin_test): Likewise.
30551         * sysdeps/i386/fpu/libm-test-ulps: Update.
30552
30553         [BZ #14273]
30554         * math/libm-test.inc (cosh_test): Add more tests.
30555
30556         * version.h (RELEASE): Set to "development".
30557         (VERSION): Set to "2.16.90".
30558
30559 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
30560
30561         * NEWS: Update copyright. Remove last-updated date.
30562         Mention math library bug fixes and timezone data changes.
30563         * README: Mention GNU/Hurd, x32, and HPPA support status.
30564
30565 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
30566
30567         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
30568
30569 2012-06-27  Andreas Jaeger  <aj@suse.de>
30570
30571         * manual/contrib.texi (Contributors): Add Samuel Thibault.
30572
30573 2012-06-25  Andreas Jaeger  <aj@suse.de>
30574
30575         * sysdeps/s390/fpu/libm-test-ulps: Update.
30576
30577 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
30578             Thomas Schwinge  <thomas@codesourcery.com>
30579
30580         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
30581         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
30582         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
30583         fanotify_mark.
30584
30585 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
30586
30587         * sysdeps/mach/start.c: Remove file.
30588         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
30589         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
30590         * sysdeps/sh/init-first.c: Likewise.
30591
30592         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
30593         registers for frame unwinding purposes, add CFI directives.
30594         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
30595         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
30596         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
30597         Likewise.
30598
30599         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
30600         __fortify_fail returning.
30601         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
30602
30603         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
30604         sysdeps/sh/____longjmp_chk.S.
30605         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
30606         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
30607         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
30608         (gen-as-const-headers): Append sigaltstack-offsets.sym.
30609
30610         * sysdeps/sh/abort-instr.h: New file.
30611         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
30612         process in case exit returns.
30613
30614         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
30615         initialize the GOT register before use.
30616
30617         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
30618         calculation of ARGC > 4.
30619
30620         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
30621         meaningful names to some local labels.
30622
30623 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
30624             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
30625
30626         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
30627         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
30628         (__arch_compare_and_exchange_val_16_acq): Likewise.
30629         (__arch_compare_and_exchange_val_32_acq): Likewise.
30630         (atomic_exchange_and_add): Fix gUSA sequence.
30631         (atomic_add): Likewise.
30632         (atomic_add_negative): Likewise.
30633         (atomic_add_zero): Likewise.
30634         (atomic_bit_test_set): Likewise.
30635
30636 2012-06-22  Andreas Schwab  <schwab@redhat.com>
30637
30638         [BZ #13579]
30639         * include/link.h (struct link_map): Add l_free_initfini.
30640         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
30641         l_initfini.
30642         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
30643         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
30644         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
30645         set.
30646
30647 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
30648
30649         * configure.in: Use AC_LANG_SOURCE.
30650         * configure: Regenerate.
30651
30652 2012-06-22  Roland McGrath  <roland@hack.frob.com>
30653
30654         * configure.in (libc_cv_localstatedir): New substituted variable.
30655         * configure: Regenerated.
30656         * config.make.in (localstatedir): New variable, substituted from
30657         libc_cv_localstatedir.
30658         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
30659         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
30660         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
30661         * sysdeps/gnu/configure: Regenerated.
30662
30663 2012-06-21  Jeff Law  <law@redhat.com>
30664
30665         [BZ #14277]
30666         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
30667         free.  Simplify list management for _LIBC case.
30668
30669 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
30670
30671         [BZ #14273]
30672         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
30673         Clear sign bit of 64-bit integer value before comparing against
30674         overflow value.
30675
30676         * sysdeps/mach/configure: Regenerated.
30677
30678 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
30679
30680         [BZ #14278]
30681         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
30682
30683 2012-06-21  Jeff Law  <law@redhat.com>
30684
30685         [BZ #13882]
30686         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
30687         uint16_t for elements in the "seen" array to avoid char overflows.
30688         * elf/dl-fini.c (_dl_sort_fini): Likewise.
30689         * elf/dl-open.c (dl_open_worker): Likewise.
30690
30691 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
30692
30693         * scripts/list-sources.sh: Scan PORTS for translations.
30694         * po/libc.pot: Regenerated.
30695
30696 2012-06-21  Andreas Jaeger  <aj@suse.de>
30697
30698         [BZ #12194]
30699         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
30700         warning.
30701         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
30702         * bits/byteswap-16.h (__bswap_16): Likewise.
30703         * bits/byteswap.h (__bswap_constant_16): Likewise.
30704
30705 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
30706
30707         [BZ #14117]
30708         * sysdeps/i386/fpu_control.h: Removed.
30709         * sysdeps/x86_64/fpu_control.h: Moved to ...
30710         * sysdeps/x86/fpu_control.h: Here.
30711
30712         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
30713         (_FPU_SETCW): Likewise.
30714
30715 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
30716
30717         [BZ #14117]
30718         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
30719         * sysdeps/x86/fpu/bits/mathinline.h: This.
30720         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
30721
30722         [BZ #14050]
30723         [BZ #14117]
30724         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
30725         functions if __x86_64__ is defined.
30726
30727 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
30728
30729         * string/endian.h: Add !__ASSEMBLER__ condition for including
30730         conversion interfaces.
30731
30732 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
30733
30734         [BZ #14241]
30735         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
30736         of ABS(x) in calculating zero to negative powers other than odd
30737         integers.
30738         * math/libm-test.inc (pow_test): Add more tests.
30739
30740 2012-06-15  Andreas Jaeger  <aj@suse.de>
30741
30742         * manual/contrib.texi (Contributors): Update entry of Liubov
30743         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
30744         Machado Filho.
30745
30746 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
30747
30748         * string/string.h: Add __wur to GNU version of strerror_r.
30749
30750 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
30751
30752         [BZ #14229]
30753         * string/Makefile (tests): Add tst-strtok_r.
30754         * string/tst-strtok_r.c: New file.
30755         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
30756         RAX_LP/RDX_LP on SAVE_PTR.
30757
30758 2012-06-14  Roland McGrath  <roland@hack.frob.com>
30759
30760         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
30761
30762 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
30763
30764         * libm_test.inc (csqrt_test): Allow more spurious underflow
30765         exceptions.
30766         (j0_test): Likewise.
30767         (j1_test): Likewise.
30768         (y0_test): Likewise.
30769         (y1_test): Likewise.
30770
30771 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
30772
30773         * po/Makefile (libc.pot): Use UTF-8 charset.
30774
30775 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
30776
30777         [BZ #14210]
30778         Suppress sign-conversion warning from FD_SET.
30779         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
30780         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
30781         not unsigned long int.
30782         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
30783
30784 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
30785
30786         [BZ #14050]
30787         [BZ #14117]
30788         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
30789         __extern_always_inline instead of __extern_inline.
30790         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
30791         (__signbit): Likewise.
30792         (__signbitl): Support C++ namespace.
30793         (lrintf): New inline function.
30794         (lrint): Likewise.
30795         (llrintf): Likewise.
30796         (llrint): Likewise.
30797         (fmaxf): Likewise.
30798         (fmax): Likewise.
30799         (fminf): Likewise.
30800         (fmin): Likewise.
30801         (rint): Likewise.
30802         (rintf): Likewise.
30803         (ceil): Likewise.
30804         (ceilf): Likewise.
30805         (floor): Likewise.
30806         (floorf): Likewise.
30807         (nearbyint): Likewise.
30808         (nearbyintf): Likewise.
30809
30810 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
30811
30812         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
30813         non-default versions.
30814
30815 2012-06-11  Roland McGrath  <roland@hack.frob.com>
30816
30817         [BZ #14218]
30818         * manual/argp.texi (Argp): Reword argp_parse description slightly.
30819
30820 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
30821
30822         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
30823         (FE_UPWARD, FE_DOWNWARD): Don't define.
30824         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
30825         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
30826
30827         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
30828         reading it.
30829         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
30830         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
30831
30832 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
30833
30834         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
30835         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
30836         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
30837         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
30838
30839 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
30840
30841         [BZ #14117]
30842         * sysdeps/i386/fpu/bits/fenv.h: Removed.
30843         * sysdeps/i386/fpu/Implies: New file.
30844         * sysdeps/x86_64/fpu/Implies: Likewise.
30845         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
30846         * sysdeps/x86/fpu/bits/fenv.h: This.
30847
30848         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
30849         __SSE_MATH__.
30850
30851 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30852
30853         [BZ #14134]
30854         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
30855         character 0xffff that matches the last element of the
30856         conversion table.
30857
30858 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30859
30860         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
30861         fmodl commit.
30862
30863 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30864
30865         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
30866         values higher than 25.6283.
30867
30868 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30869
30870         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
30871         subnormal exponent extraction and add some __builtin_expect.
30872         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
30873         Fix for subnormal mantissa calculation.
30874
30875 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
30876
30877         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
30878         cpu2 is -1 and errno is not ENOSYS.
30879
30880 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
30881
30882         [BZ #14117]
30883         * sysdeps/i386/i486/bits/string.h: Renamed to ...
30884         * sysdeps/x86/bits/string.h: This.
30885         * sysdeps/x86_64/bits/string.h: Removed.
30886
30887         * sysdeps/i386/i486/bits/string.h: Define inline functions only
30888         if not compiling for x86-64, but compiling for >= i486.
30889
30890         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
30891         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
30892
30893         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
30894         New macro from Linux kernel 3.4.0.
30895         (FP_XSTATE_MAGIC2): Likewise.
30896         (FP_XSTATE_MAGIC2_SIZE): Likewise.
30897         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
30898         (struct _fpx_sw_bytes): New struct.
30899         (struct _xsave_hdr): Likewise.
30900         (struct _ymmh_state): Likewise.
30901         (struct _xstate): Likewise.
30902
30903         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
30904         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
30905         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
30906         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
30907         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
30908         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
30909
30910         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
30911         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
30912         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
30913         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
30914         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
30915         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
30916
30917 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30918
30919         [BZ #13743]
30920         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
30921         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
30922         (sysdep_headers): Include sys/platform/ppc.h.
30923         * sysdeps/powerpc/test-gettimebase.c: Test for
30924         __ppc_get_timebase() to catch future ISA opcode/insn changes.
30925         * manual/Makefile (appendices): Include platform.texi.
30926         * manual/contrib.texi (Contributors): Update @node pointers.
30927         * manual/maint.texi (Maintenance): Likewise.
30928         (Platform): New node.
30929         * manual/platform.texi: New file.  Document the new features.
30930
30931 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30932             Jakub Jelinek  <jakub@redhat.com>
30933
30934         [BZ #14188]
30935         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
30936         where __builtin_expect is unavailable.
30937
30938 2012-06-03  David S. Miller  <davem@davemloft.net>
30939
30940         * stdlib/longlong.h: Updated from GCC.
30941
30942 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
30943
30944         [BZ #14042]
30945         * sysdeps/powerpc/powerpc32/mcount.c: New file.
30946         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
30947         __mcount_internal.
30948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30949         (GLIBC_2.16): Likewise.
30950
30951 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
30952
30953         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
30954
30955 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
30956
30957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
30958         (default-abi): New variable.
30959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
30960         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
30961         variable.
30962         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
30963         Likewise.
30964         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
30965         Likewise.
30966         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
30967         Likewise.
30968
30969         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
30970         definition.  Document in comment.
30971
30972 2012-06-01  David S. Miller  <davem@davemloft.net>
30973
30974         * stdlib/longlong.h: Updated from GCC.
30975
30976 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
30977
30978         [BZ #14117]
30979         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
30980         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
30981         sys/debugreg.h sys/io.h here.
30982         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
30983         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
30984         sys/io.h.
30985         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
30986         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
30987         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
30988         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
30989         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
30990         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
30991
30992         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
30993         Define only if __x86_64__ is defined.
30994
30995 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
30996
30997         [BZ #14048]
30998         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
30999         Use int64_t for variable i.
31000         * math/libm-test.inc (fmod_test): Add more tests.
31001
31002         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
31003         z computation is not scheduled after fetestexcept.
31004         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
31005         Use math_force_eval instead of asm to ensure calculation scheduled
31006         before exception test.
31007         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
31008         Ensure a1 + u.d computation is not scheduled after fetestexcept.
31009
31010 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
31011
31012         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
31013         computation is not scheduled after fetestexcept.
31014
31015 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
31016
31017         [BZ #14117]
31018         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
31019         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
31020
31021 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31022
31023         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
31024         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
31025
31026 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
31027
31028         [BZ #14117]
31029         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
31030         <bits/wordsize.h>.
31031         (__WCHAR_MIN): Support __WORDSIZE == 64.
31032         (__WCHAR_MAX): Likewise.
31033
31034         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
31035         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
31036
31037         [BZ #14183]
31038         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
31039         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
31040
31041         [BZ #14117]
31042         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
31043         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
31044
31045         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
31046         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
31047
31048         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
31049         Defined to 1 if __x86_64__ isn't defined.
31050         (_STAT_VER_LINUX_OLD): New.
31051         (st_atime): Remove duplicate.
31052         (st_mtime): Likewise.
31053         (st_ctime): Likewise.
31054
31055 2012-05-31  David S. Miller  <davem@davemloft.net>
31056
31057         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
31058         entries.
31059
31060 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
31061
31062         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
31063         gen-libm-test.pl.
31064
31065         [BZ #14132]
31066         * elf/dl-reloc.c: Include <_itoa.h>.
31067         (_dl_reloc_bad_type): Remove use of INTUSE.
31068         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
31069         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
31070         * stdio-common/psiginfo.c (psiginfo): Likewise.
31071         * stdio-common/psignal.c (psignal): Likewise.
31072         * string/strsignal.c (strsignal): Likewise.
31073         * include/signal.h (_sys_siglist): Declare hidden proto.
31074         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
31075         INTVARDEF with libc_hidden_data_def.
31076         * stdio-common/itoa-udigits.c: Likewise.
31077         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
31078         (_itoa_lower_digits_internal): Remove declaration.
31079         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
31080         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
31081         (_sys_sigabbrev_internal): Remove aliases.
31082         (_sys_siglist): Define hidden alias.
31083
31084 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
31085
31086         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31087         bits/sysctl.h.
31088
31089 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
31090
31091         [BZ #14117]
31092         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
31093         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
31094
31095         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
31096         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
31097         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
31098         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
31099         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
31100         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
31101
31102         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
31103         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
31104         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
31105
31106         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
31107         with __addr.
31108         (insw): Likewise.
31109         (insl): Likewise.
31110         (outsb): Likewise.
31111         (outsw): Likewise.
31112         (outsl): Likewise.
31113
31114         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
31115         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
31116         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
31117
31118         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
31119         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
31120         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
31121         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
31122         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
31123         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
31124
31125         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
31126         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
31127
31128         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
31129         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
31130
31131         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
31132         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
31133         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
31134
31135         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
31136         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
31137         to ...
31138         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
31139
31140         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
31141         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
31142         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
31143
31144         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
31145         for x86-64.
31146         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
31147
31148 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
31149
31150         * math/math.h (M_El): Use two more decimal places.
31151         (M_LOG2El): Likewise.
31152         (M_LOG10El): Likewise.
31153         (M_LN2l): Likewise.
31154         (M_LN10l): Likewise.
31155         (M_PIl): Likewise.
31156         (M_PI_2l): Likewise.
31157         (M_PI_4l): Likewise.
31158         (M_1_PIl): Likewise.
31159         (M_2_PIl): Likewise.
31160         (M_2_SQRTPIl): Likewise.
31161         (M_SQRT2l): Likewise.
31162         (M_SQRT1_2l): Likewise.
31163
31164 2012-05-31  David S. Miller  <davem@davemloft.net>
31165
31166         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
31167         values between float registers.
31168         * sysdeps/sparc/sparc64/memset.S: Likewise.
31169         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
31170
31171 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
31172
31173         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
31174         -D_FORTIFY_SOURCE=1.
31175         (CPPFLAGS-tst-longjmp_chk.c): Define.
31176         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
31177         (CPPFLAGS-tst-longjmp_chk2.c): Define.
31178         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
31179         CFLAGS-tst-wchar-h.c.
31180
31181 2012-05-31  Marek Polacek  <polacek@redhat.com>
31182
31183         [BZ #14132]
31184         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
31185         __endmntent_internal): Remove declaration.
31186         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
31187         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
31188         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
31189
31190 2012-05-30  David S. Miller  <davem@davemloft.net>
31191
31192         * sysdeps/sparc/sparc32/soft-fp/q_util.c
31193         (___Q_simulate_exceptions): Use real FP ops rather than writing
31194         into the %fsr.
31195         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
31196         Likewise.
31197
31198 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
31199
31200         [BZ #14117]
31201         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
31202         * sysdeps/x86/bits/xtitypes.h: This.
31203
31204         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
31205         * sysdeps/x86/bits/wordsize.h: This.
31206
31207         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
31208         * sysdeps/x86/bits/huge_vall.h: This.
31209
31210         * sysdeps/i386/bits/select.h: Removed.
31211         * sysdeps/x86_64/bits/select.h: Renamed to ...
31212         * sysdeps/x86/bits/select.h: This.
31213
31214         * sysdeps/i386/bits/setjmp.h: Removed.
31215         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
31216         * sysdeps/x86/bits/setjmp.h: This.
31217
31218         * sysdeps/i386/bits/mathdef.h: Removed.
31219         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
31220         * sysdeps/x86/bits/mathdef.h: This.
31221
31222 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
31223
31224         [BZ #14132]
31225         * include/sys/socket.h (__connect_internal)
31226         (__libc_sa_len_internal): Remove declaration.
31227         (__connect, __libc_sa_len): Declare hidden_proto.
31228         (SA_LEN): Remove use of INTUSE.
31229         * socket/connect.c: Add libc_hidden_def.
31230         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
31231         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
31232         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
31233         alias.
31234         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
31235         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
31236         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
31237         of adding _internal alias.
31238
31239 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
31240
31241         [BZ #14117]
31242         * sysdeps/i386/bits/link.h: Removed.
31243         * sysdeps/i386/bits/linkmap.h: Likewise.
31244         * sysdeps/x86_64/bits/link.h: Renamed to ...
31245         * sysdeps/x86/bits/link.h: This.
31246         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
31247         * sysdeps/x86/bits/linkmap.h: This.
31248
31249         * sysdeps/i386/bits/endian.h: Removed.
31250         * sysdeps/x86_64/bits/endian.h: Renamed to ...
31251         * sysdeps/x86/bits/endian.h: This.
31252
31253         * sysdeps/i386/bits/byteswap.h: Removed.
31254         * sysdeps/i386/bits/byteswap-16.h: Likewise.
31255         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
31256         * sysdeps/x86/bits/byteswap.h: This.
31257         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
31258         * sysdeps/x86/bits/byteswap-16.h: This.
31259         * sysdeps/i386/Implies: Add x86.
31260         * sysdeps/x86_64/Implies: Likewise.
31261
31262 2012-05-30  David S. Miller  <davem@davemloft.net>
31263
31264         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
31265         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
31266         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
31267         (FP_TRAPPING_EXCEPTIONS): Define.
31268         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
31269         (FP_TRAPPING_EXCEPTIONS): Define.
31270         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
31271         subnormals only when inexact has been signalled or underflow
31272         exceptions are enabled.
31273         (_FP_PACK_CANONICAL): Likewise.
31274
31275 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
31276
31277         [BZ #14183]
31278         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
31279         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
31280
31281 2012-05-30  Richard Henderson  <rth@twiddle.net>
31282
31283         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
31284         with #ifndef NOT_IN_libc.
31285
31286         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
31287         marked to avoid plt entry.
31288
31289 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
31290
31291         [BZ #14112]
31292         * Makeconfig (default-abi): New macro.
31293         (abi-includes): Likewise.
31294         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
31295         $(abi-$(default-abi)-lib-soname) for soname if defined.
31296         ($(common-objpfx)gnu/lib-names.stmp): Generate from
31297         abi-variants.
31298         * Makefile (installed-stubs): Likewise.
31299         * include/stubs-biarch.h: Removed.
31300         * scripts/lib-names.awk: Only handle one library at a time.
31301         * scripts/soversions.awk: Remove WORDSIZE support.
31302         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
31303         entries.
31304         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
31305         Removed.
31306         (syscall-list-default-condition): Likewise.
31307         (syscall-list-default-condition): Likewise.
31308         (syscall-list-includes): Likewise.
31309         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
31310         syscall-list-* with abi-*.  Handle undefined abi-variants.
31311         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
31312         * sysdeps/unix/sysv/linux/i386/Implies: New file.
31313         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
31314         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
31315         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
31316         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
31317         Removed.
31318         (syscall-list-32-options): Likewise.
31319         (syscall-list-32-condition): Likewise.
31320         (syscall-list-64-options): Likewise.
31321         (syscall-list-64-condition): Likewise.
31322         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
31323         macro.
31324         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
31325         Renamed to ...
31326         (abi-*): This.
31327         (abi-64-ld-soname): New macro.
31328         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
31329         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
31330         Renamed to ...
31331         (abi-*): This.
31332         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
31333         * sysdeps/x86_64/x32/shlib-versions: Likewise.
31334
31335 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
31336
31337         * sysdeps/unix/sysv/linux/kernel-features.h
31338         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
31339         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
31340         include <kernel-features.h>.
31341         [!__NR_ftruncate64]: Remove conditional code.
31342         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
31343         [__NR_ftruncate64]: Make code unconditional.
31344         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
31345         * sysdeps/unix/sysv/linux/truncate64.c: Do not
31346         include <kernel-features.h>.
31347         [!__NR_ftruncate64]: Remove conditional code.
31348         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
31349         [__NR_ftruncate64]: Make code unconditional.
31350         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
31351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
31352         include <kernel-features.h>.
31353         [!__NR_ftruncate64]: Remove conditional code.
31354         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
31355         [__NR_ftruncate64]: Make code unconditional.
31356         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
31357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31358         include <kernel-features.h>.
31359         [!__NR_ftruncate64]: Remove conditional code.
31360         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
31361         [__NR_ftruncate64]: Make code unconditional.
31362         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
31363
31364         * configure.in (libc_cv_fpie): Weaken to a compile test using
31365         LIBC_TRY_CC_OPTION.
31366         * configure: Regenerated.
31367
31368 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31369
31370         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
31371         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
31372         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
31373         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
31374         Refreshed.
31375         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
31376         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
31377         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
31378         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
31379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
31380         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
31381         Refreshed.
31382
31383 2012-05-27  David S. Miller  <davem@davemloft.net>
31384
31385         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
31386         (___Q_zero): New.
31387         (__Q_simulate_exceptions): Return void.  Change to simulate
31388         exceptions by writing into the %fsr.
31389         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
31390         (__Qp_handle_exceptions): Likewise.
31391         (numbers): Delete.
31392         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
31393         __Qp_handle_exceptions.
31394         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
31395         __Qp_handle_exceptions.
31396         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
31397         as unused and give dummy FP_RND_NEAREST initializer.
31398         (FP_INHIBIT_RESULTS): Define.
31399         (___Q_simulate_exceptions): Update declaration.
31400         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
31401         formatting.
31402         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
31403         as unused and give dummy FP_RND_NEAREST initializer.
31404         (__Qp_handle_exceptions): Update declaration.
31405         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
31406         formatting.
31407
31408 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
31409
31410         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
31411         the temporary FPU control word.
31412         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
31413         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
31414         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
31415         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
31416         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
31417         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
31418         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
31419         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
31420         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
31421         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
31422         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
31423
31424 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
31425
31426         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
31427         fields.
31428
31429 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
31430
31431         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
31432         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
31433         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
31434         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
31435         Likewise.
31436         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
31437         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
31438         Likewise.
31439
31440 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
31441
31442         * po/h.po: Update from translation team.
31443
31444 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
31445
31446         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
31447
31448         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
31449         handling of denormals.
31450         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
31451         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
31452         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
31453         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
31454         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31455         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
31456         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
31457         Likewise.
31458
31459 2012-05-26  Marek Polacek  <polacek@redhat.com>
31460
31461         [BZ #14152]
31462         * math/libm-test.inc (fma_test): Don't always expect underflow
31463         exception.
31464
31465 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31466
31467         [BZ #12416]
31468         * elf/tst-execstack.c: Include stackinfo.h.
31469         (do_test): Adjust test case to ensure that pthread_getattr_np
31470         behaviour remains the same after marking stack executable.
31471
31472 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
31473
31474         * sysdeps/unix/sysv/linux/kernel-features.h
31475         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
31476         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
31477         kernel-features.h.
31478         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
31479         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
31480         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
31481         kernel-features.h.
31482         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
31483         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
31484
31485 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
31486
31487         * configure.in: Define the default includes to being none.
31488         * configure: Regenerated.
31489
31490 2012-05-25  Roland McGrath  <roland@hack.frob.com>
31491
31492         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
31493         * sysdeps/x86_64/setjmp.S: Likewise.
31494         * sysdeps/i386/bsd-setjmp.S: Likewise.
31495         * sysdeps/i386/bsd-_setjmp.S: Likewise.
31496         * sysdeps/i386/setjmp.S: Likewise.
31497         * sysdeps/i386/__longjmp.S: Likewise.
31498         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
31499         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
31500
31501         * include/stap-probe.h: New file.
31502         * configure.in: Handle --enable-systemtap.
31503         * configure: Regenerated.
31504         * config.h.in (USE_STAP_PROBE): New #undef.
31505         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
31506         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
31507         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
31508
31509 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
31510
31511         [BZ #13717]
31512         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
31513         to 2.4.0 where earlier.
31514         * sysdeps/unix/sysv/linux/configure: Regenerated.
31515         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31516         <kernel-features.h>.
31517         [__ASSUME_32BITUIDS]: Make code unconditional.
31518         [!__ASSUME_32BITUIDS]: Remove conditional code.
31519         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
31520         <kernel-features.h>.
31521         [__ASSUME_32BITUIDS]: Make code unconditional.
31522         [!__ASSUME_32BITUIDS]: Remove conditional code.
31523         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
31524         [__ASSUME_32BITUIDS]: Make code unconditional.
31525         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
31526         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
31527         <kernel-features.h>.
31528         [__ASSUME_32BITUIDS]: Make code unconditional.
31529         [!__ASSUME_32BITUIDS]: Remove conditional code.
31530         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
31531         <kernel-features.h>.
31532         [__ASSUME_32BITUIDS]: Make code unconditional.
31533         [!__ASSUME_32BITUIDS]: Remove conditional code.
31534         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
31535         <kernel-features.h>.
31536         [__ASSUME_32BITUIDS]: Make code unconditional.
31537         [!__ASSUME_32BITUIDS]: Remove conditional code.
31538         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
31539         <kernel-features.h>.
31540         [__ASSUME_32BITUIDS]: Make code unconditional.
31541         [!__ASSUME_32BITUIDS]: Remove conditional code.
31542         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31543         <kernel-features.h>.
31544         [__ASSUME_32BITUIDS]: Make code unconditional.
31545         [!__ASSUME_32BITUIDS]: Remove conditional code.
31546         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31547         <kernel-features.h>.
31548         [__ASSUME_32BITUIDS]: Make code unconditional.
31549         [!__ASSUME_32BITUIDS]: Remove conditional code.
31550         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
31551         <kernel-features.h>.
31552         [__ASSUME_32BITUIDS]: Make code unconditional.
31553         [!__ASSUME_32BITUIDS]: Remove conditional code.
31554         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31555         <kernel-features.h>.
31556         [__ASSUME_32BITUIDS]: Make code unconditional.
31557         [!__ASSUME_32BITUIDS]: Remove conditional code.
31558         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31559         <kernel-features.h>.
31560         [__ASSUME_32BITUIDS]: Make code unconditional.
31561         [!__ASSUME_32BITUIDS]: Remove conditional code.
31562         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
31563         <kernel-features.h>.
31564         [__ASSUME_32BITUIDS]: Make code unconditional.
31565         [!__ASSUME_32BITUIDS]: Remove conditional code.
31566         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
31567         <kernel-features.h>.
31568         [__NR_setresgid] (__setresgid): Do not declare.
31569         [__ASSUME_32BITUIDS]: Make code unconditional.
31570         [!__ASSUME_32BITUIDS]: Remove conditional code.
31571         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
31572         <kernel-features.h>.
31573         [__NR_setresuid] (__setresuid): Do not declare.
31574         [__ASSUME_32BITUIDS]: Make code unconditional.
31575         [!__ASSUME_32BITUIDS]: Remove conditional code.
31576         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
31577         <kernel-features.h>.
31578         [__ASSUME_32BITUIDS]: Make code unconditional.
31579         [!__ASSUME_32BITUIDS]: Remove conditional code.
31580         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
31581         <kernel-features.h>.
31582         [__ASSUME_32BITUIDS]: Make code unconditional.
31583         [!__ASSUME_32BITUIDS]: Remove conditional code.
31584         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
31585         <kernel-features.h>.
31586         [__ASSUME_32BITUIDS]: Make code unconditional.
31587         [!__ASSUME_32BITUIDS]: Remove conditional code.
31588         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
31589         <kernel-features.h>.
31590         [__ASSUME_32BITUIDS]: Make code unconditional.
31591         [!__ASSUME_32BITUIDS]: Remove conditional code.
31592         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
31593         <kernel-features.h>.
31594         [__ASSUME_32BITUIDS]: Make code unconditional.
31595         [!__ASSUME_32BITUIDS]: Remove conditional code.
31596         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
31597         <kernel-features.h>.
31598         [__ASSUME_32BITUIDS]: Make code unconditional.
31599         [!__ASSUME_32BITUIDS]: Remove conditional code.
31600         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
31601         <kernel-features.h>.
31602         [__ASSUME_32BITUIDS]: Make code unconditional.
31603         [!__ASSUME_32BITUIDS]: Remove conditional code.
31604         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
31605         <kernel-features.h>.
31606         [__ASSUME_32BITUIDS]: Make code unconditional.
31607         [!__ASSUME_32BITUIDS]: Remove conditional code.
31608         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
31609         <kernel-features.h>.
31610         [__ASSUME_32BITUIDS]: Make code unconditional.
31611         [!__ASSUME_32BITUIDS]: Remove conditional code.
31612         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31613         <kernel-features.h>.
31614         [__ASSUME_32BITUIDS]: Make code unconditional.
31615         [!__ASSUME_32BITUIDS]: Remove conditional code.
31616         * sysdeps/unix/sysv/linux/kernel-features.h
31617         (__ASSUME_SETRESUID_SYSCALL): Remove.
31618         (__ASSUME_SETRESGID_SYSCALL): Likewise.
31619         (__ASSUME_32BITUIDS): Likewise.
31620         (__ASSUME_LDT_WORKS): Likewise.
31621         (__ASSUME_O_DIRECTORY): Likewise.
31622         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
31623         architecture but not kernel version.
31624         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
31625         (__ASSUME_MMAP2_SYSCALL): Likewise.
31626         (__ASSUME_STAT64_SYSCALL): Likewise.
31627         (__ASSUME_IPC64): Likewise.
31628         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
31629         <kernel-features.h>.
31630         [__ASSUME_32BITUIDS]: Make code unconditional.
31631         [!__ASSUME_32BITUIDS]: Remove conditional code.
31632         * sysdeps/unix/sysv/linux/opendir.c: Do not include
31633         <kernel-features.h>.
31634         [__ASSUME_O_DIRECTORY]: Make code unconditional.
31635         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
31636         132096]: Remove conditional code.
31637         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
31638         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31639         <kernel-features.h>.
31640         [__ASSUME_32BITUIDS]: Make code unconditional.
31641         [!__ASSUME_32BITUIDS]: Remove conditional code.
31642         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31643         <kernel-features.h>.
31644         [__ASSUME_32BITUIDS]: Make code unconditional.
31645         [!__ASSUME_32BITUIDS]: Remove conditional code.
31646         * sysdeps/unix/sysv/linux/setegid.c: Do not include
31647         <kernel-features.h>.
31648         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
31649         unconditional.
31650         (__setresgid): Do not declare.
31651         [__ASSUME_32BITUIDS]: Make code unconditional.
31652         [!__ASSUME_32BITUIDS]: Remove conditional code.
31653         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
31654         <kernel-features.h>.
31655         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
31656         unconditional.
31657         (__setresuid): Do not declare.
31658         [__ASSUME_32BITUIDS]: Make code unconditional.
31659         [!__ASSUME_32BITUIDS]: Remove conditional code.
31660         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31661         <kernel-features.h>.
31662         [__ASSUME_32BITUIDS]: Make code unconditional.
31663         [!__ASSUME_32BITUIDS]: Remove conditional code.
31664         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
31665         <kernel-features.h>.
31666         [__ASSUME_32BITUIDS]: Make code unconditional.
31667         [!__ASSUME_32BITUIDS]: Remove conditional code.
31668
31669 2012-05-25  Richard Henderson  <rth@twiddle.net>
31670
31671         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
31672         dl_hwcap to ifunc resolver.
31673         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
31674         elf_ifunc_invoke.
31675         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
31676         dl_hwcap to ifunc resolver.
31677         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
31678
31679 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
31680
31681         [BZ #14153]
31682         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
31683         for |x| <= 2**-26, not 2**-57.
31684         * math/libm-test.inc (acos_test): Do not allow spurious underflow
31685         exception.
31686
31687 2012-05-24  Jeff Law  <law@redhat.com>
31688
31689         * stdio-common/Makefile (tests): Add bug25.
31690         * stdio-common/bug25.c: New test.
31691
31692 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
31693
31694         [BZ #13576]
31695         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
31696         multiple of MALLOC_ALIGNMENT in size.
31697         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
31698
31699 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
31700
31701         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
31702         Require >= 256.
31703         (FILENAME_MAX): Use macro-int-constant.
31704         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
31705         (_IOFBF): Use macro-int-constant.
31706         (_IOLBF): Likewise.
31707         (_IONBF): Likewise.
31708         (SEEK_CUR): Likewise.
31709         (SEEK_END): Likewise.
31710         (SEEK_SET): Likewise.
31711         (TMP_MAX): Likewise.
31712         (EOF): Use macro-int-constant.  Require < 0.
31713         (NULL): Use macro-constant.  Require == 0.
31714         (stdin): Require type to be FILE *.
31715         (stdout): Likewise.
31716         (stderr): Likewise.
31717         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
31718         macro-int-constant.
31719         (EXIT_SUCCESS): Likewise.
31720         (NULL): Use macro-constant.  Require == 0.
31721         (RAND_MAX): Use macro-int-constant.
31722         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
31723         [C99-based standards] (strtof): Require function.
31724         [C99-based standards] (strtold): Likewise.
31725         [C99-based standards] (strtoll): Likewise.
31726         [C99-based standards] (strtoull): Likewise.
31727         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
31728         [ISO || ISO99 || ISO11] (limits.h): Likewise.
31729         [ISO || ISO99 || ISO11] (math.h): Likewise.
31730         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
31731         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
31732         [ISO || ISO99 || ISO11] (*_t): Do not allow.
31733
31734 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
31735
31736         [BZ #14132]
31737         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
31738         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
31739         * intl/dgettext.c (DCGETTEXT): Likewise.
31740         * intl/gettext.c (DCGETTEXT): Likewise.
31741         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
31742         * posix/regex_internal.h (gettext): Likewise.
31743         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
31744         Remove declaration.
31745         * include/argz.h (__argz_count_internal)
31746         (__argz_stringify_internal): Remove declaration.
31747         (__argz_count, __argz_stringify): Declare hidden proto.
31748         * intl/dcgettext.c: Remove use of INTDEF.
31749         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
31750         * string/argz-stringify.c: Likewise.
31751         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
31752         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
31753         Declare hidden proto.
31754         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
31755         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
31756         Declare hidden proto.
31757         * include/stdio.h (__asprintf_internal): Don't declare.
31758         (__asprintf): Don't define as macro.  Declare hidden proto.
31759         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
31760         (__fsetlocking): Declare hidden proto.
31761         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
31762         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
31763         hidden proto.
31764         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
31765         (_IO_setlinebuf): Remove use of INTUSE.
31766         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
31767         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
31768         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
31769         Remove declaration.
31770         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
31771         (_IO_do_flush): Remove use of INTUSE.
31772         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
31773         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
31774         (_IO_adjust_column, _IO_least_wmarker)
31775         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
31776         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
31777         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
31778         (_IO_default_doallocate, _IO_wdefault_doallocate)
31779         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
31780         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
31781         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
31782         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
31783         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
31784         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
31785         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
31786         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
31787         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
31788         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
31789         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
31790         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
31791         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
31792         proto.
31793         (_IO_flush_all_internal, _IO_adjust_column_internal)
31794         (_IO_default_uflow_internal, _IO_default_finish_internal)
31795         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
31796         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
31797         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
31798         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
31799         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
31800         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
31801         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
31802         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
31803         (_IO_file_close_internal, _IO_file_close_it_internal)
31804         (_IO_file_underflow_internal, _IO_file_overflow_internal)
31805         (_IO_file_init_internal, _IO_file_attach_internal)
31806         (_IO_file_fopen_internal, _IO_file_read_internal)
31807         (_IO_file_sync_internal, _IO_file_seek_internal)
31808         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
31809         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
31810         (_IO_str_underflow_internal, _IO_str_overflow_internal)
31811         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
31812         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
31813         (_IO_list_all_internal, _IO_link_in_internal)
31814         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
31815         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
31816         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
31817         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
31818         (_IO_do_write_internal, _IO_padn_internal)
31819         (_IO_getline_info_internal, _IO_getline_internal)
31820         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
31821         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
31822         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
31823         (_IO_vfscanf_internal, _IO_vfprintf_internal)
31824         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
31825         (_IO_init_internal, _IO_un_link_internal): Don't declare.
31826         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
31827         with libc_hidden_ver, remove use of INTUSE.
31828         * libio/genops.c: Likewise.
31829         * libio/freopen.c: Likewise.
31830         * libio/freopen64.c: Likewise.
31831         * libio/iofclose.c: Likewise.
31832         * libio/iofdopen.c: Likewise.
31833         * libio/iofflush.c: Likewise.
31834         * libio/iofflush_u.c: Likewise.
31835         * libio/iofgets.c: Likewise.
31836         * libio/iofgets_u.c: Likewise.
31837         * libio/iofopen.c: Likewise.
31838         * libio/iofopncook.c: Likewise.
31839         * libio/iofread.c: Likewise.
31840         * libio/iofread_u.c: Likewise.
31841         * libio/ioftell.c: Likewise.
31842         * libio/iofwrite.c: Likewise.
31843         * libio/iogetline.c: Likewise.
31844         * libio/iogets.c: Likewise.
31845         * libio/iogetwline.c: Likewise.
31846         * libio/iopadn.c: Likewise.
31847         * libio/iopopen.c: Likewise.
31848         * libio/ioseekoff.c: Likewise.
31849         * libio/ioseekpos.c: Likewise.
31850         * libio/iosetbuffer.c: Likewise.
31851         * libio/iosetvbuf.c: Likewise.
31852         * libio/ioungetc.c: Likewise.
31853         * libio/ioungetwc.c: Likewise.
31854         * libio/iovdprintf.c: Likewise.
31855         * libio/iovsprintf.c: Likewise.
31856         * libio/iovsscanf.c: Likewise.
31857         * libio/memstream.c: Likewise.
31858         * libio/obprintf.c: Likewise.
31859         * libio/oldfileops.c: Likewise.
31860         * libio/oldiofclose.c: Likewise.
31861         * libio/oldiofdopen.c: Likewise.
31862         * libio/oldiofopen.c: Likewise.
31863         * libio/oldiopopen.c: Likewise.
31864         * libio/oldstdfiles.c: Likewise.
31865         * libio/putc.c: Likewise.
31866         * libio/setbuf.c: Likewise.
31867         * libio/setlinebuf.c: Likewise.
31868         * libio/stdfiles.c: Likewise.
31869         * libio/strops.c: Likewise.
31870         * libio/vasprintf.c: Likewise.
31871         * libio/vscanf.c: Likewise.
31872         * libio/vsnprintf.c: Likewise.
31873         * libio/vswprintf.c: Likewise.
31874         * libio/wfiledoalloc.c: Likewise.
31875         * libio/wfileops.c: Likewise.
31876         * libio/wgenops.c: Likewise.
31877         * libio/wmemstream.c: Likewise.
31878         * libio/wstrops.c: Likewise.
31879         * libio/__fpurge.c: Likewise.
31880         * libio/__fsetlocking.c: Likewise.
31881         * assert/assert.c: Likewise.
31882         * debug/fgets_chk.c: Likewise.
31883         * debug/fgets_u_chk.c: Likewise.
31884         * debug/fread_chk.c: Likewise.
31885         * debug/fread_u_chk.c: Likewise.
31886         * debug/gets_chk.c: Likewise.
31887         * debug/obprintf_chk.c: Likewise.
31888         * debug/vasprintf_chk.c: Likewise.
31889         * debug/vdprintf_chk.c: Likewise.
31890         * debug/vsnprintf_chk.c: Likewise.
31891         * debug/vsprintf_chk.c: Likewise.
31892         * malloc/mtrace.c: Likewise.
31893         * misc/error.c: Likewise.
31894         * misc/syslog.c: Likewise.
31895         * stdio-common/asprintf.c: Likewise.
31896         * stdio-common/fxprintf.c: Likewise.
31897         * stdio-common/getw.c: Likewise.
31898         * stdio-common/isoc99_fscanf.c: Likewise.
31899         * stdio-common/isoc99_scanf.c: Likewise.
31900         * stdio-common/isoc99_vfscanf.c: Likewise.
31901         * stdio-common/isoc99_vscanf.c: Likewise.
31902         * stdio-common/isoc99_vsscanf.c: Likewise.
31903         * stdio-common/printf-prs.c: Likewise.
31904         * stdio-common/printf_fp.c: Likewise.
31905         * stdio-common/printf_fphex.c: Likewise.
31906         * stdio-common/printf_size.c: Likewise.
31907         * stdio-common/putw.c: Likewise.
31908         * stdio-common/scanf.c: Likewise.
31909         * stdio-common/sprintf.c: Likewise.
31910         * stdio-common/tmpfile.c: Likewise.
31911         * stdio-common/vfprintf.c: Likewise.
31912         * stdio-common/vfscanf.c: Likewise.
31913         * stdlib/strfmon_l.c: Likewise.
31914         * sunrpc/openchild.c: Likewise.
31915         * sunrpc/xdr_stdio.c: Likewise.
31916         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
31917         * sysdeps/mach/hurd/tmpfile.c: Likewise.
31918
31919 2012-05-24  Roland McGrath  <roland@hack.frob.com>
31920
31921         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
31922
31923         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
31924         in the third column, to generate for the shared library an IFUNC
31925         that uses _dl_vdso_vsym.
31926         * Makerules (COMPILE.c, compile-stdin.c): New variables.
31927         * Makeconfig (object-suffixes-noshared): New variable.
31928
31929         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
31930         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
31931         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
31932         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
31933
31934         [BZ #14132]
31935         * include/sys/time.h (__gettimeofday): Remove macro.
31936         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
31937         * time/gettimeofday.c (__gettimeofday): Remove #undef.
31938         Remove INTDEF.
31939         (__gettimeofday): Add libc_hidden_def.
31940         (gettimeofday): Add libc_hidden_weak.
31941         * sysdeps/mach/gettimeofday.c: Likewise.
31942         * sysdeps/posix/gettimeofday.c: Likewise.
31943         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
31944         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
31945         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
31946         (__gettimeofday_internal): Remove strong_alias.
31947         (__gettimeofday): Add libc_hidden_def.
31948         (gettimeofday): Add libc_hidden_weak.
31949         * sysdeps/unix/syscalls.list (gettimeofday):
31950         Remove __gettimeofday_internal alias.
31951
31952 2012-05-24  Daniel Jacobowitz  <drow@false.org>
31953             H.J. Lu  <hongjiu.lu@intel.com>
31954
31955         [BZ #12495]
31956         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
31957         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
31958         (largebin_index_32_big): New.
31959         (largebin_index): Use it for 16-byte alignment.
31960         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
31961         correction with front_misalign.
31962
31963 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
31964
31965         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
31966         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
31967         Likewise.
31968         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
31969         Likewise.
31970         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31971         Likewise.
31972         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
31973         Likewise.
31974         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
31975         Likewise.
31976         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
31977         Likewise.
31978         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
31979         Likewise.
31980         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
31981         Likewise.
31982         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
31983         Likewise.
31984         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
31985         Likewise.
31986         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
31987         Likewise.
31988         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
31989         Likewise.
31990
31991         * scripts/data/c++-types-x32-linux-gnu.data: New file.
31992         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
31993
31994 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
31995
31996         [BZ #10846]
31997         [BZ #14036]
31998         * math/libm-test.inc (exp_test): Add test from bug 14036.
31999         (pow_test): Add test from bug 10846.
32000
32001         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
32002         and other flags.
32003         (special_function): Do not include flags in test name.
32004         (parse_args): Likewise.
32005         * sysdeps/i386/fpu/libm-test-ulps: Update.
32006         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
32007         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
32008         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
32009         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32010
32011         * math/gen-libm-test.pl (%beautify): Add entries for underflow
32012         exceptions.
32013         * math/libm-test.inc ("Philosophy"): Update comment about
32014         exception testing.
32015         (UNDERFLOW_EXCEPTION): New macro.
32016         (UNDERFLOW_EXCEPTION_OK): Likewise.
32017         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
32018         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
32019         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
32020         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
32021         (INVALID_EXCEPTION_OK): Update value.
32022         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
32023         (OVERFLOW_EXCEPTION_OK): Likewise.
32024         (IGNORE_ZERO_INF_SIGN): Likewise.
32025         (test_exceptions): Handle underflow exceptions.
32026         (acos_test): Update for underflow exception expectations.
32027         (cexp_test): Likewise.
32028         (clog_test): Likewise.
32029         (clog10_test): Likewise.
32030         (csqrt_test): Likewise.
32031         (ctan_test): Likewise.
32032         (ctanh_test): Likewise.
32033         (exp_test): Likewise.
32034         (exp10_test): Likewise.
32035         (exp2_test): Likewise.
32036         (expm1_test): Likewise.
32037         (fma_test): Likewise.
32038         (j0_test): Likewise.
32039         (jn_test): Likewise.
32040         (nexttoward_test): Likewise.
32041         (pow_test): Likewise.
32042         (scalbn_test): Likewise.
32043         (scalbln_test): Likewise.
32044         (tan_test): Likewise.
32045         (y1_test): Likewise.
32046         * sysdeps/i386/fpu/libm-test-ulps: Update.
32047         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32048
32049 2012-05-23  David S. Miller  <davem@davemloft.net>
32050
32051         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
32052         (__libc_sigaction): Remove unused local variables.
32053
32054 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
32055
32056         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
32057
32058 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
32059
32060         mktime: avoid signed integer overflow
32061         * time/mktime.c (__mktime_internal): Do not mishandle the case
32062         where diff == INT_MIN.
32063
32064         mktime: simplify computation of average
32065         * time/mktime.c (ranged_convert): Use new time_t_avg function
32066         instead of rolling our own (probably-slower) code.
32067
32068         mktime: do not assume signed right shift propagates sign bit
32069         * time/mktime.c (isdst_differ): New static function.
32070         (__mktime_internal): No need to normalize tm_isdst now.
32071         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
32072         tm_isdst values.
32073
32074         mktime: merge another wrapv change from gnulib
32075         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
32076         from some compilers.
32077
32078         mktime: remove incorrect attempt at unusual arithmetics
32079         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
32080         The code didn't really work on such machines anyway.
32081         (TYPE_MINIMUM): Assume two's complement.
32082         (twos_complement_arithmetic): Verify that long_int and time_t
32083         are two's complement (or unsigned, in the latter case).
32084
32085         mktime: check signed shifts on long_int and time_t, too
32086         * time/mktime.c (SHR): Check that shifts work as desired
32087         on the types long_int and time_t too, as SHR is used on
32088         such types.
32089
32090         mktime: do not assume 'long' is wide enough
32091         * time/mktime.c (verify): Move decl up.
32092         (long_int): New type.
32093         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
32094         to remove assumption in the code that 'long' is wide enough to
32095         store year values.  This assumption is not true on x32 and on
32096         some non-glibc platforms.
32097
32098         mktime: merge wrapv change from gnulib
32099         * time/mktime.c (WRAPV): New macro.
32100         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
32101         (guess_time_tm, __mktime_internal): Do not assume that signed
32102         integer overflow wraps around; modern compilers generate code
32103         where this assumption is no longer valid.
32104
32105 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
32106
32107         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
32108         Replace "jmp L(pseudo_end)" with "ret".
32109         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
32110         Likewise.
32111
32112 2012-05-23  Andreas Jaeger  <aj@suse.de>
32113
32114         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
32115         * sysdeps/unix/sysv/linux/poll.c: Remove file.
32116
32117 2012-05-23  Andreas Jaeger  <aj@suse.de>
32118             Maximilian Attems  <max@stro.at>
32119
32120         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
32121         New macros.
32122
32123 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
32124
32125         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
32126         code so that pseudo_end is just ret and the stack pointer is
32127         correct also for static library in error case.
32128
32129 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
32130
32131         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
32132         move to syscalls.list.
32133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
32134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
32135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
32136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
32137
32138         * manual/install.texi (Running make install): Do not mention Linux
32139         kernel version for which pt_chown is not needed.
32140         (Linux): Do not mention problems with nscd with 2.0 kernels.
32141         * INSTALL: Regenerated.
32142
32143 2012-05-23  Andreas Jaeger  <aj@suse.de>
32144
32145         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
32146         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
32147         macro.
32148         * sysdeps/unix/sysv/linux/s390/bits/mman.h
32149         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
32150         * sysdeps/unix/sysv/linux/sh/bits/mman.h
32151         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
32152         * sysdeps/unix/sysv/linux/i386/bits/mman.h
32153         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
32154         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
32155         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
32156         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
32157         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
32158         * sysdeps/unix/sysv/linux/bits/in.h
32159         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
32160
32161 2012-05-22  Roland McGrath  <roland@hack.frob.com>
32162
32163         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
32164         (PREPARE_VERSION): Just use assert instead, it will be elided
32165         under [NDEBUG] anyway.
32166
32167 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
32168
32169         * sysdeps/unix/sysv/linux/Makefile: Include
32170         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
32171         (sysdep_routines): Remove sysctl.
32172         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
32173         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
32174         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
32175         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
32176         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
32177
32178 2012-05-22  Andreas Jaeger  <aj@suse.de>
32179
32180         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
32181         that pseudo_end is just ret and the stack pointer is correct also
32182         for static library in error case.
32183
32184 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
32185
32186         [BZ #14122]
32187         * nss/nsswitch.c (defconfig_entries): New variable.
32188         (__nss_database_lookup): Don't leak defconfig entries.
32189         (nss_parse_service_list): Don't leak on error paths.
32190         (free_database_entries): New function.
32191         (free_defconfig): New function.
32192         (free_mem): Move common code to free_database_entries.
32193
32194 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
32195
32196         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
32197         Add arch_prctl.
32198         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
32199
32200         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
32201         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
32202         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
32203         New macro.
32204         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
32205         (INTERNAL_SYSCALL_TYPES): Likewise.
32206         (LOAD_ARGS_TYPES_[1-6]): Likewise.
32207         (LOAD_REGS_TYPES_[1-6]): Likewise.
32208         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
32209         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
32210
32211 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32212
32213         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
32214         copysignl for GLIBC_2_0.
32215         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
32216         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
32217         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
32218         logbl for GLIBC_2_0.
32219         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
32220         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
32221
32222 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
32223
32224         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
32225         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
32226
32227         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
32228         Use "neg %eax".
32229
32230         * time/mktime.c: Update copyright years.
32231
32232 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
32233
32234         mktime: merge comment-quoting-style change from gnulib
32235         * time/mktime.c: Quote 'like this' in comments.
32236         The GNU coding standards suggest that we no longer quote `like this',
32237         as "`" and "'" are typically rendered asymmetrically nowadays.
32238         The typical gnulib style is to quote 'like this' when quoting
32239         code, and "like this" when quoting English.
32240
32241         * time/mktime.c (compile-command): Add "-I.".
32242
32243         mktime: merge mktime-internal.h change from gnulib
32244         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
32245
32246         mktime: merge time_r change from gnulib
32247         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
32248
32249         mktime: merge DEBUG change from gnulib
32250         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
32251         case system <time.h> has a #define.
32252
32253         mktime: merge <sys/types.h> change from gnulib
32254         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
32255         since <time.t> is now guaranteed to define time_t.
32256
32257         mktime: merge HAVE_CONFIG_H change from gnulib
32258         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
32259
32260 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
32261
32262         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
32263         Use "neg %eax".
32264
32265         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
32266         __rlim_t cast.
32267         (struct rusage): Use anonymous union to pad each field to
32268         __syscall_slong_t.
32269
32270 2012-05-21  David S. Miller  <davem@davemloft.net>
32271
32272         * Makefules (o-iterator): Remove .s cases.
32273         (compile-command.s): Delete.
32274         (COMPILE.s): Delete.
32275         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
32276
32277 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
32278
32279         * configure.in (libc_cv_predef_stack_protector): Only consider
32280         "foobar" and "__stack_chk_fail" lines in libc_undefs.
32281         * configure: Regenerated.
32282
32283 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
32284
32285         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
32286         New macro.  Use R*LP on int and pointer.
32287         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
32288         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
32289         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
32290         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
32291
32292         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
32293         [__WORDSIZE_TIME64_COMPAT32] instead of
32294         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
32295         (struct utmp): Likewise.
32296         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
32297         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
32298         Renamed to ...
32299         (__WORDSIZE_TIME64_COMPAT32): This.
32300         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
32301         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
32302         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
32303         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
32304         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
32305         (__WORDSIZE_TIME64_COMPAT32): New macro.
32306
32307 2012-05-21  Andreas Jaeger  <aj@suse.de>
32308
32309         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
32310         only if [SHARED]. Add prototype for __wcschr_ia32.
32311
32312 2012-05-21  Roland McGrath  <roland@hack.frob.com>
32313
32314         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
32315         of %rbp unmolested in the jmp_buf while mangling the low bits.
32316         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
32317         unmolested high bits of %rbp while demangling the low bits.
32318         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
32319
32320 2012-05-21  Andreas Jaeger  <aj@suse.de>
32321
32322         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
32323         * sunrpc/svc_simple.c: Use it for registerrpc.
32324         * sunrpc/xcrypt.c: Use it for passwd2des.
32325
32326         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
32327
32328 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
32329
32330         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
32331         Don't define if [__SYSCALL_WORDSIZE != 32].
32332         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
32333         New macro.
32334
32335 2012-05-21  Bruno Haible  <bruno@clisp.org>
32336             Andreas Jaeger  <aj@suse.de>
32337
32338         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
32339         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
32340         inptr and inend for must_buffer_ch.
32341         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
32342         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
32343         * stdio-common/Makefile (tests): Remove bug15.
32344         (bug15-ENV): Remove macro.
32345         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
32346         anymore.
32347
32348 2012-05-19  Andreas Jaeger  <aj@suse.de>
32349             Roland McGrath  <roland@hack.frob.com>
32350
32351         * manual/contrib.texi: Completely rewritten. It contains now an
32352         alphabetical list of contributors and their contributions.
32353
32354 2012-05-21  Richard Henderson  <rth@twiddle.net>
32355
32356         * misc/getauxval.c (__getauxval): Use unsigned long int.
32357         * misc/sys/auxv.h: Include <sys/cdefs.h>.
32358         (getauxval): Use unsigned long int.
32359
32360 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
32361
32362         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
32363
32364 2012-05-21  Roland McGrath  <roland@hack.frob.com>
32365
32366         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
32367         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
32368         __alignof__ (long double).
32369
32370 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32371
32372         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32373
32374 2012-05-20  Richard Henderson  <rth@twiddle.net>
32375
32376         * misc/getauxval.c: New file.
32377         * misc/sys/auxv.h: New file.
32378         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
32379         (routines): Add getauxval.
32380         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
32381         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
32382         * elf/dl-sysdep.c (_dl_auxv): Remove.
32383         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
32384         * elf/dl-support.c (_dl_auxv): New variable.
32385         (_dl_aux_init): Initialize it.
32386         * manual/startup.texi (Auxiliary Vector): New node.
32387         * sysdeps/generic/bits/hwcap.h: New file.
32388         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
32389         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
32390         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
32391         * sysdeps/sparc/sysdep.h: ... here.  Include it.
32392         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
32393         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
32394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32395         Update.
32396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
32397         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
32398         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
32399         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
32400         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
32401         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
32402         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
32403         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
32404
32405 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32406
32407         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32408
32409 2012-05-19  David S. Miller  <davem@davemloft.net>
32410
32411         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32412
32413 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
32414
32415         [BZ #14123]
32416         * math/s_ccosh.c: Include <float.h>
32417         (__ccosh): Avoid internal overflow calculating sinh and cosh
32418         values before multiplying by sin and cos values.
32419         * math/s_ccoshf.c: Likewise.
32420         * math/s_ccoshl.c: Likewise.
32421         * math/s_csin.c: Likewise.
32422         * math/s_csinf.c: Likewise.
32423         * math/s_csinl.c: Likewise.
32424         * math/s_csinh.c: Likewise.
32425         * math/s_csinhf.c: Likewise.
32426         * math/s_csinhl.c: Likewise.
32427         * math/libm-test.inc (ccos_test): Add more tests.
32428         (ccosh_test): Likewise.
32429         (csin_test): Likewise.
32430         (csinh_test): Likewise.
32431         * sysdeps/i386/fpu/libm-test-ulps: Update.
32432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32433
32434 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
32435
32436         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
32437         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
32438
32439         * sysdeps/x86_64/x32/_itoa.h: Add comment.
32440
32441 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
32442
32443         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
32444         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
32445         * sysdeps/powerpc/soft-fp/Versions: Likewise.
32446         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
32447         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
32448         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
32449         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
32450         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
32451         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
32452         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
32453         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
32454         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
32455         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
32456         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
32457         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
32458         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
32459         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
32460         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
32461         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
32462         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
32463         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
32464         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
32465         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
32466         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
32467         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
32468         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
32469         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
32470         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
32471         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
32472         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
32473         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
32474
32475 2012-05-18  Andreas Jaeger  <aj@suse.de>
32476
32477         * csu/.gitignore: Delete.
32478
32479 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
32480
32481         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
32482         (timex): Use __syscall_slong_t.
32483
32484 2012-05-18  Andreas Jaeger  <aj@suse.de>
32485             Carlos O'Donell  <carlos_odonell@mentor.com>
32486
32487         * manual/install.texi (Configuring and compiling): Update
32488         description about files modified in the source directory.
32489         * INSTALL: Regenerated.
32490
32491 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
32492
32493         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
32494         value.  Use "or" to set return value to -1.
32495         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
32496         negate return value.
32497
32498 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32499
32500         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
32501         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
32502         failure if the compiler has Graphite support disabled.
32503         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
32504         Likewise.
32505         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
32506         (CFLAGS-memmove.c): Likewise.
32507         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
32508         Likewise.
32509
32510 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
32511
32512         * sysdeps/x86_64/x32/_itoa.h: New file.
32513
32514         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
32515         getdents system call only if kernel and user dirents have the
32516         same d_ino and d_off.
32517
32518         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
32519         LLONG_MAX != LONG_MAX.
32520         (_itoa_word): Use _ITOA_WORD_TYPE on value.
32521         (_fitoa_word): Likewise.
32522
32523         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
32524         years.
32525         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
32526         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
32527         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
32528
32529         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
32530         include <bits/wordsize.h>.  Check __x86_64__ instead of
32531         __WORDSIZE.
32532         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
32533         if __x86_64__ is defined.  Use anonymous union on fpstate.
32534
32535         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
32536         anonymous union.
32537
32538 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
32539
32540         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
32541         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
32542         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
32543         Refer to _rtld_local_ro instead of _rtld_global_ro.
32544         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
32545         Likewise.
32546         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
32547         Likewise.
32548         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
32549         Likewise.
32550         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
32551         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
32552         of _rtld_global, and rtld_progname instead of _dl_argv[0].
32553
32554         * sysdeps/powerpc/powerpc32/dl-machine.c
32555         (__elf_machine_runtime_setup) [PROF]: Don't reference
32556         _dl_prof_resolve.
32557
32558 2012-05-18  Andreas Jaeger  <aj@suse.de>
32559
32560         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
32561         function only available for GCCs before 3.4 since GCC 3.4
32562         introduced a builtin.
32563         (lrint): Likewise.
32564         (llrintf): Likewise.
32565         (llrint): Likewise.
32566         (fmaxf): Likewise.
32567         (fmax): Likewise.
32568         (fminf): Likewise.
32569         (fmin): Likewise.
32570         (rint): Likewise.
32571         (rintf): Likewise.
32572         (nearbyint): Likewise.
32573         (nearbyintf): Likewise.
32574         (ceil): Likewise.
32575         (ceilf): Likewise.
32576         (floor): Likewise.
32577         (floorf): Likewise.
32578
32579 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
32580
32581         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
32582         on both fields and cast pointer to __syscall_ulong_t.
32583
32584         * bits/types.h (__fsword_t): New type.
32585         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
32586         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
32587         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32588         (__FSWORD_T_TYPE): Likewise.
32589         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
32590         (__FSWORD_T_TYPE): Likewise.
32591         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32592         (__FSWORD_T_TYPE): Likewise.
32593         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
32594         (__FSWORD_T_TYPE): Likewise.
32595         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
32596         __SWORD_TYPE with __fsword_t.
32597         (statfs64): Likewise.
32598
32599 2012-05-17  David S. Miller  <davem@davemloft.net>
32600
32601         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
32602
32603 2012-05-17  Andreas Jaeger  <aj@suse.de>
32604
32605         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
32606         warning.
32607
32608 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
32609
32610         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
32611
32612 2012-05-17  Andreas Jaeger  <aj@suse.de>
32613
32614         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
32615         when it is used.
32616
32617 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
32618
32619         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
32620
32621 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
32622
32623         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
32624         * sysdeps/x86_64/tst-mallocalign1.c: New file.
32625
32626 2012-05-17  Andreas Jaeger  <aj@suse.de>
32627             Carlos O'Donell  <carlos_odonell@mentor.com>
32628
32629         [BZ #14059]
32630         * sysdeps/x86_64/multiarch/init-arch.h
32631         (bit_YMM_Usable): Rename to...
32632         (bit_AVX_Usable): ... this.
32633         (bit_FMA4_Usable): New macro.
32634         (bit_XMM_state): New macro.
32635         (bit_YMM_state): New macro.
32636         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
32637         [__ASSEMBLER__] (index_AVX_Usable): ... this.
32638         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
32639         (CPUID_OSXSAVE): New macro.
32640         (CPUID_AVX): New macro.
32641         (CPUID_FMA4): New macro.
32642         (index_YMM_Usable): Rename to...
32643         (index_AVX_Usable): ... this.
32644         (HAS_AVX): Use HAS_ARCH_FEATURE.
32645         (HAS_FMA4): Likewise.
32646         (HAS_YMM_USABLE): Remove.
32647         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32648         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
32649         are present.
32650         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
32651         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
32652         * sysdeps/x86_64/multiarch/Makefile: Likewise.
32653         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
32654         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
32655
32656 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
32657
32658         * math/libm-test.c: Support platforms without multiple rounding modes.
32659         * math/bug-nextafter.c: Support platforms without FP exceptions.
32660         * math/bug-nexttoward.c: Likewise.
32661         * math/test-fenv.c: Likewise.
32662         * math/test-misc.c: Likewise.
32663         * stdlib/bug-getcontext.c: Likewise.
32664
32665 2012-05-17  Andreas Jaeger  <aj@suse.de>
32666
32667         * manual/examples/search.c (critter_cmp): Change signature to
32668         avoid warnings.
32669         * manual/string.texi (Collation Functions): Likewise.
32670
32671 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
32672
32673         * bits/types.h: Fold copyright years.
32674         * bits/typesizes.h: Likewise.
32675         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
32676         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
32677         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
32678         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
32679         * time/time.h: Likewise.
32680
32681 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
32682
32683         [BZ #208]
32684         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
32685         in instead of returning them.  Return void.
32686         (__libc_mallinfo): Accumulate over all arenas.
32687         (__malloc_stats): Adjust for change in int_mallinfo interface.
32688
32689 2012-05-16  Roland McGrath  <roland@hack.frob.com>
32690
32691         [BZ #10375]
32692         * configure.in (NM): Add AC_CHECK_TOOL for it.
32693         (libc_extra_cflags): New substituted variable.
32694         Check for -fstack-protector being used implicitly.
32695         * configure: Regenerated.
32696         * config.make.in (config-extra-cflags): New variable,
32697         gets @libc_extra_cflags@.
32698         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
32699
32700         [BZ #10375]
32701         * configure.in: Check for _FORTIFY_SOURCE being predefined.
32702         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
32703         * configure: Regenerated.
32704         * config.make.in (CPPUNDEFS): New substituted variable.
32705         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
32706         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
32707         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
32708
32709 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
32710
32711         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
32712         (mq_attr): Use __syscall_slong_t.
32713
32714 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
32715
32716         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
32717         Check __x86_64__ instead of __WORDSIZE.
32718         (_STAT_VER_LINUX): Likewise.
32719         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
32720         __syscall_ulong_t and __syscall_slong_t.
32721         (stat64): Likewise.
32722
32723 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
32724
32725         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
32726
32727 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
32728
32729         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
32730
32731 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
32732
32733         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
32734         __syscall_ulong_t.
32735
32736         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
32737         include <bits/wordsize.h>.  Check __x86_64__ instead of
32738         __WORDSIZE.
32739         (greg_t): Use "__extension__ long long int" if __x86_64__ is
32740         defined.
32741         (mcontext_t): Replace "unsigned long" with "unsigned long long".
32742
32743         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
32744         include <bits/wordsize.h>.  Check __x86_64__ instead of
32745         __WORDSIZE.
32746         (user_regs_struct): Use "__extension__ unsigned long long"
32747         instead of "unsigned long" if __x86_64__ is defined.
32748         (user): Likewise.  Pad after pointer field if __ILP32__ is
32749         defined.
32750
32751 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
32752
32753         * configure.in (makeinfo): Require version 4.5 or later.  Allow
32754         versions 5 to 9.
32755         * configure: Regenerated.
32756         * manual/install.texi (texinfo): Increase version requirement to
32757         4.5 or later.
32758         * INSTALL: Regenerated.
32759
32760         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
32761
32762 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
32763
32764         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
32765
32766         * sysdeps/x86_64/x32/ffs.c: New file.
32767
32768         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
32769         __syscall_ulong_t.
32770         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
32771         defined.  Use __syscall_ulong_t.
32772         (shminfo): Use __syscall_ulong_t.
32773         (shm_info): Likewise.
32774
32775         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
32776         __syscall_ulong_t.
32777
32778         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
32779         <bits/wordsize.h>.
32780         (msgqnum_t): Use __syscall_ulong_t.
32781         (msglen_t): Likewise.
32782         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
32783         __syscall_ulong_t.
32784
32785         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
32786         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
32787
32788         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
32789
32790         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
32791         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
32792
32793         * sysvipc/sys/msg.h (msgbuf): Replace long int with
32794         __syscall_slong_t.
32795
32796         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
32797         include <bits/wordsize.h>.  Check __x86_64__ instead of
32798         __WORDSIZE.
32799
32800         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
32801         "unsigned long long int" if __x86_64__ is defined.
32802         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
32803
32804         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
32805         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
32806         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
32807
32808         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
32809         <stdint.h>.
32810         (GET_PC): Cast to uintptr_t first.
32811         (GET_FRAME): Likewise.
32812         (GET_STACK): Likewise.
32813
32814         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
32815         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
32816         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
32817         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
32818         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
32819         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
32820         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
32821         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
32822         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
32823         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
32824         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
32825         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
32826         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32827         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
32828         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
32829         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
32830         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
32831         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
32832         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
32833         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
32834         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
32835         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
32836         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
32837         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
32838         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
32839         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
32840         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
32841         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
32842         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
32843
32844 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
32845
32846         * Makerules (+depfiles): Also collect depfiles from .oS in
32847         $(extra-objs).
32848         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
32849         .oS, $(libnldbl-routines)).
32850
32851         * Makerules (native-compile-mkdep-flags): Define.
32852         * sunrpc/Makefile (extra-objs): Add $(addprefix
32853         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
32854         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
32855         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
32856         calling $(make-target-directory).
32857
32858 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
32859
32860         * bits/types.h (__snseconds_t): Removed.
32861         * time/time.h (struct timespec): Replace __snseconds_t with
32862         __syscall_slong_t.
32863         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
32864         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
32865         Likewise.
32866         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32867         (__SNSECONDS_T_TYPE): Likewise.
32868         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
32869         (__SNSECONDS_T_TYPE): Likewise.
32870         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32871         (__SNSECONDS_T_TYPE): Likewise.
32872
32873 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
32874
32875         * sysdeps/mach/hurd/bits/typesizes.h
32876         (__SYSCALL_SLONG_TYPE): New macro.
32877         (__SYSCALL_ULONG_TYPE): Likewise.
32878
32879 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
32880
32881         * bits/types.h (__syscall_slong_t): New type.
32882         (__syscall_ulong_t): Likewise.
32883
32884         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
32885         (__SYSCALL_ULONG_TYPE): Likewise.
32886         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32887         (__SYSCALL_SLONG_TYPE): Likewise.
32888         (__SYSCALL_ULONG_TYPE): Likewise.
32889         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
32890         (__SYSCALL_SLONG_TYPE): Likewise.
32891         (__SYSCALL_ULONG_TYPE): Likewise.
32892         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32893         (__SYSCALL_SLONG_TYPE): Likewise.
32894         (__SYSCALL_ULONG_TYPE): Likewise.
32895
32896 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
32897
32898         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
32899         Add sigaltstack-offsets.sym.
32900         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
32901         <sigaltstack-offsets.h>.
32902         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
32903         longjmp_msg pointer.
32904         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
32905         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
32906         signal stack.
32907         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
32908
32909 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
32910
32911         * elf/stackguard-macros.h: Remove file.
32912         * sysdeps/generic/stackguard-macros.h: New file.
32913         * sysdeps/i386/stackguard-macros.h: Likewise.
32914         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
32915         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
32916         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
32917         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
32918         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
32919         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
32920         * sysdeps/x86_64/stackguard-macros.h: Likewise.
32921         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
32922         <elf/stackguard-macros.h>.
32923
32924         [BZ #14109]
32925         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
32926         __aligned__ in attribute.
32927         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
32928         (gregset_t): Likewise.
32929
32930 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
32931
32932         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
32933         * sysdeps/x86_64/64/Implies-after: Here.  New file.
32934         * sysdeps/x86_64/x32/Implies-after: New file.
32935
32936 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
32937
32938         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
32939         and access return value for _dl_profile_fixup.  Use R10_LP to
32940         load frame size.
32941
32942 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
32943
32944         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
32945
32946 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
32947
32948         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
32949         * sysdeps/x86_64/x32/sysdep.h: New file.
32950
32951 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
32952
32953         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
32954         * sysdeps/x86_64/setjmp.S: Likewise.
32955
32956 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32957
32958         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
32959         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
32960         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
32961         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
32962         remove unused global constant.
32963
32964 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
32965
32966         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
32967         include of <not-cancel.h>.
32968
32969 2012-05-15  Roland McGrath  <roland@hack.frob.com>
32970
32971         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
32972
32973 2012-05-15  Jeff Law  <law@redhat.com>
32974             Andreas Jaeger  <aj@suse.de>
32975
32976         [BZ #13594]
32977         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
32978         out from...
32979         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
32980         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
32981         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
32982         code changing __hst_map_handle.map.
32983
32984 2012-05-15  Roland McGrath  <roland@hack.frob.com>
32985
32986         * configure.in (sysnames): Look for Implies-before and Implies-after
32987         files.
32988         * configure: Regenerated.
32989
32990 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
32991
32992         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
32993         8-byte data alignment with LP_SIZE alignment.
32994
32995 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
32996
32997         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
32998         into R10_LP.
32999
33000 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
33001
33002         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
33003
33004 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
33005
33006         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
33007         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
33008         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
33009         Likewise.
33010         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33011
33012 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
33013
33014         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
33015         (stackinfo_sub_sp): Likewise.
33016
33017 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
33018
33019         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
33020         RAX_LP.
33021
33022 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
33023
33024         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
33025         into R*_LP.
33026
33027 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
33028
33029         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
33030         sizes into R*_LP.
33031
33032 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
33033
33034         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
33035
33036 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
33037
33038         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
33039         into R11_LP and load __x86_64_shared_cache_size_half into
33040         R8_LP.
33041
33042 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
33043
33044         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
33045         R8_LP.
33046
33047 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33048
33049         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
33050         logb for POWER7.
33051         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
33052         logbf for POWER7.
33053         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
33054         logbl for POWER7.
33055         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
33056         powerpc32/power7/fpu/s_logb.c via #include.
33057         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
33058         powerpc32/power7/fpu/s_logbf.c via #include.
33059         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
33060         powerpc32/power7/fpu/s_logbl.c via #include.
33061
33062 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
33063
33064         * README.libm: Remove file.
33065
33066 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
33067
33068         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
33069         count for x32.  Use R*_LP and omit operand-size suffix.
33070
33071 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
33072
33073         * shlib-versions: Move x86_64-.*-linux.* entries to ...
33074         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
33075         * sysdeps/x86_64/x32/shlib-versions: New file.
33076
33077 2012-05-14  Roland McGrath  <roland@hack.frob.com>
33078
33079         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
33080         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
33081         Use _dl_fatal_printf instead.
33082
33083 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
33084
33085         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
33086         set if not set by the user.  Do not allow for being unset.
33087         * sysdeps/unix/sysv/linux/configure: Regenerated.
33088
33089 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
33090
33091         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
33092         the `q' suffix from lea and replace .quad with ASM_ADDR.
33093
33094 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
33095
33096         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
33097         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
33098         instead of $17.
33099         (PTR_DEMANGLE): Likewise.
33100
33101 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
33102
33103         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
33104         (LP_OP): Likewise.
33105         (ASM_ADDR): Likewise.
33106         (RAX_LP): Likewise.
33107         (RBP_LP): Likewise.
33108         (RBX_LP): Likewise.
33109         (RCX_LP): Likewise.
33110         (RDI_LP): Likewise.
33111         (RSI_LP): Likewise.
33112         (RSP_LP): Likewise.
33113         (R8_LP): Likewise.
33114         (R9_LP): Likewise.
33115         (R10_LP): Likewise.
33116         (R10_LP): Likewise.
33117         (R11_LP): Likewise.
33118         (R12_LP): Likewise.
33119         (R13_LP): Likewise.
33120         (R14_LP): Likewise.
33121         (R15_LP): Likewise.
33122
33123 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
33124
33125         * sysdeps/x86_64/x32/dl-machine.h: New file.
33126
33127 2012-05-14  Andreas Jaeger  <aj@suse.de>
33128
33129         * manual/Makefile (subdir): Remove export of subdir.
33130         (all): Remove target.
33131         (.PHONY): Remove all from list.
33132         (mkinstalldirs): Remove.
33133         (.PHONY): Remove installdirs from list.
33134         ($(inst_infodir)/libc.info): Use make-target-directory.
33135         (installdirs): Remove.
33136         (subdir_%): Remove.
33137         (glibc-targets): Remove.
33138         (lib): Remove.
33139         (stubs): Remove.
33140         ($(objpfx)stubs ../po/manual.pot): Remove.
33141         ($(objpfx)stamp%): Remove.
33142         (make-target-directory): Remove.
33143         (subdir_install): Remove.
33144         (routines): Remove.
33145         (aux): Remove.
33146         (sources): Remove.
33147         (objects): Remove.
33148         (headers): Remove.
33149
33150         [BZ #13750]
33151         * manual/.gitignore: Remove, it's not needed anymore.
33152         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
33153         all files in it.
33154         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
33155         directory.
33156         (texis): Renamed to $(objpfx)texis.
33157         (texis-path): New, contains path to generated files.
33158         (chapters.%): Use texis-path for complete path, add extra argument
33159         libc-texinfo.sh.
33160         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
33161         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
33162         (summary,texi, stamp-summary): Use complete path of
33163         files. Generate files in build dir.
33164         (dir-add.texi): Build in build dir.
33165         (libm-err.texi,stamp-libm-err): Likewise.
33166         (version.texi, stamp-version): Likewise.
33167         (.%c.texi): Likewise.
33168         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
33169         (mostlyclean): Remove target.
33170         (realclean): Remove target.
33171         (generated): Add new variable with contents from mostlyclean and
33172         realclean, remove entries duplicated in common-mostlyclean, add
33173         stamp-libm-err and stamp-version.
33174         (generated-dirs): Add libc directory.
33175         ($(inst_infodir)/libc.info): Install files from build dir.
33176
33177         * manual/install.texi (Configuring and compiling): Adjust since
33178         the info files are not part of the tar ball anymore.
33179
33180 2012-05-14  Andreas Jaeger  <aj@suse.de>
33181
33182         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
33183         variable.
33184
33185 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
33186
33187         [BZ #13717]
33188         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
33189         to 2.2.0 where earlier.
33190         * sysdeps/unix/sysv/linux/configure: Regenerated.
33191         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
33192         Remove conditional code.
33193         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
33194         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
33195         Remove conditional code.
33196         [!__NR_lchown]: Likewise.
33197         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
33198         [__NR_lchown]: Likewise.
33199         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
33200         comment referencing __ASSUME_LCHOWN_SYSCALL.
33201         * sysdeps/unix/sysv/linux/i386/sigaction.c
33202         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
33203         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
33204         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
33205         Remove conditional code.
33206         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
33207         (__protocol_available): Remove #if 0 code.
33208         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
33209         conditional code.
33210         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
33211         * sysdeps/unix/sysv/linux/kernel-features.h
33212         (__ASSUME_GETCWD_SYSCALL): Don't define.
33213         (__ASSUME_REALTIME_SIGNALS): Likewise.
33214         (__ASSUME_PREAD_SYSCALL): Likewise.
33215         (__ASSUME_PWRITE_SYSCALL): Likewise.
33216         (__ASSUME_POLL_SYSCALL): Likewise.
33217         (__ASSUME_LCHOWN_SYSCALL): Likewise.
33218         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
33219         non-SPARC.
33220         (__ASSUME_SIOCGIFNAME): Don't define.
33221         (__ASSUME_MSG_NOSIGNAL): Likewise.
33222         (__ASSUME_SENDFILE): Define unconditionally.
33223         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
33224         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
33225         conditional code.
33226         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
33227         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
33228         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
33229         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
33230         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
33231         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
33232         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
33233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
33234         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
33235         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
33236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
33237         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
33238         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
33239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
33240         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
33241         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
33242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
33243         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
33244         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
33245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
33246         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
33247         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
33248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
33249         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
33250         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
33251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
33252         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
33253         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
33254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
33255         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
33256         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
33257         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
33258         Remove conditional code.
33259         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
33260         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
33261         Remove conditional code.
33262         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
33263         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
33264         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
33265         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
33266         Remove conditional code.
33267         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
33268         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
33269         Remove conditional code.
33270         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
33271         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
33272         Remove conditional code.
33273         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
33274         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
33275         Remove conditional code.
33276         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
33277         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
33278         Remove conditional code.
33279         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
33280         * sysdeps/unix/sysv/linux/sh/pwrite64.c
33281         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
33282         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
33283         * sysdeps/unix/sysv/linux/sigaction.c
33284         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
33285         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
33286         * sysdeps/unix/sysv/linux/sigpending.c
33287         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
33288         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
33289         * sysdeps/unix/sysv/linux/sigprocmask.c
33290         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
33291         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
33292         * sysdeps/unix/sysv/linux/sigsuspend.c
33293         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
33294         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
33295         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
33296         (__libc_missing_rt_sigs): Remove.
33297         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
33298         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
33299         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
33300         Remove conditional code.
33301         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
33302         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
33303         return 1.
33304         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
33305         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
33306         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
33307         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
33308
33309 2012-05-14  Andreas Jaeger  <aj@suse.de>
33310
33311         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
33312         it's not used in glibc.
33313         (__coshm1): Likewise.
33314         (__acosh1p): Likewise.
33315         (__sgn): Likewise.
33316
33317         * manual/string.texi (Copying and Concatenation): Add missing
33318         variable in concat example.
33319         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
33320
33321 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
33322
33323         [BZ #14103]
33324         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
33325         __builtin_clzl with __builtin_clzll.
33326
33327 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
33328
33329         [BZ #14104]
33330         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
33331         libc_freeres_ptr.
33332
33333 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33334
33335         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
33336         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
33337         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
33338         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
33339
33340 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
33341
33342         * NEWS: Update ia64 info.
33343
33344 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
33345
33346         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
33347         used as bcopy.
33348
33349 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
33350
33351         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
33352         * sysdeps/unix/syscalls.list (dup3): Likewise.
33353         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
33354         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
33355
33356 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
33357
33358         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
33359         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
33360
33361 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
33362
33363         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
33364         thread pointer.
33365         (TLS_IE): Use mov/add instead of movq/addq to load thread
33366         pointer.
33367         (TLS_GD_PREFIX): New.
33368         (TLS_GD): Use it.
33369
33370 2012-05-11  David S. Miller  <davem@davemloft.net>
33371
33372         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
33373         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
33374         (_FPU_SETCW): Likewise.
33375
33376 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
33377
33378         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
33379         is 32-byte aligned.
33380
33381 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
33382
33383         [BZ #11837]
33384         * iconvdata/gb18030.c: Update tables.
33385         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
33386         characters specially.
33387         (BODY for TO_LOOP): Add encoding of missing ranges.
33388
33389 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
33390
33391         [BZ #13673]
33392         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
33393         * sysdeps/mach/hurd/dup3.c: Likewise.
33394         * sysdeps/mach/hurd/readlinkat.c: Likewise.
33395         * sysdeps/powerpc/memmove.c:: Likewise.
33396
33397 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
33398
33399         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
33400         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
33401
33402 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
33403
33404         * elf/elf.h (R_X86_64_RELATIVE64): New.
33405         (R_X86_64_NUM): Updated.
33406         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33407         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
33408         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
33409         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
33410         tst-quad1pie tst-quad2pie
33411         (modules-names): Add tst-quadmod1 tst-quadmod2.
33412         ($(objpfx)tst-quad1): New dependency.
33413         ($(objpfx)tst-quad2): Likewise.
33414         ($(objpfx)tst-quad1pie): Likewise.
33415         ($(objpfx)tst-quad2pie): Likewise.
33416         * sysdeps/x86_64/tst-quad1.c: New file.
33417         * sysdeps/x86_64/tst-quad1pie.c: New file.
33418         * sysdeps/x86_64/tst-quad2.c: Likewise.
33419         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
33420         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
33421         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
33422         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
33423         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
33424
33425 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33426
33427         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
33428         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
33429         * streams/stropts.h (t_scalar_t): Define type.
33430
33431         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
33432         (_PATH_PRESERVE): Set to "/var/lib".
33433         (_PATH_RWHODIR): Set to "/var/spool/rwho".
33434
33435         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
33436         instead of int.
33437
33438         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
33439         if __dir_mkfile succeeded.
33440
33441         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
33442         checking for _hurd_dtablesize.  Unlock it right after having
33443         finished _hurd_dtable allocation.
33444
33445 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
33446
33447         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
33448         * sysdeps/mach/hurd/configure: Regenerated.
33449         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
33450         special-casing to...
33451         * sysdeps/gnu/configure.in: ... this new file.
33452         * sysdeps/unix/sysv/linux/configure: Regenerated.
33453         * sysdeps/gnu/configure: New generated file.
33454
33455         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
33456         for Linux: use nsec instead of usec, as well as:
33457         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
33458         members of type struct timespec.
33459         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
33460         New macros.
33461         (struct stat64): Likewise.
33462         (_STATBUF_ST_NSEC): New macro.
33463         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
33464
33465         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33466         __strtoul_internal rather than strtoul.
33467
33468 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
33469
33470         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
33471         and reject them.
33472
33473 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33474
33475         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
33476         which preserves existing values.
33477         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
33478
33479 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
33480
33481         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
33482         TIMEOUT values.  Return EINVAL for NFDS values either negative or
33483         greater than FD_SETSIZE.
33484
33485 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33486
33487         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
33488         allocated, call __vm_protect to finish enabling the existing space, and
33489         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
33490         allocate the remainder.
33491
33492 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
33493
33494         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
33495         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
33496
33497 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33498
33499         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
33500         sysdeps/mach/hurd/readlink.c.
33501
33502         * posix/tst-sysconf.c (posix_options): Only use
33503         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
33504         _POSIX_SYNCHRONIZED_IO when they are defined
33505         * sysdeps/mach/hurd/bits/posix_opt.h:
33506         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
33507         (_XOPEN_REALTIME): Undefine macro.
33508         (_XOPEN_REALTIME_THREADS): Undefine macro.
33509         (_XOPEN_SHM): Undefine macro.
33510         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
33511         macro to -1.
33512         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
33513         macro to -1.
33514         (_POSIX_ASYNC_IO): Undefine macro.
33515         (_POSIX_PRIORITIZED_IO): Undefine macro.
33516         (_POSIX_SPIN_LOCKS): Define macro to -1.
33517
33518         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
33519         SA_NODEFER, SA_RESETHAND.
33520         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
33521         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
33522         F_DUPFD_CLOEXEC.
33523
33524 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
33525
33526         * elf/Makefile (pldd-modules): Define unconditionally.
33527
33528 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
33529
33530         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
33531
33532 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33533
33534         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
33535         Return ENOENT when name is empty.
33536         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
33537
33538 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
33539
33540         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
33541
33542         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
33543
33544 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33545
33546         Fix mlock in all cases except non-readable pages.
33547         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
33548         instead of VM_PROT_ALL as parameter to __vm_wire function.
33549
33550         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
33551         (__mkdir): When path is `/', just fail with EEXIST.
33552         * sysdeps/mach/hurd/mkdirat.c: Likewise.
33553
33554 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
33555
33556         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
33557         <sys/uio.h> (for writev).
33558         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
33559         and <sys/param.h> (for MIN).
33560
33561 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
33562
33563         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
33564         REQUESTED_TIME.  Properly set the remaining time and return EINTR
33565         if interrupted.
33566
33567 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
33568
33569         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
33570         Depend on against $(link-rpcuserlibs).
33571
33572 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33573
33574         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
33575         (__libc_stack_end): Do not use attribute_relro.
33576         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
33577         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
33578         to libthread-provided value.
33579         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
33580         attribute_relro.
33581
33582 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
33583
33584         [BZ #3748]
33585         * bits/libc-lock.h (__libc_once_get): New macro.
33586         * sysdeps/mach/bits/libc-lock.h: Likewise.
33587         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
33588         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
33589         instead of using implementation details.
33590
33591         * libio/fileops.c: Unconditionally include <kernel-features.h>.
33592         * libio/freopen.c: Likewise.
33593         * libio/freopen64.c: Likewise.
33594         * misc/syslog.c: Likewise.
33595         * nscd/connections.c: Likewise.
33596         * nscd/netgroupcache.c: Likewise.
33597         * sysdeps/posix/getcwd.c: Likewise.
33598
33599 2012-05-10  Roland McGrath  <roland@hack.frob.com>
33600
33601         * math/w_ilogbf.c: Add #include <limits.h>.
33602
33603 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33604
33605         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
33606         path instead of returning without unlocking.
33607
33608         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
33609         immediate-write ioctls.
33610         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
33611
33612 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
33613
33614         * sysdeps/mach/hurd/i386/init-first.c (init): Use
33615         __builtin_frame_address instead of making assumptions about the
33616         location of the return address relative to DATA.  Force early load of
33617         the return address.
33618         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
33619         __builtin_frame_address.
33620
33621         dup3 for GNU Hurd.
33622         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
33623         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
33624         implement dup3 and do some further code clean-ups.
33625         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
33626         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
33627
33628 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33629
33630         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
33631
33632         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
33633         HURD_CRITICAL_END around holding _hurd_dtable_lock.
33634         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
33635         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
33636         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
33637         d->port.lock.
33638
33639         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
33640         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
33641         when handler == SIG_ERR, not when handler != SIG_ERR.
33642
33643 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
33644
33645         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
33646         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
33647         definitions.
33648
33649         accept4 for GNU Hurd.
33650         * include/sys/socket.h (__libc_accept4): New prototype.
33651         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
33652         to implement __libc_accept4.
33653         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
33654         __libc_accept4.
33655         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
33656
33657         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
33658         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
33659         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
33660         signal-defines.sym.
33661
33662 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33663
33664         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
33665
33666 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
33667
33668         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
33669         assertion on O_CLOEXEC flag.
33670         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
33671         * hurd/intern-fd.c: Likewise.
33672         * hurd/port2fd.c: Likewise.
33673
33674 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33675
33676         [BZ #3906]
33677         * bits/in.h (IPV6_PKTINFO): Define new macro.
33678         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
33679
33680 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33681
33682         [BZ #13954]
33683         [BZ #13955]
33684         [BZ #13956]
33685         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
33686         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
33687         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
33688         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
33689         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33690         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
33691         * math/libm-test.inc (logb_test) : Additional logb tests.
33692
33693 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
33694             Andreas Jaeger  <aj@suse.de>
33695
33696         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
33697         * configure: Regenerated.
33698         * config.h.in (LINK_OBSOLETE_RPC): New macro.
33699         * config.make.in (link-obsolete-rpc): New substituted variable.
33700         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
33701         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
33702         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
33703         (shared-only-routines): Don't set it under [link-obsolete-rpc],
33704         so that libc.a contains the symbols.
33705         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
33706         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
33707         * sunrpc/auth_none.c: Likewise.
33708         * sunrpc/auth_unix.c: Likewise.
33709         * sunrpc/authdes_prot.c: Likewise.
33710         * sunrpc/authuxprot.c: Likewise.
33711         * sunrpc/clnt_gen.c: Likewise.
33712         * sunrpc/clnt_perr.c: Likewise.
33713         * sunrpc/clnt_raw.c: Likewise.
33714         * sunrpc/clnt_simp.c: Likewise.
33715         * sunrpc/clnt_tcp.c: Likewise.
33716         * sunrpc/clnt_udp.c: Likewise.
33717         * sunrpc/clnt_unix.c: Likewise.
33718         * sunrpc/des_crypt.c: Likewise.
33719         * sunrpc/des_soft.c: Likewise.
33720         * sunrpc/get_myaddr.c: Likewise.
33721         * sunrpc/key_call.c: Likewise.
33722         * sunrpc/key_prot.c: Likewise.
33723         * sunrpc/netname.c: Likewise.
33724         * sunrpc/pm_getmaps.c: Likewise.
33725         * sunrpc/pm_getport.c: Likewise.
33726         * sunrpc/pmap_clnt.c: Likewise.
33727         * sunrpc/pmap_prot.c: Likewise.
33728         * sunrpc/pmap_prot2.c: Likewise.
33729         * sunrpc/pmap_rmt.c: Likewise.
33730         * sunrpc/publickey.c: Likewise.
33731         * sunrpc/rpc_cmsg.c: Likewise.
33732         * sunrpc/rpc_common.c: Likewise.
33733         * sunrpc/rpc_dtable.c: Likewise.
33734         * sunrpc/rpc_prot.c: Likewise.
33735         * sunrpc/rpc_thread.c: Likewise.
33736         * sunrpc/rtime.c: Likewise.
33737         * sunrpc/svc.c: Likewise.
33738         * sunrpc/svc_auth.c: Likewise.
33739         * sunrpc/svc_raw.c: Likewise.
33740         * sunrpc/svc_run.c: Likewise.
33741         * sunrpc/svc_tcp.c: Likewise.
33742         * sunrpc/svc_udp.c: Likewise.
33743         * sunrpc/svc_unix.c: Likewise.
33744         * sunrpc/svcauth_des.c: Likewise.
33745         * sunrpc/xcrypt.c: Likewise.
33746         * sunrpc/xdr.c: Likewise.
33747         * sunrpc/xdr_array.c: Likewise.
33748         * sunrpc/xdr_float.c: Likewise.
33749         * sunrpc/xdr_intXX_t.c: Likewise.
33750         * sunrpc/xdr_mem.c: Likewise.
33751         * sunrpc/xdr_rec.c: Likewise.
33752         * sunrpc/xdr_ref.c: Likewise.
33753         * sunrpc/xdr_sizeof.c: Likewise.
33754         * sunrpc/xdr_stdio.c: Likewise.
33755
33756 2012-05-10  Roland McGrath  <roland@hack.frob.com>
33757
33758         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
33759         change.  Update copyright years.
33760
33761 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
33762
33763         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
33764
33765 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
33766             Joseph Myers  <joseph@codesourcery.com>
33767             Paul Pluzhnikov  <ppluzhnikov@google.com>
33768
33769         [BZ #14012]
33770         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
33771         requiring rpcgen.
33772         [cross-compiling] (extra-libs): Likewise.
33773         [cross-compiling] (extra-libs-others): Likewise.
33774         [cross-compiling] (librpcsvc-routines): Likewise.
33775         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
33776         [cross-compiling] (omit-deps): Likewise.
33777         (sunrpc-CPPFLAGS): New variable.
33778         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
33779         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
33780         (cross-rpcgen-objs): New variable.
33781         (extra-objs): Append $(cross-rpcgen-objs).
33782         ($(cross-rpcgen-objs)): New rule.
33783         ($(objpfx)cross-rpcgen): Likewise.
33784         (rpcgen-cmd): Define to use $(built-program-file).  Expand
33785         comment.
33786         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
33787         ($(objpfx)x%.stmp): Likewise.
33788         * sunrpc/proto.h [IS_IN_build] (_): Define.
33789         [IS_IN_build] (_libc_intl_domainname): Likewise.
33790
33791 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
33792
33793         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
33794         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
33795         and R_X86_64_TPOFF64.
33796
33797 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
33798
33799         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
33800         sysdeps/unix/sysv/syscalls.list.
33801         (stime): Likewise.
33802         (utime): Likewise.
33803         * sysdeps/unix/sysv/syscalls.list: Remove file.
33804
33805 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
33806
33807         [BZ #3440]
33808         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
33809         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
33810         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
33811         (__LC_IDENTIFICATION): Make these macros useful in #if
33812         expressions, as required by C99.
33813
33814 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
33815
33816         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
33817         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
33818         after this.
33819
33820 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
33821
33822         * stdlib/longlong.h: Updated from GCC.
33823
33824 2012-05-09  Andreas Jaeger  <aj@suse.de>
33825
33826         * nscd/nscd.c (run_modes): Make named enum, reorder so that
33827         default is first entry.
33828         (run_mode): Set type.
33829         (main): Remove informal message about syslog.
33830         (options): Fix typo.
33831
33832         [BZ #14053]
33833         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
33834         to asm.
33835         (lrint): Likewise.
33836         (llrintf): Likewise.
33837         (llrint): Likewise.
33838         (rint): Likewise.
33839         (rintf): Likewise.
33840         (nearbyint): Likewise.
33841         (nearbyintf): Likewise.
33842
33843 2012-05-09  Andreas Jaeger  <aj@suse.de>
33844             Pedro Alves  <palves@redhat.com>
33845
33846         * nscd/nscd.c (run_mode): Use enum.
33847         (main): Cleanup coding style issue.
33848
33849 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
33850             Andreas Jaeger  <aj@suse.de>
33851
33852         * nscd/nscd.c (go_background): Replaced with...
33853         (run_mode): ... this.
33854         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
33855         (options): Add -F --foreground.
33856         (main): Implement it.
33857         (parse_opt): Parse it.
33858
33859 2012-05-09  Andreas Jaeger  <aj@suse.de>
33860
33861         [BZ #14083]
33862         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
33863         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
33864         -Wconversion warning.
33865         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
33866         Likewise.
33867
33868 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
33869
33870         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
33871         == 0.
33872         (LC_ALL): Use macro-int-constant.
33873         (LC_COLLATE): Likewise.
33874         (LC_CTYPE): Likewise.
33875         (LC_MESSAGES): Likewise.
33876         (LC_MONETARY): Likewise.
33877         (LC_NUMERIC): Likewise.
33878         (LC_TIME): Likewise.
33879         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
33880         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
33881         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33882         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
33883         Specify type.
33884         [C99-based standards] (float_t): Expect type.
33885         [C99-based standards] (double_t): Expect type.
33886         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
33887         type.
33888         [C99-based standards] (HUGE_VALL): Likewise.
33889         [C99-based standards] (INFINITY): Likewise.
33890         [C99-based standards] (NAN): Likewise.
33891         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
33892         [C99-based standards] (FP_NAN): Likewise.
33893         [C99-based standards] (FP_NORMAL): Likewise.
33894         [C99-based standards] (FP_SUBNORMAL): Likewise.
33895         [C99-based standards] (FP_ZERO): Likewise.
33896         [C99-based standards] (FP_FAST_FMA): Use
33897         optional-macro-int-constant.  Specify type.  Require == 1.
33898         [C99-based standards] (FP_FAST_FMAF): Likewise.
33899         [C99-based standards] (FP_FAST_FMAL): Likewise.
33900         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
33901         [C99-based standards] (FP_ILOGBNAN): Likewise.
33902         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
33903         Specify type.
33904         [C99-based standards] (MATH_ERREXCEPT): Likewise.
33905         [C99-based standards] (math_errhandling): Specify type.
33906         [ISO99 || ISO11] (signgam): Do not allow.
33907         [non-C99-based standards] (copysignf): Do not allow.
33908         [non-C99-based standards] (exp2f): Likewise.
33909         [non-C99-based standards] (log2f): Likewise.
33910         [non-C99-based standards] (modff): Allow.
33911         [non-C99-based standards] (erff): Do not allow.
33912         [non-C99-based standards] (erfcf): Likewise.
33913         [non-C99-based standards] (gammaf): Likewise.
33914         [non-C99-based standards] (hypotf): Likewise.
33915         [non-C99-based standards] (j0f): Likewise.
33916         [non-C99-based standards] (j1f): Likewise.
33917         [non-C99-based standards] (jnf): Likewise.
33918         [non-C99-based standards] (lgammaf): Likewise.
33919         [non-C99-based standards] (tgammaf): Likewise.
33920         [non-C99-based standards] (y0f): Likewise.
33921         [non-C99-based standards] (y1f): Likewise.
33922         [non-C99-based standards] (ynf): Likewise.
33923         [non-C99-based standards] (isnanf): Likewise.
33924         [non-C99-based standards] (acoshf): Likewise.
33925         [non-C99-based standards] (asinhf): Likewise.
33926         [non-C99-based standards] (atanhf): Likewise.
33927         [non-C99-based standards] (cbrtf): Likewise.
33928         [non-C99-based standards] (expm1f): Likewise.
33929         [non-C99-based standards] (ilogbf): Likewise.
33930         [non-C99-based standards] (log1pf): Likewise.
33931         [non-C99-based standards] (logbf): Likewise.
33932         [non-C99-based standards] (nextafterf): Likewise.
33933         [non-C99-based standards] (remainderf): Likewise.
33934         [non-C99-based standards] (rintf): Likewise.
33935         [non-C99-based standards] (scalbf): Likewise.
33936         [non-C99-based standards] (copysignl): Likewise.
33937         [non-C99-based standards] (exp2l): Likewise.
33938         [non-C99-based standards] (log2l): Likewise.
33939         [non-C99-based standards] (modfl): Allow.
33940         [non-C99-based standards] (erfl): Do not allow.
33941         [non-C99-based standards] (erfcl): Likewise.
33942         [non-C99-based standards] (gammal): Likewise.
33943         [non-C99-based standards] (hypotl): Likewise.
33944         [non-C99-based standards] (j0l): Likewise.
33945         [non-C99-based standards] (j1l): Likewise.
33946         [non-C99-based standards] (jnl): Likewise.
33947         [non-C99-based standards] (lgammal): Likewise.
33948         [non-C99-based standards] (tgammal): Likewise.
33949         [non-C99-based standards] (y0l): Likewise.
33950         [non-C99-based standards] (y1l): Likewise.
33951         [non-C99-based standards] (ynl): Likewise.
33952         [non-C99-based standards] (isnanl): Likewise.
33953         [non-C99-based standards] (acoshl): Likewise.
33954         [non-C99-based standards] (asinhl): Likewise.
33955         [non-C99-based standards] (atanhl): Likewise.
33956         [non-C99-based standards] (cbrtl): Likewise.
33957         [non-C99-based standards] (expm1l): Likewise.
33958         [non-C99-based standards] (ilogbl): Likewise.
33959         [non-C99-based standards] (log1pl): Likewise.
33960         [non-C99-based standards] (logbl): Likewise.
33961         [non-C99-based standards] (nextafterl): Likewise.
33962         [non-C99-based standards] (remainderl): Likewise.
33963         [non-C99-based standards] (rintl): Likewise.
33964         [non-C99-based standards] (scalbl): Likewise.
33965         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33966         [non-C99-based standards] (FP_*): Do not allow.
33967         [C99-based standards] (FP_*): Change to
33968         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
33969         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
33970         allow.
33971         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
33972         (SIG_ERR): Likewise.
33973         [X/Open-based standards] (SIG_HOLD): Likewise.
33974         (SIG_IGN): Likewise.
33975         (SIGABRT): Use macro-int-constant.  Specify type.  Require
33976         positive value.
33977         (SIGFPE): Likewise.
33978         (SIGILL): Likewise.
33979         (SIGINT): Likewise.
33980         (SIGSEGV): Likewise.
33981         (SIGTER): Likewise.
33982         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
33983         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
33984         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
33985         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
33986         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
33987         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
33988         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
33989         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
33990         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
33991         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
33992         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
33993         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
33994         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
33995         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
33996         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
33997         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
33998         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
33999         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
34000         [X/Open-based standards] (SIGTRAP): Likewise.
34001         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
34002         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
34003         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
34004         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
34005         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
34006         allow.
34007
34008 2012-05-08  Ian Wienand  <ianw@vmware.com>
34009
34010         [BZ #14080]
34011         * time/tzset.c (__tzset_parse_tz): Update default rules for
34012         daylight time changes in the Energy Policy Act of 2005.
34013
34014 2012-05-09  Andreas Jaeger  <aj@suse.de>
34015
34016         [BZ #13983]
34017         * elf/ldconfig.c (parse_conf): Change string to make clear that
34018         ldconfig only issued a warning if ld.so.conf does not exist.
34019
34020 2012-05-08  David S. Miller  <davem@davemloft.net>
34021
34022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
34023         movxtod instead of popping the value on the stack.
34024
34025         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34026
34027 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
34028
34029         * config.h.in: Add HAVE_ARM_PCS_VFP.
34030
34031 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
34032
34033         [BZ #13979]
34034         * include/features.h: Warn if user requests __FORTIFY_SOURCE
34035         checking but the checks are disabled for any reason.
34036
34037 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
34038
34039         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
34040         and ELF64_R_TYPE with ELFW(R_TYPE).
34041
34042 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
34043
34044         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
34045         (ulimit): Likewise.
34046
34047         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
34048         (settimeofday): Likewise.
34049
34050 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
34051
34052         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
34053         a struct th_u2 inside the union, and move tu_block/tu_code into
34054         a new th_u3 union of tu_block/tu_code inside of that.  Move
34055         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
34056         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
34057         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
34058         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
34059         (th_stuff): Change to th_u1.tu_stuff.
34060         (th_data): Define.
34061         (th_msg): Change to th_u1.th_u2.tu_data.
34062
34063 2012-05-07  David S. Miller  <davem@davemloft.net>
34064
34065         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34066
34067         [BZ #14074]
34068         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
34069         (SETUP_PIC_REG): Use it.
34070         (SETUP_PIC_REG_LEAF): Use it.
34071
34072 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
34073
34074         [BZ #13885]
34075         [BZ #13923]
34076         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
34077         USE_AS_EXPM1L.
34078         (EXPL_FINITE): Likewise.
34079         (FLDLOG): Likewise.
34080         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
34081         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
34082         e_expl.S.
34083         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
34084         USE_AS_EXPM1L.
34085         (EXPL_FINITE): Likewise.
34086         (FLDLOG): Likewise.
34087         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
34088         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
34089         e_expl.S.
34090         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
34091         test of -max_value argument for long double.
34092         * sysdeps/i386/fpu/libm-test-ulps: Update.
34093         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34094
34095 2012-05-06  David S. Miller  <davem@davemloft.net>
34096
34097         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
34098         quad soft-float symbols whose references which are compiler
34099         generated.
34100         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
34101
34102 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
34103
34104         [BZ #13884]
34105         [BZ #13914]
34106         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
34107         USE_AS_EXP10L.
34108         (EXPL_FINITE): Likewise.
34109         (FLDLOG): Likewise.
34110         (c0): Likewise.
34111         (c1): Likewise.
34112         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
34113         Adjust comments for base varying.
34114         (__expl_finite): Change alias to EXPL_FINITE.
34115         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
34116         e_expl.S.
34117         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
34118         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
34119         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
34120         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
34121         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
34122         USE_AS_EXP10L.
34123         (EXPL_FINITE): Likewise.
34124         (FLDLOG): Likewise.
34125         (c0): Likewise.
34126         (c1): Likewise.
34127         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
34128         Adjust comments for base varying.
34129         (__expl_finite): Change alias to EXPL_FINITE.
34130         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
34131         tests for bugs.
34132         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34133
34134         [BZ #14064]
34135         * math/libm-test.inc (check_float_internal): Correct ulp
34136         calculation for subnormal expected results.
34137
34138 2012-05-06  Andreas Jaeger  <aj@suse.de>
34139
34140         * Makeconfig (+math-flags): New, set to -frounding-math.
34141         (+cflags): Add +math-flags so that all of glibc gets compiled with
34142         it.
34143
34144         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
34145
34146 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
34147
34148         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
34149         Disable one test.
34150
34151         [BZ #13787]
34152         [BZ #13922]
34153         [BZ #14036]
34154         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
34155         (__ieee754_expl): Allow for and saturate large arguments.
34156         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
34157         (u_threshold): Likewise.
34158         (__exp): Call __ieee754_exp before checking for overflow and
34159         underflow.
34160         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
34161         (u_threshold): Likewise.
34162         (__expf): Call __ieee754_expf before checking for overflow and
34163         underflow.
34164         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
34165         (u_threshold): Likewise.
34166         (__expl): Call __ieee754_expl before checking for overflow and
34167         underflow.
34168         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
34169         (__ieee754_expl): Allow for and saturate large arguments.
34170         * math/libm-test.inc (exp_test): Add another test.  Do not allow
34171         missing overflow exception on overflow.
34172         (expm1_test): Do not allow missing overflow exception on overflow.
34173
34174         * sysdeps/i386/fpu/e_expl.c: Move to ...
34175         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
34176         rather than using inline asm.
34177         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
34178         * sysdeps/x86_64/fpu/e_expl.S: Copy from
34179         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
34180
34181         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
34182         (nice): Likewise.
34183         (poll): Likewise.
34184         (signal): Likewise.
34185         (time): Likewise.
34186         (times): Likewise.
34187
34188 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
34189
34190         * sysdeps/unix/syscalls.list (adjtime): Add entry from
34191         sysdeps/unix/common/syscalls.list.
34192         (fchmod): Likewise.
34193         (fchown): Likewise.
34194         (ftruncate): Likewise.
34195         (getrusage): Likewise.
34196         (gettimeofday): Likewise.
34197         (setpgid): Likewise.
34198         (setregid): Likewise.
34199         (setreuid): Likewise.
34200         (sigaction): Likewise.
34201         (truncate): Likewise.
34202         (vhangup): Likewise.
34203         * sysdeps/unix/common/syscalls.list: Remove file.
34204         * sysdeps/unix/bsd/Implies: Don't include unix/common.
34205         * sysdeps/unix/sysv/linux/Implies: Likewise.
34206
34207 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
34208
34209         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
34210         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
34211         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
34212         Moved to ...
34213         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
34214         Here.
34215         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
34216         to ...
34217         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
34218         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
34219         to ...
34220         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
34221         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
34222         to ...
34223         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
34224         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
34225         to ...
34226         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
34227         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
34228         to ...
34229         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
34230         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
34231         to ...
34232         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
34233         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
34234         to ...
34235         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
34236         Here.
34237         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
34238         to ...
34239         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
34240         Here.
34241         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
34242         to ...
34243         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
34244         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
34245         Moved to ...
34246         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
34247         Here.
34248         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
34249         to ...
34250         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
34251
34252 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
34253
34254         * sysdeps/unix/common/bits/dirent.h: Remove file.
34255         * sysdeps/unix/common/bits/fcntl.h: Likewise.
34256
34257         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
34258         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
34259         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
34260         * sysdeps/unix/bsd/isatty.c: Likewise.
34261         * sysdeps/unix/bsd/tcdrain.c: Likewise.
34262         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
34263         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
34264
34265 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34266
34267         [BZ #13563]
34268         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
34269         long double comparison inaccuracies.
34270         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
34271         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34272
34273 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
34274
34275         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
34276         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
34277
34278 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
34279
34280         [BZ #14049]
34281         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
34282         nonzero digits before rounding a hex value.
34283         * stdlib/tst-strtod.c (tests): Add another test.
34284
34285 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34286
34287         * sysdeps/s390/fpu/libm-test-ulps: Update.
34288
34289 2012-05-03  Andreas Jaeger  <aj@suse.de>
34290
34291         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
34292         does not get optimized out.
34293         (malloc_opt_barrier): New.
34294
34295 2012-05-03  Andreas Jaeger  <aj@suse.de>
34296             Roland McGrath  <roland@hack.frob.com>
34297
34298         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
34299         intermediate file deletion.
34300         (generated): Add .symlist files.
34301
34302 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
34303
34304         [BZ #13775]
34305         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
34306         Redirect under this condition.
34307         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
34308         [__USE_GNU] (__dprintf_chk): Not under this condition.
34309         [__USE_GNU] (__vdprintf_chk): Likewise.
34310         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
34311         under this condition.
34312         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
34313         [__USE_XOPEN2K8] (dprintf): Define under this condition.
34314         [__USE_XOPEN2K8] (vdprintf): Likewise.
34315         [__USE_GNU] (__dprintf_chk): Not under this condition.
34316         [__USE_GNU] (__vdprintf_chk): Likewise.
34317         [__USE_GNU] (dprintf): Likewise.
34318         [__USE_GNU] (vdprintf): Likewise.
34319
34320 2012-05-03  Roland McGrath  <roland@hack.frob.com>
34321
34322         * elf/Makefile (common-generated): Set this instead of generated for
34323         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
34324         $(all-built-dso)-derived lists.
34325
34326 2012-05-03  Andreas Jaeger  <aj@suse.de>
34327
34328         * sysdeps/i386/fpu/libm-test-ulps: Update.
34329
34330         * FAQ: Removed.
34331         * FAQ.in: Likewise.
34332         * scripts/gen-FAQ.pl: Likewise.
34333         * manual/install.texi (Installation): Point to online location of
34334         FAQ.
34335         * Makefile (files-for-dist): Remove FAQ.
34336         (FAQ): Remove.
34337
34338 2012-05-02  Allan McRae  <allan@archlinux.org>
34339
34340         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
34341         (LDFLAGS-reldepmod5.so): Likewise.
34342         (LDFLAGS-reldep6mod1.so): Likewise.
34343         (LDFLAGS-reldep6mod4.so): Likewise.
34344         (LDFLAGS-reldep8mod3.so): Likewise.
34345         (LDFLAGS-unload4mod1.so): Likewise.
34346         (LDFLAGS-unload4mod2.so): Likewise.
34347         (LDFLAGS-tst-initorder): Likewise.
34348         (LDFLAGS-tst-initordera2.so): Likewise.
34349         (LDFLAGS-tst-initordera3.so): Likewise.
34350         (LDFLAGS-tst-initordera4.so): Likewise.
34351         (LDFLAGS-tst-initorderb2.so): Likewise.
34352         (LDFLAGS-noload): Likewise.
34353         (LDFLAGS-next): Likewise.
34354         (LDFLAGS-order2mod1.so): Likewise.
34355         (LDFLAGS-order2mod2.so): Likewise.
34356         (LDFLAGS-tst-initorder2): Likewise.
34357         (LDFLAGS-tst-initorder2a.so): Likewise.
34358         (LDFLAGS-tst-initorder2b.so): Likewise.
34359         (LDFLAGS-tst-initorder2c.so): Likewise.
34360         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
34361
34362 2012-05-02  David S. Miller  <davem@davemloft.net>
34363
34364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34365
34366 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
34367
34368         [BZ #14055]
34369         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
34370
34371 2012-05-02  Andreas Jaeger  <aj@suse.de>
34372
34373         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
34374         since we manipulate rounding mode.
34375         (CPPFLAGS-test-idouble.c): Likewise.
34376         (CPPFLAGS-test-ifloat.c): Likewise.
34377         (CFLAGS-test-ldouble.c): Likewise.
34378         (CFLAGS-test-double.c): Likewise.
34379         (CFLAGS-test-float.c): Likewise.
34380         (CFLAGS-test-misc.c): Likewise.
34381         (CFLAGS-test-test-fenv.c): Likewise.
34382
34383 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34384
34385         [BZ #2550]
34386         [BZ #2570]
34387         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
34388         comparisons to determine direction to adjust input.
34389
34390 2012-05-01  Roland McGrath  <roland@hack.frob.com>
34391
34392         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
34393         output to the target.
34394
34395         * scripts/localplt.awk: New file.
34396         * elf/Makefile ($(objpfx)check-localplt): Target removed.
34397         (check-localplt-CFLAGS): Variable removed.
34398         ($(all-built-dso:=.jmprel)): New static pattern rule.
34399         (generated): Add those targets.
34400         (localplt-built-dso): New variable.
34401         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
34402
34403         * elf/check-localplt.c: File removed.
34404
34405         * scripts/check-execstack.awk: New file.
34406         * elf/Makefile ($(objpfx)check-execstack): Target removed.
34407         (check-execstack-CFLAGS): Variable removed.
34408         ($(objpfx)check-execstack.h): Target removed.
34409         ($(objpfx)execstack-default): New target.
34410         (generated): Add that instead of check-execstack.h.
34411         ($(all-built-dso:=.phdr)): New static pattern rule.
34412         (generated): Add those targets.
34413         * elf/check-execstack.c: File removed.
34414
34415         * scripts/check-textrel.awk: New file.
34416         * elf/Makefile ($(objpfx)check-textrel): Target removed.
34417         (check-textrel-CFLAGS): Variable removed.
34418         (all-built-dso): Use := to define.o
34419         ($(all-built-dso:=.dyn)): New static pattern rule.
34420         (generated): Add those targets.
34421         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
34422         * config.make.in (READELF): New substituted variable.
34423         * elf/check-textrel.c: File removed.
34424
34425 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
34426
34427         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
34428         allow.
34429         * conform/data/ctype.h-data [C99-based standards] (isblank):
34430         Expect function.
34431         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
34432         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
34433         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34434         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
34435         Specify type.  Require positive value.
34436         (EILSEQ): Likewise.
34437         (ERANGE): Likewise.
34438         [ISO || POSIX] (EILSEQ): Do not expect.
34439         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
34440         Specify type.  Require positive value.
34441         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
34442         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
34443         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
34444         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
34445         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
34446         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
34447         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
34448         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
34449         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
34450         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
34451         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
34452         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
34453         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
34454         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
34455         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
34456         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
34457         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
34458         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
34459         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
34460         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
34461         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
34462         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
34463         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
34464         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
34465         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
34466         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
34467         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
34468         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
34469         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
34470         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
34471         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
34472         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
34473         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
34474         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
34475         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
34476         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
34477         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
34478         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
34479         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
34480         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
34481         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
34482         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
34483         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
34484         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
34485         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
34486         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
34487         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
34488         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
34489         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
34490         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
34491         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
34492         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
34493         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
34494         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
34495         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
34496         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
34497         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
34498         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
34499         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
34500         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
34501         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
34502         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
34503         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
34504         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
34505         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
34506         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
34507         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
34508         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
34509         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
34510         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
34511         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
34512         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
34513         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
34514         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
34515         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
34516         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
34517         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
34518         Require >= 2.
34519         (FLT_ROUNDS): Expect as macro, not constant.
34520         (FLT_MANT_DIG): Use macro-int-constant.
34521         (DBL_MANT_DIG): Likewise.
34522         (LDBL_MANT_DIG): Likewise.
34523         (FLT_DIG): Likewise.
34524         (DBL_DIG): Likewise.
34525         (LDBL_DIG): Likewise.
34526         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
34527         (DBL_MIN_EXP): Likewise.
34528         (LDBL_MIN_EXP): Likewise.
34529         (FLT_MAX_EXP): Use macro-int-constant.
34530         (DBL_MAX_EXP): Likewise.
34531         (LDBL_MAX_EXP): Likewise.
34532         (FLT_MAX_10_EXP): Likewise.
34533         (DBL_MAX_10_EXP): Likewise.
34534         (LDBL_MAX_10_EXP): Likewise.
34535         (FLT_MAX): Use macro-constant.
34536         (DBL_MAX): Likewise.
34537         (LDBL_MAX): Likewise.
34538         (FLT_EPSILON): Use macro-constant.  Give upper bound.
34539         (DBL_EPSILON): Likewise.
34540         (LDBL_EPSILON): Likewise.
34541         (FLT_MIN): Likewise.
34542         (DBL_MIN): Likewise.
34543         (LDBL_MIN): Likewise.
34544         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
34545         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
34546         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
34547         [ISO11] (FLT_HAS_SUBNORM): Likewise.
34548         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
34549         [ISO11] (DBL_DECIMAL_DIG): Likewise.
34550         [ISO11] (FLT_DECIMAL_DIG): Likewise.
34551         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
34552         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
34553         [ISO11] (FLT_TRUE_MIN): Likewise.
34554         [ISO11] (LDBL_TRUE_MIN): Likewise.
34555         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34556         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
34557         (SCHAR_MIN): Use macro-int-constant.  Specify type.
34558         (SCHAR_MAX): Likewise.
34559         (UCHAR_MAX): Likewise.
34560         (CHAR_MIN): Likewise.
34561         (CHAR_MAX): Likewise.
34562         (MB_LEN_MAX): Use macro-int-constant.
34563         (SHRT_MIN): Use macro-int-constant.  Specify type.
34564         (SHRT_MAX): Likewise.
34565         (USHRT_MAX): Likewise.
34566         (INT_MAX): Likewise.
34567         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
34568         bound negative.
34569         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
34570         bound with "U".
34571         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
34572         bound with "L".
34573         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
34574         bound negative.  Suffix upper bound with "L".
34575         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
34576         bound with "UL".
34577         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
34578         Specify type.
34579         [C99-based standards] (LLONG_MAX): Likewise.
34580         [C99-based standards] (ULLONG_MAX): Likewise.
34581         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
34582         == 0.
34583         [ISO11] (max_align_t): Require type.
34584         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34585
34586         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
34587         from $CFLAGS, without defining away __attribute__ calls.
34588         (checknamespace): Use $CFLAGS_namespace.
34589
34590         * conform/conformtest.pl (@keywords): Only include C99 keywords
34591         for standards based on C99 or C11.
34592
34593         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
34594         Disable tests.
34595         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
34596         UNIX98]: Likewise.
34597
34598         * conform/conformtest.pl: Handle "macro-int-constant" and test for
34599         usability of symbols in #if.
34600
34601         * conform/conformtest.pl: If macro or constant types start
34602         "promoted:", expect the symbol to be of the following type
34603         promoted by the integer promotions.
34604
34605         * conform/conformtest.pl: Parse all "constant" and "macro" lines
34606         in one place.  Also handle "macro-constant".
34607
34608         * conform/conformtest.pl: Only accept expected macro values with
34609         "==".  Parse all "macro" lines in one place.
34610         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
34611
34612         * conform/conformtest.pl: Handle braced types on "constant" lines
34613         instead of handling "typed-constant".
34614         * conform/data/signal.h-data: Use "constant" instead of
34615         "typed-constant".
34616
34617         * conform/conformtest.pl: Handle "optional-" at start of lines in
34618         one place rather than duplicating several cases.  Handle each
34619         format of "macro" line with initial "optional-".
34620
34621         * conform/conformtest.pl: Only accept expected constant or
34622         optional-constant values with "==".  Parse all "constant" lines in
34623         one place.  Parse all "optional-constant" lines in one place.
34624         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
34625         * conform/data/fmtmsg.h-data: Likewise.
34626         * conform/data/netinet/in.h-data: Likewise.
34627         * conform/data/tar.h-data: Likewise.
34628         * conform/data/limits.h-data: Use "==" form on "constant" and
34629         "optional-constant" lines.
34630
34631         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
34632         Use -std=c99 for XOPEN2K.
34633         (@knownproblems): Remove.
34634         (newtoken): Don't check %isknown.
34635
34636         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
34637         Do not expect macro.
34638         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
34639         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
34640         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
34641         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
34642         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
34643         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
34644         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
34645         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
34646         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
34647         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
34648         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
34649         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
34650         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
34651         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
34652         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
34653         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
34654         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
34655         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
34656         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
34657         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
34658         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
34659         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
34660         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
34661         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
34662         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
34663         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
34664         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
34665         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
34666         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
34667         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
34668         [XPG3] (acosh): Likewise.
34669         [XPG3] (asinh): Likewise.
34670         [XPG3] (atanh): Likewise.
34671         [XPG3] (cbrt): Likewise.
34672         [XPG3] (expm1): Likewise.
34673         [XPG3] (ilogb): Likewise.
34674         [XPG3] (log1p): Likewise.
34675         [XPG3] (logb): Likewise.
34676         [XPG3] (nextafter): Likewise.
34677         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
34678         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
34679         [XPG3] (remainder): Likewise.
34680         [XPG3] (rint): Likewise.
34681         [XPG3 || XPG4 || UNIX98] (round): Likewise.
34682         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
34683         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
34684         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
34685         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
34686         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
34687         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
34688         [UNIX98 || XOPEN2K] (scalb): Expect.
34689         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
34690         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
34691         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
34692         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
34693         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
34694         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
34695         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
34696         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
34697         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
34698         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
34699         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
34700         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
34701         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
34702         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
34703         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
34704         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
34705         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
34706         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
34707         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
34708         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
34709         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
34710         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
34711         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
34712         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
34713         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
34714         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
34715         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
34716         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
34717         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
34718         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
34719         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
34720         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
34721         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
34722         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
34723         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
34724         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
34725         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
34726         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
34727         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
34728         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
34729         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
34730         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
34731         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
34732         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
34733         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
34734         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
34735         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
34736         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
34737         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
34738         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
34739         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
34740         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
34741         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
34742         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
34743         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
34744         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
34745         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
34746         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
34747         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
34748         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
34749         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
34750         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
34751         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
34752         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
34753         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
34754         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
34755         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
34756         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
34757         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
34758         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
34759         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
34760         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
34761         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
34762         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
34763         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
34764         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
34765         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
34766         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
34767         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
34768         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
34769         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
34770         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
34771         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
34772         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
34773         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
34774         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
34775         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
34776         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
34777         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
34778         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
34779         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
34780         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
34781         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
34782         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
34783         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
34784         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
34785         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
34786         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
34787         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
34788         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
34789         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
34790         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
34791         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
34792         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
34793         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
34794         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
34795         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
34796         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
34797         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
34798         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
34799         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
34800         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
34801         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
34802         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
34803         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
34804         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
34805         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
34806         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
34807         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
34808         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
34809         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
34810         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
34811         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
34812         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
34813         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
34814         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
34815         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
34816         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
34817         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
34818         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
34819         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
34820         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
34821         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
34822         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
34823         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
34824         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
34825         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
34826
34827         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
34828         _XOPEN_SOURCE_EXTENDED for XPG4.
34829
34830         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
34831
34832         * Makeconfig (localtime): Remove variable.
34833         (inst_localtime-file): Likewise.
34834
34835 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
34836
34837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
34838         Update.
34839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34840         Update.
34841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
34842         Update.
34843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
34844         Update.
34845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
34846         Update.
34847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
34848         Update.
34849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34850         Update.
34851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
34852         Update.
34853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
34854         Update.
34855
34856 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
34857
34858         [BZ #2550]
34859         [BZ #2570]
34860         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
34861         comparisons to determine direction to adjust input.
34862         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
34863         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
34864         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
34865         Likewise.
34866         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
34867         Likewise.
34868         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
34869         Likewise.
34870         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
34871         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
34872         Likewise.
34873         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
34874         Likewise.
34875         * math/libm-test.inc (nexttoward_test): Add more tests.
34876
34877 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
34878
34879         [BZ #14040]
34880         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
34881         in version GLIBC_2.1, not GLIBC_2.0.
34882         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
34883         Likewise.
34884
34885 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
34886
34887         [BZ #13942]
34888         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
34889         (1 - x) * (1 + x).
34890         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
34891         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
34892         * math/libm-test.inc (acos_test): Add more tests.
34893         (asin_test): Likewise.
34894         * sysdeps/i386/fpu/libm-test-ulps: Update.
34895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34896
34897         [BZ #14034]
34898         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
34899         of square root.
34900         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
34901         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
34902         * math/libm-test.inc (acos_test_tonearest): New function.
34903         (acos_test_towardzero): Likewise.
34904         (acos_test_downward): Likewise.
34905         (acos_test_upward): Likewise.
34906         (asin_test_tonearest): Likewise.
34907         (asin_test_towardzero): Likewise.
34908         (asin_test_downward): Likewise.
34909         (asin_test_upward): Likewise.
34910         (main): Call the new functions.
34911         * sysdeps/i386/fpu/libm-test-ulps: Update.
34912         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34913
34914         [BZ #13884]
34915         [BZ #13924]
34916         * math/e_exp10.c: Include <float.h>.
34917         (__ieee754_exp10): Handle underflow here rather than multiplying
34918         large negative argument by M_LN10.
34919         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
34920         of __ieee754_expf.
34921         * math/e_exp10l.c: Include <float.h>.
34922         (__ieee754_exp10l): Handle underflow here rather than multiplying
34923         large negative argument by M_LN10l.
34924         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
34925         spurious overflow exception on underflow.
34926
34927 2012-04-29  Marek Polacek  <polacek@redhat.com>
34928
34929         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
34930         (__fortify_function): New macro.
34931         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
34932         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
34933         __extern_always_inline.
34934         * libio/bits/stdio2.h: Likewise.
34935         * libio/bits/stdio.h: Likewise.
34936         * string/string.h: Likewise.
34937         * string/bits/string3.h: Likewise.
34938         * include/stdio.h: Likewise.
34939         * stdlib/bits/stdlib.h: Likewise.
34940         * stdlib/stdlib.h: Likewise.
34941         * rt/bits/mqueue2.h: Likewise.
34942         * rt/mqueue.h: Likewise.
34943         * posix/bits/unistd.h: Likewise.
34944         * posix/unistd.h: Likewise.
34945         * io/bits/poll2.h: Likewise.
34946         * io/bits/fcntl2.h: Likewise.
34947         * io/fcntl.h: Likewise.
34948         * io/sys/poll.h: Likewise.
34949         * misc/bits/syslog.h: Likewise.
34950         * misc/bits/syslog-ldbl.h: Likewise.
34951         * misc/sys/syslog.h: Likewise.
34952         * socket/bits/socket2.h: Likewise.
34953         * socket/sys/socket.h: Likewise.
34954         * debug/tst-chk1.c: Likewise.
34955         * wcsmbs/bits/wchar2.h: Likewise.
34956         * wcsmbs/bits/wchar-ldbl.h: Likewise.
34957         * wcsmbs/wchar.h: Likewise.
34958
34959 2012-04-29  Andreas Jaeger  <aj@suse.de>
34960
34961         * Makerules (tests): Remove enable-check-abi protection.
34962         (check-abi-warn): Remove.
34963         (check-abi-%): Remove check-abi-warn usage.
34964
34965         * configure.in: Remove check-abi configure option.
34966         * configure: Regenerated.
34967         * config.make.in (enable-check-abi): Remove.
34968
34969 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
34970
34971         [BZ #14033]
34972         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
34973         double functions to double *_finite functions.
34974
34975         [BZ #13941]
34976         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
34977         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
34978         LDBL_MIN_EXP.
34979         * stdio-common/Makefile (tests): Add tst-sprintf3.
34980         * stdio-common/tst-sprintf3.c: New file.
34981
34982         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
34983         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
34984
34985 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
34986
34987         * conform/conformtest.pl: Remove duplicate typed-constant
34988         handling.
34989
34990 2012-04-28  David S. Miller  <davem@davemloft.net>
34991
34992         * Makerules (%.abilist): Add vpath on sysdep_dirs.
34993         (check-abi-%): Remove AWK script prerequisite and explicit
34994         abilist directory.
34995         (check-abi): Rewrite to just diff the symlist with the abilist.
34996         (config-tls, config-abi-config): Delete, no longer used.
34997         (update-abi-%): Remove AWK script and explicit abilist directory.
34998         (update-abi): Rewrite to simply compare and conditionally copy the
34999         symlist and the sysdep abilist file.  Remove update-abi-config
35000         checks.
35001         * abilist/ld.abilist: Remove.
35002         * abilist/libBrokenLocale.abilist: Remove.
35003         * abilist/libanl.abilist: Remove.
35004         * abilist/libcrypt.abilist: Remove.
35005         * abilist/libdl.abilist: Remove.
35006         * abilist/librt.abilist: Remove.
35007         * abilist/libthread_db.abilist: Remove.
35008         * abilist/libutil.abilist: Remove.
35009         * scripts/extract-abilist.awk: Remove.
35010         * scripts/merge-abilist.awk: Remove.
35011         * sysdeps/generic/libcidn.abilist: New file.
35012         * sysdeps/generic/libnss_compat.abilist: New file.
35013         * sysdeps/generic/libnss_db.abilist: New file.
35014         * sysdeps/generic/libnss_dns.abilist: New file.
35015         * sysdeps/generic/libnss_files.abilist: New file.
35016         * sysdeps/generic/libnss_hesiod.abilist: New file.
35017         * sysdeps/generic/libnss_nis.abilist: New file.
35018         * sysdeps/generic/libnss_nisplus.abilist: New file.
35019         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
35020         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
35021         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
35022         file.
35023         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
35024         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
35025         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
35026         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
35027         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
35028         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
35029         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
35030         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
35031         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
35032         file.
35033         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
35034         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
35035         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
35036         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
35037         file.
35038         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
35039         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
35040         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
35041         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
35042         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
35043         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
35044         file.
35045         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
35046         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
35047         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
35048         file.
35049         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
35050         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
35051         New file.
35052         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
35053         New file.
35054         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
35055         New file.
35056         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
35057         New file.
35058         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
35059         New file.
35060         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
35061         New file.
35062         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
35063         New file.
35064         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
35065         New file.
35066         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
35067         New file.
35068         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
35069         New file.
35070         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
35071         New file.
35072         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
35073         New file.
35074         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
35075         New file.
35076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
35077         file.
35078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
35079         New file.
35080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
35081         New file.
35082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
35083         file.
35084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
35085         New file.
35086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
35087         New file.
35088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
35089         file.
35090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
35091         New file.
35092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
35093         New file.
35094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
35095         New file.
35096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
35097         New file.
35098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
35099         New file.
35100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
35101         New file.
35102         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
35103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
35104         file.
35105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
35106         New file.
35107         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
35108         file.
35109         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
35110         file.
35111         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
35112         file.
35113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
35114         file.
35115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
35116         file.
35117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35118         New file.
35119         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
35120         file.
35121         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
35122         file.
35123         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
35124         New file.
35125         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
35126         file.
35127         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
35128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
35129         file.
35130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
35131         New file.
35132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
35133         file.
35134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
35135         file.
35136         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
35137         file.
35138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
35139         file.
35140         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
35141         file.
35142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35143         New file.
35144         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
35145         file.
35146         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
35147         file.
35148         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
35149         New file.
35150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
35151         file.
35152         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
35153         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
35154         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
35155         file.
35156         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
35157         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
35158         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
35159         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
35160         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
35161         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
35162         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
35163         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
35164         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
35165         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
35166         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
35167         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
35168         file.
35169         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
35170         New file.
35171         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
35172         file.
35173         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
35174         file.
35175         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
35176         file.
35177         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
35178         file.
35179         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
35180         file.
35181         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
35182         New file.
35183         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
35184         New file.
35185         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
35186         file.
35187         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
35188         New file.
35189         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
35190         file.
35191         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
35192         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
35193         file.
35194         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
35195         New file.
35196         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
35197         file.
35198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
35199         file.
35200         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
35201         file.
35202         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
35203         file.
35204         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
35205         file.
35206         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
35207         New file.
35208         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
35209         New file.
35210         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
35211         file.
35212         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
35213         New file.
35214         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
35215         file.
35216
35217 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
35218
35219         * conform/conformtest.pl: Fix typo in handling typed-constant from
35220         allow-header.
35221
35222 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
35223
35224         * README: Cut down references to pre-2.6 Linux kernels and
35225         Linuxthreads.  Update lists of configurations in libc and ports
35226         and sort alphabetically.  Say "or newer" with Linux kernel version
35227         requirements.
35228
35229         * config.h.in [IS_IN_build]: Allow compiling without optimization.
35230
35231 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
35232
35233         [BZ #887]
35234         * math/libm-test.inc (logb_test_downward): New test to expose
35235         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
35236         rounding mode.
35237
35238 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
35239
35240         [BZ #14027]
35241         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
35242         to be done.
35243         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
35244         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
35245
35246 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
35247
35248         * sysdeps/unix/i386/brk.S: Remove file.
35249         * sysdeps/unix/i386/dl-brk.S: Likewise.
35250         * sysdeps/unix/i386/pipe.S: Likewise.
35251         * sysdeps/unix/i386/sigreturn.S: Likewise.
35252         * sysdeps/unix/i386/syscall.S: Likewise.
35253         * sysdeps/unix/i386/vfork.S: Likewise.
35254         * sysdeps/unix/i386/wait.S: Likewise.
35255
35256         * sysdeps/unix/common/tcsendbrk.c: Move to ...
35257         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
35258
35259         * configure.in (arm*-none*): Do not allow without
35260         --enable-hacker-mode.
35261         (netbsd*): Remove case setting base_os.
35262         (386bsd*): Likewise.
35263         (freebsd*): Likewise.
35264         (bsdi*): Likewise.
35265         (osf*): Likewise.
35266         (sunos*): Likewise.
35267         (ultrix*): Likewise.
35268         (newsos*): Likewise.
35269         (dynix*): Likewise.
35270         (*bsd*): Likewise.
35271         (sysv*): Likewise.
35272         (isc*): Likewise.
35273         (esix*): Likewise.
35274         (sco*): Likewise.
35275         (minix*): Likewise.
35276         (irix4*): Likewise.
35277         (irix6*): Likewise.
35278         (solaris[2-9]*): Likewise.
35279         (none): Likewise.
35280         * configure: Regenerated.
35281
35282 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35283
35284         [BZ #11521]
35285         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
35286         overflow or cancellation in calculating denominator.
35287         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
35288         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
35289         down expression to avoid unexpected rounding in newer GCCs.
35290         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
35291
35292 2012-04-26  David S. Miller  <davem@davemloft.net>
35293
35294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
35295         long-double compat symbols.
35296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
35297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
35298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
35299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
35300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
35301         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
35302         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
35303         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
35304         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
35305         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
35306         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
35307         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
35308         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
35309
35310 2012-04-25  David S. Miller  <davem@davemloft.net>
35311
35312         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
35313         HWCAP_* values only after the memory barriers have been defined.
35314         (atomic_full_barrier): Define.
35315         (atomic_read_barrier): Define.
35316         (atomic_write_barrier): Define.
35317
35318 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35319
35320         * shlib-versions: Add libgcc_s version information.
35321         * sysdeps/generic/libgcc_s.h: Remove.
35322         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
35323         libgcc_s.h.
35324         * sysdeps/gnu/unwind-resume.c: Likewise.
35325         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
35326
35327 2012-04-25  David S. Miller  <davem@davemloft.net>
35328
35329         * sysdeps/unix/sparc/brk.S: Delete.
35330         * sysdeps/unix/sparc/dl-brk.S: Delete.
35331         * sysdeps/unix/sparc/pipe.S: Delete.
35332         * sysdeps/unix/sparc/sysdep.S: Delete.
35333         * sysdeps/unix/sparc/sysdep.h: Delete.
35334         * sysdeps/unix/sparc/vfork.S: Delete.
35335         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
35336         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
35337         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
35338         (ret_ERRVAL, r0, r1, MOVE): Define.
35339         (JUMPTARGET): Remove.
35340         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
35341         sysdeps/unix/sparc/sysdep.h
35342         (ENTRY, END): Remove.
35343         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
35344
35345 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
35346
35347         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
35348         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
35349         -DIS_IN_build.
35350
35351         * timezone/README: Update upstream location and email address for
35352         tzcode and tzdata.
35353         * timezone/zdump.c: Update from tzcode 2012b.
35354         * timezone/zic.c: Likewise.
35355
35356         * configure.in (libc_cv_as_needed): Remove test.
35357         * configure: Regenerated.
35358         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
35359         conditional definition.
35360         [$(have-as-needed) != yes] (no-as-needed): Likewise.
35361         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
35362         * config.make.in (have-as-needed): Remove variable.
35363
35364 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35365             Paul Pluzhnikov  <ppluzhnikov@google.com>
35366
35367         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
35368         strings correctly.
35369
35370 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
35371
35372         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
35373         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
35374         * sysdeps/sh/strlen.S: Likewise.
35375
35376 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
35377
35378         * sysdeps/unix/fork.S: Remove file.
35379         * sysdeps/unix/i386/fork.S: Likewise.
35380         * sysdeps/unix/sparc/fork.S: Likewise.
35381
35382         * sysdeps/unix/system.c: Remove file.
35383         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
35384
35385         * sysdeps/unix/getegid.S: Remove file.
35386         * sysdeps/unix/geteuid.S: Likewise.
35387
35388 2012-04-24  Roland McGrath  <roland@hack.frob.com>
35389
35390         * scripts/check-localplt.awk: New file.
35391         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
35392         of diff.
35393         * scripts/data/localplt-generic.data: Add a comment.
35394
35395         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
35396         NODE when __dir_mkfile failed.
35397         * sysdeps/mach/hurd/symlinkat.c: Likewise.
35398         Reported by Ludovic Courtès <ludo@gnu.org>.
35399
35400 2012-04-24  Andreas Jaeger  <aj@suse.de>
35401
35402         * Makerules (common-clean): Also remove gen-as-const-headers
35403         files.
35404
35405 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
35406
35407         * Makerules (native-compile): Do not change working directory for
35408         build.  Use $(OUTPUT_OPTION) in command.
35409         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
35410
35411 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35412
35413         [BZ #13886]
35414         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
35415         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
35416         * math/libm-test.inc (floor_test): Add more tests.
35417         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
35418
35419 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
35420
35421         * sysdeps/unix/getdents.c: Remove file.
35422         * sysdeps/unix/sysv/getdents.c: Likewise.
35423         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
35424
35425         * sysdeps/unix/syscalls.list (madvise): Add syscall from
35426         sysdeps/unix/mman/syscalls.list.
35427         (mmap): Likewise.
35428         (mprotect): Likewise.
35429         (msync): Likewise.
35430         (munmap): Likewise.
35431         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
35432         * sysdeps/unix/mman/syscalls.list: Remove.
35433         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
35434
35435         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
35436         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
35437         * configure: Regenerated.
35438         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
35439         $(libgcc_s_suffix).
35440         * config.make.in (libgcc_s_suffix): Remove variable.
35441
35442 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
35443
35444         * sysdeps/unix/sysv/gethostname.c: Move to ...
35445         * sysdeps/posix/gethostname.c: ... here.
35446
35447         * sysdeps/unix/execve.S: Remove file.
35448
35449         * sysdeps/unix/_exit.S: Remove file.
35450
35451 2012-04-23  Andreas Jaeger  <aj@suse.de>
35452
35453         [BZ #13739]
35454         * manual/Makefile: Remove make dist support, there's no
35455         need for a stand-alone documentation tar ball.
35456         (TEXI2DVI): Define always, it's not in Makeconfig.
35457         (dist): Removed.
35458         (tar-it): Removed.
35459         (edition): Removed.
35460         (glibc-doc-$(edition).tar): Removed
35461         (%.Z): Removed.
35462         (%.gz): Removed.
35463         (%.uu): Removed.
35464         (ETAGS): Remove, it's in Makeconfig.
35465         (move-if-change): Remove, it's in Makeconfig.
35466
35467 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
35468
35469         [BZ #13970]
35470         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
35471         (strtod, strtof, strtold, strtol, strtoul, strtoq)
35472         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
35473         (strtod_l, strtof_l, strtold_l): Remove __wur.
35474         It is not necessarily an error to ignore strtol's return value.
35475         One can reliably look at the stored endptr to decide whether
35476         the number had valid syntax.
35477
35478 2012-04-21  Andreas Jaeger  <aj@suse.de>
35479
35480         [BZ #13739]
35481         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
35482
35483 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
35484
35485         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
35486         * sysdeps/unix/sysv/Versions: Remove file.
35487
35488 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
35489
35490         [BZ #13927]
35491         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35492
35493 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
35494
35495         [BZ #7064]
35496         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
35497         version from __vm86.
35498
35499 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
35500
35501         * sysdeps/unix/common/lxstat.c: Remove file.
35502         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
35503
35504         * sysdeps/unix/sysv/Makefile: Remove file.
35505
35506         * sysdeps/unix/sysv/direct.h: Remove file.
35507
35508         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
35509         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
35510         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
35511         * sysdeps/unix/sysv/bits/signum.h: Likewise.
35512         * sysdeps/unix/sysv/bits/stat.h: Likewise.
35513         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
35514         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
35515
35516         * sysdeps/unix/sysv/setrlimit.c: Remove file.
35517
35518         * sysdeps/unix/xmknod.c: Remove file.
35519         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
35520
35521         * sysdeps/unix/sysv/settimeofday.c: Remove file.
35522
35523         * sysdeps/unix/sysv/i386/time.S: Remove file.
35524
35525         * sysdeps/unix/fxstat.c: Remove file.
35526         * sysdeps/unix/xstat.c: Likewise.
35527         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
35528
35529         * sysdeps/unix/sysv/sigaction.c: Remove file.
35530
35531         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
35532         (sysdep_headers): Remove variable.
35533         [termio.h not in sysdep_headers] (generated): Likewise.
35534         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
35535         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
35536         * sysdeps/unix/sysv/tcdrain.c: Likewise.
35537         * sysdeps/unix/sysv/tcflow.c: Likewise.
35538         * sysdeps/unix/sysv/tcflush.c: Likewise.
35539         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
35540         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
35541         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
35542         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
35543         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
35544
35545         * sysdeps/unix/siglist.c: Remove file.
35546
35547         * sysdeps/unix/getppid.S: Remove file.
35548
35549         * sysdeps/unix/mkdir.c: Remove file.
35550         * sysdeps/unix/rmdir.c: Likewise.
35551
35552 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
35553
35554         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
35555         ERR_MAX value.
35556         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
35557         errlist-compat value.
35558
35559 2012-04-18  David S. Miller  <davem@davemloft.net>
35560
35561         * sysdeps/generic/memcopy.h (reg_char): Delete.
35562         * debug/strcat_chk.c: Use char, not reg_char.
35563         * debug/strcpy_chk.c: Likewise.
35564         * debug/strncat_chk.c: Likewise.
35565         * debug/strncpy_chk.c: Likewise.
35566         * string/memchr.c: Likewise.
35567         * string/memrchr.c: Likewise.
35568         * string/rawmemchr.c: Likewise.
35569         * string/strcat.c: Likewise.
35570         * string/strchr.c: Likewise.
35571         * string/strchrnul.c: Likewise.
35572         * string/strcmp.c: Likewise.
35573         * string/strcpy.c: Likewise.
35574         * string/strncat.c: Likewise.
35575         * string/strncmp.c: Likewise.
35576         * string/strncpy.c: Likewise.
35577
35578 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
35579
35580         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
35581         __builtin_memcopy is called when src and dest ranges are known to not
35582         overlap.
35583
35584 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
35585
35586         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
35587         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
35588         fwd_align_merge macro call.
35589         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
35590         bwd_align_merge macro call.
35591         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
35592
35593 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
35594
35595         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
35596         bwd_align_merge macros.
35597         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
35598         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
35599         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
35600
35601 2012-04-18  David S. Miller  <davem@davemloft.net>
35602
35603         * sysdeps/sparc/sparc64/memcopy.h: Delete.
35604
35605 2012-04-18  Andreas Jaeger  <aj@suse.de>
35606
35607         [BZ# 6794]
35608         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
35609         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
35610         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
35611
35612         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
35613         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
35614         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
35615
35616         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
35617         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
35618         Adjust for changed ldbl-128 files.
35619
35620         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
35621         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
35622         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
35623
35624 2012-04-17  David S. Miller  <davem@davemloft.net>
35625
35626         * sysdeps/sparc/sparc32/memcopy.h: Delete.
35627
35628 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
35629
35630         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
35631         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
35632         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
35633         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
35634         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
35635         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
35636
35637 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35638
35639         [BZ #6794]
35640         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
35641         * math/libm-test.inc: Add ilogb errno and exception tests.
35642         * math/w_ilogb.c: New file: ilogb wrapper.
35643         * math/w_ilogbf.c: New file: ilogbf wrapper.
35644         * math/w_ilogbl.c: New file: ilogbl wrapper.
35645         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
35646         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
35647         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
35648         exception being thrown with 0.0 as argument.
35649         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
35650         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
35651         exception being thrown with 0.0 as argument.
35652         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
35653         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
35654         exception being thrown with 0.0 as argument.
35655         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
35656         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
35657         exception being thrown with 0.0 as argument.
35658         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
35659         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
35660         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
35661         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
35662         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
35663         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
35664         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
35665         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
35666         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
35667
35668 2012-04-17  Petr Baudis  <pasky@ucw.cz>
35669
35670         * include/sys/uio.h: Change __vector to __iovec to avoid clash
35671         with altivec.
35672
35673 2012-04-16  Marek Polacek  <polacek@redhat.com>
35674
35675         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
35676
35677 2012-04-16  Marek Polacek  <polacek@redhat.com>
35678
35679         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
35680         operands of fdivp instruction.
35681
35682 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
35683
35684         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
35685         * elf/tst-auditmod3b.c: Likewise.
35686         * elf/tst-auditmod4b.c: Likewise.
35687         * elf/tst-auditmod5b.c: Likewise.
35688         * elf/tst-auditmod6b.c: Likewise.
35689         * elf/tst-auditmod6c.c: Likewise.
35690         * elf/tst-auditmod7b.c: Likewise.
35691         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
35692         * sysdeps/x86_64/preconfigure.in: Likewise.
35693         * sysdeps/x86_64/preconfigure: Regenerated.
35694
35695 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
35696
35697         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
35698         __ILP32__.
35699
35700 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
35701
35702         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35703         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
35704
35705 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
35706
35707         [BZ #13973]
35708         * locale/iso-639.def: Fix gl language name. Spotted by
35709         Yaron Shahrabani.
35710
35711 2012-04-12  Roland McGrath  <roland@hack.frob.com>
35712
35713         [BZ #2074]
35714         * libio/libio.h (__io_write_fn): Update comment.
35715
35716 2012-04-12  Petr Baudis  <pasky@ucw.cz>
35717
35718         [BZ #2074]
35719         * stdio.texi (Hook Functions): The user provided writer function
35720         is not allowed to return -1.
35721
35722 2012-04-11  David S. Miller  <davem@davemloft.net>
35723
35724         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35725
35726 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
35727
35728         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
35729         Add a leading slash to rtkaio.
35730
35731 2012-04-11  Jim Meyering  <meyering@redhat.com>
35732
35733         [BZ #11959]
35734         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
35735         It is not necessarily an error to ignore fwrite's return
35736         value.  One can reliably use ferror to test for errors after
35737         the fact.
35738
35739 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
35740
35741         * bits/types.h (__snseconds_t): New type.
35742         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
35743
35744         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
35745         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35746         (__SNSECONDS_T_TYPE): Likewise.
35747         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35748         (__SNSECONDS_T_TYPE): Likewise.
35749         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35750         (__SNSECONDS_T_TYPE): Likewise.
35751
35752 2012-04-10  Andreas Jaeger  <aj@suse.de>
35753
35754         [BZ #2636]
35755         * manual/time.texi (Processor Time): Return type of times is
35756         elapsed real time since an arbitrary point in the past.
35757         (CPU Time): Move CLK_TCK from here...
35758         (Processor Time): ...to here.  Correct description.
35759         * manual/conf.texi (Constants for Sysconf): Correct description of
35760         _SC_CLK_TCK.
35761
35762 2012-04-10  David S. Miller  <davem@davemloft.net>
35763
35764         [BZ #13967]
35765         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
35766         where the is a gap between DT_REL(A) and DT_JMPREL.
35767
35768 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
35769
35770         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
35771         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
35772         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
35773
35774 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
35775
35776         * elf/dl-support.c (_dl_inhibit_cache): New variable.
35777         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
35778         (dl_main): Handle --inhibit-cache.
35779         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
35780         _dl_inhibit_cache.
35781         * elf/dl-load.c (_dl_map_object): Use it.
35782         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
35783
35784 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
35785
35786         [BZ #13872]
35787         * sysdeps/i386/fpu/e_powl.S (p78): New object.
35788         (__ieee754_powl): Saturate large exponents rather than testing for
35789         overflow of y*log2(x).
35790         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
35791         * math/libm-test.inc (pow_test): Do not permit spurious overflow
35792         exceptions.
35793
35794         [BZ #11521]
35795         * math/s_ctan.c: Include <float.h>.
35796         (__ctan): Avoid internal overflow or cancellation in calculating
35797         denominator.
35798         * math/s_ctanf.c: Likewise.
35799         * math/s_ctanl.c: Likewise.
35800         * math/s_ctanh.c: Likewise.
35801         * math/s_ctanhf.c: Likewise.
35802         * math/s_ctanhl.c: Likewise.
35803         * math/libm-test.inc (ctan_test): Add more tests.
35804         (ctanh_test): Likewise.
35805         * sysdeps/i386/fpu/libm-test-ulps: Update.
35806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35807
35808 2012-04-09  Andreas Jaeger  <aj@suse.de>
35809
35810         [BZ #6894]
35811         * manual/filesys.texi (Directory Entries): Mention that d_namlen
35812         is an optional BSD extension.
35813
35814         [BZ #10254]
35815         * manual/stdio.texi (Opening Streams): Document additional fopen
35816         parameters.
35817
35818 2012-04-09  Roland McGrath  <roland@hack.frob.com>
35819
35820         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
35821         %eax without telling the compiler.
35822
35823 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
35824
35825         [BZ # 13963]
35826         * manual/install.texi: Use sourceware.org.
35827
35828 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
35829
35830         [BZ #13873]
35831         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
35832         (__ieee754_pow): Generate overflow and underflow using huge*huge
35833         and tiny*tiny rather than just returning constant infinity or zero
35834         for large exponents.
35835         * math/libm-test.inc (pow_test): Require overflow exceptions for
35836         applicable cases of large exponents.
35837
35838         [BZ #706]
35839         * sysdeps/i386/fpu/e_pow.S (p10): New object.
35840         (__ieee754_pow): Use iterative multiplication algorithm only for
35841         integer exponents with absolute value below 1024.  Check for odd
35842         integer exponents when using algorithm for real exponents.
35843         * math/libm-test.inc (pow_test): Add more tests.
35844         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35845
35846 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
35847
35848         [BZ #13705]
35849         * math/libm-test.inc (exp_test): Do not allow overflow exception
35850         on underflow test.
35851
35852 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
35853
35854         [BZ #13705]
35855         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
35856         instead of __kernel_standard_f.
35857
35858 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
35859
35860         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
35861         * sysdeps/x86_64/memset_chk.S: Likewise.
35862
35863 2012-04-08  Andreas Jaeger  <aj@suse.de>
35864
35865         [BZ #10153]
35866         * manual/startup.texi (Environment Access): Describe return value
35867         for putenv and setenv.
35868
35869         [BZ #6895]
35870         * manual/filesys.texi (Directory Entries): Add description for
35871         DT_LNK.
35872
35873         [BZ #6890]
35874         * manual/filesys.texi (Directory Entries): Clarify that it's file
35875         system not operating system in the description of DT_UNKNOWN.
35876
35877         [BZ #6578]
35878         * manual/syslog.texi (closelog): Fix reference, it's openlog.
35879
35880 2012-04-08  Stephen Compall  <s11@member.fsf.org>
35881
35882         [BZ #6649]
35883         * manual/llio.texi (Opening and Closing Files): Add cross
35884         reference to explain mode argument.
35885
35886 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
35887
35888         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
35889         * sysdeps/x86_64/memset_chk.S: Likewise.
35890
35891 2012-04-07  David S. Miller  <davem@davemloft.net>
35892
35893         * elf/elf.h (R_SPARC_WDISP10): Define.
35894         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
35895         R_SPARC_SIZE32.
35896         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
35897         R_SPARC_SIZE64 and R_SPARC_H34.
35898
35899 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
35900
35901         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
35902         conditions and remove no longer applicable assertion.
35903
35904 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
35905
35906         * bits/byteswap.h: Include <features.h>.
35907         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
35908         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
35909
35910 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
35911
35912         * bits/byteswap.h (__bswap_16): Removed.
35913         Include <bits/byteswap-16.h> to get __bswap_16.
35914         * sysdeps/i386/bits/byteswap.h: Likewise.
35915         * sysdeps/s390/bits/byteswap.h: Likewise.
35916         * sysdeps/x86_64/bits/byteswap.h: Likewise.
35917         * bits/byteswap-16.h: New file.
35918         * sysdeps/i386/bits/byteswap-16.h: Likewise.
35919         * sysdeps/s390/bits/byteswap-16.h: Likewise.
35920         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
35921         * string/Makefile (headers): Add bits/byteswap-16.h.
35922
35923 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
35924
35925         [BZ #13895]
35926         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
35927         extra indirection.
35928         * nss/Makefile (tests-static, tests): Add tst-nss-static.
35929         * nss/tst-nss-static.c: New.
35930
35931 2012-04-06  Robert Millan  <rmh@gnu.org>
35932
35933         [BZ #6486]
35934         * manual/llio.texi (File Position Primitive): lseek
35935         refers to WHENCE when it really means OFFSET.
35936
35937 2012-04-06  Andreas Jaeger  <aj@suse.de>
35938
35939         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
35940         strncmp declarations.
35941
35942         * abilist/libc.abilist: Add __poll and __ppoll.
35943
35944 2012-04-05  David S. Miller  <davem@davemloft.net>
35945
35946         * scripts/check-local-headers.sh: Accept a host triplet in the
35947         path matched by the exclude regexp.
35948
35949         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
35950         definition.
35951         * sysdeps/powerpc/powerpc32/dl-machine.h
35952         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
35953         * sysdeps/s390/s390-32/dl-machine.h
35954         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
35955         * sysdeps/sparc/sparc32/dl-machine.h
35956         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
35957         * sysdeps/sparc/sparc64/dl-machine.h
35958         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
35959
35960         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
35961         lazy binding.
35962         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
35963         undefined symbol errors.
35964
35965         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
35966         DT_NEEDED entries.
35967
35968 2012-04-05  Michael Matz  <matz@suse.de>
35969
35970         [BZ #13592]
35971         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
35972
35973 2012-04-05  Andreas Jaeger  <aj@suse.de>
35974
35975         [BZ #13908]
35976         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
35977         comment.
35978
35979 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
35980
35981         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
35982         which ROUND is no valid rounding mode.
35983
35984 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
35985
35986         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
35987         read again.
35988         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
35989
35990 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
35991
35992         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
35993         an exception using FPU order intentionally.
35994
35995 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
35996
35997         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
35998         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
35999         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
36000         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
36001
36002 2012-04-05  Simon Josefsson  <simon@josefsson.org>
36003
36004         [BZ #12340]
36005         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
36006         EINVAL when BUFLEN is too smal.
36007
36008 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
36009
36010         [BZ #13553]
36011         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
36012         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
36013
36014 2012-04-03  Andreas Jaeger  <aj@suse.de>
36015
36016         [BZ #13938]
36017         * manual/setjmp.texi (System V contexts): Fix sentence.
36018
36019         [BZ #13926]
36020         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
36021         New macro for this case.
36022         [!__GNUC__] (__bswap_64): New inline function for this case.
36023         * sysdeps/x86_64/bits/byteswap.h: Likewise.
36024         * bits/byteswap.h: Likewise.
36025         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
36026         ull, guard with __GLIBC_HAVE_LONG_LONG.
36027
36028         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
36029         __GLIBC_HAVE_LONG_LONG.
36030
36031         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
36032         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
36033
36034 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36035
36036         [BZ #13691]
36037         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
36038         inptr and inend, rather than using last_ch.
36039
36040 2012-04-02  David S. Miller  <davem@davemloft.net>
36041
36042         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
36043         * stdio-common/printf-parse.h (read_int): Change return type to
36044         'int', return -1 on INT_MAX overflow.
36045         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
36046         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
36047         overflows INT_MAX.  Check for overflow of in-format-string precision
36048         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
36049         SIZE_MAX not INT_MAX for integer overflow test.
36050         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
36051         skip the construct in the format string but do not record anything.
36052         * stdio-common/bug22.c: Adjust to test both width/prevision
36053         INT_MAX overflow as well as total length INT_MAX overflow.  Check
36054         explicitly for proper errno values.
36055
36056 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
36057
36058         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
36059         CHAR_MAX.
36060         * string/test-strcmp.c [! WIDE]: Likewise.
36061         * time/tst-mktime2.c: Likewise for INT_MAX.
36062         * string/test-string.h: #include <sys/param.h> for MIN.
36063
36064         * csu/init-first.c (__libc_init_first): Call __ctype_init.
36065         * sysdeps/i386/init-first.c (init): Likewise.
36066         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
36067         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
36068         * sysdeps/sh/init-first.c (init): Likewise.
36069
36070 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
36071
36072         * po/ru.po: Update from translation team.
36073         * po/vi.po: Likewise.
36074
36075 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
36076
36077         * resolv/nss_dns/dns-host.c: Merge copyright years.
36078
36079 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36080
36081         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
36082         Optimize memcpy with prefetch if
36083         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
36084         src, dst pointers have unequal 16 byte alignments.
36085
36086 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
36087
36088         [BZ #13928]
36089         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
36090         from a CNAME entry and return the minimum ttl for the query.
36091         (gaih_getanswer_slice): Likewise.
36092
36093 2012-03-30  Jeff Law  <law@redhat.com>
36094
36095         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
36096         due to long keys.
36097         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
36098         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
36099
36100         * resolv/nss_dns/dns-host.c: Update copyright year.
36101
36102 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
36103
36104         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
36105         requests to save a system call.  Fix check that all bytes are sent.
36106
36107         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
36108         comments for sendmmsg.
36109
36110 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36111
36112         [BZ #13691]
36113         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
36114         with only 1 character between 0x0041 and 0x01b0.
36115         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
36116         * wcsmbs/tst-mbsnrtowcs.c: New file.
36117
36118 2012-03-29  David S. Miller  <davem@davemloft.net>
36119
36120         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
36121         small copies by hand.
36122
36123 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36124
36125         [BZ #13761]
36126         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
36127         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
36128         group memberships.
36129
36130 2012-03-28  David S. Miller  <davem@davemloft.net>
36131
36132         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
36133         that branches into memcpy.
36134         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
36135         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
36136         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
36137         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
36138         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
36139         bits.
36140         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
36141         implementation too.
36142         * sysdeps/sparc/mempcpy.S: New file.
36143
36144         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
36145         the IFUNC routine in the libc case.
36146         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
36147
36148         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
36149         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
36150         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
36151         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
36152         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
36153         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
36154         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
36155         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
36156
36157         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
36158         loop to 256 bytes instead of 64 bytes and fix test signedness.
36159
36160         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
36161         * sysdeps/sparc/sparc32/Makefile: rather than here...
36162         * sysdeps/sparc/sparc64/Makefile: and here.
36163
36164 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
36165
36166         * malloc/mallocbug.c: Avoid warnings about unused variables.
36167
36168 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
36169
36170         [BZ #13760]
36171         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
36172         in the right place. Discard and retry query if response is
36173         larger than input buffer size.
36174
36175 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
36176
36177         [BZ #369]
36178         [BZ #2678]
36179         [BZ #3866]
36180         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
36181         x for large integer exponent.
36182         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
36183         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
36184         sign of result as needed afterwards.
36185         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
36186         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
36187         result for underflowing pow the same as for overflow.
36188         (__kernel_standard_l): Handle powl overflow and underflow here
36189         rather than calling __kernel_standard.
36190         * math/libm-test.inc (pow_test): Add more tests.
36191
36192         [BZ #3868]
36193         [BZ #13879]
36194         [BZ #13910]
36195         [BZ #13911]
36196         [BZ #13912]
36197         [BZ #13913]
36198         [BZ #13915]
36199         [BZ #13916]
36200         [BZ #13917]
36201         [BZ #13918]
36202         [BZ #13919]
36203         [BZ #13920]
36204         [BZ #13921]
36205         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
36206         * sysdeps/ieee754/k_standard.c: Include <float.h>.
36207         (__kernel_standard_l): New function.
36208         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
36209         __kernel_standard.
36210         * math/w_acosl.c (__acosl): Likewise.
36211         * math/w_asinl.c (__asinl): Likewise.
36212         * math/w_atan2l.c (__atan2l): Likewise.
36213         * math/w_atanhl.c (__atanhl): Likewise.
36214         * math/w_coshl.c (__coshl): Likewise.
36215         * math/w_exp10l.c (__exp10l): Likewise.
36216         * math/w_exp2l.c (__exp2l): Likewise.
36217         * math/w_fmodl.c (__fmodl): Likewise.
36218         * math/w_hypotl.c (__hypotl): Likewise.
36219         * math/w_j0l.c (__j0l, __y0l): Likewise.
36220         * math/w_j1l.c (__j1l, __y1l): Likewise.
36221         * math/w_jnl.c (__jnl, __ynl): Likewise.
36222         * math/w_lgammal.c (__lgammal): Likewise.
36223         * math/w_log10l.c (__log10l): Likewise.
36224         * math/w_log2l.c (__log2l): Likewise.
36225         * math/w_logl.c (__logl): Likewise.
36226         * math/w_powl.c (__powl): Likewise.
36227         * math/w_remainderl.c (__remainderl): Likewise.
36228         * math/w_scalbl.c (sysv_scalbl): Likewise.
36229         * math/w_sinhl.c (__sinhl): Likewise.
36230         * math/w_sqrtl.c (__sqrtl): Likewise.
36231         * math/w_tgammal.c (__tgammal): Likewise.
36232         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
36233         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
36234         * math/libm-test.inc (acos_test): Add more tests.
36235         (acosh_test): Likewise.
36236         (asin_test): Likewise.
36237         (atanh_test): Likewise.
36238         (exp_test): Likewise.
36239         (exp10_test): Likewise.
36240         (exp2_test): Likewise.
36241         (expm1_test): Likewise.
36242         (lgamma_test): Likewise.
36243         (log_test): Likewise.
36244         (log10_test): Likewise.
36245         (log1p_test): Likewise.
36246         (log2_test): Likewise.
36247         (pow_test): Do not allow some spurious overflow exceptions.
36248         (sqrt_test): Add more tests.
36249         (tgamma_test): Likewise.
36250         (y0_test): Likewise.
36251         (y1_test): Likewise.
36252         (yn_test): Likewise.
36253
36254 2012-03-27  Anton Blanchard  <anton@samba.org>
36255
36256         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
36257         MAP_HUGETLB.
36258         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
36259         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
36260         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
36261
36262 2012-03-27  David S. Miller  <davem@davemloft.net>
36263
36264         * conform/Makefile: Run run-conformtest.sh using $(BASH).
36265
36266         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
36267         have-as-vis3 check.
36268
36269 2012-03-27  Andreas Jaeger  <aj@suse.de>
36270
36271         * sysdeps/x86_64/elf/configure.in: Moved to ...
36272         * sysdeps/x86_64/configure.in: ... here.
36273         * sysdeps/x86_64/elf/start.S: Moved to ...
36274         * sysdeps/x86_64/start.S: ... here.
36275         * sysdeps/x86_64/elf/configure: Delete.
36276
36277         * sysdeps/x86_64/configure.in: Merge contents from
36278         sysdeps/i386/configure.in (without i686 check).
36279
36280         * sysdeps/i386/elf/Versions: Merge into ...
36281         * sysdeps/i386/Versions: ... this.
36282         * sysdeps/i386/elf/Versions: Delete file.
36283         * sysdeps/i386/elf/start.S: Moved to ...
36284         * sysdeps/i386/start.S: ...here.
36285         * sysdeps/i386/elf/configure.in: Merge into...
36286         * sysdeps/i386/configure.in: ...here.
36287         * sysdeps/i386/elf/configure.in: Delete file.
36288         * sysdeps/i386/elf/configure: Delete file.
36289
36290         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
36291         * debug/backtracesyms.c: ... here.
36292         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
36293         * debug/backtracesymsfd.c: ... here.
36294         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
36295         * sysdeps/generic/ifunc-sel.h: ... here.
36296
36297         * sysdeps/unix/i386/start.c: Delete file.
36298         * sysdeps/unix/sparc/start.c: Delete file.
36299         * sysdeps/unix/start.c: Delete file.
36300
36301         * sysdeps/sh/elf/configure.in: Moved to ...
36302         * sysdeps/sh/configure.in: ... here.
36303         * sysdeps/sh/elf/start.S: Moved to ...
36304         * sysdeps/sh/start.S: ... here.
36305         * sysdeps/sh/elf/configure: Delete file.
36306
36307         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
36308         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
36309         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
36310         * sysdeps/powerpc/powerpc64/entry.h: ... here.
36311         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
36312         * sysdeps/powerpc/powerpc64/start.S: here.
36313         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
36314         * sysdeps/powerpc/powerpc64/Makefile: ... this.
36315         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
36316         * sysdeps/powerpc/powerpc64/configure.in: ... this.
36317         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
36318
36319         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
36320         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
36321         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
36322         * sysdeps/powerpc/powerpc32/start.S: ... here.
36323         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
36324         * sysdeps/powerpc/powerpc32/configure.in: ... this.
36325         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
36326
36327         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
36328         * sysdeps/powerpc/ifunc-sel.h: ... here.
36329         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
36330         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
36331
36332         * sysdeps/sparc/elf/configure.in: Moved to ...
36333         * sysdeps/sparc/configure.in: ... here.
36334         * sysdeps/sparc/elf/configure: Delete file.
36335         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
36336         * sysdeps/sparc/sparc32/start.S: ... here.
36337         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
36338         * sysdeps/sparc/sparc64/start.S: ... here.
36339         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
36340         * sysdeps/sparc/sparc32/Makefile: ... this.
36341         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
36342         * sysdeps/sparc/sparc64/Makefile: ... this.
36343
36344         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
36345         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
36346         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
36347         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
36348         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
36349         * sysdeps/s390/s390-32/setjmp.S: ... here.
36350         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
36351         * sysdeps/s390/s390-32/configure.in: ... here.
36352         * sysdeps/s390/s390-32/elf/configure: Delete file.
36353         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
36354         * sysdeps/s390/s390-32/start.S: ... here.
36355
36356         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
36357         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
36358         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
36359         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
36360         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
36361         * sysdeps/s390/s390-64/setjmp.S: ... here.
36362         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
36363         * sysdeps/s390/s390-64/configure.in: ... here
36364         * sysdeps/s390/s390-64/elf/configure: Delete file.
36365         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
36366         * sysdeps/s390/s390-64/start.S: ... here.
36367         * sysdeps/s390/s390-64/elf/configure: Delete.
36368
36369         * configure.in: Remove support for elf directories in sysdeps.
36370
36371         * configure: Regenerated.
36372         * sysdeps/i386/configure: Regenerated.
36373         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36374         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36375         * sysdeps/s390/s390-32/configure: Regenerated.
36376         * sysdeps/s390/s390-64/configure: Regenerated.
36377         * sysdeps/sh/configure: Regenerated.
36378         * sysdeps/sparc/configure: Regenerated.
36379         * sysdeps/x86_64/configure: Regenerated.
36380
36381 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
36382
36383         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36384
36385         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
36386         denormal result into account.
36387
36388 2012-03-25  Roland McGrath  <roland@hack.frob.com>
36389
36390         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
36391         Reported by Allan McRae <allan@archlinux.org>.
36392
36393 2012-03-23  Jeff Law  <law@redhat.com>
36394
36395         * nss/getnssent.c (__nss_getent): Fix typo.
36396
36397 2012-03-23  David S. Miller  <davem@davemloft.net>
36398
36399         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36400
36401 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
36402
36403         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
36404         to pad to uint64_t for each field.
36405         (dl_tls_index): Replace unsigned long with uint64_t.
36406
36407 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
36408         Paul Pluzhnikov  <ppluzhnikov@google.com>
36409
36410         [BZ #6528]
36411         * grp/Makefile (otherlibs): Don't set it.
36412         * inet/Makefile (otherlibs): Likewise.
36413         * login/Makefile (otherlibs): Likewise.
36414         * nscd/Makefile (otherlibs): Likewise.
36415         * posix/Makefile (otherlibs): Likewise.
36416         * pwd/Makefile (otherlibs): Likewise.
36417         * rt/Makefile (otherlibs): Likewise.
36418         * sunrpc/Makefile (otherlibs): Likewise.
36419         * nss/Makefile (otherlibs): Likewise.
36420         Add libnss_files to routines and static-only-routines.
36421         ($(objpfx)getent): Remove rule.
36422         * resolv/Makefile: Add libnss_dns and libresolv to routines and
36423         static-only-routines.
36424
36425 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
36426
36427         [BZ #13892]
36428         * math/s_cexp.c: Include <float.h>.
36429         (__cexp): Handle exp result overflowing not necessarily
36430         overflowing both real and imaginary parts of result.
36431         * math/s_cexpf.c: Likewise.
36432         * math/s_cexpl.c: Likewise.
36433         * math/libm-test.inc (cexp_test): Add more tests.
36434         * sysdeps/i386/fpu/libm-test-ulps: Update.
36435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36436
36437 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
36438
36439         * include/link.h (ELFW): New macro.
36440         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
36441         Replace ELF64_R_TYPE with ELFW(R_TYPE).
36442
36443 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
36444
36445         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
36446         with uint64_t.
36447
36448 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
36449
36450         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
36451         declaration.
36452         (struct La_x32_retval): Likewise.
36453
36454 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
36455
36456         * sysdeps/x86_64/preconfigure.in: New file.
36457         * sysdeps/x86_64/preconfigure: New generated file.
36458
36459 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
36460
36461         [BZ #13824]
36462         * math/e_exp2l.c: Include <float.h>.
36463         (__ieee754_exp2l): Handle overflow and underflow cases
36464         separately.  Only pass fractional part of argument to
36465         __ieee754_expl.
36466         * math/libm-test.inc (exp2_test): Add more tests.
36467
36468         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
36469         negating x to take absolute value.
36470         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
36471         Likewise.
36472         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
36473         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
36474         Likewise.
36475         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
36476         computing low part if x was negated.
36477         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
36478
36479 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
36480
36481         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
36482         la_x32_gnu_pltexit.
36483         (pltexit): Cast int_retval to ptrdiff_t.
36484         * elf/tst-auditmod3b.c: Likewise.
36485         * elf/tst-auditmod4b.c: Likewise.
36486         * elf/tst-auditmod5b.c: Likewise.
36487         * elf/tst-auditmod6b.c: Likewise.
36488         * elf/tst-auditmod6c.c: Likewise.
36489         * elf/tst-auditmod7b.c: Likewise.
36490
36491         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
36492         and x32_gnu_pltexit.
36493
36494         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
36495         __ELF_NATIVE_CLASS.
36496         (La_x32_regs): New macro.
36497         (La_x32_retval): Likewise.
36498         (la_x32_gnu_pltenter): New function prototype.
36499         (la_x32_gnu_pltexit): Likewise.
36500
36501 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
36502
36503         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
36504         exponent.
36505
36506         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36507
36508         * configure.in (libc_cv_cc_nofma): Check for option to disable
36509         generation of FMA instructions.
36510         * configure: Regenerate.
36511         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
36512         * sysdeps/ieee754/dbl-64/Makefile: New file.
36513         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
36514         Remove brandred-fma4.
36515         (CFLAGS-brandred-fma4.c): Remove.
36516         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
36517         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
36518         define.
36519         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
36520         define.
36521
36522 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
36523
36524         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36525         LLONG_MAX != LONG_MAX.
36526         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36527         (_fitoa_word): Likewise.
36528         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
36529         LLONG_MAX != LONG_MAX.
36530         * stdio-common/_itowa.h: Include <_itoa.h>.
36531         (_itowa_word): Use _ITOA_WORD_TYPE on value.
36532         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
36533         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
36534         only if not defined.
36535         (_ITOA_WORD_TYPE): Likewise.
36536         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36537         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
36538
36539 2012-03-21  David S. Miller  <davem@davemloft.net>
36540
36541         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36542
36543 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
36544
36545         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
36546         of x86_64 when setting libc_cv_slibdir, libdir and
36547         libc_cv_localedir.
36548         * sysdeps/unix/sysv/linux/configure: Regenerated.
36549
36550 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
36551
36552         * manual/lang.texi (Old Varargs): Remove section.
36553         (How Variadic): Update menu.
36554         (va_start): Do not mention varargs.h.
36555
36556 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
36557             Joseph Myers  <joseph@codesourcery.com>
36558
36559         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
36560         link test.
36561         * configure: Regenerated.
36562
36563 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
36564
36565         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
36566         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
36567         conformtest.pl
36568
36569 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
36570
36571         * NOTES: Remove.
36572         * Makefile (files-for-dist): Remove NOTES.
36573         (NOTES): Remove rule.
36574         * README: Don't refer to NOTES.
36575         * manual/creature.texi: Don't include macros.texi.
36576         * manual/intro.texi (creature.texi): Remove comment referring to
36577         NOTES.
36578
36579         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
36580         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
36581         * configure: Regenerated.
36582         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
36583         LIBC_TRY_CC_OPTION.
36584         (libc_cv_as_i686): Likewise.
36585         (libc_cv_cc_avx): Likewise.
36586         (libc_cv_cc_sse2avx): Likewise.
36587         (libc_cv_cc_fma4): Likewise.
36588         (libc_cv_cc_novzeroupper): Likewise.
36589         * sysdeps/i386/configure: Regenerated.
36590
36591         [BZ #13883]
36592         * sysdeps/i386/fpu/s_cexp.S: Remove.
36593         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
36594         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
36595         * math/libm-test.inc (cexp_test): Add more tests.
36596         * sysdeps/i386/fpu/libm-test-ulps: Update.
36597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36598
36599 2012-03-21  Allan McRae  <allan@archlinux.org>
36600
36601         * timezone/Makefile: Do not install iso3166.tab and zone.tab
36602
36603 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
36604
36605         [BZ #13871]
36606         * math/w_exp2.c: Do not include <float.h>.
36607         (o_threshold, u_threshold): Remove.
36608         (__exp2): Calculate result before checking finiteness and calling
36609         __kernel_standard.
36610         * math/w_exp2f.c: Likewise.
36611         * math/w_exp2l.c: Likewise.
36612         * math/libm-test.inc (exp2_test): Require overflow exception for
36613         1e6 input.
36614
36615         [BZ #3866]
36616         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
36617         range of signed 64-bit integers before using fistpll.  Remove
36618         checks for whether integers fit in mantissa bits.
36619         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
36620         the range of signed 32-bit integers before using fistpl.  Remove
36621         checks for whether integers fit in mantissa bits.
36622         * sysdeps/i386/fpu/e_powl.S (p64): New object.
36623         (__ieee754_powl): Test for y outside the range of signed 64-bit
36624         integers before using fistpll.  Reduce 64-bit values to 63-bit
36625         ones as needed.
36626         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
36627         divide-by-zero is raised for zero to large negative powers.
36628         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
36629         (__ieee754_powl): Test for y outside the range of signed 64-bit
36630         integers before using fistpll.  Reduce 64-bit values to 63-bit
36631         ones as needed.
36632         * math/libm-test.inc (pow_test): Add more tests.
36633
36634 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
36635
36636         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
36637         <stdio-common/_itoa.h>.
36638         * debug/segfault.c: Likewise.
36639         * elf/dl-cache.c: Likewise.
36640         * elf/dl-minimal.c: Likewise.
36641         * elf/dl-misc.c: Likewise.
36642         * elf/dl-sysdep.c: Likewise.
36643         * elf/dl-version.c: Likewise.
36644         * elf/rtld.c: Likewise.
36645         * hurd/hurdsock.c: Likewise.
36646         * hurd/lookup-retry.c: Likewise.
36647         * malloc/malloc.c: Likewise.
36648         * malloc/mtrace.c: Likewise.
36649         * nscd/nscd_getgr_r.c: Likewise.
36650         * nscd/nscd_getpw_r.c: Likewise.
36651         * nscd/nscd_getserv_r.c: Likewise.
36652         * posix/getopt_init.c: Likewise.
36653         * posix/wordexp.c: Likewise.
36654         * stdio-common/_itoa.c: Likewise.
36655         * stdio-common/printf_fphex.c: Likewise.
36656         * stdio-common/vfprintf.c: Likewise.
36657         * string/_strerror.c: Likewise.
36658         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
36659         * sysdeps/i386/i686/hp-timing.h: Likewise.
36660         * sysdeps/mach/_strerror.c: Likewise.
36661         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
36662         * sysdeps/mach/hurd/sethostid.c: Likewise.
36663         * sysdeps/mach/hurd/xmknodat.c: Likewise.
36664         * sysdeps/mach/xpg-strerror.c: Likewise.
36665         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
36666         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
36667         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
36668         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
36669         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
36670         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
36671         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
36672         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
36673         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
36674         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
36675         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
36676         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
36677         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
36678         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
36679         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
36680         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
36681         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
36682         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
36683         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
36684         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
36685         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
36686
36687         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
36688
36689         * stdio-common/_itoa.h: Moved to ...
36690         * sysdeps/generic/_itoa.h: Here.
36691
36692         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
36693
36694         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
36695         instead of "_itoa.h" and "_itowa.h".
36696         * stdio-common/vfprintf.: Likewise.
36697
36698 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
36699
36700         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
36701         <bits/wordsize.h>.
36702         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
36703         (__signbit): Likwise.
36704         (llrintf): Likwise.
36705         (llrint): Likwise.
36706
36707 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
36708
36709         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
36710         __WORDSIZE != 64.
36711
36712 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
36713
36714         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
36715         OVERFLOW_EXCEPTION_OK.
36716         * math/libm-test.inc ("Philosophy"): Update comment about
36717         exception testing.
36718         (OVERFLOW_EXCEPTION): Define.
36719         (OVERFLOW_EXCEPTION_OK): Likewise.
36720         (INVALID_EXCEPTION_OK): Renumber.
36721         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
36722         (IGNORE_ZERO_INF_SIGN): Likewise.
36723         (test_exceptions): Handle FE_OVERFLOW.
36724         (exp10_test): Expect overflow exceptions.
36725         (exp2_test): Likewise.
36726         (expm1_test): Likewise.
36727         (nextafter_test): Likewise.
36728         (pow_test): Likewise.
36729         (scalbn_test): Likewise.
36730         (scalbln_test): Likewise.
36731
36732 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
36733
36734         * sysdeps/x86_64/bits/atomic.h
36735         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
36736         64bit integer.
36737         (atomic_exchange_acq): Likewise.
36738         (__arch_exchange_and_add_body): Likewise.
36739         (__arch_add_body): Likewise.
36740         (atomic_add_negative): Likewise.
36741         (atomic_add_zero): Likewise.
36742
36743 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
36744
36745         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
36746         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
36747
36748 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
36749
36750         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
36751         Check __x86_64__ instead of __WORDSIZE.
36752
36753 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
36754
36755         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
36756
36757 2012-03-19  David S. Miller  <davem@davemloft.net>
36758
36759         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36760
36761         * sysdeps/sparc/fpu/fenv_private.h: New file.
36762         * sysdeps/sparc/fpu/math_private.h: Use it.
36763         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
36764         Remove.
36765         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
36766         (libc_feholdexcept_setroundl): Remove.
36767         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
36768         Remove.
36769         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
36770         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
36771
36772 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
36773
36774         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
36775         int64_t instead of long int.
36776         (INSERT_WORDS64): Likwise.
36777
36778 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
36779
36780         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
36781         _Unwind_GetCFA return to _Unwind_Ptr first.
36782
36783 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
36784
36785         [BZ #13629]
36786         * math/s_clog.c: Include <float.h>.
36787         (__clog): Scale large or subnormal inputs.
36788         * math/s_clogf.c: Likewise.
36789         * math/s_clogl.c: Likewise.
36790         * math/s_clog10.c: Include <float.h>.
36791         (M_LOG10_2): Define.
36792         (__clog10): Scale large or subnormal inputs.
36793         * math/s_clog10f.c: Likewise.
36794         * math/s_clog10l.c: Likewise.
36795         * math/libm-test.inc (clog_test): Add more tests.
36796         (clog10_test): Likewise.
36797         * sysdeps/i386/fpu/libm-test-ulps: Update.
36798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36799
36800         [BZ #11451]
36801         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
36802         x and y.
36803         * math/libm-test.inc (atan2_test): Add another test.
36804
36805         * Makerules (common-objdir-compile): Remove.
36806         * sysdeps/unix/Makefile (config-generated): Do not add
36807         $(unix-generated) to variable.
36808         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
36809         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
36810         Remove rule.
36811         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
36812         Likewise.
36813         [generic bits/local_lim.h] (before-compile): Do not append to
36814         variable.
36815         [generic bits/local_lim.h] (common-generated): Likewise.
36816         [generic sys/param.h] (before-compile): Do not append to variable.
36817         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
36818         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
36819         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
36820         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
36821         include.
36822         [generic sys/param.h] (sys/param.h-includes): Remove variable.
36823         [generic sys/param.h] (sys/param.h-includes): Remove rule.
36824         [generic sys/param.h] ($(addprefix
36825         $(common-objpfx),$(sys/param.h-includes))): Likewise.
36826         [generic sys/param.h] (common-generated): Do not append to
36827         variable.
36828         [generic sys/param.h] (sysdep_headers): Likewise.
36829         [generic bits/errno.h] (before-compile): Do not append to
36830         variable.
36831         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
36832         rule.
36833         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
36834         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
36835         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
36836         [generic bits/errno.h] (common-generated): Do not append to
36837         variable.
36838         [generic bits/ioctls.h] (before-compile): Do not append to
36839         variable.
36840         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
36841         rule.
36842         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
36843         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
36844         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
36845         rule.
36846         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
36847         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
36848         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
36849         [generic bits/ioctls.h] (common-generated): Do not append to
36850         variable.
36851         [generic sys/syscall.h] (syscall.h): Remove variable.
36852         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
36853         rule.
36854         [generic sys/syscall.h] (before-compile): Do not append to
36855         variable.
36856         [generic sys/syscall.h] (common-generated): Likewise.
36857         * sysdeps/unix/errnos-tmpl.c: Remove file.
36858         * sysdeps/unix/errnos.awk: Likewise.
36859         * sysdeps/unix/ioctls-tmpl.c: Likewise.
36860         * sysdeps/unix/ioctls.awk: Likewise.
36861         * sysdeps/unix/mk-local_lim.c: Likewise.
36862         * sysdeps/unix/snarf-ioctls: Likewise.
36863
36864 2012-03-19  Richard Henderson  <rth@twiddle.net>
36865
36866         * sysdeps/i386/fpu/fenv_private.h: New file.
36867         * sysdeps/i386/fpu/math_private.h: Use it.
36868         (math_opt_barrier, math_force_eval): Remove.
36869         (libc_feholdexcept_setround_53bit): Remove.
36870         (libc_feupdateenv_53bit): Remove.
36871         * sysdeps/x86_64/fpu/math_private.h: Likewise.
36872         (math_opt_barrier, math_force_eval): Remove.
36873         (libc_feholdexcept): Remove.
36874         (libc_feholdexcept_setround): Remove.
36875         (libc_fetestexcept, libc_fesetenv): Remove.
36876         (libc_feupdateenv_test): Remove.
36877         (libc_feupdateenv, libc_feholdsetround): Remove.
36878         (libc_feresetround): Remove.
36879
36880         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
36881         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
36882
36883         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
36884         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
36885         (libc_feupdateenv_testl): New.
36886         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
36887         (libc_feupdateenv_testf): New.
36888         (libc_feupdateenv): Use libc_feupdateenv_test.
36889         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
36890         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
36891
36892         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
36893         (libc_feholdsetroundf, libc_feholdsetroundl): New.
36894         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
36895         (libc_feresetround_noex): New.
36896         (libc_feresetround_noexf): New.
36897         (libc_feresetround_noexl): New.
36898         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
36899         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
36900         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
36901         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
36902         SET_RESTORE_ROUND.
36903         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
36904         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
36905         (__cos): Likewise.
36906         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
36907         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
36908         SET_RESTORE_ROUND_NOEX.
36909         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
36910         SET_RESTORE_ROUND_NOEXF.
36911         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
36912         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
36913         (libc_feholdsetroundf): New.
36914         (libc_feresetround, libc_feresetroundf): New.
36915
36916         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
36917         (libc_feholdexcept_setround_53bit): Convert from macro to function.
36918         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
36919
36920         * sysdeps/generic/math_private.h: Include <fenv.h>.
36921         (default_libc_feholdexcept): New.
36922         (default_libc_feholdexcept_setround): New.
36923         (default_libc_fesetenv, default_libc_feupdateenv): New.
36924         (libc_feholdexcept): Only define if undefined.
36925         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
36926         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
36927         (libc_feholdexcept_setroundl): Likewise.
36928         (libc_feholdexcept_setround_53bit): Likewise.
36929         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
36930         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
36931         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
36932         (libc_feupdateenv_53bit): Likewise.
36933         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
36934         (libc_feholdexcept): Convert from macro to inline function.
36935         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
36936         (libc_fesetenv, libc_feupdateenv): Likewise.
36937
36938         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
36939         not previously defined.
36940         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
36941         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
36942         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
36943         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
36944         * sysdeps/ieee754/flt-32/math_private.h: New file.
36945         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
36946         math_private.h below SET_FLOAT_WORD.
36947         (__isnan, __isinf_ns, __finite): Remove.
36948         (__isnanf, __isinf_nsf, __finitef): Remove.
36949
36950 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
36951
36952         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36953
36954 2012-03-17  David S. Miller  <davem@davemloft.net>
36955
36956         [BZ #6471]
36957         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
36958         for 2.16.
36959
36960 2012-03-16  David S. Miller  <davem@davemloft.net>
36961
36962         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
36963         warnings.
36964
36965         [BZ #6471]
36966         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
36967         properly.
36968         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
36969         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
36970         sysdep_routines when subdir is sysvipc.
36971         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
36972         __getshmlba helper.
36973
36974         * sysdeps/sparc/fpu/libm-test/ulps: Update.
36975
36976 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
36977
36978         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
36979         [__LP64__].
36980
36981 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
36982
36983         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
36984         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
36985         (__lround): Renamed to ...
36986         (__llround): This.  Replace long int with long long int.
36987         Define lround functions as aliases of llround functions.
36988         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
36989
36990 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
36991
36992         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
36993         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
36994         adresses to uintptr_t.  Replace "long int" and "unsigned long
36995         int" with "greg_t" on va_arg.
36996
36997 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
36998
36999         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
37000         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
37001
37002         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
37003         Move e_machine check before EI_CLASS check.  Handle x32
37004         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
37005         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
37006         SKIP_EM_IA_64 and include
37007         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
37008
37009         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
37010         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
37011         (add_system_dir): New macro.
37012
37013         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
37014         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
37015
37016 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
37017
37018         [BZ #2551]
37019         [BZ #2552]
37020         [BZ #2553]
37021         [BZ #2554]
37022         [BZ #2562]
37023         [BZ #2563]
37024         [BZ #2565]
37025         [BZ #2566]
37026         [BZ #2576]
37027         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
37028         (y0): Likewise.
37029         * math/w_j0f.c (j0f): Likewise.
37030         (y0f): Likewise.
37031         * math/w_j0l.c (__j0l): Likewise.
37032         (__y0l): Likewise.
37033         * math/w_j1.c (j1): Likewise.
37034         (y1): Likewise.
37035         * math/w_j1f.c (j1f): Likewise.
37036         (y1f): Likewise.
37037         * math/w_j1l.c (__j1l): Likewise.
37038         (__y1l): Likewise.
37039         * math/w_jn.c (jn): Likewise.
37040         (yn): Likewise.
37041         * math/w_jnf.c (jnf): Likewise.
37042         (ynf): Likewise.
37043         * math/w_jnl.c (__jnl): Likewise.
37044         (__ynl): Likewise.
37045         * math/libm-test.inc (j0_test): Add more tests.
37046         (j1_test): Likewise.
37047         (jn_test): Likewise.  Add trailing semicolon to existing test.
37048         (y0_test): Likewise.
37049         (y1_test): Likewise.
37050         * sysdeps/i386/fpu/libm-test-ulps: Update.
37051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37052
37053         [BZ #13851]
37054         [BZ #13854]
37055         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
37056         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
37057         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
37058         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
37059         (__tanl): Set errno for infinite argument.
37060         * sysdeps/i386/fpu/mptan.c: Remove.
37061         * sysdeps/i386/fpu/s_tan.S: Likewise.
37062         * sysdeps/i386/fpu/s_tanl.S: Likewise.
37063         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
37064         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
37065         * math/libm-test.inc (tan_test): Add more tests and enable more
37066         tests for double and long double.
37067         * sysdeps/i386/fpu/libm-test-ulps: Update.
37068         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37069
37070 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
37071
37072         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
37073         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
37074
37075 2012-03-16  Roland McGrath  <roland@hack.frob.com>
37076
37077         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
37078         * configure.in: Use it for both main tree and add-ons.
37079         * configure: Regenerated.
37080
37081 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
37082
37083         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
37084
37085 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
37086
37087         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
37088         in comment.
37089
37090         [BZ #13851]
37091         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
37092         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
37093         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
37094         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
37095         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
37096         infinite argument.
37097         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
37098         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
37099         != 0 for prec == 2.
37100         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
37101         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
37102         * sysdeps/i386/fpu/s_cosl.S: Likewise.
37103         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
37104         * sysdeps/i386/fpu/s_sinl.S: Likewise.
37105         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
37106         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
37107         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
37108         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
37109         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
37110         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
37111         * math/libm-test.inc (cos_test): Add more tests and enable more
37112         tests for long double.
37113         (sin_test): Likewise.
37114         (sincos_test): Likewise.
37115         * sysdeps/i386/fpu/libm-test-ulps: Update.
37116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37117
37118 2012-03-16  David S. Miller  <davem@davemloft.net>
37119
37120         * sysdeps/sparc/fpu/math_private.h: New file.
37121
37122 2012-03-15  David S. Miller  <davem@davemloft.net>
37123
37124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
37125         file.
37126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
37127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
37128         file.
37129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
37130         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
37131         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
37132         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
37133         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
37134         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
37135         sysdep routines.
37136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
37137
37138         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
37139         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
37140
37141         * sysdeps/sparc/sparc-ifunc.h: New file.
37142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
37143         sparc-ifunc.h
37144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
37145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
37146         Likewise.
37147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
37148         Likewise.
37149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
37150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
37151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
37153         Likewise.
37154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
37155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
37156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
37157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
37158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
37159         Likewise.
37160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
37161         Likewise.
37162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
37163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
37164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
37165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
37166         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
37167         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
37168         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
37169         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
37170         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
37171         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
37172         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
37173         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
37174         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
37175         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
37176         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
37177         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
37178         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
37179         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
37180         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
37181         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
37182         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
37183         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
37184         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
37185         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
37186
37187 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
37188
37189         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
37190         scaling.
37191         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37192
37193 2012-03-15  Andreas Jaeger  <aj@suse.de>
37194
37195         [BZ #13852]
37196         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
37197         ieee754/flt-32 implementation for sin, cos and sincos.
37198         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
37199         * sysdeps/i386/fpu/s_cosf.S: Likewise.
37200         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
37201         * sysdeps/i386/fpu/s_sinf.S: Likewise.
37202         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
37203         ieee754/flt-32 implementation for tan.
37204
37205         * math/libm-test.inc (cos_test): Enable some large input tests for
37206         float as well
37207         (sin_test): Likewise.
37208         (sincos_test): Likewise.
37209         (tan_test): Add tests for large input.
37210
37211         * sysdeps/i386/fpu/libm-test-ulps: Update.
37212
37213 2012-03-15  Andreas Jaeger  <aj@suse.de>
37214
37215         [BZ #13658]
37216         * math/libm-test.inc (cos_test): Add more test cases.
37217         (sin_test): Likewise.
37218         (sincos_test): Likewise.
37219
37220 2012-03-15  Andreas Jaeger  <aj@suse.de>
37221
37222         [BZ #13837]
37223         * math/libm-test.inc (cos_test): Add a test case for large input
37224         value.
37225         (sin_test): Likewise.
37226         (sincos_test): Likewise.
37227
37228 2012-03-15  Andreas Jaeger  <aj@suse.de>
37229             Joseph Myers  <joseph@codesourcery.com>
37230
37231         [BZ #13658]
37232         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
37233         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
37234         * sysdeps/i386/fpu/branred.c: Likewise.
37235         * sysdeps/i386/fpu/dosincos.c: Likewise.
37236         * sysdeps/i386/fpu/mpa.c: Likewise.
37237         * sysdeps/i386/fpu/s_cos.S: Likewise.
37238         * sysdeps/i386/fpu/s_sin.S: Likewise.
37239         * sysdeps/i386/fpu/s_sincos.S: Likewise.
37240         * sysdeps/i386/fpu/sincos32.c: Likewise.
37241
37242         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
37243         Define.
37244         (libc_feupdateenv_53bit): Define.
37245         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
37246         Define.
37247         (libc_feupdateenv_53bit): Define.
37248
37249         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
37250         53 bit (without extend i386 double precision).
37251
37252         * math/libm-test.inc (sincos_test): Add tests for large input.
37253         (sin): Likewise.
37254         (cos): Likewise.
37255
37256         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
37257
37258 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
37259
37260         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37261
37262 2012-03-15  David S. Miller  <davem@davemloft.net>
37263
37264         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
37265         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
37266         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
37267         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
37268         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
37269         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
37270         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
37271         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
37272         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
37273         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
37274         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
37275         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
37276         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
37277         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
37278         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
37279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
37280         file.
37281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
37282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
37283         file.
37284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
37285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
37286         file.
37287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
37288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
37289         file.
37290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
37291         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
37292         fmin/fmax sysdep routines.
37293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
37294
37295 2012-03-14  David S. Miller  <davem@davemloft.net>
37296
37297         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
37298         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
37299         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
37300         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
37301         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
37302         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
37303         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
37304         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
37305         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
37306         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
37307         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
37308         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
37309         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
37310         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
37311         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
37312         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
37313         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
37314         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
37315         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
37316         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
37317         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
37318         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
37319         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
37320         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
37321         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
37322         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
37323         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
37324         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
37325         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
37326         routines.
37327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
37328         file.
37329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
37330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
37331         file.
37332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
37333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
37334         file.
37335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
37336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
37337         file.
37338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
37339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
37340         file.
37341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
37342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
37343         file.
37344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
37345         file.
37346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
37347         file.
37348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
37349         file.
37350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
37351         New file.
37352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
37353         file.
37354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
37355         file.
37356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
37357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
37358         file.
37359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
37360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
37361         file.
37362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
37363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
37364         file.
37365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
37366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
37367         VIS3 routines.
37368
37369         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
37370         New file.
37371
37372         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37373
37374         * sysdeps/sparc/configure.in: New file.
37375         * sysdeps/sparc/configure: Generate.
37376         * configure.in (libc_cv_sparc_as_vis3): Substitute.
37377         * configure: Regenerate.
37378         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
37379         * config.make.in (have-as-vis3): New.
37380         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
37381         available use -Av9d instead of -Av9a.
37382         * sysdeps/sparc/sparc64/Makefile: Likewise.
37383         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
37384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
37385         New file.
37386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
37387         file.
37388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
37389         New file.
37390         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
37391         file.
37392         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
37393         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
37394         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
37395         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
37396         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
37397
37398         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
37399         fzeros/fnegs to load 0x80000000 into a float register instead of
37400         using the stack.
37401         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
37402
37403 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
37404
37405         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37406         bits/syscall.h.
37407         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
37408         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
37409         ($(inst_includedir)/bits/syscall.h): Remove rule.
37410         ($(objpfx)bits/syscall.d): Include instead of
37411         $(objpfx)syscall-list.d.
37412         (generated): Change syscall-list.h and syscall-list.d to
37413         bits/syscall.h and bits/syscall.d.
37414
37415 2012-03-14  Roland McGrath  <roland@hack.frob.com>
37416
37417         [BZ #13846]
37418         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
37419
37420 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
37421
37422         [BZ #13841]
37423         * math/s_csqrt.c: Include <float.h>.
37424         (__csqrt): Scale large or subnormal inputs.
37425         * math/s_csqrtf.c: Likewise.
37426         * math/s_csqrtl.c: Likewise.
37427         * math/libm-test.inc (csqrt_test): Add more tests.
37428         * sysdeps/i386/fpu/libm-test-ulps: Update.
37429         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37430
37431         [BZ #13840]
37432         * math/libm-test.inc (hypot_test): Add more tests.
37433
37434 2012-03-13  David S. Miller  <davem@davemloft.net>
37435
37436         [BZ #13840]
37437         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
37438         double-precision for the calculation instead of scaling.
37439
37440 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
37441
37442         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
37443         manipulate bits before adding and subtracting TWO52[sx].
37444         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
37445         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
37446         Likewise.
37447         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
37448
37449 2012-03-13  David S. Miller  <davem@davemloft.net>
37450
37451         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
37452         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
37453         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
37454         rtld-global-offsets.h
37455         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37456
37457         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
37458         large parameters.
37459
37460         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
37461
37462         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
37463         'err' in the ifdef scope in which it is actually used.
37464
37465         * nss/nss_db/db-init.c: Include string.h
37466
37467 2012-03-12  David S. Miller  <davem@davemloft.net>
37468
37469         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
37470         masking out of the most significant byte of random value used.
37471         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
37472         Fix coding style in previous change.
37473
37474         * sysdeps/unix/sysv/linux/kernel-features.h
37475         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
37476         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
37477         expression.
37478         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
37479         later.
37480
37481 2012-03-11  David S. Miller  <davem@davemloft.net>
37482
37483         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
37484         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
37485         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
37486         for 'resultvar' otherwise things get truncated on 64-bit.
37487
37488         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
37489         Fix masking out of the most significant byte of random value used.
37490
37491         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37492
37493 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
37494
37495         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37496
37497 2012-03-09  David S. Miller  <davem@davemloft.net>
37498
37499         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
37500         variables with appropriate CPP guards.
37501         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
37502         from the frame pointer, not the stack pointer.  Correct layout
37503         comments.  Fix test on resulting framesize and the management of
37504         the outregs buffer for pltexit.  Preserve floating point return
37505         values across _dl_call_pltexit call.
37506         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
37507         framesize and the management of the outregs buffer for pltexit.
37508         Preserve floating point return values across _dl_call_pltexit
37509         call.
37510         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
37511         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
37512         (la_sparc64_gnu_pltexit): New functions.
37513         (print_exit): Fix format string for return register value.
37514
37515 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
37516
37517         * sunrpc/Makefile (others): Add rpcgen.
37518         ($(objpfx)rpcgen): Remove special build rule and dependency on
37519         libc.
37520         * sunrpc/rpcgen.c: New file.
37521
37522 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
37523
37524         [BZ #13673]
37525         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
37526         * stdio-common/bug-vfprintf-nargs.c: Likewise.
37527         * sysdeps/i386/crti.S: Likewise.
37528         * sysdeps/i386/crtn.S: Likewise.
37529         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
37530         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
37531         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
37532         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
37533         * sysdeps/sh/crti.S: Likewise.
37534         * sysdeps/sh/crtn.S: Likewise.
37535         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
37536
37537         [BZ #13673]
37538         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
37539         with URL.
37540         * locale/programs/locfile-kw.gperf: Likewise.
37541         * locale/programs/charmap-kw.h: Regenerated.
37542         * locale/programs/locfile-kw.h: Likewise.
37543
37544         [BZ #13673]
37545         * intl/plural.y: Replace FSF snail mail address with URL.
37546         * intl/plural.c: Regenerated.
37547
37548 2012-03-09  Richard Henderson  <rth@twiddle.net>
37549
37550         * include/math_private.h: Remove file.
37551         * math/math_private.h: Move file ...
37552         * sysdeps/generic/math_private.h: ... here.
37553
37554         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
37555         * sysdeps/powerpc/fpu/math_private.h: Likewise.
37556         * sysdeps/x86_64/fpu/math_private.h: Likewise.
37557
37558         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
37559         and <math_private.h>.
37560         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
37561         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
37562         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
37563         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
37564         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
37565         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
37566         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
37567         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
37568         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
37569         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
37570         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
37571         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
37572         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
37573         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
37574         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
37575         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
37576         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
37577         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
37578         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
37579         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
37580         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
37581         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
37582         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
37583         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
37584         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
37585         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
37586         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
37587         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
37588         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
37589         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
37590         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
37591         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
37592         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
37593         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
37594         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
37595         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
37596         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
37597         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
37598         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
37599         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
37600         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
37601         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
37602         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
37603         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
37604         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
37605         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
37606         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
37607         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
37608         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
37609         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
37610         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
37611         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
37612         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
37613         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
37614         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
37615         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
37616         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
37617         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
37618         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
37619         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
37620         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
37621         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
37622         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
37623         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
37624         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
37625         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
37626         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
37627         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
37628         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
37629         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
37630         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
37631         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
37632         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
37633         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
37634         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
37635         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
37636         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
37637         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
37638         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
37639         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
37640         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
37641         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
37642         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
37643         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
37644         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
37645         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
37646         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
37647         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
37648         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
37649         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
37650         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
37651         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
37652         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
37653         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
37654         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
37655         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
37656         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
37657         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
37658         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
37659         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
37660         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
37661         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
37662         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
37663         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
37664         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
37665         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
37666         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
37667         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
37668         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
37669         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
37670         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
37671         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
37672         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
37673         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
37674         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
37675         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
37676         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
37677         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
37678         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
37679         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
37680         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
37681         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
37682         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
37683         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
37684         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
37685         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
37686         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
37687         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
37688         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
37689         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
37690         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
37691         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
37692         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
37693         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
37694         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
37695         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
37696         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
37697         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
37698         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
37699         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
37700         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
37701         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
37702         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
37703         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
37704         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
37705         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
37706         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
37707         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
37708         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
37709         * sysdeps/ieee754/k_standard.c: Likewise.
37710         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
37711         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
37712         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
37713         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
37714         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
37715         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
37716         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
37717         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
37718         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
37719         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
37720         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
37721         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
37722         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
37723         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
37724         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
37725         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
37726         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
37727         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
37728         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
37729         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
37730         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
37731         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
37732         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
37733         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
37734         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
37735         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
37736         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
37737         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
37738         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
37739         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
37740         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
37741         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
37742         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
37743         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
37744         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
37745         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
37746         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
37747         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
37748         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
37749         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
37750         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
37751         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
37752         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
37753         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
37754         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
37755         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
37756         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
37757         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
37758         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
37759         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
37760         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
37761         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
37762         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
37763         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
37764         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
37765         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
37766         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
37767         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
37768         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
37769         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
37770         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
37771         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
37772         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
37773         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
37774         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
37775         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
37776         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
37777         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
37778         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
37779         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
37780         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
37781         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
37782         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
37783         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
37784         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
37785         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
37786         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
37787         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
37788         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
37789         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
37790         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
37791         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
37792         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
37793         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
37794         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
37795         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
37796         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
37797         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
37798         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37799         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
37800         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
37801         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
37802         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
37803         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
37804         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
37805         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
37806         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
37807         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
37808         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
37809         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
37810         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
37811         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
37812         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
37813         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
37814         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
37815         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
37816         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
37817         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
37818         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
37819         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
37820         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
37821         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
37822         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
37823         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
37824         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
37825         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
37826         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
37827         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
37828         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
37829         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
37830         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
37831         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
37832         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
37833         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
37834         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
37835         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
37836         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
37837         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
37838         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
37839         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
37840         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
37841         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
37842         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
37843         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
37844         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
37845         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
37846         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
37847         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
37848         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
37849         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
37850         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
37851         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
37852         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
37853         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
37854         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
37855         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
37856         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
37857         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
37858         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
37859         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
37860         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
37861         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
37862         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
37863         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
37864         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
37865         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
37866         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
37867         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
37868         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
37869         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
37870         * sysdeps/ieee754/s_lib_version.c: Likewise.
37871         * sysdeps/ieee754/s_matherr.c: Likewise.
37872         * sysdeps/ieee754/s_signgam.c: Likewise.
37873         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
37874         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
37875         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
37876         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
37877         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
37878         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37879         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
37880         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
37881         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
37882         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
37883         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
37884         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
37885         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
37886         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
37887         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
37888         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
37889         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
37890         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
37891         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
37892         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
37893         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
37894
37895 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
37896
37897         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
37898         * sunrpc/rpc_main.c: Likewise.
37899         * sunrpc/rpc_svcout.c: Likewise.
37900
37901 2012-03-09  David S. Miller  <davem@davemloft.net>
37902
37903         * include/math_private.h: New file.
37904
37905 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
37906
37907         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
37908         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
37909         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
37910         from <bits/socket_type.h>.
37911         (enum __socket_type): Don't define here.
37912         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
37913         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37914         bits/socket_type.h.
37915
37916         [BZ #13566]
37917         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
37918         checking __USE_GNU.
37919
37920         * Makerules ($(inst_includedir)/%.h): New rule.
37921         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
37922         (install-others): Remove variable setting.
37923         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
37924
37925 2012-03-08  Richard Henderson  <rth@twiddle.net>
37926
37927         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
37928         from macro to inline function; merge with the
37929         !__LIBC_INTERNAL_MATH_INLINES version.
37930         (__ieee754_sqrtf): Likewise.
37931
37932         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
37933         to inline function.
37934         (__rintf, __floor, __floorf): Likewise.
37935
37936         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
37937         macro to inline function.
37938         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
37939
37940         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
37941         not <math/math_private.h>.
37942
37943 2012-03-08  David S. Miller  <davem@davemloft.net>
37944
37945         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
37946         copyright year.
37947         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
37948
37949 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
37950
37951         * resolv/gai_misc.c (handle_requests): Fix struct timespec
37952         normalization.
37953         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
37954         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
37955
37956 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
37957
37958         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
37959         be defined individually, they must be defined as a block.  Define
37960         S for printing a string instead of hidint the different by using a
37961         macro for adding the 'l'.
37962         * stdio-common/tst-fphex-wide.c: Adjust.
37963
37964 2012-03-07  Marek Polacek  <polacek@redhat.com>
37965
37966         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
37967
37968 2012-03-08  Marek Polacek  <polacek@redhat.com>
37969
37970         [BZ #13806]
37971         * stdio-common/Makefile (tests): Add tst-fphex-wide.
37972         * stdio-common/tst-fphex.c: Define a few macros to make the
37973         test reusable.  Use them.
37974         * stdio-common/tst-fphex-wide.c: New file.
37975
37976 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
37977
37978         [BZ #6911]
37979         * manual/macros.texi (gnusystems): New macro.
37980         (nongnusystems): Likewise.
37981         (gnulinuxhurdsystems): Likewise.
37982         (gnuhurdsystems): Likewise..
37983         (gnulinuxsystems): Likewise.
37984         * manual/charset.texi: Use new macros or @theglibc{} to refer to
37985         variants of the GNU system, not "GNU system".
37986         * manual/conf.texi: Likewise.
37987         * manual/errno.texi: Likewise.  Update example of errno macro
37988         expansion.
37989         * manual/filesys.texi: Likewise.
37990         (getumask): Document as specific to GNU/Hurd.
37991         * manual/install.texi: Likewise.  Reword some references to
37992         GNU/Linux.
37993         * manual/intro.texi: Likewise.
37994         * manual/io.texi: Likewise.
37995         (File Name Portability): Detail which constraints are inapplicable
37996         to all GNU systems and which are only inapplicable to GNU/Hurd.
37997         * manual/job.texi: Likewise.
37998         * manual/llio.texi: Likewise.
37999         (O_NOCTTY): Document as present on GNU/Linux.
38000         * manual/maint.texi: Likewise.
38001         * manual/memory.texi: Likewise.
38002         * manual/pattern.texi: Likewise.
38003         * manual/pipe.texi: Likewise.
38004         * manual/process.texi: Likewise.
38005         * manual/resource.texi: Likewise.
38006         (RUSAGE_CHILDREN): Remove statement about specifying a particular
38007         child on GNU/Hurd.
38008         * manual/setjmp.texi: Likewise.
38009         * manual/signal.texi: Likewise.
38010         * manual/startup.texi: Likewise.
38011         * manual/stdio.texi: Likewise.
38012         * manual/terminal.texi: Likewise.
38013         (ONLCR): Document as POSIX.
38014         (OXTABS): Document availability on GNU/Linux as XTABS.
38015         (ONOEOT): Document availability separately from other bits.
38016         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
38017         * manual/time.texi: Likewise.
38018         * manual/users.texi: Likewise.
38019         * INSTALL: Regenerated.
38020         * sysdeps/gnu/errlist.c: Regenerated.
38021
38022         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
38023         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
38024         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
38025         puts.
38026         * configure: Regenerated.
38027
38028 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
38029
38030         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
38031         default includes instead of AC_HEADER_CHECK.
38032         * sysdeps/i386/configure: Regenerated.
38033
38034         [BZ #10716]
38035         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
38036         * math/s_cacoshf.c (__cacoshf): Likewise.
38037         * math/s_cacoshl.c (__cacoshl): Likewise.
38038         * math/s_casinh.c (__casinh): Set signs of result from argument.
38039         * math/s_casinhf.c (__casinhf): Likewise.
38040         * math/s_casinhl.c (__casinhl): Likewise.
38041         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
38042         (casinh_test): Add more tests.
38043         * sysdeps/i386/fpu/libm-test-ulps: Update.
38044         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38045
38046 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
38047
38048         * po/zh_TW.po: Update from translation team.
38049
38050         * login/Makefile (distribute): Remove variable.
38051         * catgets/Makefile: Likewise.
38052         * mach/Makefile: Likewise.
38053         * malloc/Makefile: Likewise.
38054         * misc/Makefile: Likewise.
38055         * iconv/Makefile: Likewise.
38056         * nscd/Makefile: Likewise.
38057         * hurd/Makefile: Likewise.
38058         * manual/Makefile: Likewise.
38059         * locale/Makefile: Likewise.
38060         * intl/Makefile: Likewise.
38061         * conform/Makefile: Likewise.
38062         * nss/Makefile: Likewise.
38063         * time/Makefile: Likewise.
38064         * soft-fp/Makefile: Likewise.
38065         * dirent/Makefile: Likewise.
38066         * gmon/Makefile: Likewise.
38067         * po/Makefile: Likewise.
38068         * rt/Makefile: Likewise.
38069         * socket/Makefile: Likewise.
38070         * math/Makefile: Likewise.
38071         * signal/Makefile: Likewise.
38072         * debug/Makefile: Likewise.
38073         * elf/Makefile: Likewise.
38074         * timezone/Makefile: Likewise.
38075         * stdlib/Makefile: Likewise.
38076         * iconvdata/Makefile: Likewise.
38077         * sunrpc/Makefile: Likewise.
38078         * io/Makefile: Likewise.
38079         * argp/Makefile: Likewise.
38080         * inet/Makefile: Likewise.
38081         * hesiod/Makefile: Likewise.
38082         * grp/Makefile: Likewise.
38083         * csu/Makefile: Likewise.
38084         * wctype/Makefile: Likewise.
38085         * crypt/Makefile: Likewise.
38086         * libio/Makefile: Likewise.
38087         * string/Makefile: Likewise.
38088         * nis/Makefile: Likewise.
38089         * resolv/Makefile: Likewise.
38090         * stdio-common/Makefile: Likewise.
38091         * wcsmbs/Makefile: Likewise.
38092         * dlfcn/Makefile: Likewise.
38093         * posix/Makefile: Likewise.
38094
38095         [BZ #6959]
38096         * timezone/Makefile: Don't install timezone files, just the programs
38097         and scripts.
38098
38099 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
38100
38101         * nss/databases.def: Add missing gshadow entry.
38102
38103         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
38104
38105 2012-03-06  Marek Polacek  <polacek@redhat.com>
38106
38107         [BZ #13726]
38108         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
38109         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
38110         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
38111         * stdio-common/tst-long-dbl-fphex.c: New file.
38112
38113 2012-03-06  David S. Miller  <davem@davemloft.net>
38114
38115         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38116         (set_obp_int): New function.
38117         (get_obp_int): New function.
38118         (__get_clockfreq_via_dev_openprom): Likewise.
38119         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
38120         Avoid unused variable warnings on 'val' and use builtin_expect.
38121         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
38122         __builtin_expect.
38123         (INLINE_CLONE_SYSCALL): Likewise.
38124
38125 2012-03-05  David S. Miller  <davem@davemloft.net>
38126
38127         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38128
38129 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
38130
38131         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38132
38133         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
38134         only for |x| >= 40.
38135         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
38136
38137 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
38138
38139         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
38140         Replace gettimeofday with __vdso_gettimeofday.
38141
38142         * sysdeps/unix/sysv/linux/x86_64/init-first.c
38143         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
38144         __vdso_clock_gettime and __vdso_getcpu.
38145
38146         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
38147         time with __vdso_time.
38148
38149 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
38150
38151         * manual/lang.texi (size_t): Note types to which size_t may be
38152         equivalent with the GNU C Library, but do not describe when
38153         differences between them are significant.
38154
38155 2012-03-05  Andreas Jaeger  <aj@suse.de>
38156
38157         * sysdeps/i386/fpu/libm-test-ulps: Update.
38158
38159 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
38160
38161         [BZ #3976]
38162         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
38163         (__ieee754_pow): Save and restore rounding mode and use
38164         round-to-nearest for main computations.
38165         * math/libm-test.inc (pow_test_tonearest): New function.
38166         (pow_test_towardzero): Likewise.
38167         (pow_test_downward): Likewise.
38168         (pow_test_upward): Likewise.
38169         (main): Call the new functions.
38170         * sysdeps/i386/fpu/libm-test-ulps: Update.
38171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38172
38173         [BZ #3976]
38174         * math/libm-test.inc (cosh_test_tonearest): New function.
38175         (cosh_test_towardzero): Likewise.
38176         (cosh_test_downward): Likewise.
38177         (cosh_test_upward): Likewise.
38178         (sinh_test_tonearest): Likewise.
38179         (sinh_test_towardzero): Likewise.
38180         (sinh_test_downward): Likewise.
38181         (sinh_test_upward): Likewise.
38182         (main): Call the new functions.
38183         * sysdeps/i386/fpu/libm-test-ulps: Update.
38184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38185
38186 2012-03-05  Tom de Vries  <tom@codesourcery.com>
38187
38188         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
38189         default stack guard is set in last bytes.
38190         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
38191
38192 2012-03-05  Kees Cook  <keescook@chromium.org>
38193
38194         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
38195
38196         [BZ #13656]
38197         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
38198         possibly allocate from heap instead of stack.
38199         * stdio-common/bug-vfprintf-nargs.c: New file.
38200         * stdio-common/Makefile (tests): Add nargs overflow test.
38201
38202 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
38203
38204         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38205
38206 2012-03-03  Marek Polacek  <polacek@redhat.com>
38207
38208         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
38209         * math/math_private.h: Likewise.
38210         * stdlib/tst-strtod.c: Likewise.
38211         * sysdeps/i386/i486/bits/atomic.h: Likewise.
38212         * sysdeps/x86_64/bits/atomic.h: Likewise.
38213
38214 2012-03-02  David S. Miller  <davem@davemloft.net>
38215
38216         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
38217         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
38218         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
38219         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
38220         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
38221         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
38222         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
38223         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
38224
38225 2012-03-02  Roland McGrath  <roland@hack.frob.com>
38226
38227         [BZ #13792]
38228         * manual/examples/README: New file, says the example source files
38229         can be used under GPL>=2.
38230         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
38231         line containing just "*/".
38232         * manual/examples/add.c: Add copyright header (GPL>=2).
38233         * manual/examples/argp-ex1.c: Likewise.
38234         * manual/examples/argp-ex2.c: Likewise.
38235         * manual/examples/argp-ex3.c: Likewise.
38236         * manual/examples/argp-ex4.c: Likewise.
38237         * manual/examples/atexit.c: Likewise.
38238         * manual/examples/db.c: Likewise.
38239         * manual/examples/dir.c: Likewise.
38240         * manual/examples/dir2.c: Likewise.
38241         * manual/examples/execinfo.c: Likewise.
38242         * manual/examples/filecli.c: Likewise.
38243         * manual/examples/filesrv.c: Likewise.
38244         * manual/examples/fmtmsgexpl.c: Likewise.
38245         * manual/examples/genpass.c: Likewise.
38246         * manual/examples/inetcli.c: Likewise.
38247         * manual/examples/inetsrv.c: Likewise.
38248         * manual/examples/isockad.c: Likewise.
38249         * manual/examples/longopt.c: Likewise.
38250         * manual/examples/memopen.c: Likewise.
38251         * manual/examples/memstrm.c: Likewise.
38252         * manual/examples/mkfsock.c: Likewise.
38253         * manual/examples/mkisock.c: Likewise.
38254         * manual/examples/mygetpass.c: Likewise.
38255         * manual/examples/pipe.c: Likewise.
38256         * manual/examples/popen.c: Likewise.
38257         * manual/examples/rprintf.c: Likewise.
38258         * manual/examples/search.c: Likewise.
38259         * manual/examples/select.c: Likewise.
38260         * manual/examples/setjmp.c: Likewise.
38261         * manual/examples/sigh1.c: Likewise.
38262         * manual/examples/sigusr.c: Likewise.
38263         * manual/examples/stpcpy.c: Likewise.
38264         * manual/examples/strdupa.c: Likewise.
38265         * manual/examples/strftim.c: Likewise.
38266         * manual/examples/strncat.c: Likewise.
38267         * manual/examples/subopt.c: Likewise.
38268         * manual/examples/swapcontext.c: Likewise.
38269         * manual/examples/termios.c: Likewise.
38270         * manual/examples/testopt.c: Likewise.
38271         * manual/examples/testpass.c: Likewise.
38272         * manual/examples/timeval_subtract.c: Likewise.
38273
38274         [BZ #13792]
38275         * manual/time.texi (Elapsed Time): Move timeval_subtract example
38276         function to ...
38277         * manual/timeval_subtract.c.texi: ... here, new file.
38278
38279 2012-03-02  David S. Miller  <davem@davemloft.net>
38280
38281         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
38282
38283 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
38284
38285         [BZ #3976]
38286         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
38287         (__sin): Save and restore rounding mode and use round-to-nearest
38288         for all computations.
38289         (__cos): Save and restore rounding mode and use round-to-nearest
38290         for all computations.
38291         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
38292         <fenv.h>.
38293         (tan): Save and restore rounding mode and use round-to-nearest for
38294         all computations.
38295         * math/libm-test.inc (cos_test_tonearest): New function.
38296         (cos_test_towardzero): Likewise.
38297         (cos_test_downward): Likewise.
38298         (cos_test_upward): Likewise.
38299         (sin_test_tonearest): Likewise.
38300         (sin_test_towardzero): Likewise.
38301         (sin_test_downward): Likewise.
38302         (sin_test_upward): Likewise.
38303         (tan_test_tonearest): Likewise.
38304         (tan_test_towardzero): Likewise.
38305         (tan_test_downward): Likewise.
38306         (tan_test_upward): Likewise.
38307         (main): Call the new functions.
38308         * sysdeps/i386/fpu/libm-test-ulps: Update.
38309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38310
38311         [BZ #10135]
38312         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
38313         small n, then large n, before computing and testing k+n.
38314         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
38315         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
38316         Likewise.
38317         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
38318         Likewise.
38319         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
38320         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
38321         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
38322         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
38323         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
38324         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
38325         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
38326         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
38327         * math/libm-test.inc (scalbn_test): Add more tests.
38328         (scalbln_test): Likewise.
38329
38330         * manual/filesys.texi (mode_t): Describe constraints on size and
38331         signedness, not exact equivalence to a particular type.
38332         (ino_t): Likewise.
38333         (ino64_t): Likewise.
38334         (dev_t): Likewise.
38335         (nlink_t): Likewise.
38336         (blkcnt_t): Likewise.
38337         (blkcnt64_t): Likewise.
38338         * manual/llio.texi (off_t): Likewise.
38339
38340         [BZ #3976]
38341         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
38342         (__ieee754_exp): Save and restore rounding mode and use
38343         round-to-nearest for all computations.
38344         * math/libm-test.inc (exp_test_tonearest): New function.
38345         (exp_test_towardzero): Likewise.
38346         (exp_test_downward): Likewise.
38347         (exp_test_upward): Likewise.
38348         (main): Call the new functions.
38349         * sysdeps/i386/fpu/libm-test-ulps: Update.
38350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38351
38352 2012-03-01  Chris Demetriou  <cgd@google.com>
38353
38354         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
38355         have predictable order.
38356
38357 2012-03-01  David S. Miller  <davem@davemloft.net>
38358
38359         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
38360
38361         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
38362         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
38363         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
38364         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
38365
38366         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
38367         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
38368         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
38369         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
38370         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
38371         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
38372         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
38373         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
38374         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
38375
38376         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38377
38378         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
38379         * sysdeps/sparc/fpu/libm-test-ulps: to here.
38380         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
38381
38382         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
38383         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
38384         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
38385         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
38386         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
38387         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
38388         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
38389         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
38390         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
38391         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
38392         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
38393         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
38394         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
38395         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
38396         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
38397         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38398         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
38399         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
38400         * sysdeps/sparc/elf/configure: Regenerated.
38401
38402 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
38403
38404         * configure.in (AS, LD): Require binutils 2.20 or later.
38405         * configure: Regenerated.
38406         * manual/install.texi (Tools for Compilation): Give binutils 2.20
38407         as required minimum version.
38408         * INSTALL: Regenerated.
38409
38410         [BZ #2541]
38411         [BZ #4108]
38412         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
38413         before squaring exponent.
38414         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
38415         bottom long double and 27 bits of top long double before squaring
38416         exponent.
38417         * math/libm-test.inc (erfc_test): Add more tests.
38418         * sysdeps/i386/fpu/libm-test-ulps: Update.
38419         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38420         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38421
38422 2012-03-01  Kai Tietz  <ktietz@redhat.com>
38423
38424         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
38425         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
38426         containing bit-fields.
38427         * soft-fp/extended.h (_FP_UNION_E): Likewise.
38428         * soft-fp/single.h (_FP_UNION_S): Likewise.
38429         * soft-fp/double.h (_FP_UNION_D): Likewise.
38430
38431 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
38432
38433         [BZ #13786]
38434         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
38435         not include ../strcmp.S.
38436         [USE_AS_STRNCASECMP_L]: Likewise.
38437         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
38438         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
38439         * sysdeps/i386/i686/multiarch/strncase_l-c.c
38440         (__strncasecmp_l_ia32): Define as alias to
38441         __strncasecmp_l_nonascii.
38442
38443         [BZ #5794]
38444         * math/libm-test.inc (expm1_test): Add test for bug 5794.
38445         * sysdeps/i386/fpu/libm-test-ulps: Update.
38446         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38447
38448         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
38449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38450
38451 2012-02-29  Jeff Law  <law@redhat.com>
38452
38453         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
38454         out of bounds read.
38455
38456 2012-02-29  Marek Polacek  <polacek@redhat.com>
38457
38458         [BZ #13706]
38459         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
38460         * elf/Makefile: Add rules to run tst-unused-dep.out.
38461
38462 2012-02-28  David S. Miller  <davem@davemloft.net>
38463
38464         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
38465         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
38466         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
38467         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
38468         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
38469         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
38470
38471 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
38472
38473         * math/libm-test.inc (llround_test): Move one test from
38474         lround_test.  Use TEST_f_L in moved test.
38475         (lround_test): Move misplaced test to llround_test.  Add testcase
38476         from bug 2561.
38477
38478 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
38479
38480         * sysdeps/x86_64/fpu/e_expf.S: New file.
38481         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
38482
38483 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
38484
38485         [BZ #13637]
38486         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
38487         of remain_len that may cause incomplete multi-byte character and
38488         false match.
38489         * posix/bug-regex33.c: New file.
38490         * posix/Makefile (tests): Add bug-regex33.
38491
38492 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
38493
38494         * manual/macros.texi: New file.
38495         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
38496         * manual/libc.texinfo: Include macros.texi.
38497         * manual/creatute.texi: Likewise.
38498         * manual/install.texi: Likewise.
38499         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
38500         @glibcadj{} in references to the GNU C Library.
38501         * manual/charset.texi: Likewise.
38502         * manual/conf.texi: Likewise.
38503         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
38504         when not using those macros.
38505         * manual/creature.texi: Likewise.
38506         * manual/crypt.texi: Likewise.
38507         * manual/errno.texi: Likewise.
38508         * manual/filesys.texi: Likewise.
38509         * manual/header.texi: Likewise.
38510         * manual/install.texi: Likewise.
38511         * manual/intro.texi: Likewise.
38512         * manual/io.texi: Likewise.
38513         * manual/job.texi: Likewise.
38514         * manual/lang.texi: Likewise.
38515         * manual/libc.texiinfo: Likewise.
38516         * manual/llio.texi: Likewise.
38517         * manual/locale.texi: Likewise.
38518         * manual/maint.texi: Likewise.
38519         * manual/math.texi: Likewise.
38520         * manual/memory.texi: Likewise.
38521         * manual/message.texi: Likewise.
38522         * manual/nss.texi: Likewise.
38523         * manual/pattern.texi: Likewise.
38524         * manual/process.texi: Likewise.
38525         * manual/resource.texi: Likewise.
38526         * manual/search.texi: Likewise.
38527         * manual/setjmp.texi: Likewise.
38528         * manual/signal.texi: Likewise.
38529         * manual/socket.texi: Likewise.
38530         * manual/startup.texi: Likewise.
38531         * manual/stdio.texi: Likewise.
38532         * manual/string.texi: Likewise.
38533         * manual/sysinfo.texi: Likewise.
38534         * manual/syslog.texi: Likewise.
38535         * manual/terminal.texi: Likewise.
38536         * manual/time.texi: Likewise.
38537         * manual/users.texi: Likewise.
38538         * INSTALL: Regenerated.
38539         * NOTES: Regenerated.
38540         * sysdeps/gnu/errlist.c: Regenerated.
38541
38542 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
38543
38544         * include/dirent.h: Include <dirstream.h> before
38545         <dirent/dirent.h>.
38546
38547 2012-02-28  David S. Miller  <davem@davemloft.net>
38548
38549         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
38550         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
38551         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
38552         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
38553
38554 2012-02-27  David S. Miller  <davem@davemloft.net>
38555
38556         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
38557         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
38558         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
38559         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
38560
38561         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
38562         frame pointer instead of stack pointer relative arg slot.
38563         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
38564         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
38565         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
38566
38567 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
38568
38569         [BZ #3992]
38570         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
38571
38572 2012-02-27  David S. Miller  <davem@davemloft.net>
38573
38574         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
38575         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
38576         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38577         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
38578         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
38579         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
38580         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
38581         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
38582
38583 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
38584
38585         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
38586         later.  Allow versions 5-9.
38587         * configure: Regenerated.
38588         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
38589         required minimum version and 4.6 as recommended version.  Do not
38590         mention bugs in GCC 2.7 and 2.8.
38591         * INSTALL: Regenerated.
38592
38593 2012-02-27  David S. Miller  <davem@davemloft.net>
38594
38595         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
38596         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
38597         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
38598         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
38599         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
38600         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
38601         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
38602         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
38603
38604         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
38605         manipulate bits before adding and subtracting TWO112[sx].
38606         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
38607
38608 2012-02-27  Roland McGrath  <roland@hack.frob.com>
38609
38610         [BZ #13775]
38611         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
38612         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
38613         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
38614         being in POSIX, because they are in 1003.1-2008.
38615
38616         * rt/tst-aio.c: Include <fcntl.h>.
38617         * rt/tst-aio7.c: Likewise.
38618         * rt/tst-aio64.c: Likewise.
38619
38620         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
38621
38622 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
38623
38624         * manual/install.texi (--with-headers): Describe headers as
38625         interface headers, not private headers.
38626         (Specific advice for GNU/Linux systems): Describe use of headers
38627         from "make headers_install", not private headers from older
38628         kernels.
38629         * INSTALL: Regenerated.
38630         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
38631         Change to 2.6.19.
38632         * sysdeps/unix/sysv/linux/configure: Regenerated.
38633
38634         * manual/llio.texi (fclean): Remove documentation.
38635
38636         * manual/Makefile (libc-texi-generated): New variable.  Include
38637         version.texi.
38638         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
38639         $(libc-texi-generated), not duplicated list of files.
38640         (version.texi, stamp-version): New rules.
38641         (realclean): Remove $(libc-texi-generated), not individual files
38642         from that list.  Do not remove dir-add.texinfo.
38643         * manual/libc.texinfo: Comment out uses of edition numbers and
38644         references to printed manual.  Remove last-updated dates.
38645         (EDITION): Comment out.
38646         (ISBN): Likewise.
38647         (VERSION, UPDATED): Remove.
38648         (version.texi): Include.
38649
38650 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
38651
38652         * sysdeps/posix/spawni.c: Include <signal.h>.
38653         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
38654         * sysdeps/pthread/aio_fsync.c: Likewise.
38655
38656 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
38657
38658         * conform/Makefile (tests): Run only when not cross-compiling and
38659         when fast-check is not defined.
38660
38661         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
38662         * conform/data/limits.h-data: Fixes for POSIX2008.
38663         * conform/run-conformtest.sh: Run all tests.
38664         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
38665         headers.
38666         * include/bits/dlfcn.h: Likewise.
38667         * include/langinfo.h: Likewise.
38668         * include/monetary.h: Likewise.
38669         * include/sys/poll.h: Likewise.
38670
38671         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
38672         for __USE_GNU.
38673         * posix/spawn.h: Define __need_sigset_t.
38674         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
38675         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
38676         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
38677         to get sigevent_t only.
38678         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
38679         only for __USE_GNU.
38680         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
38681         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
38682         process_vm_writev only for __USE_GNU.
38683         * termios/termios.h: Declare tcgetsid also for POSIX2008.
38684
38685         * conform/Makefile: For now ignore errors from run-conformtest.
38686         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
38687         POSIX to avoid namespace pollution.  Don't prepend headers.
38688         * conform/data/aio.h-data: Fixes for POSIX testing.
38689         * conform/data/fcntl.h-data: Likewise.
38690         * conform/data/glob.h-data: Likewise.
38691         * conform/data/grp.h-data: Likewise.
38692         * conform/data/pthread.h-data: Likewise.
38693         * conform/data/pwd.h-data: Likewise.
38694         * conform/data/signal.h-data: Likewise.
38695         * conform/data/spawn.h-data: Likewise.
38696         * conform/data/stdio.h-data: Likewise.
38697         * conform/data/stdlib.h-data: Likewise.
38698         * conform/data/stropts.h-data: Likewise.
38699         * conform/data/sys/mman.h-data: Likewise.
38700         * conform/data/sys/stat.h-data: Likewise.
38701         * conform/data/sys/types.h-data: Likewise.
38702         * conform/data/sys/wait.h-data: Likewise.
38703         * conform/data/time.h-data: Likewise.
38704         * conform/data/unistd.h-data: Likewise.
38705         * conform/data/utime.h-data: Likewise.
38706
38707         * io/sys/stat.h: fchmod was always in POSIX.
38708         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
38709         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
38710         * rt/aio.h: Define __need_timespec before including <time.h>.
38711         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
38712         struct.  Add forward declaration of pthread_attr_t and use it in
38713         sigevent.
38714         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
38715         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
38716         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
38717         always remove CLK_TCK definition.
38718
38719 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
38720
38721         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
38722
38723 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
38724
38725         * conform/run-conformtest.sh: New file.
38726         * conform/Makefile: Run run-conformtest for tests.
38727         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
38728         support.
38729
38730         * conform/data/uchar.h-data: New file.
38731         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
38732         * conform/data/arpa/inet.h-data: Likewise.
38733         * conform/data/assert.h-data: Likewise.
38734         * conform/data/complex.h-data: Likewise.
38735         * conform/data/cpio.h-data: Likewise.
38736         * conform/data/ctype.h-data: Likewise.
38737         * conform/data/dirent.h-data: Likewise.
38738         * conform/data/dlfcn.h-data: Likewise.
38739         * conform/data/errno.h-data: Likewise.
38740         * conform/data/fcntl.h-data: Likewise.
38741         * conform/data/float.h-data: Likewise.
38742         * conform/data/fmtmsg.h-data: Likewise.
38743         * conform/data/fnmatch.h-data: Likewise.
38744         * conform/data/ftw.h-data: Likewise.
38745         * conform/data/glob.h-data: Likewise.
38746         * conform/data/grp.h-data: Likewise.
38747         * conform/data/iconv.h-data: Likewise.
38748         * conform/data/inttypes.h-data: Likewise.
38749         * conform/data/langinfo.h-data: Likewise.
38750         * conform/data/libgen.h-data: Likewise.
38751         * conform/data/limits.h-data: Likewise.
38752         * conform/data/locale.h-data: Likewise.
38753         * conform/data/math.h-data: Likewise.
38754         * conform/data/monetary.h-data: Likewise.
38755         * conform/data/mqueue.h-data: Likewise.
38756         * conform/data/ndbm.h-data: Likewise.
38757         * conform/data/net/if.h-data: Likewise.
38758         * conform/data/netdb.h-data: Likewise.
38759         * conform/data/netinet/in.h-data: Likewise.
38760         * conform/data/nl_types.h-data: Likewise.
38761         * conform/data/poll.h-data: Likewise.
38762         * conform/data/pthread.h-data: Likewise.
38763         * conform/data/pwd.h-data: Likewise.
38764         * conform/data/regex.h-data: Likewise.
38765         * conform/data/sched.h-data: Likewise.
38766         * conform/data/search.h-data: Likewise.
38767         * conform/data/semaphore.h-data: Likewise.
38768         * conform/data/setjmp.h-data: Likewise.
38769         * conform/data/signal.h-data: Likewise.
38770         * conform/data/spawn.h-data: Likewise.
38771         * conform/data/stdarg.h-data: Likewise.
38772         * conform/data/stdio.h-data: Likewise.
38773         * conform/data/stdlib.h-data: Likewise.
38774         * conform/data/string.h-data: Likewise.
38775         * conform/data/strings.h-data: Likewise.
38776         * conform/data/stropts.h-data: Likewise.
38777         * conform/data/sys/ipc.h-data: Likewise.
38778         * conform/data/sys/mman.h-data: Likewise.
38779         * conform/data/sys/msg.h-data: Likewise.
38780         * conform/data/sys/resource.h-data: Likewise.
38781         * conform/data/sys/select.h-data: Likewise.
38782         * conform/data/sys/sem.h-data: Likewise.
38783         * conform/data/sys/shm.h-data: Likewise.
38784         * conform/data/sys/socket.h-data: Likewise.
38785         * conform/data/sys/stat.h-data: Likewise.
38786         * conform/data/sys/statvfs.h-data: Likewise.
38787         * conform/data/sys/time.h-data: Likewise.
38788         * conform/data/sys/timeb.h-data: Likewise.
38789         * conform/data/sys/times.h-data: Likewise.
38790         * conform/data/sys/types.h-data: Likewise.
38791         * conform/data/sys/uio.h-data: Likewise.
38792         * conform/data/sys/un.h-data: Likewise.
38793         * conform/data/sys/utsname.h-data: Likewise.
38794         * conform/data/sys/wait.h-data: Likewise.
38795         * conform/data/syslog.h-data: Likewise.
38796         * conform/data/tar.h-data: Likewise.
38797         * conform/data/termios.h-data: Likewise.
38798         * conform/data/utime.h-data: Likewise.
38799         * conform/data/utmpx.h-data: Likewise.
38800         * conform/data/varargs.h-data: Likewise.
38801         * conform/data/wchar.h-data: Likewise.
38802         * conform/data/wctype.h-data: Likewise.
38803         * conform/data/wordexp.h-data: Likewise.
38804
38805         * include/stropts.h: New file.
38806         * include/uchar.h: New file.
38807         * include/aio.h: Changes to allow conformtest.pl to use the headers.
38808         * include/assert.h: Likewise.
38809         * include/ctype.h: Likewise.
38810         * include/dirent.h: Likewise.
38811         * include/dlfcn.h: Likewise.
38812         * include/fcntl.h: Likewise.
38813         * include/fnmatch.h: Likewise.
38814         * include/glob.h: Likewise.
38815         * include/grp.h: Likewise.
38816         * include/libio.h: Likewise.
38817         * include/locale.h: Likewise.
38818         * include/math.h: Likewise.
38819         * include/net/if.h: Likewise.
38820         * include/netdb.h: Likewise.
38821         * include/netinet/in.h: Likewise.
38822         * include/pthread.h: Likewise.
38823         * include/pwd.h: Likewise.
38824         * include/regex.h: Likewise.
38825         * include/sched.h: Likewise.
38826         * include/search.h: Likewise.
38827         * include/setjmp.h: Likewise.
38828         * include/signal.h: Likewise.
38829         * include/stdio.h: Likewise.
38830         * include/stdlib.h: Likewise.
38831         * include/string.h: Likewise.
38832         * include/sys/cdefs.h: Likewise.
38833         * include/sys/mman.h: Likewise.
38834         * include/sys/msg.h: Likewise.
38835         * include/sys/resource.h: Likewise.
38836         * include/sys/select.h: Likewise.
38837         * include/sys/socket.h: Likewise.
38838         * include/sys/stat.h: Likewise.
38839         * include/sys/statvfs.h: Likewise.
38840         * include/sys/time.h: Likewise.
38841         * include/sys/times.h: Likewise.
38842         * include/sys/uio.h: Likewise.
38843         * include/sys/utsname.h: Likewise.
38844         * include/sys/wait.h: Likewise.
38845         * include/termios.h: Likewise.
38846         * include/time.h: Likewise.
38847         * include/ulimit.h: Likewise.
38848         * include/unistd.h: Likewise.
38849         * include/utime.h: Likewise.
38850         * include/wchar.h: Likewise.
38851         * include/wctype.h: Likewise.
38852         * include/wordexp.h: Likewise.
38853
38854         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
38855
38856         * time/time.h: TIME_UTC must be a macro.
38857         Make timespec_get available for ISO C11 only as well.
38858
38859 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
38860
38861         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
38862         Reported by Peng Haitao <penght@cn.fujitsu.com>.
38863
38864 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
38865
38866         * configure.in: Use -o not -a in test for unsupported multi-arch.
38867
38868 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
38869
38870         * manual/texinfo.tex: Update to version 2012-01-19.16.
38871
38872 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
38873
38874         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
38875
38876 2012-02-24  Roland McGrath  <roland@hack.frob.com>
38877
38878         [BZ #13738]
38879         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
38880         * manual/fdl-1.3.texi: New file.
38881         * manual/fdl-1.1.texi: File removed.
38882
38883         [BZ #13738]
38884         * manual/libc.texinfo (FDL_VERSION): New @set.
38885         Use it for mention of FDL in cover text.
38886         (Documentation License): Use it in @include file name.
38887
38888 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
38889             Roland McGrath  <roland@hack.frob.com>
38890
38891         [BZ #5461]
38892         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
38893         (not LONG_LONG_MAX and LONG_LONG_MIN.
38894         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
38895         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
38896         name.
38897         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
38898
38899 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
38900
38901         [BZ #2547]
38902         [BZ #11365]
38903         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
38904         manipulate bits before adding and subtracting TWO23[sx].
38905         * math/libm-test.inc (nearbyint_test): Add more tests.
38906
38907 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
38908
38909         [BZ #2548]
38910         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
38911         bits before adding and subtracting TWO23[sx].
38912         * math/libm-test.inc (rint_test): Add more tests.
38913         (rint_test_tonearest): Likewise.
38914         (rint_test_towardzero): Likewise.
38915         (rint_test_downward): Likewise.
38916         (rint_test_upward: Likewise.
38917
38918 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
38919
38920         [BZ #10110]
38921         * include/stdc-predef.h: New file.  Extracted from features.h.
38922         * include/features.h: Include stdc-predef.h.
38923         * Makefile (headers): Add stdc-predef.h.
38924         * CONFORMANCE (Compiler limitations): Update.
38925
38926 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
38927
38928         * manual/libc.texinfo (VERSION, UPDATED): Revert.
38929
38930 2012-02-21  David S. Miller  <davem@davemloft.net>
38931
38932         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
38933         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
38934
38935 2012-02-20  David S. Miller  <davem@davemloft.net>
38936
38937         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
38938         using a normal save/restore sequence, rather than allocating a
38939         dummy stack frame just to store a frame pointer and restore.
38940         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
38941
38942 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
38943
38944         * manual/install.texi: Fix stray word in line-wrapped comment.
38945
38946 2012-02-20  David S. Miller  <davem@davemloft.net>
38947
38948         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
38949         both binutils and gcc support GOTDATA.
38950
38951         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
38952         "rd %pc" in the PIC register setup sequences.
38953
38954         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
38955         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
38956         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
38957         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
38958         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
38959         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
38960         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
38961         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
38962         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
38963         (SYSCALL_ERROR_HANDLER): Likewise.
38964         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
38965         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
38966         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
38967         (SYSCALL_ERROR_HANDLER): Likewise.
38968
38969         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
38970         (HAVE_GCC_GOTDATA): New.
38971         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
38972         relocation support in both binutils and gcc.
38973         * sysdeps/sparc/elf/configure: Regenerate.
38974
38975         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
38976         * sysdeps/sparc/sparc32/elf/configure: Delete.
38977         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
38978         * sysdeps/sparc/sparc64/elf/configure: Delete.
38979         * sysdeps/sparc/elf/configure.in: New file.
38980         * sysdeps/sparc/elf/configure: Generate.
38981
38982         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
38983         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
38984         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
38985         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
38986         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
38987
38988 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
38989
38990         * manual/install.texi: Do not mention specific glibc version
38991         numbers.
38992         * manual/libc.texinfo (VERSION, UPDATED): Update.
38993         (@copying): Use @copyright{} and range of years.
38994
38995 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
38996
38997         [BZ #13695]
38998         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
38999         [crti.S not in sysdirs] (generated): Do not append.
39000         [crti.S not in sysdirs] (omit-deps): Likewise.
39001         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
39002         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
39003         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
39004         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
39005         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
39006         Likewise.
39007         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
39008         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
39009         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
39010         * csu/defs.awk: Remove file.
39011         * sysdeps/generic/initfini.c: Likewise.
39012         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
39013         variable.
39014         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
39015         Likewise.
39016
39017 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
39018
39019         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
39020         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
39021         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
39022         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
39023         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
39024         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
39025         <bits/epoll.h>.
39026         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
39027         (__EPOLL_PACKED): Define to empty if not defined by
39028         <bits/epoll.h>.
39029         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
39030         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39031         bits/epoll.h.
39032
39033 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
39034
39035         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
39036         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
39037         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
39038         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
39039         <bits/timerfd.h>.
39040         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
39041         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39042         bits/timerfd.h.
39043
39044 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
39045
39046         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
39047         in C locale.
39048         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39049         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
39050         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
39051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39052
39053 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
39054
39055         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
39056         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
39057
39058 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
39059
39060         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
39061         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
39062         defined.
39063         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
39064         Likewise.
39065         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
39066         entry for 2.16.
39067
39068 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
39069
39070         * math/w_acos.c: Use non-signaling floating-point comparisons.
39071         * math/w_acosf.c: Likewise.
39072         * math/w_acosh.c: Likewise.
39073         * math/w_acoshf.c: Likewise.
39074         * math/w_acoshl.c: Likewise.
39075         * math/w_acosl.c: Likewise.
39076         * math/w_asin.c: Likewise.
39077         * math/w_asinf.c: Likewise.
39078         * math/w_asinl.c: Likewise.
39079         * math/w_atanh.c: Likewise.
39080         * math/w_atanhf.c: Likewise.
39081         * math/w_atanhl.c: Likewise.
39082         * math/w_exp2.c: Likewise.
39083         * math/w_exp2f.c: Likewise.
39084         * math/w_exp2l.c: Likewise.
39085         * math/w_j0.c: Likewise.
39086         * math/w_j0f.c: Likewise.
39087         * math/w_j0l.c: Likewise.
39088         * math/w_j1.c: Likewise.
39089         * math/w_j1f.c: Likewise.
39090         * math/w_j1l.c: Likewise.
39091         * math/w_jn.c: Likewise.
39092         * math/w_jnf.c: Likewise.
39093         * math/w_log.c: Likewise.
39094         * math/w_log10.c: Likewise.
39095         * math/w_log10f.c: Likewise.
39096         * math/w_log10l.c: Likewise.
39097         * math/w_log2.c: Likewise.
39098         * math/w_log2f.c: Likewise.
39099         * math/w_log2l.c: Likewise.
39100         * math/w_logf.c: Likewise.
39101         * math/w_logl.c: Likewise.
39102         * math/w_sqrt.c: Likewise.
39103         * math/w_sqrtf.c: Likewise.
39104         * math/w_sqrtl.c: Likewise.
39105         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
39106         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
39107         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
39108         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
39109         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
39110
39111 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
39112
39113         [BZ #9739]
39114         * manual/string.texi (strnlen): Use correct parameter name in
39115         equivalent expression.
39116
39117 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
39118
39119         [BZ #11174]
39120         * manual/users.texi (seteuid): Consistently use neweuid for
39121         argument name.
39122
39123 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
39124
39125         [BZ #13704]
39126         * manual/nss.texi (Services in the NSS configuration): Correct
39127         list of services in example configuration file.
39128
39129 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
39130
39131         [BZ #11322]
39132         * manual/arith.texi: Remove statements about negative zero
39133         behaving identically to zero.
39134
39135 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
39136
39137         [BZ #5993]
39138         * manual/install.texi: Do not document upgrading from libc5.
39139
39140 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
39141
39142         [BZ #4596]
39143         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
39144
39145 2012-02-18  David S. Miller  <davem@davemloft.net>
39146
39147         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
39148         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
39149         %o7 across the call.
39150         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
39151         instead.
39152         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
39153         SETUP_PIC_REG_LEAF.
39154         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39155         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
39156         * sysdeps/sparc/crtn.S: Likewise.
39157
39158 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
39159
39160         * aout/Makefile: Remove.
39161
39162 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
39163
39164         [BZ #13058]
39165         * manual/examples/argp-ex1.c (main): Format definition in GNU
39166         style.
39167         * manual/examples/argp-ex2.c (main): Likewise.
39168         * manual/examples/argp-ex3.c (main): Likewise.
39169         * manual/examples/argp-ex4.c (main): Likewise.
39170         * manual/examples/longopt.c (main): Use new-style prototype
39171         definition.
39172         * manual/examples/strncat.c (main): Specify return type and use
39173         (void) for arguments.
39174         * manual/examples/subopt.c (main): Use char **argv argument.
39175
39176 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
39177
39178         [BZ #5077]
39179         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
39180         rounding modes.
39181
39182 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
39183
39184         [BZ #6907]
39185         * manual/string.texi (strchr): Change when strchrnul is
39186         recommended.
39187
39188 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
39189
39190         [BZ #174]
39191         * manual/locale.texi (setlocale): Document LOCPATH.
39192
39193 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
39194
39195         [BZ #10210]
39196         * manual/process.texi (execle): Move @dots{} before last argument.
39197
39198 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
39199
39200         [BZ #12047]
39201         * manual/charset.texi (Generic Charset Conversion): Fix typo
39202         (LC_TYPE -> LC_CTYPE).
39203
39204 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
39205
39206         [BZ #5805]
39207         * manual/arith.texi (scalbn): Use @var{} on parameter names.
39208         (scalbnf): Likewise.
39209         (scalbnl): Likewise.
39210         (scalbln): Likewise.
39211         (scalblnf): Likewise.
39212         (scalblnl): Likewise.
39213         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
39214         (vwarnx): Likewise.
39215         (verr): Likewise.
39216         (verrx): Likewise.
39217         * manual/filesys.texi (telldir): Use braces around return type.
39218         * manual/llio.texi (mmap): Add space after comma.
39219         (mmap64): Likewise.
39220         * manual/math.texi (jn): Use @var{} on parameter names.
39221         (jnf): Likewise.
39222         (jnl): Likewise.
39223         (yn): Likewise.
39224         (ynf): Likewise.
39225         (ynl): Likewise.
39226         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
39227         line.
39228         * manual/resource.texi (ulimit): Use @dots{} instead of literal
39229         "...".
39230         (sched_get_priority_min): Remove semicolon on @deftypefun line.
39231         (sched_get_priority_max): Likewise.
39232         * manual/signal.texi (sigvec): Add space after comma.
39233         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
39234         names.
39235         (if_indextoname): Likewise.
39236         (if_freenameindex): Likewise.
39237         (sendto): Use ',' instead of '.' in prototype.
39238         * manual/startup.texi (syscall): Use @dots{} instead of literal
39239         "...".
39240         * manual/stdio.texi (__fpending): Separate initial words of
39241         paragraph from @deftypefun line.
39242         * manual/syslog.texi (syslog): Use @dots{} instead of literal
39243         "...".
39244         (vsyslog): Use @var{} on parameter names.
39245         * manual/terminal.texi (stty): Use @var{} on parameter names.
39246         * manual/users.texi (getutmp): Use @var{} on parameter names.
39247         (getutmpx): Likewise.
39248
39249 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
39250
39251         [BZ #6884]
39252         * manual/stdio.texi (fopen): Fix typos in description of
39253         ",ccs=STRING".
39254
39255 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
39256
39257         [BZ #4026]
39258         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
39259         get clock_id definition.
39260
39261 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
39262
39263         [BZ #4822]
39264         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
39265         (madvise): Cast every argument to void on its own.
39266
39267 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
39268
39269         [BZ #9902]
39270         * manual/startup.texi (Exit Status): Fix typo.
39271
39272 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
39273
39274         [BZ #10140]
39275         * manual/examples/argp-ex1.c: Include <stdlib.h>.
39276         * manual/examples/argp-ex2.c: Likewise.
39277         * manual/examples/argp-ex3.c: Likewise.
39278
39279 2012-02-16  Richard Henderson  <rth@redhat.com>
39280
39281         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
39282         * sysdeps/s390/s390-32/initfini.c: Remove.
39283         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
39284         * sysdeps/s390/s390-64/initfini.c: Remove.
39285
39286 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39287
39288         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
39289         compiler output for sysdeps/generic/initfini.c.
39290         * sysdeps/sh/elf/initfini.c: Remove file.
39291
39292 2012-02-16  David S. Miller  <davem@davemloft.net>
39293
39294         [BZ #11494]
39295         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
39296
39297         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
39298         * sysdeps/sparc/crti.S: New file.
39299         * sysdeps/sparc/crtn.S: New file.
39300         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
39301         * sysdeps/sparc/sparc64/Makefile: Likewise.
39302
39303 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
39304
39305         [BZ #3335]
39306         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
39307
39308 2012-02-15  Roland McGrath  <roland@hack.frob.com>
39309
39310         [BZ #4822]
39311         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
39312
39313         * mach/devstream.c (cookie_io_functions_t): Macro removed.
39314         (write, read, close): Likewise.
39315         Patch by Aurelien Jarno <aurelien@aurel32.net>.
39316
39317 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
39318
39319         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
39320         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
39321         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
39322         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
39323         <bits/signalfd.h>.
39324         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
39325         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39326         bits/signalfd.h.
39327
39328 2012-02-14  Marek Polacek  <polacek@redhat.com>
39329
39330         * sysdeps/x86_64/crti.S: New file.
39331         * sysdeps/x86_64/crtn.S: New file.
39332         * sysdeps/x86_64/elf/initfini.c: Remove file.
39333
39334 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
39335
39336         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
39337         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
39338         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
39339         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
39340         <bits/inotify.h>.
39341         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
39342         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39343         bits/inotify.h.
39344
39345 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
39346
39347         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
39348         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
39349         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
39350         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
39351         <bits/eventfd.h>.
39352         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
39353         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39354         bits/eventfd.h.
39355
39356 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
39357
39358         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
39359         __feraiseexcept instead of feraiseexcept.
39360
39361         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
39362         nanosleep invocations.
39363         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
39364         strings, and add error checking for a nanosleep invocations.
39365
39366 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
39367
39368         Replace FSF snail mail address with URLs, as per GNU coding standards.
39369         Most of the snail mail addresses were wrong anyway, and omitting
39370         them makes the source code easier to maintain.  Almost all of the
39371         changes are to license notices and to locale LC_IDENTIFICATION
39372         addresses, except for this one:
39373         * manual/libc.texinfo: In "Published by", give the FSF's URL,
39374         not its snail mail address.
39375
39376 2012-02-09  Richard Henderson  <rth@twiddle.net>
39377
39378         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
39379         of kernel-features.h.
39380
39381         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
39382
39383 2012-02-08  Marek Polacek  <polacek@redhat.com>
39384
39385         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
39386         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
39387         * sysdeps/gnu/_G_config.h: Likewise.
39388         * sysdeps/generic/_G_config.h: Likewise.
39389
39390 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
39391
39392         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
39393         tests.
39394         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39395
39396         * sysdeps/powerpc/powerpc32/crti.S: New file.
39397         * sysdeps/powerpc/powerpc32/crtn.S: New file.
39398         * sysdeps/powerpc/powerpc64/crti.S: New file.
39399         * sysdeps/powerpc/powerpc64/crtn.S: New file.
39400
39401         * Makeconfig (have-initfini): Don't set.
39402         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
39403         * configure.in (nopic_initfini): Don't substitute.
39404         * config.h.in (HAVE_INITFINI): Don't #undef.
39405         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
39406         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
39407
39408 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
39409
39410         Support crti.S and crtn.S provided directly by architectures.
39411         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
39412         [crti.S in sysdirs] (omit-deps): Likewise.
39413         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
39414         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
39415         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
39416         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
39417         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
39418         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
39419         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
39420         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
39421         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
39422         compiler output for sysdeps/generic/initfini.c.
39423         * sysdeps/i386/elf/Makefile: Remove file.
39424         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
39425
39426 2012-02-07  Marek Polacek  <polacek@redhat.com>
39427
39428         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
39429         * sysdeps/gnu/_G_config.h: Likewise.
39430         * sysdeps/mach/hurd/_G_config.h: Likewise.
39431
39432 2012-02-07  Marek Polacek  <polacek@redhat.com>
39433
39434         * math/Makefile (tests): Add tst-CMPLX2.
39435         * math/tst-CMPLX2.c: New file.
39436
39437 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
39438
39439         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
39440
39441         * math/libm-test.inc (jn_test): Add missing L suffix.
39442
39443 2012-02-06  Marek Polacek  <polacek@redhat.com>
39444
39445         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
39446         * sysdeps/i386/fpu/e_powf.S: Likewise.
39447         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39448         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39449         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39450         * sysdeps/i386/fpu/e_pow.S: Likewise.
39451         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39452         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39453         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39454         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39455         * sysdeps/i386/fpu/e_log2.S: Likewise.
39456         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39457         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39458         * sysdeps/i386/fpu/e_powl.S: Likewise.
39459         * sysdeps/i386/fpu/s_log1p.S: Likewise.
39460         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39461         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39462         * sysdeps/i386/fpu/e_logl.S: Likewise.
39463         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39464         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
39465         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39466         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39467         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39468         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39469         * sysdeps/i386/fpu/e_log.S: Likewise.
39470         * sysdeps/i386/fpu/s_cexp.S: Likewise.
39471         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39472         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
39473         * sysdeps/i386/fpu/e_logf.S: Likewise.
39474         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39475         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39476         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
39477         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39478         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39479         * sysdeps/i386/fpu/e_log10.S: Likewise.
39480         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39481         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39482         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39483         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39484         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39485         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39486         * sysdeps/i386/asm-syntax.h: Likewise.
39487         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39488         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39489         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39490         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
39491         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
39492         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39493         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39494         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39495         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39496         * sysdeps/powerpc/sysdep.h: Likewise.
39497         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
39498         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39499
39500 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
39501
39502         [BZ #411]
39503         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
39504
39505 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
39506
39507         * sysdeps/i386/sysdep.h: Include <features.h>.
39508         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
39509         version.
39510
39511 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
39512
39513         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
39514         Define.
39515         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
39516         LOAD_PIC_REG_STR.
39517
39518 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
39519
39520         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
39521         (SETUP_PIC_REG): Use GET_PC_THUNK.
39522         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
39523         macro.
39524
39525 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
39526
39527         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
39528         for non-PIC compilation.
39529         (SETUP_PIC_REG): Add .p2align directive.
39530         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
39531         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
39532         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
39533         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
39534         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
39535         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
39536         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
39537         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
39538         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
39539         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
39540         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
39541         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
39542         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
39543         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
39544         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
39545         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
39546         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
39547         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
39548         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
39549         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
39550         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
39551         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
39552         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
39553         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
39554         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
39555         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
39556         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
39557         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
39558         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
39559         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
39560         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
39561         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
39562         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
39563         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
39564         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
39565         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
39566         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
39567         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
39568         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
39569         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
39570         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
39571
39572 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
39573
39574         * math/tst-CMPLX.c: Include <stdio.h>.
39575
39576 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
39577
39578         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
39579         float.
39580         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
39581         * sysdeps/sparc/bits/mathdef.h: Likewise.
39582
39583 2012-01-31  Marek Polacek  <polacek@redhat.com>
39584
39585         * libio/libio.h: Don't define _PARAMS.
39586         * locale/programs/config.h: Don't define PARAMS.
39587         * stdlib/strtol_l.c: Likewise.
39588         (__strtol_l): Remove PARAMS from the prototype.
39589
39590 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
39591
39592         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
39593         names.  Just use the correct names.  Remove unnecessary wrapper
39594         functions.
39595         * malloc/arena.c: Likewise.
39596         * malloc/hooks.c: Likewise.
39597
39598         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
39599         ARENA_TEST says not to.  Simplify test for creation of a new arena.
39600         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
39601
39602 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
39603
39604         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
39605         into tail calls.
39606         (update_get_addr): New function.
39607         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
39608         GET_ADDR_MODULE parameter.
39609
39610 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
39611
39612         * crypt/cert.c: Remove __STDC__ conditionals.
39613         * crypt/crypt-entry.c: Likewise.
39614         * crypt/crypt_util.c: Likewise.
39615         * libio/filedoalloc.c: Likewise.
39616         * libio/fileops.c: Likewise.
39617         * libio/genops.c: Likewise.
39618         * libio/iofclose.c: Likewise.
39619         * libio/iofdopen.c: Likewise.
39620         * libio/iofopen.c: Likewise.
39621         * libio/iofopen64.c: Likewise.
39622         * libio/iogetdelim.c: Likewise.
39623         * libio/iopopen.c: Likewise.
39624         * libio/obprintf.c: Likewise.
39625         * libio/oldfileops.c: Likewise.
39626         * libio/oldiofclose.c: Likewise.
39627         * libio/oldiofdopen.c: Likewise.
39628         * libio/oldiofopen.c: Likewise.
39629         * libio/oldiopopen.c: Likewise.
39630         * libio/wfiledoalloc.c: Likewise.
39631         * libio/wgenops.c: Likewise.
39632         * locale/programs/xmalloc.c: Likewise.
39633         * misc/syslog.c: Likewise.
39634         * stdio-common/xbug.c: Likewise.
39635         * string/memchr.c: Likewise.
39636         * string/memcmp.c: Likewise.
39637         * string/memrchr.c: Likewise.
39638         * string/rawmemchr.c: Likewise.
39639         * sysdeps/posix/getcwd.c: Likewise.
39640         * time/strftime_l.c: Likewise.
39641
39642 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
39643
39644         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
39645         * config.make.in (config-cflags-sse2avx): Define.
39646         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
39647         Fix typo.
39648
39649 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
39650
39651         * scripts/config.guess: Update from upstream config git repository.
39652         * scripts/config.sub: Likewise.
39653
39654 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
39655
39656         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
39657         (EM_NUM): Update.
39658         (R_TILEPRO_*, R_TILEGX_*): New macros.
39659
39660         * scripts/firstversions.awk: Fix bug in version range handling.
39661
39662         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
39663
39664         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
39665
39666         * include/sys/epoll.h: New file.
39667         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
39668         libc_hidden_def.
39669
39670 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
39671
39672         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
39673         Avoid unnecessary __WORDSIZE == 64 test.
39674         (fmaxf): Use VEX format if possible.
39675         (fmax): Likewise.
39676         (fminf): Likewise.
39677         (fmin): Likewise.
39678
39679         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
39680         * math/math_private.h: Remove libc_fegetround* and
39681         libc_fesetround*.
39682         * sysdeps/i386/configure.in: Check for -msse2avx.
39683         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
39684         also if SSE2AVX is defined.
39685         Remove libc_fegetround* and libc_fesetround*.
39686         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
39687         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
39688         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
39689         of HAS_YMM_USABLE.
39690         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
39691         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
39692         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
39693         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
39694         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
39695
39696         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
39697
39698 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39699
39700         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
39701         size is not set.
39702         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
39703
39704 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
39705
39706         [BZ #13618]
39707         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
39708         relocation.
39709         * Makeconfig (libm): Define.
39710         * elf/Makefile: Add rules to build and run tst-relsort1.
39711         * elf/tst-relsort1.c: New file.
39712         * elf/tst-relsort1mod1.c: New file.
39713         * elf/tst-relsort1mod2.c: New file.
39714
39715 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
39716
39717         * math/s_ldexp.c: Remove __STDC__ conditionals.
39718         * math/s_ldexpf.c: Likewise.
39719         * math/s_ldexpl.c: Likewise.
39720         * math/s_nextafter.c: Likewise.
39721         * math/s_nexttowardf.c: Likewise.
39722         * math/s_significand.c: Likewise.
39723         * math/s_significandf.c: Likewise.
39724         * math/s_significandl.c: Likewise.
39725         * math/w_jnl.c: Likewise.
39726         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
39727         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
39728         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
39729         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
39730         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
39731         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
39732         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
39733         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
39734         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
39735         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
39736         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
39737         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
39738         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
39739         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
39740         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
39741         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
39742         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
39743         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
39744         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
39745         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
39746         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
39747         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
39748         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
39749         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
39750         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
39751         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
39752         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
39753         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
39754         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
39755         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
39756         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
39757         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
39758         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
39759         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
39760         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
39761         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
39762         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
39763         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
39764         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
39765         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
39766         * sysdeps/ieee754/k_standard.c: Likewise.
39767         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
39768         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
39769         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
39770         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
39771         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
39772         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
39773         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
39774         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
39775         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
39776         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
39777         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
39778         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
39779         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
39780         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
39781         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
39782         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
39783         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
39784         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
39785         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
39786         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
39787         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
39788         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
39789         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
39790         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
39791         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
39792         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
39793         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
39794         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
39795         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
39796         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
39797         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
39798         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
39799         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
39800         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
39801         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
39802         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
39803         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
39804         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
39805         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
39806         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
39807         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
39808         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
39809         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
39810         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
39811         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
39812         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
39813         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
39814         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
39815         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
39816         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
39817         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
39818         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
39819         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
39820         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
39821         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
39822         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
39823         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
39824         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
39825         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
39826         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
39827         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
39828         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
39829         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
39830         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
39831         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
39832         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
39833         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
39834         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
39835         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
39836         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
39837         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
39838         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
39839         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
39840         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
39841         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
39842         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
39843         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
39844         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
39845         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
39846         * sysdeps/ieee754/s_matherr.c: Likewise.
39847         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
39848         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
39849         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
39850         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
39851
39852 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
39853
39854         * crypt/md5.h: Remove __STDC__ conditionals.
39855         * libio/libioP.h: Likewise.
39856         * locale/programs/config.h: Likewise.
39857         * sysdeps/generic/sysdep.h: Likewise.
39858         * sysdeps/i386/asm-syntax.h: Likewise.
39859         * sysdeps/s390/asm-syntax.h: Likewise.
39860         * sysdeps/unix/sysdep.h: Likewise.
39861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
39862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
39863
39864 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
39865
39866         * libio/libio.h: Remove __STDC__ conditionals.
39867         * malloc/obstack.h: Likewise.
39868         * math/complex.h: Likewise.
39869         * math/math.h: Likewise.
39870         * sysdeps/generic/_G_config.h: Likewise.
39871         * sysdeps/gnu/_G_config.h: Likewise.
39872         * sysdeps/mach/hurd/_G_config.h: Likewise.
39873         * sysdeps/powerpc/bits/mathdef.h: Likewise.
39874         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
39875         * sysdeps/sparc/bits/mathdef.h: Likewise.
39876
39877 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
39878
39879         [BZ #13583]
39880         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
39881         Clean up HAS_* macros.
39882         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
39883         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
39884         possible.
39885         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
39886         HAS_AVX.
39887         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
39888         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
39889         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
39890         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
39891         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
39892
39893 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
39894
39895         * elf/tst-unique3.cc (gets): Remove declaration.
39896         * elf/tst-unique3lib.cc (gets): Likewise.
39897         * elf/tst-unique3lib2.cc (gets): Likewise.
39898         * elf/tst-unique4.cc (gets): Likewise.
39899
39900 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
39901
39902         * include/stdio.h: Add C++ protection.  Add gets declarations and
39903         definitions.
39904         * debug/tst-chk1.c: Don't declare gets here.
39905         * stdio-common/tst-gets.c: Likewise.
39906
39907 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
39908
39909         * posix/glob: Remove directory.
39910
39911 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
39912
39913         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
39914
39915 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
39916
39917         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
39918         of the non-standard EPFNOSUPPORT.
39919
39920 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39921
39922         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
39923         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
39924         ANYWHERE set to 1 only on KERN_NO_SPACE error.
39925
39926 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
39927
39928         * wcsmbs/uchar.h: Test __STDC_VERSION__.
39929
39930 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
39931
39932         * nscd/aicache.c (addhstaiX): Do not cache negative results of
39933         transient errors.
39934         * nscd/grpcache.c (cache_addgr): Likewise.
39935         * nscd/hstcache.c (cache_addhst): Likewise.
39936         * nscd/initgrcache.c (addinitgroupsX): Likewise.
39937         * nscd/pwdcache.c (cache_addpw): Likewise.
39938         * nscd/servicescache.c (cache_addserv): Likewise.
39939
39940 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
39941
39942         * malloc/malloc.c: Various cleanups.
39943         * malloc/hooks.c: Likewise.
39944
39945         * stdlib/Makefile (tests): Add bug-fmtmsg1.
39946         * stdlib/bug-fmtmsg1.c: New file.
39947
39948         * stdlib/fmtmsg.c (init): Add missing unlock.
39949         Patch by Peng Haitao <penght@cn.fujitsu.com>.
39950
39951 2012-01-12  Marek Polacek  <polacek@redhat.com>
39952
39953         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
39954         and _GNU_SOURCE.
39955
39956 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
39957
39958         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
39959         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
39960         macro to ensure uniqueness of label name.
39961         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
39962         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
39963
39964 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
39965
39966         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
39967
39968         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
39969         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
39970         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
39971         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
39972
39973 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
39974
39975         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
39976
39977         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
39978         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
39979         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
39980
39981         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
39982
39983         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
39984         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
39985         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
39986         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
39987
39988         * math/bits/math-finite.h: Add ldexp support.
39989
39990 2012-01-10  Marek Polacek  <polacek@redhat.com>
39991
39992         * locale/programs/localedef.h (show_archive_content): Add noreturn
39993         attribute.
39994
39995 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
39996
39997         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
39998
39999 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
40000
40001         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
40002
40003         * io/Makefile (headers): Add bits/poll2.h.
40004
40005 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
40006
40007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
40008         typo #include statement.
40009
40010 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
40011
40012         * include/sys/cdefs.h: Define __attribute_alloc_size.
40013         * catgets/gencat.c: Add alloc_size attribute and apply consistently
40014         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
40015         * elf/pldd.c: Likewise.
40016         * iconv/iconv_charmap.c: Likewise.
40017         * iconv/iconvconfig.c: Likewise.
40018         * iconv/strtab.c: Likewise.
40019         * locale/programs/locale.c: Likewise.
40020         * locale/programs/localedef.h: Likewise.
40021         * locale/programs/simple-hash.c: Likewise.
40022         * nscd/nscd.h: Likewise.
40023         * nss/makedb.c: Likewise.
40024         * sysdeps/generic/ldconfig.h: Likewise.
40025         * locale/programs/localedef.c: Remove xmalloc prototype.
40026         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
40027
40028 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
40029
40030         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
40031         appropriate.
40032
40033 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
40034
40035         * math/Makefile (tests): Add tst-CMPLX.
40036         * math/tst-CMPLX.c: New file.
40037
40038         * math/complex.h (CMPLXL): Fix typo.
40039
40040         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
40041         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
40042         GLIBC_2.16.
40043         * debug/tst-chk1.c: Add poll and ppoll tests.
40044         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
40045         * include/sys/poll.h: Add hidden proto for ppoll.
40046         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
40047         * sysdeps/mach/hurd/ppoll.c: Likewise.
40048         * io/ppoll.c: Likewise.
40049         * debug/poll_chk.c: New file.
40050         * debug/ppoll_chk.c: New file.
40051         * include/bits/poll2.h: New file.
40052         * io/bits/poll2.h: New file.
40053
40054         [BZ #1350]
40055         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
40056
40057         * configure.in: static is always set to yes.  Remove.
40058         * config.make.in: Don't set build-static.
40059         * Makeconfig: Remove use of build-static.
40060         * dlfcn/Makefile: Likewise.
40061         * elf/Makefile: Likewise.
40062         * math/Makefile: Likewise.
40063         * misc/Makefile: Likewise.
40064         * nptl/Makefile: Likewise.
40065         * sysdeps/mach/hurd/Makefile: Likewise.
40066
40067         * configure.in: PWD_P is not used anymore.
40068         * config.make.in: Remove PWD_P entry.
40069
40070         * configure.in: Remove last remnants of RANLIB.
40071         No need to check for signed size_t anymore.
40072         Don't set libc_commonpagesize and libc_relro_required here for Alpha
40073         and IA-64.
40074         Remove __builtin_expect test because we require at least gcc 3.4.
40075         * aclocal.m4: Likewise.
40076
40077         * wcsmbs/mbrtoc16.c: Implement using towc function.
40078         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
40079         * wcsmbs/wcsmbsload.c: Likewise.
40080         * iconv/gconv_simple.c: Likewise.
40081         * iconv/gconv_int.h: Likewise.
40082         * iconv/gconv_builtin.h: Likewise.
40083         * iconv/iconv_prog.c: Remove CHAR16 handling.
40084
40085         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
40086
40087         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
40088
40089         * configure.in: Remove --with-elf and --enable-bounded options.
40090         Dont set base_machine for ia64.  More non-ELF conditions removed.
40091         Remove testing and setting of leading underscore information.
40092         * config.make.in (build-bounded): Set to no.
40093         * config.h.in: Remove NO_UNDERSCORES entry.
40094         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
40095         them.
40096         * csu/start.c: Remove !NO_UNDERSCORE code.
40097         * locale/localeinfo.h: Likewise.
40098         * sysdeps/generic/machine-gmon.h: Likewise.
40099         * sysdeps/generic/sysdep.h: Likewise.
40100         * sysdeps/i386/sysdep.h: Likewise.
40101         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
40102         * sysdeps/mach/sysdep.h: Likewise.
40103         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40104         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40105         * sysdeps/sh/sysdep.h: Likewise.
40106         * sysdeps/sparc/sparc32/alloca.S: Likewise.
40107         * sysdeps/unix/i386/sysdep.S: Likewise.
40108         * sysdeps/unix/sparc/start.c: Likewise.
40109         * sysdeps/unix/sparc/sysdep.S: Likewise.
40110         * sysdeps/unix/sparc/sysdep.h: Likewise.
40111         * sysdeps/unix/start.c: Likewise.
40112         * sysdeps/unix/x86_64/sysdep.S: Likewise.
40113         * sysdeps/x86_64/sysdep.h: Likewise.
40114
40115 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
40116
40117         [BZ #13553]
40118         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
40119         for non-gcc.
40120         * argp/argp-fmtstream.h: Use const instead __const.
40121         * argp/argp.h: Likewise.
40122         * assert/assert.h: Likewise.
40123         * bits/fenv.h: Likewise.
40124         * bits/sched.h: Likewise.
40125         * bits/sigset.h: Likewise.
40126         * bits/sigthread.h: Likewise.
40127         * catgets/nl_types.h: Likewise.
40128         * conform/data/pthread.h-data: Likewise.
40129         * crypt/crypt-private.h: Likewise.
40130         * crypt/crypt.h: Likewise.
40131         * crypt/crypt_util.c: Likewise.
40132         * ctype/ctype.h: Likewise.
40133         * debug/execinfo.h: Likewise.
40134         * debug/mbsnrtowcs_chk.c: Likewise.
40135         * debug/mbsrtowcs_chk.c: Likewise.
40136         * debug/wcsnrtombs_chk.c: Likewise.
40137         * debug/wcsrtombs_chk.c: Likewise.
40138         * debug/wcstombs_chk.c: Likewise.
40139         * dirent/dirent.h: Likewise.
40140         * dlfcn/dlfcn.h: Likewise.
40141         * elf/neededtest4.c: Likewise.
40142         * grp/grp.h: Likewise.
40143         * gshadow/gshadow.h: Likewise.
40144         * iconv/gconv.h: Likewise.
40145         * iconv/gconv_int.h: Likewise.
40146         * iconv/gconv_simple.c: Likewise.
40147         * iconv/iconv.h: Likewise.
40148         * iconv/loop.c: Likewise.
40149         * iconv/skeleton.c: Likewise.
40150         * include/aio.h: Likewise.
40151         * include/aliases.h: Likewise.
40152         * include/argz.h: Likewise.
40153         * include/arpa/inet.h: Likewise.
40154         * include/assert.h: Likewise.
40155         * include/dirent.h: Likewise.
40156         * include/dlfcn.h: Likewise.
40157         * include/execinfo.h: Likewise.
40158         * include/fcntl.h: Likewise.
40159         * include/fenv.h: Likewise.
40160         * include/glob.h: Likewise.
40161         * include/grp.h: Likewise.
40162         * include/libintl.h: Likewise.
40163         * include/mntent.h: Likewise.
40164         * include/netdb.h: Likewise.
40165         * include/pwd.h: Likewise.
40166         * include/rpc/netdb.h: Likewise.
40167         * include/sched.h: Likewise.
40168         * include/search.h: Likewise.
40169         * include/shadow.h: Likewise.
40170         * include/signal.h: Likewise.
40171         * include/stdio.h: Likewise.
40172         * include/stdlib.h: Likewise.
40173         * include/string.h: Likewise.
40174         * include/sys/socket.h: Likewise.
40175         * include/sys/stat.h: Likewise.
40176         * include/sys/statfs.h: Likewise.
40177         * include/sys/statvfs.h: Likewise.
40178         * include/sys/syslog.h: Likewise.
40179         * include/sys/time.h: Likewise.
40180         * include/sys/uio.h: Likewise.
40181         * include/time.h: Likewise.
40182         * include/unistd.h: Likewise.
40183         * include/utmp.h: Likewise.
40184         * include/wchar.h: Likewise.
40185         * include/wctype.h: Likewise.
40186         * inet/aliases.h: Likewise.
40187         * inet/arpa/inet.h: Likewise.
40188         * inet/netinet/ether.h: Likewise.
40189         * inet/netinet/in.h: Likewise.
40190         * intl/libintl.h: Likewise.
40191         * io/bits/fcntl2.h: Likewise.
40192         * io/fcntl.h: Likewise.
40193         * io/ftw.h: Likewise.
40194         * io/sys/poll.h: Likewise.
40195         * io/sys/stat.h: Likewise.
40196         * io/sys/statfs.h: Likewise.
40197         * io/sys/statvfs.h: Likewise.
40198         * io/utime.h: Likewise.
40199         * libio/bits/stdio.h: Likewise.
40200         * libio/bits/stdio2.h: Likewise.
40201         * libio/libio.h: Likewise.
40202         * libio/libioP.h: Likewise.
40203         * libio/stdio.h: Likewise.
40204         * locale/lc-ctype.c: Likewise.
40205         * locale/locale.h: Likewise.
40206         * login/utmp.h: Likewise.
40207         * malloc/arena.c: Likewise.
40208         * malloc/malloc.c: Likewise.
40209         * malloc/malloc.h: Likewise.
40210         * malloc/mcheck.c: Likewise.
40211         * malloc/mtrace.c: Likewise.
40212         * math/bits/mathcalls.h: Likewise.
40213         * math/fenv.h: Likewise.
40214         * math/math_private.h: Likewise.
40215         * misc/bits/error.h: Likewise.
40216         * misc/bits/syslog.h: Likewise.
40217         * misc/err.h: Likewise.
40218         * misc/error.h: Likewise.
40219         * misc/fstab.h: Likewise.
40220         * misc/mntent.h: Likewise.
40221         * misc/regexp.h: Likewise.
40222         * misc/search.h: Likewise.
40223         * misc/sgtty.h: Likewise.
40224         * misc/sys/mman.h: Likewise.
40225         * misc/sys/syslog.h: Likewise.
40226         * misc/sys/uio.h: Likewise.
40227         * misc/sys/xattr.h: Likewise.
40228         * misc/ttyent.h: Likewise.
40229         * nis/rpcsvc/ypclnt.h: Likewise.
40230         * nss/nss.h: Likewise.
40231         * posix/bits/unistd.h: Likewise.
40232         * posix/fnmatch.h: Likewise.
40233         * posix/glob.h: Likewise.
40234         * posix/sched.h: Likewise.
40235         * posix/spawn.h: Likewise.
40236         * posix/sys/wait.h: Likewise.
40237         * posix/unistd.h: Likewise.
40238         * posix/wordexp.h: Likewise.
40239         * pwd/pwd.h: Likewise.
40240         * resolv/netdb.h: Likewise.
40241         * resource/sys/resource.h: Likewise.
40242         * rt/aio.h: Likewise.
40243         * rt/bits/mqueue2.h: Likewise.
40244         * rt/mqueue.h: Likewise.
40245         * shadow/shadow.h: Likewise.
40246         * signal/signal.h: Likewise.
40247         * socket/send.c: Likewise.
40248         * socket/sendto.c: Likewise.
40249         * socket/sys/socket.h: Likewise.
40250         * stdio-common/printf.h: Likewise.
40251         * stdlib/bits/stdlib.h: Likewise.
40252         * stdlib/fmtmsg.h: Likewise.
40253         * stdlib/monetary.h: Likewise.
40254         * stdlib/stdlib.h: Likewise.
40255         * stdlib/ucontext.h: Likewise.
40256         * streams/stropts.h: Likewise.
40257         * string/argz.h: Likewise.
40258         * string/bits/string2.h: Likewise.
40259         * string/string.h: Likewise.
40260         * string/strings.h: Likewise.
40261         * sunrpc/rpc/auth.h: Likewise.
40262         * sunrpc/rpc/auth_des.h: Likewise.
40263         * sunrpc/rpc/clnt.h: Likewise.
40264         * sunrpc/rpc/netdb.h: Likewise.
40265         * sunrpc/rpc/pmap_clnt.h: Likewise.
40266         * sunrpc/rpc/xdr.h: Likewise.
40267         * sysdeps/generic/inttypes.h: Likewise.
40268         * sysdeps/generic/net/if.h: Likewise.
40269         * sysdeps/generic/sys/swap.h: Likewise.
40270         * sysdeps/gnu/net/if.h: Likewise.
40271         * sysdeps/gnu/utmpx.h: Likewise.
40272         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
40273         * sysdeps/i386/i486/bits/string.h: Likewise.
40274         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
40275         * sysdeps/s390/bits/string.h: Likewise.
40276         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
40277         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
40278         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
40279         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
40280         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
40281         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
40282         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
40283         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
40284         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
40285         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
40286         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
40287         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
40288         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
40289         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
40290         * sysdeps/unix/sysv/linux/readv.c: Likewise.
40291         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
40292         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
40293         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
40294         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
40295         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
40296         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
40297         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
40298         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
40299         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
40300         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
40301         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
40302         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
40303         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
40304         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
40305         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
40306         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
40307         * sysvipc/sys/ipc.h: Likewise.
40308         * sysvipc/sys/msg.h: Likewise.
40309         * sysvipc/sys/sem.h: Likewise.
40310         * sysvipc/sys/shm.h: Likewise.
40311         * termios/termios.h: Likewise.
40312         * time/sys/time.h: Likewise.
40313         * time/time.h: Likewise.
40314         * wcsmbs/bits/wchar2.h: Likewise.
40315         * wcsmbs/uchar.h: Likewise.
40316         * wcsmbs/wchar.h: Likewise.
40317         * wctype/wctype.h: Likewise.
40318
40319         [BZ #13551]
40320         * Makeconfig: Remove all but ELF support including AIX support.
40321         * Makerules: Likewise.
40322         * config.h.in: Likewise.
40323         * config.make.in: Likewise.
40324         * configure: Likewise.
40325         * configure.in: Likewise.
40326         * csu/Makefile: Likewise.
40327         * csu/version.c: Likewise.
40328         * debug/Makefile: Likewise.
40329         * dlfcn/Makefile: Likewise.
40330         * elf/Makefile: Likewise.
40331         * extra-lib.mk: Likewise.
40332         * iconv/Makefile: Likewise.
40333         * include/libc-symbols.h: Likewise.
40334         * include/shlib-compat.h: Likewise.
40335         * resolv/Makefile: Likewise.
40336         * resolv/res_libc.c: Likewise.
40337         * rt/Makefile: Likewise.
40338         * sysdeps/i386/asm-syntax.h: Likewise.
40339         * sysdeps/i386/sysdep.h: Likewise.
40340         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
40341         * sysdeps/mach/sysdep.h: Likewise.
40342         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
40343         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
40344         * sysdeps/s390/asm-syntax.h: Likewise.
40345         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40346         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40347         * sysdeps/sh/sysdep.h: Likewise.
40348         * sysdeps/unix/sparc/sysdep.h: Likewise.
40349         * sysdeps/wordsize-32/divdi3.c: Likewise.
40350         * sysdeps/x86_64/sysdep.h: Likewise.
40351
40352         * argp/Versions: Remove _argp_unlock_xxx.
40353
40354         [BZ #13559]
40355         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
40356         * abilist/libBrokenLocale.abilist: Likewise.
40357         * abilist/libanl.abilist: Likewise.
40358         * abilist/libc.abilist: Likewise.
40359         * abilist/libcrypt.abilist: Likewise.
40360         * abilist/libdl.abilist: Likewise.
40361         * abilist/libm.abilist: Likewise.
40362         * abilist/libnsl.abilist: Likewise.
40363         * abilist/libpthread.abilist: Likewise.
40364         * abilist/libresolv.abilist: Likewise.
40365         * abilist/librt.abilist: Likewise.
40366         * abilist/libthread_db.abilist: Likewise.
40367         * abilist/libutil.abilist: Likewise.
40368         * abilist/libnss_db.abilist: New file.
40369
40370         * scripts/abilist.awk: Add support for indirect functions.
40371
40372         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
40373
40374         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
40375
40376         * shlib-versions: Remove entries for ports architectures.
40377
40378         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
40379         files in ports.
40380         * elf/stackguard-macros.h: Remove support for IA-64.
40381         * elf/tst-auditmod1.c: Likewise.
40382         * sysdeps/generic/ldsodefs.h: Likewise.
40383
40384         * sysdeps/unix/sysv/linux/configure.in: Ports should define
40385         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
40386         configure files.
40387
40388         [BZ #13552]
40389         * configure.in: Remove --enable-omitfp support.
40390         * FAQ.in: Adjust.
40391         * config.make.in: Likewise.
40392         * Makeconfig: Likewise.
40393         * manual/install.texi: Likewise.
40394
40395         In case anyone cares, the IA-64 architecture could move to ports.
40396         * sysdeps/ia64/*: Removed.
40397         * sysdeps/unix/sysv/linux/ia64/*: Removed.
40398         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
40399
40400         [BZ #13555]
40401         * configure.in: Remove entries for unsupported architectures.
40402
40403         [BZ #13533]
40404         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
40405         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
40406         routines.
40407         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
40408         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
40409         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
40410         fall back to using wcrtomb.
40411         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
40412         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
40413         renaming.
40414         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
40415         * wcsmbs/tst-c16c32-1.c: New file.
40416
40417         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
40418         local variable.
40419
40420         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
40421
40422         * elf/tst-unique3.cc: Add explicit declaration of gets.
40423         * elf/tst-unique3lib.cc: Likewise.
40424         * elf/tst-unique3lib2.cc: Likewise.
40425         * elf/tst-unique4.cc: Likewise.
40426
40427         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
40428
40429 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
40430
40431         [BZ #13566]
40432         * assert/assert.h (static_assert): Don't define for C++.
40433         * libio/stdio.h (gets): Do declare for C++ <= C++11.
40434         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
40435
40436 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
40437
40438         * iconv/loop.c (single loop): Fix assertion in storing of
40439         remaining bytes.
40440
40441         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
40442
40443 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
40444
40445         * posix/getconf.c: Update copyright year.
40446         * nss/getent.c: Likewise.
40447         * nss/makedb.c: Likewise.
40448         * iconv/iconvconfig.c: Likewise.
40449         * iconv/iconv_prog.c: Likewise.
40450         * elf/ldconfig.c: Likewise.
40451         * elf/pldd.c: Likewise.
40452         * elf/sotruss.ksh: Likewise.
40453         * catgets/gencat.c: Likewise.
40454         * csu/version.c: Likewise.
40455         * elf/ldd.bash.in: Likewise.
40456         * elf/sprof.c (print_version): Likewise.
40457         * locale/programs/locale.c: Likewise.
40458         * locale/programs/localedef.c: Likewise.
40459         * login/programs/pt_chown.c: Likewise.
40460         * nscd/nscd.c (print_version): Likewise.
40461         * debug/xtrace.sh: Likewise.
40462         * malloc/memusage.sh: Likewise.
40463         * malloc/mtrace.pl: Likewise.
40464         * debug/catchsegv.sh: Likewise.
40465
40466 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
40467
40468         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
40469         pure attribute.
40470
40471 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
40472
40473         [BZ #13533]
40474         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
40475         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
40476         transformations.
40477         * iconv/gconv_int.h: Likewise.
40478         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
40479         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
40480         from libc for GLIBC_2.16.
40481         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
40482         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
40483         * wcsmbs/uchar.h: Really define mbstate_t.
40484         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
40485         * wcsmbs/c16rtomb.c: New file.
40486         * wcsmbs/mbrtoc16.c: New file.
40487         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
40488         for C/POSIX locale.
40489         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
40490         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
40491
40492         * wcsmbs/wchar.h: Add missing __restrict.
40493
40494 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
40495
40496         [BZ #13532]
40497         * time/Makefile (routines): Add timespec_get.
40498         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
40499         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
40500         timespec for ISO C11.
40501         * time/timespec_get.c: New file.
40502         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
40503         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
40504
40505         [BZ #13531]
40506         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
40507         * stdlib/stdlib.h: Declare aligned_alloc.
40508         * Versions.def: Add GLIBC_2.16 for libc.
40509         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
40510
40511         [BZ 13527]
40512         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
40513         ISO C11.
40514
40515         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
40516         code.
40517
40518         [BZ #13528]
40519         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
40520
40521         [BZ #13529]
40522         * assert/assert.h (static_assert): Define.
40523
40524         * version.h: Update for 2.16 development version.
40525
40526         [BZ #13526]
40527         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
40528         _ISOC11_SOURCE.
40529
40530         * version.h (RELEASE): Bump for 2.15 release.
40531         * include/features.h (__GLIBC_MINOR__): Bump to 15.
40532
40533         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
40534         Patch by Marek Polacek <mpolacek@redhat.com>.
40535
40536         * bits/byteswap.h: Protect long long constants with __extension__.
40537         * sysdeps/i386/bits/byteswap.h: Likewise.
40538         * sysdeps/ia64/bits/byteswap.h: Likewise.
40539         * sysdeps/s390/bits/byteswap.h: Likewise.
40540         * sysdeps/x86_64/bits/byteswap.h: Likewise.
40541
40542 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40543
40544         [BZ #13540]
40545         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
40546         destination buffer.
40547         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
40548
40549 2011-12-23  Marek Polacek  <polacek@redhat.com>
40550
40551         * elf/dl-addr.c (determine_info): Add inline keyword.
40552         * elf/tst-auditmod4b.c (check_avx): Likewise.
40553         * elf/tst-auditmod6b.c (check_avx): Likewise.
40554         * elf/tst-auditmod6c.c (check_avx): Likewise.
40555         * elf/tst-auditmod7b.c (check_avx): Likewise.
40556
40557 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
40558
40559         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
40560         !__SSE_MATH__.
40561
40562 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40563
40564         [BZ #13540]
40565         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
40566         processing for last bytes.
40567
40568 2011-08-06  Bruno Haible  <bruno@clisp.org>
40569
40570         [BZ #13061]
40571         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
40572         U+0385, not to U+1FEE.
40573
40574         [BZ #13062]
40575         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
40576         entry for U+00A5 U+0301.
40577
40578 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
40579
40580         [BZ #13166]
40581         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
40582         buffer for the output is too small.
40583
40584         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
40585         optimization.
40586
40587         [BZ #13185]
40588         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
40589         SSE flags if possible.
40590
40591 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40592
40593         [BZ #13540]
40594         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
40595         processing for last bytes.
40596
40597 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
40598
40599         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
40600         (syscall-list-default-options, syscall-list-default-condition)
40601         (syscall-list-includes): Define.
40602         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
40603         list of ABIs and options and #if conditions for each ABI.  Do not
40604         handle common syscalls between ABIs specially.
40605         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
40606         Remove.
40607         (syscall-list-variants, syscall-list-32bit-options)
40608         (syscall-list-32bit-condition, syscall-list-64bit-options)
40609         (syscall-list-64bit-condition): Define.
40610         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
40611         (syscall-list-variants, syscall-list-32bit-options)
40612         (syscall-list-32bit-condition, syscall-list-64bit-options)
40613         (syscall-list-64bit-condition): Define.
40614         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
40615         Remove.
40616         (syscall-list-variants, syscall-list-32bit-options)
40617         (syscall-list-32bit-condition, syscall-list-64bit-options)
40618         (syscall-list-64bit-condition): Define.
40619         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
40620         Remove.
40621         (syscall-list-variants, syscall-list-32bit-options)
40622         (syscall-list-32bit-condition, syscall-list-64bit-options)
40623         (syscall-list-64bit-condition): Define.
40624
40625 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
40626
40627         * locale/iso-639.def: Add brx entry.
40628
40629         [BZ #13328]
40630         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
40631         Proposed by Mariusz_Cukr <marcukr@op.pl>.
40632
40633         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
40634         __feraiseexcept_renamed.
40635
40636 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
40637
40638         [BZ #13538]
40639         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
40640         EPOLLET with unsigned values.
40641         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
40642         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
40643
40644         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
40645         to large cancellation.
40646         * math/s_cacoshf.c: Likewise.
40647         * math/s_cacoshl.c: Likewise.
40648
40649 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
40650
40651         [BZ #13305]
40652         [BZ #12786]
40653         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
40654         * math/s_cacoshf.c: Likewise.
40655         * math/s_cacoshl.c: Likewise.
40656
40657 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
40658
40659         [BZ #13439]
40660         * iconv/gconv.h: Define __GCONV_SWAP.
40661         * iconvdata/unicode.c: The swap bit must be stored in __flags.
40662         * iconvdata/utf-16.c: Likewise.
40663         * iconvdata/utf-32.c: Likewise.
40664
40665 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
40666
40667         [BZ #13524]
40668         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
40669         numerator after shifting it by one limb.
40670
40671 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
40672
40673         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
40674         under [__USE_EXTERN_INLINES].
40675
40676 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
40677
40678         [BZ #13446]
40679         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
40680
40681 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40682
40683         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
40684         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
40685         optimized code.
40686         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
40687         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
40688         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
40689         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
40690         for strncasecmp/strncasecmp_l compilation.
40691         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
40692         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
40693
40694 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
40695
40696         [BZ #13484]
40697         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
40698         of __asm__.
40699
40700 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
40701
40702         [BZ #13506]
40703         * time/tzfile.c (__tzfile_read): Check values from file header.
40704
40705 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
40706
40707         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
40708         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
40709         * powerpc/powerpc32/dl-start.S: Likewise.
40710         * powerpc/powerpc32/elf/start.S: Likewise.
40711         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
40712         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
40713         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
40714         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
40715         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
40716         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
40717         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
40718         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
40719         * powerpc/powerpc32/fpu/s_round.S: Likewise.
40720         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
40721         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
40722         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
40723         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
40724         * powerpc/powerpc32/memset.S: Likewise.
40725         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
40726         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
40727         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
40728         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
40729         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
40730         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
40731         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
40732         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
40733         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
40734         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
40735         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
40736         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
40737         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
40738
40739 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40740
40741         * math/libm-test.inc: Added more nearbyint tests.
40742         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
40743         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
40744         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
40745         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
40746
40747 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
40748
40749         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
40750         FD_CLOEXEC.
40751
40752 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40753
40754         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
40755         Add wcscpy-ssse3 wcscpy-c.
40756         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
40757         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
40758         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
40759         * sysdeps/x86_64/wcschr.S: New file.
40760         * sysdeps/x86_64/wcsrchr.S: New file.
40761         * string/test-strcmp.c: Remove checking of wcscmp function for
40762         wrong alignments.
40763         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
40764         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
40765         wcsrchr-sse2 wcsrchr-c.
40766         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
40767         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
40768         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
40769         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
40770         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
40771         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
40772         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
40773         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
40774         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
40775         * wcsmbc/wcschr.c (WCSCHR): New macro.
40776
40777 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40778
40779         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
40780         * wcsmbs/test-wcsrchr.c: New file.
40781         * string/test-strrchr.c: Add wcsrchr support.
40782         (WIDE): New macro.
40783         * wcsmbs/test-wcscpy.c: New file.
40784         * string/test-strcpy.c: Add wcscpy support.
40785         (WIDE): New macro.
40786
40787 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
40788
40789         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
40790         the inner loop.
40791
40792 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
40793
40794         [BZ #13472]
40795         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
40796
40797 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
40798
40799         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
40800         Minor optimizations.
40801
40802         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
40803         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
40804         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
40805
40806 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
40807
40808         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
40809         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
40810         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
40811         for gcc to avoid warnings.
40812         * inet/Makefile (tests): Add tst-checks.
40813         * inet/tst-checks.c: New file.
40814
40815         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
40816         warning.
40817
40818         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
40819         __wmemcmp_sse2.
40820
40821         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
40822         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
40823
40824         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
40825
40826 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
40827
40828         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
40829         problem.
40830
40831         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
40832
40833 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
40834
40835         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
40836         conditional on GCC version.
40837         (__arch_compare_and_exchange_val_8_acq)
40838         (__arch_compare_and_exchange_val_16_acq)
40839         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
40840         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
40841         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
40842
40843 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
40844
40845         * sysdeps/sh/backtrace.c: New file.
40846
40847 2011-12-02  Andreas Schwab  <schwab@redhat.com>
40848
40849         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
40850         parenthesis.
40851
40852 2011-12-01  Andreas Schwab  <schwab@redhat.com>
40853
40854         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
40855         falling back to utime.
40856
40857 2011-11-30  Andreas Schwab  <schwab@redhat.com>
40858
40859         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
40860         expectations for float.
40861
40862 2011-11-29  Andreas Schwab  <schwab@redhat.com>
40863
40864         * locale/weight.h (findidx): Add parameter len.
40865         * locale/weightwc.h (findidx): Likewise.
40866         * posix/fnmatch_loop.c (FCT): Adjust caller.
40867         * posix/regcomp.c (build_equiv_class): Likewise.
40868         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
40869         * posix/regexec.c (check_node_accept_bytes): Likewise.
40870         * string/strcoll_l.c (STRCOLL): Likewise.
40871         * string/strxfrm_l.c (STRXFRM): Likewise.
40872
40873 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
40874
40875         * Makefile.in: Remove CVSOPT handling.
40876         * configure.in: Remove use of AC_REVISION.
40877         * iconvdata/Makefile (distribute): No need to filter out CVS.
40878         * scripts/list-sources.sh: Remove CVS, subversion and monotone
40879         handling.
40880
40881 2011-11-16  Andreas Schwab  <schwab@redhat.com>
40882
40883         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
40884         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
40885         [USE_AS_STRNCASECMP_L]: Likewise.
40886         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
40887         NO_TLS_DIRECT_SEG_REFS.
40888         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
40889         Fix argument offsets for non-PIC.
40890         [USE_AS_STRNCASECMP_L]: Likewise.
40891         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
40892         NO_TLS_DIRECT_SEG_REFS.
40893
40894 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
40895
40896         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
40897         O_CLOEXEC.
40898         * locale/loadlocale.c (_nl_load_locale): Likewise.
40899
40900 2011-11-15  Andreas Schwab  <schwab@redhat.com>
40901
40902         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
40903         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
40904         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
40905         (SYSCALL_GETTIME): Set errno on error.
40906
40907         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
40908         count references to noai6ai_cached.
40909
40910 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
40911
40912         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
40913
40914         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
40915         FD_CLOEXEC for /proc/self/maps.
40916
40917         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
40918         FD_CLOEXEC for /proc/meminfo.
40919
40920         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
40921         gai.conf.
40922
40923         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
40924         FD_CLOEXEC for given file.
40925
40926         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
40927
40928         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
40929         FD_CLOEXEC for /etc/hosts.
40930         (_gethtent): Likewise.
40931
40932         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
40933
40934         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
40935         cancellation and set FD_CLOEXEC for /etc/netgroup.
40936
40937         * nss/nss_files/files-key.c (search): Don't allow cancellation when
40938         reading /etc/publickey.
40939
40940         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
40941         allow cancellation when reading /etc/group.
40942
40943         * nss/nss_files/files-alias.c (internal_setent): Don't allow
40944         cancellation.
40945         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
40946
40947         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
40948         when using data file.
40949
40950         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
40951
40952         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
40953         (write_nis_obj): Use "c" and "e" in fopen.
40954
40955         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
40956
40957         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
40958
40959         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
40960
40961         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
40962
40963         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
40964         locale.alias.
40965
40966         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
40967
40968         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
40969
40970         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
40971
40972         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
40973         file parsing and set FD_CLOEXEC.
40974
40975 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
40976
40977         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
40978
40979 2011-11-14  Andreas Schwab  <schwab@redhat.com>
40980
40981         * malloc/arena.c (arena_get2): Don't call reused_arena when
40982         _int_new_arena failed.
40983
40984 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
40985
40986         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
40987         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
40988         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
40989         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
40990         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
40991         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
40992         to compile strcasecmp and strncasecmp.
40993         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
40994         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
40995
40996         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
40997
40998 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
40999
41000         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
41001         locale-defines.sym to gen-as-const-headers.
41002         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
41003         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
41004         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
41005         to compile strcasecmp and strncasecmp.
41006         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
41007         strcasecmp_l and strncasecmp_l.
41008         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
41009         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
41010         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
41011         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
41012         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
41013         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
41014         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
41015         * sysdeps/i386/i686/multiarch/strncase.S: New file.
41016         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
41017         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
41018         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
41019
41020 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
41021
41022         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
41023         result of SYSDEP_GETTIME_CPU to retval.
41024         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
41025         parameter list to macro.  Remove trailing semicolon.  Adjust users.
41026
41027         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
41028         variable.
41029
41030         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
41031         mantissa words.
41032         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
41033
41034         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
41035         from unused variable.
41036
41037         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
41038         DWARF definitions.
41039         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
41040         for assembling.
41041
41042         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
41043         over namespaces.
41044
41045         * sunrpc/rpc_prot.c (rejected): Fix case value.
41046
41047         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
41048         unsigned long long int to avoid warnings in shift.
41049
41050         * posix/regex_internal.c (re_string_reconstruct): Actually use result
41051         of use of trans.
41052         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
41053         variable tmp.
41054
41055         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
41056         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
41057         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
41058
41059         * nis/nis_table.c (nis_list): Use variable of correct type for
41060         result of __follow_path call.
41061
41062 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41063
41064         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
41065         of math functions ceil, trunc, floor, round, and sqrt, when
41066         avaliable on the platform.
41067         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
41068         name clash.
41069         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
41070         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
41071         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
41072
41073 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
41074
41075         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
41076         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
41077
41078 2011-11-11  Roland McGrath  <roland@hack.frob.com>
41079
41080         * include/unistd.h: Fix __readlink return type.
41081         Reported by Chris Metcalf <cmetcalf@tilera.com>.
41082
41083 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
41084
41085         * stdlib/ucontext.h: Undo last change for makecontext.
41086
41087 2011-11-11  Andreas Schwab  <schwab@redhat.com>
41088
41089         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
41090
41091         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
41092         * setjmp/setjmp.h: Mark functions as non-leaf.
41093         * setjmp/bits/setjmp2.h: Likewise.
41094         * stdlib/ucontext.h: Likewise.
41095
41096 2011-11-10  Andreas Schwab  <schwab@redhat.com>
41097
41098         * malloc/arena.c (_int_new_arena): Don't increment narenas.
41099         (reused_arena): Don't check arena limit.
41100         (arena_get2): Atomically check arena limit.
41101
41102 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
41103
41104         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
41105         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
41106
41107         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
41108         instructions.
41109
41110 2011-11-07  Andreas Schwab  <schwab@redhat.com>
41111
41112         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
41113         handler when locking.
41114
41115         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
41116         Fix size of allocated buffer.
41117
41118 2011-11-04  Andreas Schwab  <schwab@redhat.com>
41119
41120         [BZ #10103]
41121         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
41122         declarations for long double functions.
41123         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
41124
41125         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
41126
41127 2011-11-03  Andreas Schwab  <schwab@redhat.com>
41128
41129         * nscd/nscd.c (main): Don't start AVC thread until credentials are
41130         installed.
41131
41132         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
41133         is disabled.
41134
41135 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41136
41137         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
41138
41139 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
41140
41141         * include/alloca.h (stackinfo_alloca_round): Define.
41142         (extend_alloca): Use it.
41143         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
41144         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
41145         here.
41146
41147         * scripts/check-local-headers.sh: Ignore libaudit.h.
41148
41149         * nscd/Makefile (extra-objs): Make recursively expanded.
41150
41151 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
41152
41153         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
41154         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
41155
41156         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
41157         * posix/tst-rfc3484-2.c: Likewise.
41158         * posix/tst-rfc3484-3.c: Likewise.
41159
41160         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41161         process_vm_writev.
41162         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
41163         process_vm_writev.
41164         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
41165         process_vm_writev from libc using GLIBC_2.15 version.
41166
41167         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
41168
41169 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
41170
41171         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
41172         stack usage.
41173
41174 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
41175
41176         [BZ #13367]
41177         * nss/getent.c (initgroups_keys): Show error message in case no group
41178         names are given.
41179
41180         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
41181         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
41182         __bump_nl_timestamp.
41183         * nscd/connections (nscd_init): When host database is served open
41184         netlink socket and request notification about configuration changes.
41185         (main_loop_poll): Track netlink file descriptor and bump timestamp
41186         in case data becomes available.
41187         (main_loop_epoll): Likewise.
41188         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
41189         (database_pers_head): Add extra_data fileds.
41190         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
41191         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
41192         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
41193         Adjust caller.
41194         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
41195         in6ai data, call __free_in6ai.
41196         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
41197         Add -DHAVE_NETLINK.
41198         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
41199         interface information.  Reuse previous data if netlink timestamp
41200         is not changed.
41201         (__bump_nl_timestamp): New function.
41202         (__free_in6ai): New function.
41203
41204 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
41205
41206         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
41207         close_not_cancel_no_status here.
41208         (__check_pf): Reorganize code a bit to not call close twice if OOM.
41209
41210 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
41211
41212         [BZ #13276]
41213         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
41214         return value.
41215
41216         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
41217         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
41218         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
41219
41220 2011-07-03  Andreas Jaeger  <aj@suse.de>
41221
41222         [BZ #10709]
41223         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
41224         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
41225         * math/libm-test.inc (sin_test): Add test case.
41226
41227 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
41228
41229         [BZ #13337]
41230         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
41231         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
41232
41233         * elf/chroot_canon.c (chroot_canon): Cleanups.
41234
41235         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
41236
41237         [BZ #13335]
41238         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
41239         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
41240
41241         * string/test-strchr.c: Make usable for strchrnul testing.
41242         * string/test-strchrnul.c: New file.
41243         * string/Makefile (strop-tests): Add strchrnul.
41244
41245         * po/it.po: Update from translation team.
41246         * po/es.po: Likewise.
41247
41248 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
41249
41250         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
41251         the three constants needed as parameters.  Drop the others.
41252         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
41253         __m128i_strloadu_tolower.
41254         Create and initialize variable zero and use it in all the places
41255         where _mm_setzero_si128 was used.
41256
41257         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
41258         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
41259         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
41260         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
41261         anymore.
41262         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
41263         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
41264         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
41265         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
41266         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
41267         __mpranred, __mptan.
41268         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
41269         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
41270         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
41271         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
41272         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
41273         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
41274         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
41275         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
41276         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
41277
41278 2011-10-28  Andreas Schwab  <schwab@redhat.com>
41279
41280         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
41281         redefine if SHARED.
41282         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
41283
41284         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
41285         wide char related routines to wcsmbs subdir.
41286
41287 2011-10-27  Andreas Schwab  <schwab@redhat.com>
41288
41289         [BZ #13344]
41290         * misc/sys/cdefs.h (__THROWNL): Define.
41291         * posix/unistd.h: Use __THREADNL instead of __THREAD
41292         for memory synchronization functions.
41293
41294 2011-10-26  Roland McGrath  <roland@hack.frob.com>
41295
41296         [BZ #13349]
41297         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
41298         doesn't exist.
41299         * manual/stdio.texi (Obstack Streams): Node removed.
41300
41301 2011-10-26  Andreas Schwab  <schwab@redhat.com>
41302
41303         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
41304         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41305         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41306
41307         * math/math_private.h (math_force_eval): Allow non-addressable
41308         arguments.
41309         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
41310
41311 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
41312
41313         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
41314         file is not needed.
41315
41316         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
41317         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
41318         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41319         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41320         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
41321         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
41322         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
41323         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
41324         Add AVX variants.
41325         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
41326         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
41327         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
41328         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
41329         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
41330         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
41331         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
41332         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
41333         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
41334         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
41335         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
41336         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
41337         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
41338         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
41339         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
41340         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
41341         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
41342         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
41343         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
41344
41345         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
41346         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
41347
41348         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
41349         place.  Use VEX encoding when compiling for AVX.
41350
41351 2011-10-25  Andreas Schwab  <schwab@redhat.com>
41352
41353         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
41354         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
41355
41356         * string/test-strchr.c (do_test): Don't generate NUL bytes.
41357
41358 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
41359
41360         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
41361         useless if() expression.
41362         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41363         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41364         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41365         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41366         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41367         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41368         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41369         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41370         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41371         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41372         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41373         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41374         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41375         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41376         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41377         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41378         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41379         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41380         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41381
41382         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
41383
41384 2011-10-25  Andreas Schwab  <schwab@redhat.com>
41385
41386         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
41387         condition.
41388         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41389
41390 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
41391
41392         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
41393         .text section.  Avoid duplicate constants.
41394         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41395         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41396         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41397         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41398         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41399         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41400         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41401         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41402         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
41403         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
41404         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
41405         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
41406         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
41407         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
41408         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
41409         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
41410         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
41411         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
41412         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41413         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41414         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41415         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41416         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41417         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
41418         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
41419         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
41420         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
41421         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
41422         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
41423         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
41424         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
41425         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
41426         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
41427         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
41428         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
41429         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
41430         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
41431         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
41432         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
41433         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
41434         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
41435         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
41436         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
41437         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
41438         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
41439
41440 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
41441
41442         * sysdeps/x86_64/dla.h: Move to ...
41443         * sysdeps/x86_64/fpu/dla.h: ...here.
41444         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
41445         situations.  Use __builtin_fma only for gcc 4.6 and up.
41446
41447         * config.make.in: Add have-mfma4 entry.
41448         * configure.in: Substitute libc_cv_cc_fma4.
41449         * math/Makefile (dbl-only-routines): Add sincostab.
41450         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
41451         Use __sincostab not sincos.
41452         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
41453         name is a macro.
41454         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41455         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41456         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41457         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
41458         using __copysign.
41459         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
41460         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
41461         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
41462         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
41463         and __inv.
41464         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
41465         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
41466         __copysign.
41467         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
41468         define aliases when function name is a macro.
41469         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
41470         sysdeps/ieee754/dbl-64/sincos.tbl.
41471         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
41472         fma4-enabled routines.
41473         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
41474         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
41475         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
41476         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
41477         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
41478         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
41479         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
41480         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
41481         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
41482         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
41483         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
41484         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
41485         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
41486         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
41487         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
41488         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
41489         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
41490         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
41491         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
41492         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
41493         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
41494         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
41495         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
41496         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
41497         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
41498         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
41499         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
41500         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
41501         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
41502         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
41503
41504         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
41505         rename.
41506         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41507         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41508         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41509         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41510         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41511         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41512         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41513         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41514
41515 2011-10-24  Andreas Schwab  <schwab@redhat.com>
41516
41517         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
41518
41519 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
41520
41521         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
41522
41523         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
41524         prediction.
41525         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
41526
41527         * string/strnlen.c: Don't define STRNLEN, reverse logic.
41528         Remove unused variable magic_bits.
41529         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
41530
41531         * string/strnlen.c: Define and use STRNLEN macro.
41532         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
41533         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
41534         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
41535         * wcsmbs/wcslen.c: Define and use WCSLEN.
41536         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
41537         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
41538         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
41539         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
41540         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
41541         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
41542         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
41543
41544 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41545
41546         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
41547         strnlen-sse2-no-bsf.
41548         Rename strlen-no-bsf to strlen-sse2-no-bsf.
41549         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
41550         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
41551         Add strnlen support.
41552         (USE_AS_STRNLEN): New macro.
41553         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
41554         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
41555         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
41556         * sysdeps/x86_64/wcslen.S: New file.
41557
41558 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
41559
41560         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
41561         XMM-moves are used for copying on small sizes.
41562
41563 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41564
41565         * wcsmbs/Makefile (strop-tests): Add wcschr.
41566         * wcsmbs/test-wcschr.c: New file.
41567         * string/test-strchr.c: Update.
41568         Add wcschr support.
41569         (WIDE): New macro.
41570
41571 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41572
41573         * wcsmbs/Makefile (strop-tests): Add wcslen.
41574         * wcsmbs/test-wcslen.c: New file.
41575         * string/test-strlen.c: Update.
41576         Add wcslen support.
41577         (WIDE): New macro.
41578
41579 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
41580
41581         * po/it.po: Update from translation team.
41582
41583 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41584
41585         * sysdeps/x86_64/wcscmp.S: Update.
41586         Fix wrong comparison semantics.
41587         wcscmp shall use signed comparison not unsigned.
41588         Don't use substraction to avoid overflow bug.
41589         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
41590         * wcsmbc/wcscmp.c: Likewise.
41591         * string/test-strcmp.c: Likewise.
41592         Add new tests to check cases with negative values.
41593
41594 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
41595
41596         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
41597         * sysdeps/x86_64/dla.h: ...here.  New file.
41598         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
41599         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41600         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41601         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41602         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41603         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41604         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41605         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41606         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41607
41608 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
41609
41610         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
41611         __ynl_finite aliases.
41612
41613 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
41614
41615         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41616
41617         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
41618         define DLA_FMA.
41619         [DLA_FMA] (EMULV): Use DLA_FMA.
41620         [DLA_FMA] (MUL12): Use EMULV.
41621         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
41622         that are not needed.
41623         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41624         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41625         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41626         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41627         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41628         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41629         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41630
41631 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
41632
41633         * math/s_nan.c: Undef __nan.
41634         * math/s_nanf.c: Undef __nanf.
41635         * math/s_nanl.c: Undef __nanl.
41636         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
41637         "math_private.h".
41638
41639 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
41640
41641         * math/s_catan.c: Add branch predictions.
41642         * math/s_catanf.c: Likewise.
41643         * math/s_catanh.c: Likewise.
41644         * math/s_catanhf.c: Likewise.
41645         * math/s_catanhl.c: Likewise.
41646         * math/s_catanl.c: Likewise.
41647         * math/s_cexp.c: Likewise.
41648         * math/s_cexpf.c: Likewise.
41649         * math/s_cexpl.c: Likewise.
41650         * math/s_clog.c: Likewise.
41651         * math/s_clog10.c: Likewise.
41652         * math/s_clog10f.c: Likewise.
41653         * math/s_clog10l.c: Likewise.
41654         * math/s_clogf.c: Likewise.
41655         * math/s_clogl.c: Likewise.
41656         * math/s_csqrt.c: Likewise.
41657         * math/s_csqrtf.c: Likewise.
41658         * math/s_csqrtl.c: Likewise.
41659         * math/s_ctanf.c: Likewise.
41660         * math/s_ctanh.c: Likewise.
41661         * math/s_ctanhf.c: Likewise.
41662         * math/s_ctanhl.c: Likewise.
41663         * math/s_ctanl.c: Likewise.
41664
41665         * math/math_private.h: Define __nan, __nanf, __nanl.
41666         * math/s_cacosh.c: Include <math_private.h>.
41667         * math/s_cacoshl.c: Likewise.
41668         * math/s_casinh.c: Likewise.
41669         * math/s_casinhf.c: Likewise.
41670         * math/s_casinhl.c: Likewise.
41671         * math/s_ccos.c: Rely entire on ccosh.
41672         * math/s_ccosf.c: Rely entire on ccoshf.
41673         * math/s_ccosl.c: Rely entirely on ccoshl.
41674         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
41675         Remove tests for FE_INVALID.
41676         * math/s_ccoshf.c: Likewise.
41677         * math/s_ccoshl.c: Likewise.
41678         * math/s_csin.c: Likewise.
41679         * math/s_csinf.c: Likewise.
41680         * math/s_csinh.c Likewise.
41681         * math/s_csinhf.c: Likewise.
41682         * math/s_csinhl.c: Likewise.
41683         * math/s_csinl.c: Likewise.
41684         * math/s_ctan.c: Likewise.
41685         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
41686         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
41687         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
41688
41689 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
41690
41691         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
41692         compilation problems.
41693
41694         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
41695         __builtin_expect.
41696
41697 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
41698
41699         * sysdeps/i386/configure.in: Test for -mfma4 option.
41700         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
41701         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
41702         COMMON_CPUID_INDEX_80000001.
41703         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
41704         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
41705         use it if FMA3 is not supported.
41706         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
41707
41708         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
41709         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
41710
41711 2011-10-20  Andreas Schwab  <schwab@redhat.com>
41712
41713         [BZ #12892]
41714         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
41715         it would create a cycle with a link time dependency.
41716
41717 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
41718
41719         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
41720         instruction.
41721         * string/Makefile (strop-tests): Add rawmemchr.
41722         * string/test-rawmemchr.c: New file.
41723
41724         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
41725         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
41726         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
41727         when compiling str{,n}casecmp and when AVX is available.  Hook up
41728         new optimized code in initializers.
41729
41730 2011-10-19  Andreas Schwab  <schwab@redhat.com>
41731
41732         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
41733         __feraiseexcept instead of feraiseexcept.
41734
41735 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
41736
41737         * math/math_private.h: Define defaults for libc_fetestexcept and
41738         libc_feupdateenv.
41739         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
41740         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
41741         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
41742         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
41743         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41744         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
41745         libc_fetestexcept and libc_feupdateenv.
41746
41747         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
41748         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
41749         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
41750         * sysdeps/x86_64/fpu/math_private.h: Define special version of
41751         libc_feholdexcept_setround.
41752
41753         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
41754         Add s_nearbyint-c and s_nearbyintf-c.
41755         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
41756         nearbyintf inlines.
41757         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
41758         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
41759         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
41760         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
41761
41762         * math/math_private.h: Define defaults for libc_fegetround,
41763         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
41764         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
41765         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
41766         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
41767         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
41768         standard functions.
41769         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
41770         Remove comments and hacks for old compiler versions.
41771         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
41772         libc_fegetround, libc_fesetround, libc_feholdexcept, and
41773         libc_feholdexceptl.
41774
41775 2011-10-18  Andreas Schwab  <schwab@redhat.com>
41776
41777         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
41778         (__feraiseexcept_renamed): Add __NTH.
41779         (feraiseexcept): Add __NTH.  Rename local variables to fix
41780         namespace violations.
41781
41782 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
41783
41784         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
41785
41786         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
41787
41788         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
41789         recently added interfaces.
41790         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
41791
41792         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
41793         about macro parameter expansion.
41794
41795         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
41796         __NO_MATH_INLINES is defined.  Cleanups.
41797
41798         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
41799         and __floorf is target has SSE4.1.
41800         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
41801         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
41802         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
41803         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
41804
41805         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
41806         name.
41807         (floorf): Likewise.
41808
41809         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
41810
41811 2011-10-17  Andreas Schwab  <schwab@redhat.com>
41812
41813         * misc/sys/cdefs.h: Fix last change.
41814
41815         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
41816         database lookup.
41817
41818 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
41819
41820         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
41821
41822         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
41823         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41824         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41825         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41826         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41827         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41828         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41829         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41830         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41831         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
41832         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
41833         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
41834         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
41835         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
41836         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
41837         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
41838         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
41839         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
41840         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
41841         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
41842         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
41843         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
41844
41845         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
41846         ceil, ceilf, floor, floorf.
41847
41848         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
41849         Perform IRELATIVE relocations last.
41850
41851         * elf/do-rel.h: Add another parameter nrelative, replacing the
41852         local variable with the same name.  Change name of the function
41853         to end in Rel or Rela (uppercase).
41854         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
41855         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
41856         elf_dynamic_do_##reloc function.
41857
41858 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
41859
41860         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
41861         is sufficient, at least on modern CPUs.
41862
41863         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
41864
41865         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
41866         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
41867
41868         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
41869         __expl_finite.
41870         * math/bits/math-finite.h: Add entries for exp.
41871         * math/e_expl.c: Add __*_finite alias.
41872         * sysdeps/i386/fpu/e_exp.S: Likewise.
41873         * sysdeps/i386/fpu/e_expf.S: Likewise.
41874         * sysdeps/i386/fpu/e_expl.c: Likewise.
41875         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41876         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
41877         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
41878         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
41879         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
41880         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
41881         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
41882
41883         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
41884         is sufficient, at least on modern CPUs.
41885
41886         * ctype/ctype-info.c (__ctype_init): Define.
41887         * include/ctype.h (__ctype_init): Declare.
41888         (__ctype_b_loc): The variable is always initialized.
41889         (__ctype_toupper_loc): Likewise.
41890         (__ctype_tolower_loc): Likewise.
41891         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
41892         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
41893
41894 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
41895
41896         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
41897
41898         * configure.in: Also look in $cxxmachine/include for C++ system
41899         headers.
41900
41901 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41902
41903         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
41904         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
41905         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
41906         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
41907         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
41908         (USE_AS_WMEMCMP): New macro.
41909         Fixing indents.
41910         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
41911         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
41912         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
41913         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
41914         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
41915         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
41916         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
41917         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
41918         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
41919         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
41920         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
41921         (USE_AS_WMEMCMP): New macro.
41922         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
41923         * sysdeps/string/test-memcmp.c: Update.
41924         Fix simple_wmemcmp.
41925         Add new tests.
41926         * wcsmbs/wmemcmp.c: Update.
41927         (WMEMCMP): New macro.
41928         Fix overflow bug.
41929
41930 2011-10-12  Andreas Jaeger  <aj@suse.de>
41931
41932         [BZ #13268]
41933         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
41934
41935 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
41936
41937         * libio/iofwide.c (do_length): Avoid warning.
41938
41939         * ctype/ctype.h (__isctype_f): Add missing __THROW.
41940
41941 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
41942
41943         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
41944
41945         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
41946         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
41947         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
41948         * sysdeps/i386/i686/fpu/e_log.S: New file.
41949         * sysdeps/i386/i686/fpu/e_logf.S: New file.
41950         * sysdeps/i386/i686/fpu/e_logl.S: New file.
41951
41952         * ctype/ctype.h: Add support for inlined isXXX functions when
41953         compiling C++ code.
41954
41955 2011-10-14  Andreas Schwab  <schwab@redhat.com>
41956
41957         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41958
41959         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
41960
41961 2011-10-13  Roland McGrath  <roland@hack.frob.com>
41962
41963         [BZ #13291]
41964         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
41965
41966 2011-10-13  Andreas Schwab  <schwab@redhat.com>
41967
41968         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
41969         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
41970         feraiseexcept.
41971
41972         * sysdeps/x86_64/memrchr.S: Check for zero size.
41973
41974         * string/stratcliff.c: Add memrchr tests.
41975
41976 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41977
41978         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
41979         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
41980         rawmemchr-sse2 rawmemchr-sse2-bsf.
41981         * sysdeps/i386/i686/multiarch/memchr.S: New file.
41982         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
41983         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
41984         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
41985         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
41986         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
41987         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
41988         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
41989         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
41990         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
41991         * string/memrchr.c (MEMRCHR): New macro.
41992
41993 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
41994
41995         Add integration with gcc's -ffinite-math-only and optimize wrapper
41996         functions in libm.
41997         * Versions.def: Define GLIBC_2.15 version for libm.
41998         * math/Makefile (headers): Add bits/math-finite.h.
41999         * math/bits/math-finite.h: New file.
42000         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
42001         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
42002         * math/e_acoshl.c: Add __*_finite alias.
42003         * math/e_acosl.c: Likewise.
42004         * math/e_asinl.c: Likewise.
42005         * math/e_atan2l.c: Likewise.
42006         * math/e_atanhl.c: Likewise.
42007         * math/e_coshl.c: Likewise.
42008         * math/e_exp10.c: Likewise.
42009         * math/e_exp10f.c: Likewise.
42010         * math/e_exp10l.c: Likewise.
42011         * math/e_exp2l.c: Likewise.
42012         * math/e_fmodl.c: Likewise.
42013         * math/e_gammal_r.c: Likewise.
42014         * math/e_hypotl.c: Likewise.
42015         * math/e_j0l.c: Likewise.
42016         * math/e_j1l.c: Likewise.
42017         * math/e_jnl.c: Likewise.
42018         * math/e_lgammal_r.c: Likewise.
42019         * math/e_log10l.c: Likewise.
42020         * math/e_log2l.c: Likewise.
42021         * math/e_logl.c: Likewise.
42022         * math/e_powl.c: Likewise.
42023         * math/e_sinhl.c: Likewise.
42024         * math/e_sqrtl.c: Likewise.
42025         * math/e_scalb.c: Completely rewritten and optimized.
42026         * math/e_scalbf.c: Likewise.
42027         * math/e_scalbl.c: Likewise.
42028         * math/w_acos.c: Likewise.
42029         * math/w_acosf.c: Likewise.
42030         * math/w_acosl.c: Likewise.
42031         * math/w_acosh.c: Likewise.
42032         * math/w_acoshf.c: Likewise.
42033         * math/w_acoshl.c: Likewise.
42034         * math/w_asin.c: Likewise.
42035         * math/w_asinf.c: Likewise.
42036         * math/w_asinl.c: Likewise.
42037         * math/w_atan2.c: Likewise.
42038         * math/w_atan2f.c: Likewise.
42039         * math/w_atan2l.c: Likewise.
42040         * math/w_atanh.c: Likewise.
42041         * math/w_atanhf.c: Likewise.
42042         * math/w_atanhl.c: Likewise.
42043         * math/w_exp10.c: Likewise.
42044         * math/w_exp10f.c: Likewise.
42045         * math/w_exp10l.c: Likewise.
42046         * math/w_fmod.c: Likewise.
42047         * math/w_fmodf.c: Likewise.
42048         * math/w_fmodl.c: Likewise.
42049         * math/w_j0.c: Likewise.
42050         * math/w_j0f.c: Likewise.
42051         * math/w_j0l.c: Likewise.
42052         * math/w_j1.c: Likewise.
42053         * math/w_j1f.c: Likewise.
42054         * math/w_j1l.c: Likewise.
42055         * math/w_jn.c: Likewise.
42056         * math/w_jnf.c: Likewise.
42057         * math/w_log.c: Likewise.
42058         * math/w_logf.c: Likewise.
42059         * math/w_logl.c: Likewise.
42060         * math/w_log10.c: Likewise.
42061         * math/w_log10f.c: Likewise.
42062         * math/w_log10l.c: Likewise.
42063         * math/w_log2.c: Likewise.
42064         * math/w_log2f.c: Likewise.
42065         * math/w_log2l.c: Likewise.
42066         * math/w_pow.c: Likewise.
42067         * math/w_powf.c: Likewise.
42068         * math/w_powl.c: Likewise.
42069         * math/w_remainder.c: Likewise.
42070         * math/w_remainderf.c: Likewise.
42071         * math/w_remainderl.c: Likewise.
42072         * math/w_scalb.c: Likewise.
42073         * math/w_scalbf.c: Likewise.
42074         * math/w_scalbl.c: Likewise.
42075         * math/w_sqrt.c: Likewise.
42076         * math/w_sqrtf.c: Likewise.
42077         * math/w_sqrtl.c: Likewise.
42078         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
42079         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
42080         used.
42081         * math/math_private.h: Declare __kernel_standard_f.
42082         * math/w_cosh.c: Remove cruft and optimize a bit.
42083         * math/w_coshf.c: Likewise.
42084         * math/w_coshl.c: Likewise.
42085         * math/w_exp2.c: Likewise.
42086         * math/w_exp2f.c: Likewise.
42087         * math/w_exp2l.c: Likewise.
42088         * math/w_hypot.c: Likewise.
42089         * math/w_hypotf.c: Likewise.
42090         * math/w_hypotl.c: Likewise.
42091         * math/w_lgamma.c: Likewise.
42092         * math/w_lgamma_r.c: Likewise.
42093         * math/w_lgammaf.c: Likewise.
42094         * math/w_lgammaf_r.c: Likewise.
42095         * math/w_lgammal.c: Likewise.
42096         * math/w_lgammal_r.c: Likewise.
42097         * math/w_sinh.c: Likewise.
42098         * math/w_sinhf.c: Likewise.
42099         * math/w_sinhl.c: Likewise.
42100         * math/w_tgamma.c: Likewise.
42101         * math/w_tgammaf.c: Likewise.
42102         * math/w_tgammal.c: Likewise.
42103         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42104         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42105         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
42106         Minor optimizations.  Pretty printing.  Remove cruft.
42107         * sysdeps/i386/fpu/e_acosf.S: Likewise.
42108         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42109         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42110         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42111         * sysdeps/i386/fpu/e_acosl.c: Likewise.
42112         * sysdeps/i386/fpu/e_asin.S: Likewise.
42113         * sysdeps/i386/fpu/e_asinf.S: Likewise.
42114         * sysdeps/i386/fpu/e_atan2.S: Likewise.
42115         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
42116         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
42117         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42118         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42119         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42120         * sysdeps/i386/fpu/e_exp10.S: Likewise.
42121         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
42122         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
42123         * sysdeps/i386/fpu/e_exp2.S: Likewise.
42124         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
42125         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
42126         * sysdeps/i386/fpu/e_fmod.S: Likewise.
42127         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
42128         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
42129         * sysdeps/i386/fpu/e_hypot.S: Likewise.
42130         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
42131         * sysdeps/i386/fpu/e_log.S: Likewise.
42132         * sysdeps/i386/fpu/e_log10.S: Likewise.
42133         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42134         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42135         * sysdeps/i386/fpu/e_log2.S: Likewise.
42136         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42137         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42138         * sysdeps/i386/fpu/e_logf.S: Likewise.
42139         * sysdeps/i386/fpu/e_logl.S: Likewise.
42140         * sysdeps/i386/fpu/e_pow.S: Likewise.
42141         * sysdeps/i386/fpu/e_powf.S: Likewise.
42142         * sysdeps/i386/fpu/e_powl.S: Likewise.
42143         * sysdeps/i386/fpu/e_remainder.S: Likewise.
42144         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
42145         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
42146         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42147         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42148         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42149         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
42150         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
42151         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
42152         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
42153         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
42154         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
42155         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
42156         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
42157         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
42158         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
42159         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
42160         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
42161         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
42162         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
42163         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
42164         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
42165         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
42166         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
42167         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
42168         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
42169         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
42170         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
42171         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
42172         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
42173         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
42174         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42175         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42176         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
42177         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
42178         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
42179         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
42180         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
42181         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
42182         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
42183         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
42184         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
42185         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
42186         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
42187         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
42188         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
42189         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
42190         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
42191         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
42192         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
42193         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
42194         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
42195         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
42196         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42197         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
42198         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
42199         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
42200         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
42201         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
42202         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
42203         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
42204         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
42205         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
42206         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
42207         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
42208         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
42209         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
42210         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
42211         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
42212         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
42213         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
42214         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42215         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42216         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
42217         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
42218         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
42219         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
42220         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
42221         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
42222         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
42223         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
42224         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
42225         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
42226         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
42227         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42228         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
42229         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
42230         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42231         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
42232         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
42233         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
42234         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
42235         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42236         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
42237         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
42238         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
42239         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
42240         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
42241         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
42242         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42243         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
42244         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
42245         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
42246         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
42247         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
42248         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
42249         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
42250         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
42251         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
42252         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
42253         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
42254         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
42255         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
42256         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42257         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42258         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42259         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42260         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
42261         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42262         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
42263         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
42264         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
42265         (__isnanf): Likewise.
42266         (__isinf_ns): Likewise.
42267         (__isinf_nsf): Likewise.
42268         (__finite): Likewise.
42269         (__finitef): Likewise.
42270         (__ieee754_sqrt): Define as macro.
42271         (__ieee754_sqrtf): Define as macro.
42272         (__ieee754_sqrtl): Define as macro.
42273         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
42274         inlined copy.
42275         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
42276         __FINITE_MATH_ONLY__ consistent.
42277         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
42278
42279 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
42280
42281         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
42282         of rawmemchr.
42283
42284         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
42285
42286 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
42287
42288         * po/ja.po: Update from translation team.
42289
42290 2011-10-08  Roland McGrath  <roland@hack.frob.com>
42291
42292         * locale/programs/locarchive.c (prepare_address_space): New function.
42293         (create_archive, enlarge_archive, open_archive): Use it.
42294
42295         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
42296         inside [SHARED], where it is used.
42297
42298         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
42299
42300         * nss/getent.c (netgroup_keys): Remove unused variable.
42301         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
42302
42303 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
42304
42305         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
42306         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
42307         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
42308         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
42309         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
42310         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
42311         * math/Makefile (libm-calls): Add s_isinf_ns.
42312         * math/divtc3.c: Use __isinf_nsl instead of isinf.
42313         * math/multc3.c: Likewise.
42314         * math/s_casin.c: Likewise.
42315         * math/s_casinf.c: Likewise.
42316         * math/s_casinl.c: Likewise.
42317         * math/s_ccos.c: Likewise.
42318         * math/s_ccosf.c: Likewise.
42319         * math/s_ccosl.c: Likewise.
42320         * math/s_ctan.c: Likewise.
42321         * math/s_ctanf.c: Likewise.
42322         * math/s_ctanh.c: Likewise.
42323         * math/s_ctanhf.c: Likewise.
42324         * math/s_ctanhl.c: Likewise.
42325         * math/s_ctanl.c: Likewise.
42326         * math/w_fmod.c: Likewise.
42327         * math/w_fmodf.c: Likewise.
42328         * math/w_fmodl.c: Likewise.
42329         * math/w_remainder.c: Likewise.
42330         * math/w_remainderf.c: Likewise.
42331         * math/w_remainderl.c: Likewise.
42332         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
42333         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
42334         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
42335         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
42336         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
42337         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
42338         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
42339         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
42340
42341         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
42342         of the number.
42343         * stdio-common/printf_fphex.c: Likewise.
42344         * stdio-common/printf_size.c: Likewise.
42345
42346         * math/e_exp10.c: Include math_private.h using <...> not "...".
42347         * math/e_exp10f.c: Likewise.
42348         * math/e_exp10l.c: Likewise.
42349         * math/e_exp2l.c: Likewise.
42350         * math/e_j0l.c: Likewise.
42351         * math/e_j1l.c: Likewise.
42352         * math/e_jnl.c: Likewise.
42353         * math/e_lgammal_r.c: Likewise.
42354         * math/e_rem_pio2l.c: Likewise.
42355         * math/e_scalb.c: Likewise.
42356         * math/e_scalbf.c: Likewise.
42357         * math/e_scalbl.c: Likewise.
42358         * math/k_cosl.c: Likewise.
42359         * math/k_sinl.c: Likewise.
42360         * math/k_tanl.c: Likewise.
42361         * math/s_cacoshf.c: Likewise.
42362         * math/s_catan.c: Likewise.
42363         * math/s_catanf.c: Likewise.
42364         * math/s_catanh.c: Likewise.
42365         * math/s_catanhf.c: Likewise.
42366         * math/s_catanhl.c: Likewise.
42367         * math/s_catanl.c: Likewise.
42368         * math/s_ccosh.c: Likewise.
42369         * math/s_ccoshf.c: Likewise.
42370         * math/s_ccoshl.c: Likewise.
42371         * math/s_cexp.c: Likewise.
42372         * math/s_cexpf.c: Likewise.
42373         * math/s_cexpl.c: Likewise.
42374         * math/s_clog.c: Likewise.
42375         * math/s_clog10.c: Likewise.
42376         * math/s_clog10f.c: Likewise.
42377         * math/s_clog10l.c: Likewise.
42378         * math/s_clogf.c: Likewise.
42379         * math/s_clogl.c: Likewise.
42380         * math/s_csin.c: Likewise.
42381         * math/s_csinf.c: Likewise.
42382         * math/s_csinh.c: Likewise.
42383         * math/s_csinhf.c: Likewise.
42384         * math/s_csinhl.c: Likewise.
42385         * math/s_csinl.c: Likewise.
42386         * math/s_csqrt.c: Likewise.
42387         * math/s_csqrtf.c: Likewise.
42388         * math/s_csqrtl.c: Likewise.
42389         * math/s_ctan.c: Likewise.
42390         * math/s_ctanf.c: Likewise.
42391         * math/s_ctanh.c: Likewise.
42392         * math/s_ctanhf.c: Likewise.
42393         * math/s_ctanhl.c: Likewise.
42394         * math/s_ctanl.c: Likewise.
42395         * math/s_ldexp.c: Likewise.
42396         * math/s_ldexpf.c: Likewise.
42397         * math/s_ldexpl.c: Likewise.
42398         * math/s_significand.c: Likewise.
42399         * math/s_significandf.c: Likewise.
42400         * math/s_significandl.c: Likewise.
42401         * math/w_acos.c: Likewise.
42402         * math/w_acosf.c: Likewise.
42403         * math/w_acosh.c: Likewise.
42404         * math/w_acoshf.c: Likewise.
42405         * math/w_acoshl.c: Likewise.
42406         * math/w_acosl.c: Likewise.
42407         * math/w_asin.c: Likewise.
42408         * math/w_asinf.c: Likewise.
42409         * math/w_asinl.c: Likewise.
42410         * math/w_atan2.c: Likewise.
42411         * math/w_atan2f.c: Likewise.
42412         * math/w_atan2l.c: Likewise.
42413         * math/w_atanh.c: Likewise.
42414         * math/w_atanhf.c: Likewise.
42415         * math/w_atanhl.c: Likewise.
42416         * math/w_cosh.c: Likewise.
42417         * math/w_coshf.c: Likewise.
42418         * math/w_coshl.c: Likewise.
42419         * math/w_dremf.c: Likewise.
42420         * math/w_exp10.c: Likewise.
42421         * math/w_exp10f.c: Likewise.
42422         * math/w_exp10l.c: Likewise.
42423         * math/w_exp2.c: Likewise.
42424         * math/w_exp2f.c: Likewise.
42425         * math/w_fmod.c: Likewise.
42426         * math/w_fmodf.c: Likewise.
42427         * math/w_fmodl.c: Likewise.
42428         * math/w_hypot.c: Likewise.
42429         * math/w_hypotf.c: Likewise.
42430         * math/w_hypotl.c: Likewise.
42431         * math/w_j0.c: Likewise.
42432         * math/w_j0f.c: Likewise.
42433         * math/w_j0l.c: Likewise.
42434         * math/w_j1.c: Likewise.
42435         * math/w_j1f.c: Likewise.
42436         * math/w_j1l.c: Likewise.
42437         * math/w_jn.c: Likewise.
42438         * math/w_jnf.c: Likewise.
42439         * math/w_jnl.c: Likewise.
42440         * math/w_lgamma.c: Likewise.
42441         * math/w_lgamma_r.c: Likewise.
42442         * math/w_lgammaf.c: Likewise.
42443         * math/w_lgammaf_r.c: Likewise.
42444         * math/w_lgammal.c: Likewise.
42445         * math/w_lgammal_r.c: Likewise.
42446         * math/w_log.c: Likewise.
42447         * math/w_log10.c: Likewise.
42448         * math/w_log10f.c: Likewise.
42449         * math/w_log10l.c: Likewise.
42450         * math/w_log2.c: Likewise.
42451         * math/w_log2f.c: Likewise.
42452         * math/w_log2l.c: Likewise.
42453         * math/w_logf.c: Likewise.
42454         * math/w_logl.c: Likewise.
42455         * math/w_pow.c: Likewise.
42456         * math/w_powf.c: Likewise.
42457         * math/w_powl.c: Likewise.
42458         * math/w_remainder.c: Likewise.
42459         * math/w_remainderf.c: Likewise.
42460         * math/w_remainderl.c: Likewise.
42461         * math/w_scalb.c: Likewise.
42462         * math/w_scalbf.c: Likewise.
42463         * math/w_scalbl.c: Likewise.
42464         * math/w_sinh.c: Likewise.
42465         * math/w_sinhf.c: Likewise.
42466         * math/w_sinhl.c: Likewise.
42467         * math/w_sqrt.c: Likewise.
42468         * math/w_sqrtf.c: Likewise.
42469         * math/w_sqrtl.c: Likewise.
42470         * math/w_tgamma.c: Likewise.
42471         * math/w_tgammaf.c: Likewise.
42472         * math/w_tgammal.c: Likewise.
42473
42474         * po/ja.po: Update from translation team.
42475
42476 2011-09-29  Andreas Jaeger  <aj@suse.de>
42477
42478         [BZ #13179]
42479         * sunrpc/netname.c (netname2host): Fix logic.
42480
42481         [BZ #6779]
42482         [BZ #6783]
42483         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
42484         correctly.
42485         * math/w_remainder.c (__remainder): Likewise.
42486         * math/w_remainderf.c (__remainderf): Likewise.
42487         * math/libm-test.inc (remainder_test): Add test cases.
42488
42489 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42490
42491         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
42492         sdiv_qrnnd.
42493
42494 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
42495
42496         * string/test-memcmp.c: Avoid unncessary #defines.
42497         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
42498
42499 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42500
42501         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
42502         Use new sse2 version for core i3 - i7 as it's faster
42503         than sse42 version.
42504         (bit_Prefer_PMINUB_for_stringop): New.
42505         * sysdeps/x86_64/rawmemchr.S: Update.
42506         Replace with faster SSE2 version.
42507         * sysdeps/x86_64/memrchr.S: New file.
42508         * sysdeps/x86_64/memchr.S: Update.
42509         Replace with faster SSE2 version.
42510
42511 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
42512
42513         * elf/dl-load.c (lose): Add cast to avoid warning.
42514
42515 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
42516
42517         * po/ca.po: Update from translation team.
42518
42519         * inet/getnetgrent_r.c: Hook up nscd.
42520         * nscd/Makefile (routines): Add nscd_netgroup.
42521         (nscd-modules): Add netgroupcache.
42522         (CFLAGS-netgroupcache.c): Define.
42523         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
42524         (cache_search): Add const to second parameter.
42525         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
42526         INNETGR.
42527         (dbs): Add netgrdb entry.
42528         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
42529         (verify_persistent_db): Handle netgrdb.
42530         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
42531         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
42532         GETFDNETGR.
42533         (netgroup_response_header): Define.
42534         (innetgroup_response_header): Define.
42535         (datahead): Add netgroup_response_header and innetgroup_response_header
42536         elements.
42537         * nscd/nscd.conf: Add entries for netgroup cache.
42538         * nscd/nscd.h (dbtype): Add netgrdb.
42539         (_PATH_NSCD_NETGROUP_DB): Define.
42540         (netgroup_iov_disabled): Declare.
42541         (xmalloc, xcalloc, xrealloc): Move declarations here.
42542         (cache_search): Adjust prototype.
42543         Add netgroup-related prototypes.
42544         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
42545         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
42546         (__nscd_innetgr): Declare.
42547         * nscd/selinux.c (perms): Use access_vector_t as element type and
42548         add netgroup-related initializers.
42549         * nscd/netgroupcache.c: New file.
42550         * nscd/nscd_netgroup.c: New file.
42551         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
42552         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
42553         For four parameters use innetgr.
42554         * nss/nss_files/files-init.c: Add definition and callback for netgr.
42555         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
42556         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
42557         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
42558
42559         * nscd/connections.c (register_traced_file): Don't register file
42560         for disabled databases.
42561
42562 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
42563
42564         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
42565
42566         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
42567         from tree and freeing node.
42568
42569 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
42570
42571         * nss/nsswitch.c (__nss_database_lookup): Handle
42572         nss_parse_service_list out of memory case.
42573
42574 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
42575
42576         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
42577         out of memory case.
42578
42579 2011-10-04  Andreas Schwab  <schwab@redhat.com>
42580
42581         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
42582         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
42583         pass it down.
42584         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
42585         elf_machine_rela, elf_machine_lazy_rel.
42586         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
42587         (ELF_DYNAMIC_DO_REL): Likewise.
42588         (ELF_DYNAMIC_DO_RELA): Likewise.
42589         (ELF_DYNAMIC_RELOCATE): Likewise.
42590         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
42591         to ELF_DYNAMIC_DO_REL.
42592         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
42593         (dl_main): In trace mode always set __RTLD_NOIFUNC.
42594         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
42595         elf_machine_rela.
42596         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
42597         skip_ifunc, don't call ifunc function if non-zero.
42598         (elf_machine_rela): Likewise.
42599         (elf_machine_lazy_rel): Likewise.
42600         (elf_machine_lazy_rela): Likewise.
42601         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
42602         (elf_machine_lazy_rel): Likewise.
42603         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
42604         Likewise.
42605         (elf_machine_lazy_rel): Likewise.
42606         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
42607         Likewise.
42608         (elf_machine_lazy_rel): Likewise.
42609         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
42610         (elf_machine_lazy_rel): Likewise.
42611         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
42612         (elf_machine_lazy_rel): Likewise.
42613         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
42614         (elf_machine_lazy_rel): Likewise.
42615         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
42616         (elf_machine_lazy_rel): Likewise.
42617         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
42618         (elf_machine_lazy_rel): Likewise.
42619         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
42620         (elf_machine_lazy_rel): Likewise.
42621
42622 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
42623
42624         * nss/nss_files/files-init.c (_nss_files_init): Use static
42625         initialization for all the *_traced_file variables.
42626
42627 2011-09-28  Andreas Schwab  <schwab@redhat.com>
42628
42629         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42630
42631 2011-09-27  Roland McGrath  <roland@hack.frob.com>
42632
42633         [BZ #13226]
42634         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
42635
42636 2011-09-27  Andreas Schwab  <schwab@redhat.com>
42637
42638         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
42639         Reread the line before reparsing it.
42640
42641 2011-09-26  Andreas Schwab  <schwab@redhat.com>
42642
42643         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
42644
42645 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
42646             Maxim Kuvyrkov  <maxim@codesourcery.com>
42647             Joseph Myers  <joseph@codesourcery.com>
42648
42649         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
42650         if needed for __stack_chk_guard.
42651
42652 2011-09-19  Roland McGrath  <roland@hack.frob.com>
42653
42654         * sysdeps/posix/spawni.c (script_execute): Always define it.
42655         It will be optimized away if unused.
42656         (maybe_script_execute): New function.
42657         (__spawni): Call it.
42658
42659         * Makerules: Don't include tls.make.
42660         (config-tls): Always set to thread.
42661         * tls.make.c: File removed.
42662
42663 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
42664
42665         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
42666         * config.make.in (CPPFLAGS-config): New substituted variable.
42667
42668 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
42669
42670         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
42671
42672         [BZ #13192]
42673         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
42674         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
42675
42676 2011-09-15  Roland McGrath  <roland@hack.frob.com>
42677
42678         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
42679         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
42680         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
42681         (CALL_FAIL): Likewise.
42682         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
42683         (CALL_FAIL): Macro removed.
42684         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
42685
42686 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
42687
42688         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
42689         for __FINITE_MATH_ONLY__ == 1.
42690
42691 2011-09-15  Andreas Schwab  <schwab@redhat.com>
42692
42693         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
42694         __ieee754_sqrt instead of sqrt.
42695         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
42696         __ieee754_sqrtf instead of sqrtf.
42697         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
42698         __floorf instead of floorf.
42699         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
42700         __floorf, __truncf instead of floorf, truncf.
42701
42702 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
42703
42704         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
42705
42706         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
42707         __extern_always_inline.
42708         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
42709         32-bit.
42710
42711 2011-09-14  Andreas Schwab  <schwab@redhat.com>
42712
42713         * elf/rtld.c (dl_main): Also relocate in dependency order when
42714         doing symbol dependency testing.
42715
42716 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
42717
42718         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
42719         Always define `refsym'.
42720
42721 2011-09-13  Andreas Schwab  <schwab@redhat.com>
42722
42723         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
42724         (__FD_ELT): Renamed from __FDELT.
42725         * misc/bits/select2.h (__FD_ELT): Likewise.
42726         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
42727         __FD_MASK instead of __FDELT, __FDMASK.
42728         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
42729         Likewise.
42730         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
42731         Likewise.
42732
42733         * elf/Makefile (gen-ldd): Fix pattern.
42734
42735         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
42736         (init_tls): Likewise.
42737
42738 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
42739
42740         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
42741
42742 2011-09-12  Andreas Schwab  <schwab@redhat.com>
42743
42744         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
42745         `struct cmsghdr *' instead of `void *'.
42746         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
42747         Likewise.
42748
42749 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
42750
42751         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
42752         if non-absolute.
42753         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
42754         ldd_rewrite_script.
42755
42756 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
42757
42758         * configure.in: Remove --with-tls option.
42759         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
42760         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
42761         out in case it is missing.
42762         * sysdeps/ia64/elf/configure.in: Likewise.
42763         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
42764         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
42765         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
42766         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
42767         * sysdeps/sh/elf/configure.in: Likewise.
42768         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
42769         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42770         * sysdeps/x86_64/elf/configure.in: Likewise.
42771         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
42772         * sysdeps/mach/hurd/tls.h: Likewise.
42773
42774         [BZ #13067]
42775         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
42776
42777         [BZ #13090]
42778         * configure.in: Fix use of AC_INIT.
42779
42780         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
42781
42782 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
42783
42784         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
42785         __set_errno.
42786         * malloc/hooks.c: Likewise.
42787
42788         [BZ #11929]
42789         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
42790         variables statically.
42791         (narenas): Initialize.
42792         (list_lock): Initialize.
42793         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
42794         initializtion of main_arena and list_lock.  Small cleanups.
42795         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
42796         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
42797         Add initializers to main_arena and mp_.
42798         (malloc_state): Remove pagesize member.  Change all users to use
42799         GLRO(dl_pagesize).
42800
42801         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
42802         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
42803         is always initialized.
42804
42805         * malloc/malloc.c: Removed unused configurations and dead code.
42806         * malloc/arena.c: Likewise.
42807         * malloc/hooks.c: Likewise.
42808         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
42809
42810         * include/tls.h: Removed.  USE___THREAD must always be defined.
42811         * bits/libc-tsd.h: Don't handle !USE___THREAD.
42812         * elf/dl-libc.c: Likewise.
42813         * elf/dl-tsd.c: Likewise.
42814         * include/errno.h: Likewise.
42815         * include/netdb.h: Likewise.
42816         * include/resolv.h: Likewise.
42817         * inet/herrno-loc.c: Likewise.
42818         * inet/herrno.c: Likewise.
42819         * malloc/arena.c: Likewise.
42820         * malloc/hooks.c: Likewise.
42821         * malloc/malloc.c: Likewise.
42822         * resolv/res-state.c: Likewise.
42823         * resolv/res_libc.c: Likewise.
42824         * sysdeps/i386/dl-machine.h: Likewise.
42825         * sysdeps/ia64/dl-machine.h: Likewise.
42826         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
42827         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
42828         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
42829         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
42830         * sysdeps/sh/dl-machine.h: Likewise.
42831         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42832         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42833         * sysdeps/unix/i386/sysdep.S: Likewise.
42834         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
42835         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
42836         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
42837         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
42838         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
42839         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
42840         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
42841         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42842         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42843         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
42844         * sysdeps/unix/x86_64/sysdep.S: Likewise.
42845         * sysdeps/x86_64/dl-machine.h: Likewise.
42846         * tls.make.c: Likewise.
42847
42848         * configure.in: Remove --with-__thread option.  Make tests for
42849         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
42850         tls_model attribute fail if no support is available.  Remove
42851         USE_IN_LIBIO.
42852         * Makeconfig: Adjust for dropped configure option.  All features are
42853         now mandatory.
42854         * Makerules: Likewise.
42855         * Versions.def: Likewise.
42856         * argp/argp-fmtstream.c: Likewise.
42857         * argp/argp-fmtstream.h: Likewise.
42858         * argp/argp-help.c: Likewise.
42859         * assert/assert.c: Likewise.
42860         * config.h.in: Likewise.
42861         * config.make.in: Likewise.
42862         * configure: Likewise.
42863         * configure.in: Likewise.
42864         * csu/Versions: Likewise.
42865         * csu/init.c: Likewise.
42866         * elf/tst-audit2.c: Likewise.
42867         * elf/tst-tls10.c: Likewise.
42868         * elf/tst-tls10.h: Likewise.
42869         * elf/tst-tls11.c: Likewise.
42870         * elf/tst-tls12.c: Likewise.
42871         * elf/tst-tls14.c: Likewise.
42872         * elf/tst-tlsmod11.c: Likewise.
42873         * elf/tst-tlsmod12.c: Likewise.
42874         * elf/tst-tlsmod13.c: Likewise.
42875         * elf/tst-tlsmod13a.c: Likewise.
42876         * elf/tst-tlsmod14a.c: Likewise.
42877         * elf/tst-tlsmod15b.c: Likewise.
42878         * elf/tst-tlsmod16a.c: Likewise.
42879         * elf/tst-tlsmod16b.c: Likewise.
42880         * elf/tst-tlsmod7.c: Likewise.
42881         * elf/tst-tlsmod8.c: Likewise.
42882         * elf/tst-tlsmod9.c: Likewise.
42883         * gmon/gmon.c: Likewise.
42884         * grp/fgetgrent_r.c: Likewise.
42885         * grp/putgrent.c: Likewise.
42886         * hurd/fopenport.c: Likewise.
42887         * include/libc-symbols.h: Likewise.
42888         * include/tls.h: Likewise.
42889         * intl/gettextP.h: Likewise.
42890         * intl/loadinfo.h: Likewise.
42891         * locale/global-locale.c: Likewise.
42892         * locale/localeinfo.h: Likewise.
42893         * mach/devstream.c: Likewise.
42894         * malloc/arena.c: Likewise.
42895         * malloc/set-freeres.c: Likewise.
42896         * misc/err.c: Likewise.
42897         * misc/getttyent.c: Likewise.
42898         * misc/mntent_r.c: Likewise.
42899         * posix/getopt.c: Likewise.
42900         * posix/wordexp.c: Likewise.
42901         * pwd/fgetpwent_r.c: Likewise.
42902         * resolv/Versions: Likewise.
42903         * resolv/res_hconf.c: Likewise.
42904         * shadow/fgetspent_r.c: Likewise.
42905         * shadow/putspent.c: Likewise.
42906         * stdio-common/printf_fphex.c: Likewise.
42907         * stdio-common/tmpfile.c: Likewise.
42908         * stdlib/abort.c: Likewise.
42909         * stdlib/fmtmsg.c: Likewise.
42910         * sunrpc/auth_unix.c: Likewise.
42911         * sunrpc/clnt_perr.c: Likewise.
42912         * sunrpc/clnt_tcp.c: Likewise.
42913         * sunrpc/clnt_udp.c: Likewise.
42914         * sunrpc/clnt_unix.c: Likewise.
42915         * sunrpc/openchild.c: Likewise.
42916         * sunrpc/svc_simple.c: Likewise.
42917         * sunrpc/svc_tcp.c: Likewise.
42918         * sunrpc/svc_udp.c: Likewise.
42919         * sunrpc/svc_unix.c: Likewise.
42920         * sunrpc/xdr.c: Likewise.
42921         * sunrpc/xdr_array.c: Likewise.
42922         * sunrpc/xdr_rec.c: Likewise.
42923         * sunrpc/xdr_ref.c: Likewise.
42924         * sunrpc/xdr_stdio.c: Likewise.
42925
42926 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
42927
42928         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42929
42930 2011-07-03  Andreas Jaeger  <aj@suse.de>
42931
42932         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
42933         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
42934         regenerate with gen-libm-tests.pl.
42935
42936 2010-05-12  Petr Baudis  <pasky@suse.cz>
42937
42938         [BZ #11589]
42939         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
42940         around j0() zero points by switching to j1().
42941         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
42942         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
42943         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42944         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
42945
42946 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
42947
42948         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
42949         instead of 0.
42950         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
42951         instead of 0.
42952         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42953         Patch in part by Pavel Roskin <proski@gnu.org>.
42954
42955         [BZ #13138]
42956         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
42957         realloc.
42958         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
42959         Free memory block if necessary.
42960
42961         [BZ #12847]
42962         * libio/genops.c (INTDEF): For string streams the _lock pointer can
42963         be NULL.  Don't lock in this case.
42964
42965 2011-09-09  Roland McGrath  <roland@hack.frob.com>
42966
42967         * elf/elf.h (ELFOSABI_GNU): New macro.
42968         (ELFOSABI_LINUX): Define to that.
42969
42970 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
42971
42972         * string/strncat.c (strncat): Undef the symbol in case it has been
42973         defined in bits/string.h.
42974
42975 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
42976
42977         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
42978
42979         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
42980         link map.
42981
42982 2011-08-17  Andreas Jaeger  <aj@suse.de>
42983
42984         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
42985
42986 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
42987             Ian Lance Taylor  <iant@google.com>
42988
42989         * math/libm-test.inc (lround_test): New testcase.
42990         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
42991
42992 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
42993
42994         * Makefile: Remove support for automatic cvs check-ins.
42995         * Makerules: Likewise.
42996         * config.make.in: Likewise.
42997         * configure.in: Likewise.
42998         * intl/Makefile: Likewise.
42999         * locale/Makefile: Likewise.
43000         * po/Makefile: Likewise.
43001         * posix/Makefile: Likewise.
43002         * sysdeps/gnu/Makefile: Likewise.
43003         * sysdeps/mach/hurd/Makefile: Likewise.
43004         * sysdeps/sparc/sparc32/Makefile: Likewise.
43005
43006         [BZ #13118]
43007         * posix/Makefile (bug-regex32-ENV): Define.
43008         Patch by John Stanley <jpsinthemix@verizon.net>.
43009
43010         * misc/Makefile (headers): Add bits/select2.h.
43011         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
43012         * misc/bits/select2.h: New file.
43013         * include/bits/select2.h: New file.
43014         * debug/Makefile (routines): Add fdelt_chk.
43015         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
43016         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
43017         FD_ISSET.
43018         * debug/fdelt_chk.c: New file.
43019
43020         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
43021         * wcsmbs/test-wmemcmp.c: Likewise.
43022         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
43023         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
43024
43025 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43026
43027         * string/Makefile (strop-tests): Add memcmp.
43028         * string/test-wmemcmp.c: New file.
43029         * string/test-memcmp.c: Add wmemcmp support.
43030
43031 2011-09-08  Roland McGrath  <roland@hack.frob.com>
43032
43033         [BZ #13153]
43034         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
43035         2011-07-19 change.
43036
43037         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
43038         garbage value in a __mach_port_mod_refs call in the cases of the
43039         task-self and thread-self ports.
43040
43041 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43042
43043         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
43044
43045 2011-09-08  Andreas Schwab  <schwab@redhat.com>
43046
43047         * elf/dl-load.c (lose): Check for non-null L.
43048
43049 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
43050
43051         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
43052
43053         * elf/dl-libc.c (dlerror_run): Pass back error code from
43054         dl_catch_error.
43055
43056         [BZ #13123]
43057         * elf/dl-load.c (lose): Free l_origin if it is valid.
43058
43059         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
43060         names.
43061         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
43062         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
43063         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
43064         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
43065         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
43066         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
43067
43068 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43069
43070         * sysdeps/powerpc/fpu/e_hypot.c: New file.
43071         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
43072         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
43073         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
43074         * sysdeps/powerpc/fpu/k_cosf.c: New file.
43075         * sysdeps/powerpc/fpu/k_sinf.c: New file.
43076         * sysdeps/powerpc/fpu/s_cosf.c: New file.
43077         * sysdeps/powerpc/fpu/s_sinf.c: New file.
43078         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
43079         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
43080
43081 2011-08-15  Alan Modra  <amodra@gmail.com>
43082
43083         [BZ #13092]
43084         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
43085         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
43086         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
43087         ppc_mcount to static-only-routines.
43088         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
43089         __mcount_internal.
43090         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
43091         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
43092
43093 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
43094
43095         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
43096         for finite and infinity parameters.
43097
43098 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43099
43100         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
43101         and add nop instructions for throughput optimization.
43102         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
43103
43104 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
43105
43106         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
43107         aligned copy for power7 with vector-scalar instructions.
43108         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
43109
43110 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
43111
43112         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
43113         AVX check.
43114
43115 2011-09-07  Andreas Schwab  <schwab@redhat.com>
43116
43117         [BZ #13144]
43118         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
43119         last change.
43120
43121 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
43122
43123         * sysdeps/unix/sysv/linux/x86_64/init-first.c
43124         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
43125         syscall wrapper around clock_gettime in __vdso_clock_gettime.
43126         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
43127         clock_gettime.
43128
43129 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
43130
43131         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
43132         Forgot to demangle the pointer.
43133
43134         * sysdeps/i386/sysdep.h: Define atom_text_section.
43135         * sysdeps/x86_64/sysdep.h: Likewise.
43136         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
43137         section with atom_text_section.
43138         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
43139         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
43140         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
43141         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
43142         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
43143
43144         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
43145         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
43146         already be defined.  Change to take two parameters and don't assign
43147         result to variable.  Adjust all users.
43148         Define INTERNAL_GETTIME if not already defined.
43149         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
43150         call.
43151         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
43152         HAVE_CLOCK_GETTIME_VSYSCALL.
43153         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
43154
43155         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
43156         gettimeofday vsyscall, just use time.
43157
43158 2011-09-06  Andreas Schwab  <schwab@redhat.com>
43159
43160         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
43161         <errno.h>.
43162
43163 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
43164
43165         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
43166         syscall on x86-64.
43167         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
43168         syscall.
43169         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
43170         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
43171         syscall if possible.
43172
43173 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
43174
43175         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
43176         e_ident.  Don't pass to find_mapsXX.
43177         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
43178
43179 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
43180
43181         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
43182         strchr-sse2-no-bsf strrchr-sse2-no-bsf
43183         * sysdeps/x86_64/multiarch/strchr.S: Update.
43184         Check bit_slow_BSF bit.
43185         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
43186         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
43187         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
43188
43189 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
43190
43191         [BZ #13134]
43192         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
43193         before glibc 2.15.
43194         (tryshell): Define.
43195         (__spawni): Change last parameter to be flag.  Test
43196         SPAWN_XFLAGS_USE_PATH flag to use path or not.
43197         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
43198         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
43199         * posix/spawni.c: Likewise.
43200         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
43201         * posix/spawnp.c: Likewise.  Change normal version to use
43202         SPAWN_XFLAGS_USE_PATH.
43203         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
43204         SPAWN_XFLAGS_TRY_SHELL.
43205
43206         [BZ #13150]
43207         * posix/glob.h: Remove gcc 1.x support.
43208
43209         [BZ #13068]
43210         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
43211
43212 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
43213
43214         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
43215         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
43216         strrchr-sse2-bsf
43217         * sysdeps/i386/i686/multiarch/strchr.S: New file.
43218         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
43219         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
43220         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
43221         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
43222         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
43223
43224 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43225
43226         * sysdeps/x86_64/wcscmp.S: New file.
43227
43228         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
43229         wcscmp-c wcscmp-sse2
43230         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
43231         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
43232         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
43233         * wcsmbs/wcscmp.c: Allow renaming.
43234
43235 2011-09-05  David S. Miller  <davem@davemloft.net>
43236
43237         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
43238         stack slot, rather than the struct return pointer slot.
43239         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
43240         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
43241         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
43242         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
43243
43244 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
43245
43246         * po/ja.po: Update from translation team.
43247
43248         [BZ #13144]
43249         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
43250         kernel in 64-bit binaries.
43251
43252 2011-09-01  David S. Miller  <davem@davemloft.net>
43253
43254         * elf/elf.h (HWCAP_SPARC_*): Move to..
43255         * sysdeps/sparc/sysdep.h: this new file and add new values.
43256         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
43257         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
43258         _DL_HWCAP_COUNT to 24.
43259         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
43260         entries.
43261         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
43262         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
43263         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
43264         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
43265         instead of magic constants.
43266         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43267
43268 2011-08-31  David S. Miller  <davem@davemloft.net>
43269
43270         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
43271         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
43272         Reimplement to do errno handling inline.
43273         (SYSCALL_ERROR_HANDLER): New macro.
43274         (__SYSCALL_STRING): Do not do errno handling in asm.
43275         (__CLONE_SYSCALL_STRING): Delete.
43276         (__INTERNAL_SYSCALL_STRING): Delete.
43277         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
43278         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
43279         (PSEUDO): Reimplement to do errno handling inline.
43280         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
43281         (SYSCALL_ERROR_HANDLER): New macro.
43282         (__SYSCALL_STRING): Do not do errno handling in asm.
43283         (__CLONE_SYSCALL_STRING): Delete.
43284         (__INTERNAL_SYSCALL_STRING): Delete.
43285         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
43286         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
43287         i386.
43288         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
43289         (inline_syscall*): Add 'err' argument.
43290         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
43291         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
43292         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
43293         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
43294
43295         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
43296         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43297
43298 2011-08-30  Andreas Schwab  <schwab@redhat.com>
43299
43300         * elf/rtld.c (dl_main): Relocate objects in dependency order.
43301
43302 2011-08-29  Jiri Olsa <jolsa@redhat.com>
43303
43304         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
43305         directive.
43306
43307 2011-08-24  David S. Miller  <davem@davemloft.net>
43308
43309         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
43310
43311 2011-08-24  Andreas Schwab  <schwab@redhat.com>
43312
43313         * elf/Makefile: Add rules to build and run unload8 test.
43314         * elf/unload8.c: New file.
43315         * elf/unload8mod1.c: New file.
43316         * elf/unload8mod1x.c: New file.
43317         * elf/unload8mod2.c: New file.
43318         * elf/unload8mod3.c: New file.
43319
43320         * elf/dl-close.c (_dl_close_worker): Reset private search list if
43321         it wasn't used.
43322
43323 2011-08-23  David S. Miller  <davem@davemloft.net>
43324
43325         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
43326         subtract stack bias.
43327         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
43328         %sp not %fp in calculations.
43329         (_JMPBUF_UNWINDS_ADJ): Likewise.
43330
43331         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
43332         (aio_suspend): Call it to force an exception region around the
43333         AIO_MISC_WAIT() invocation.
43334
43335 2011-08-23  Andreas Schwab  <schwab@redhat.com>
43336
43337         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
43338         backslash.
43339
43340 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
43341
43342         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
43343         protection macro.
43344         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
43345         and <dl-machine.h>.
43346         (Elf64_FuncDesc): Remove.
43347
43348 2011-08-22  David S. Miller  <davem@davemloft.net>
43349
43350         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
43351         sigaltstack check, add missing cfi directives.
43352         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
43353         missing cfi directives, and sigaltstack handling.
43354
43355 2011-08-16  Andreas Schwab  <schwab@redhat.com>
43356
43357         [BZ #11724]
43358         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
43359         object is seen twice.
43360         * elf/dl-fini.c (_dl_sort_fini): Likewise.
43361
43362         * elf/Makefile (distribute): Add tst-initorder2.c.
43363         (tests): Add tst-initorder2.
43364         (modules-names): Add tst-initorder2a tst-initorder2b
43365         tst-initorder2c tst-initorder2d.  Add rules to build them.
43366         ($(objpfx)tst-initorder2.out): New rule.
43367         * elf/tst-initorder2.c: New file.
43368         * elf/tst-initorder2.exp: New file.
43369
43370 2011-08-22  Andreas Schwab  <schwab@redhat.com>
43371
43372         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
43373
43374         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
43375         dependencies back to end of function.
43376
43377         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
43378         $(elfobjdir)/ld.so.
43379
43380 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
43381
43382         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
43383         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
43384         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
43385         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
43386         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
43387         of __vdso_gettimeofday.
43388         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
43389         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
43390         attribute_hidden.
43391         (_libc_vdso_platform_setup): Remove initialization of
43392         __vdso_gettimeofday and __vdso_time.
43393
43394 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
43395
43396         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
43397         and fgetc_unlocked.
43398         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
43399         getc_unlocked.
43400
43401         * elf/dl-open.c (add_to_global): Report additions to the global scope
43402         for LD_DEBUG=scopes.
43403         (dl_open_worker): Also print scope of newly loaded dependencies.
43404         (_dl_show_scope): Indicate if there is no scope.
43405
43406         [BZ #13114]
43407         * stdio-common/Makefile (tests): Add bug24.
43408         * stdio-common/bug24.c: New file.
43409
43410 2011-08-19  Andreas Jaeger  <aj@suse.de>
43411
43412         [BZ #13114]
43413         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
43414         non-existant file when using close-on-exec mode.
43415
43416 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
43417
43418         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
43419         the very first instruction.
43420
43421         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
43422         the CFI state in the end.
43423         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
43424         inclusion of dl-trampoline.h.
43425         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
43426
43427 2011-08-19  Andreas Schwab  <schwab@redhat.com>
43428
43429         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
43430         expectations for long double.
43431
43432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
43433         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
43434
43435 2011-08-14  David S. Miller  <davem@davemloft.net>
43436
43437         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
43438         artificual limit depends upon the system page size.
43439
43440 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
43441
43442         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
43443         * resolv/Makefile: Define CFLAGS-libresolv.
43444
43445 2011-08-17  Andreas Schwab  <schwab@redhat.com>
43446
43447         * nss/makedb.c (compute_tables): Make variables used in nested
43448         function static.
43449
43450 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
43451
43452         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
43453         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
43454         if buffer was too small.
43455
43456         * elf/pldd.c (main): Attach to all threads in the process.
43457         Rewrite /proc handling to use *at functions.
43458
43459 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
43460
43461         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
43462         specifies first scope to show.
43463         (dl_open_worker): Update callers.  Move printing scope of new
43464         object to before the relocation.
43465         * elf/rtld.c (dl_main): Update _dl_show_scope call.
43466         * sysdeps/generic/ldsodefs.h: Update declaration.
43467
43468         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
43469         string for the scope number.
43470
43471 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
43472
43473         * nscd/servicescache.c (cache_addserv): Make sure written is always
43474         initialized.
43475
43476 2011-08-14  Roland McGrath  <roland@hack.frob.com>
43477
43478         * sysdeps/i386/i486/bits/atomic.h
43479         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
43480         statement expression, so as to suppress "set but not used" warning.
43481         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
43482
43483         * string/strncat.c (STRNCAT): Use prototype definition.
43484
43485         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
43486         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
43487         -Iprograms here.
43488         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
43489         (localedef-modules): Add localedef.
43490         (locale-modules): Add locale.
43491
43492         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
43493         * elf/rtld.c (dl_main): Invert order of assignment in last change,
43494         to avoid a warning.
43495
43496 2011-08-14  David S. Miller  <davem@davemloft.net>
43497
43498         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
43499         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
43500
43501 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
43502
43503         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
43504         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
43505         * elf/rtld.c (dl_main): Set l_name of vDSO.
43506         Call _dl_show_scope when DL_DEBUG_SCOPES.
43507         (process_dl_debug): Recognize scopes flag and also set it for all.
43508         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
43509         Declare _dl_show_scope.
43510
43511         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
43512         (do_dlopen): Pass caller_dlopen to dl_open.
43513         (__libc_dlopen_mode): Initialize caller_dlopen.
43514
43515         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
43516         of libc.  Make tolower call locale-independent.  Optimize a bit by
43517         using isdigit instead of isalnum.
43518         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
43519
43520 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
43521
43522         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
43523         was a dependency or dynamically loaded.
43524
43525 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
43526
43527         * intl/l10nflist.c: Allow architecture-specific pop function.
43528         * sysdeps/x86_64/l10nflist.c: New file.
43529
43530         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
43531         classification.
43532
43533 2011-08-10  Andreas Schwab  <schwab@redhat.com>
43534
43535         * include/dirent.h: Add libc_hidden_proto for scandirat and
43536         scandirat64.  Don't declare __scandirat64.
43537         * dirent/scandirat.c: Add libc_hidden_def.
43538         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
43539         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
43540
43541 2011-08-10  David S. Miller  <davem@davemloft.net>
43542
43543         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
43544         enum.
43545         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
43546         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
43547         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
43548
43549 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
43550
43551         * Versions.def [libc]: Add GLIBC_2.15.
43552         * dirent/Makefile (routines): Add scandirat and scandirat64.
43553         * dirent/Versions [libc]: Export scandirat and scandirat64 for
43554         GLIBC_2.15.
43555         * dirent/dirent.h: Declare scandirat and scandirat64.
43556         * dirent/scandirat.c: New file.
43557         * dirent/scandirat64.c: New file.
43558         * sysdeps/wordsize-64/scandirat.c: New file.
43559         * sysdeps/wordsize-64/scandirat64.c: New file.
43560         * dirent/opendir.c: Define opendirat.
43561         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
43562         using scandirat.
43563         * dirent/scandir64.c: Adjust for scandir.c change.
43564         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
43565         __scandirat64, and __scandir_cancel_handler.
43566         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
43567         additional parameter and use openat instead of open (outside of ld.so).
43568         Add new __opendir as wrapper around __opendirat.
43569         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
43570         here without requiring old scandirat implementation.
43571
43572 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
43573
43574         * dirent/scandir.c (cancel_handler): Renamed to
43575         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
43576         defined.  Adjust users.
43577         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
43578         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
43579
43580 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
43581
43582         * string/test-string.h (IMPL): Use __STRING to expand name and then
43583         stringify it.
43584
43585         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
43586         of cleanups.
43587
43588 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43589
43590         * string/Makefile: Update.
43591         (strop-tests): Append strncat.
43592         * string/test-wcscmp.c: New file.
43593         New comprehensive test for wcscmp.
43594         * string/test-strcmp.c: Update.
43595         (WIDE): New define.
43596
43597 2011-07-22  Andreas Schwab  <schwab@redhat.com>
43598
43599         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
43600         line.
43601
43602 2011-07-26  Andreas Schwab  <schwab@redhat.com>
43603
43604         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
43605         encoding to ACE if AI_IDN.
43606
43607 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
43608
43609         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
43610         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
43611
43612 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
43613
43614         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
43615         Fix overflow bug in strncat.
43616         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
43617
43618         * string/test-strncat.c: Update.
43619         Add new tests for checking overflow bugs.
43620
43621 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
43622
43623         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
43624         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
43625         * sysdeps/i386/i686/multiarch/strcat.S: New file.
43626         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
43627         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
43628         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
43629         * sysdeps/i386/i686/multiarch/strncat.S: New file.
43630         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
43631         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
43632
43633         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
43634         (USE_AS_STRCAT): Define.
43635         Add strcat and strncat support.
43636         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
43637
43638 2011-07-25  Andreas Schwab  <schwab@redhat.com>
43639
43640         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
43641         __n bigger than INT_MAX+1.
43642         (__strncmp_g): Likewise.
43643
43644 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
43645
43646         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
43647         * libio/stido.h: Likewise.
43648
43649         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
43650         (AF_NFC): Define.
43651         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
43652         (AF_NFC): Define.
43653
43654         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
43655         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
43656         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
43657         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
43658         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
43659
43660         [BZ #13021]
43661         * scripts/test-installation.pl: Don't expect libnss_test1 to be
43662         installed.
43663
43664         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
43665         typo.
43666         (_dl_x86_64_save_sse): Likewise.
43667
43668 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
43669
43670         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
43671         OSXSAVE.
43672         (_dl_x86_64_save_sse): Likewise.
43673
43674         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
43675
43676         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
43677
43678 2011-07-21  Andreas Schwab  <schwab@redhat.com>
43679
43680         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
43681         change.
43682         (_dl_x86_64_save_sse): Use correct AVX check.
43683
43684 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43685
43686         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
43687         bug in strncpy/strncat.
43688         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
43689
43690 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
43691
43692         * string/tester.c (test_strcat): Add tests for different alignments
43693         of source and destination.
43694         (test_strncat): Likewise.
43695
43696 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
43697
43698         [BZ #12852]
43699         * posix/glob.c (glob): Check passed in values before using them in
43700         expressions to avoid some overflows.
43701         (glob_in_dir): Likewise.
43702
43703         [BZ #13007]
43704         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
43705         check for AVX enablement so that we don't crash with old kernels and
43706         new hardware.
43707         * elf/tst-audit4.c: Add same checks here.
43708         * elf/tst-audit6.c: Likewise.
43709
43710         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
43711
43712 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
43713
43714         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
43715
43716 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
43717
43718         * po/cs.po: Update from translation team.
43719         * po/bg.po: Likewise.
43720
43721 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
43722
43723         * misc/sys/cdefs.h: Add support for const attribute.
43724         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
43725         to gnu_dev_{major,minor,makedev} functions.
43726
43727 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
43728
43729         * intl/dcigettext.c (get_output_charset): Add missing bracket.
43730
43731 2011-07-20  Andreas Schwab  <schwab@redhat.com>
43732
43733         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
43734         strlen results.
43735
43736 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43737
43738         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
43739         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
43740         register in order to avoid conflicts with the soft frame pointer
43741         being held in r11 when necessary.
43742         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
43743         (INTERNAL_VSYSCALL_NCS): Likewise.
43744
43745 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
43746
43747         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
43748         * elf/dl-fini.c (_dl_fini): Adjust caller.
43749         * elf/dl-close.c (_dl_close_worker): Likewise.
43750         * sysdeps/generic/ldsodefs.h: Adjust declaration.
43751
43752 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
43753
43754         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
43755         "aux_cache->nlibs < 0".
43756
43757         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
43758         in the reload-count case.
43759
43760 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
43761
43762         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
43763         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
43764         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
43765         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
43766         * sysdeps/x86_64/multiarch/strcat.S: New file.
43767         * sysdeps/x86_64/multiarch/strncat.S: New file.
43768         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
43769         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
43770         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
43771         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
43772         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
43773         (USE_AS_STRCAT): Define.
43774         Add strcat and strncat support.
43775         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
43776         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
43777         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
43778         * string/strncat.c: Update.
43779         (USE_AS_STRNCAT): Define.
43780         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43781         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
43782         and i7.
43783         * sysdeps/x86_64/multiarch/init-arch.h
43784         (bit_Prefer_PMINUB_for_stringop): New.
43785         (index_Prefer_PMINUB_for_stringop): Likewise.
43786         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
43787         bit_Prefer_PMINUB_for_stringop.
43788
43789 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
43790
43791         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
43792         buffer64.
43793         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
43794         of casting of buffer.
43795         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
43796         buffer32 and buffer64.
43797         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
43798         writes instead of casting of buffer.
43799         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
43800         buffer32.
43801         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
43802         casting of buffer.
43803
43804 2011-07-19  Andreas Schwab  <schwab@redhat.com>
43805
43806         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
43807
43808 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
43809
43810         * nscd/nscd.c (termination_handler): Don't do anything for a database
43811         if it has not yet been initialized.
43812
43813 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
43814
43815         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
43816
43817 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
43818
43819         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
43820
43821 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
43822
43823         * po/nl.po: Update from translation team.
43824         * po/sv.po: Likewise.
43825
43826 2011-07-16  Roland McGrath  <roland@hack.frob.com>
43827
43828         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
43829         now disallowed by GCC.
43830
43831         * configure.in (use-default-link): Default to yes if a test -shared
43832         link meets our qualifications.
43833         * configure: Regenerated.
43834
43835         * config.make.in (output-format): New variable.
43836         * configure.in: Check for ld --print-output-format support.
43837         * configure: Regenerated.
43838         * Makerules ($(common-objpfx)format.lds)
43839         [$(output-format) != unknown]: Just use $(output-format),
43840         instead of the linker-script munging.
43841
43842 2011-07-14  Roland McGrath  <roland@hack.frob.com>
43843
43844         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
43845         of $(common-objpfx)shlib.lds.
43846         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
43847
43848         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
43849         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
43850
43851         * configure.in (-z relro check): Adjust test code to add a large
43852         writable data section after it.
43853         * configure: Regenerated.
43854
43855 2011-07-11  Roland McGrath  <roland@hack.frob.com>
43856
43857         * configure.in (-z relro check): Fix test code to make the variable
43858         truly const.
43859         * configure: Regenerated.
43860
43861 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
43862
43863         * nscd/nscd.h (struct traced_file): Define.
43864         (struct database_dyn): Remove inotify_descr, reset_res, and filename
43865         elements.  Add traced_files.
43866         (inotify_fd): Declare.
43867         (register_traced_file): Declare.
43868         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
43869         (inotify_fd): Export.
43870         (resolv_conf_descr): Remove.
43871         (nscd_init): Move inotify descriptor creation to main.
43872         Don't register files for notification here.
43873         (register_traced_file): New function.
43874         (invalidate_cache): Don't use reset_res to determine whether to call
43875         res_init, go through the list of registered files.
43876         (main_loop_poll): The inotify descriptors are now stored in the
43877         structures for the traced files.
43878         (main_loop_epoll): Likewise
43879         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
43880         to __nss_disable_nscd.
43881         * nscd/cache.c (prune_cache): There is no single inotify descriptor
43882         for a database anymore.  Check the records for all the registered
43883         files instead.
43884         * nss/Makefile (libnss_files-routines): Add files-init.
43885         (libnss_db-routines): Add db-init.
43886         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
43887         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
43888         * nss/nss_db/db-init.c: New file.
43889         * nss/nss_files/files-init.c: New file.
43890         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
43891         __nss_lookup_function.
43892         (__nss_lookup_function): Call nss_load_library.
43893         (nss_load_all_libraries): New function.
43894         (__nss_disable_nscd): Take parameter with callback function for files
43895         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
43896         used for the cached services.
43897         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
43898         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
43899         options for features to all the files in nscd.
43900
43901         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
43902
43903 2011-07-10  Roland McGrath  <roland@hack.frob.com>
43904
43905         * csu/elf-init.c (__libc_csu_init): Comment typo.
43906
43907 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
43908
43909         * po/pl.po: Update from translation team.
43910         * po/ja.po: Likewise.
43911         * po/ru.po: Likewise.
43912         * po/ko.po: Likewise.
43913         * po/fr.po: Likewise.
43914
43915 2011-07-09  Roland McGrath  <roland@hack.frob.com>
43916
43917         * configure.in (.ctors/.dtors header and trailer check):
43918         Use an empirical test on a built program.
43919         * configure: Regenerated.
43920
43921         * configure.in (-z relro check): Use an empirical test on a built DSO.
43922         Detect, but do not require, on ia64.
43923         * configure: Regenerated.
43924
43925         * configure.in (READELF): Find it with AC_CHECK_TOOL.
43926         Update tests that use readelf to use $READELF instead.
43927         * configure: Regenerated.
43928
43929 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
43930
43931         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
43932         if the result is not used.
43933
43934 2011-07-05  Andreas Jaeger  <aj@suse.de>
43935
43936         [BZ#9696]
43937         * stdlib/tst-strtod.c: Add testcase.
43938
43939 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
43940
43941         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
43942         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
43943         The latter has a higher limit.  Take additional parameter to pass to
43944         the new function.
43945         (__pathconf): Pass file to __statfs_link_max.
43946         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
43947         __statfs_link_max.
43948         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
43949         __statfs_link_max.
43950
43951         [BZ #12868]
43952         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
43953         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
43954         Handle Lustre.
43955         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
43956         (__statfs_filesize_max): Likewise.
43957         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
43958
43959 2011-07-05  Andreas Jaeger  <aj@suse.de>
43960
43961         * resolv/res_comp.c (dn_skipname): Remove unused variable.
43962
43963 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
43964
43965         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
43966         `status' variable.
43967         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
43968         Likewise.
43969
43970 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
43971
43972         * Makefile (strop-tests): Add strncat.
43973         * string/test-strncat.c: New file.
43974
43975 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
43976
43977         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
43978
43979 2011-06-21  Andreas Jaeger  <aj@suse.de>
43980
43981         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
43982         Copy rule from iconvdata/Makefile.
43983
43984 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
43985
43986         [BZ #12922]
43987         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
43988         but no long options are defined, just return 'W'.
43989
43990 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
43991
43992         [BZ #9696]
43993         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
43994
43995 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
43996
43997         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
43998         netgroups to read.
43999         (innetgr): Likewise.
44000
44001 2011-07-05  Roland McGrath  <roland@hack.frob.com>
44002
44003         * config.make.in (install_root): Default to $(DESTDIR).
44004
44005 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
44006
44007         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
44008
44009 2011-07-02  Roland McGrath  <roland@hack.frob.com>
44010
44011         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
44012
44013         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
44014         containing directory rather than embedding absolute directory names.
44015
44016         * scripts/check-local-headers.sh: Rewritten using awk.
44017         Match by word, not by line.  Print error messages for matches.
44018         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
44019
44020         * Makerules [shlib-lds-flags empty]:
44021         ($(common-objpfx)libc_pic.opts): New target.
44022         ($(common-objpfx)libc_pic.os.clean): New target.
44023         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
44024
44025         * config.make.in (OBJCOPY): New variable.
44026         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
44027         * configure: Regenerated.
44028
44029         * config.make.in (use-default-link): New variable.
44030         * configure.in (use_default_link): Grok --with-default-link to set it.
44031         * configure: Regenerated.
44032         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
44033         (shlib-lds, shlib-lds-flags): Define to empty.
44034
44035         * Makerules (shlib-lds): New variable.
44036         (shlib-lds-flags): New variable.
44037         (build-shlib, build-moduile, build-module-asneeded): Use it.
44038         ($(common-objpfx)libc.so): Use $(shlib-lds).
44039         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
44040         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
44041
44042         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
44043         DT_FLAGS/DT_FLAGS_1 with zero flags.
44044
44045         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
44046         linker script munging.
44047
44048 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
44049
44050         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
44051         as 128-bit value.
44052         * crypt/sha512.c (sha512_process_block): Perform total addition using
44053         128-bit if possible.
44054         (__sha512_finish_ctx): Likewise.
44055         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
44056         as 64-bit value.
44057         * crypt/sha256.c (SWAP64): Define.
44058         (sha256_process_block): Perform total addition using 64-bit if
44059         possible.
44060         (__sha256_finish_ctx): Likewise.
44061
44062 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
44063
44064         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
44065         * nscd/initgrcache.c (addinitgroupsX): Likewise.
44066         * nscd/hstcache.c (cache_addhst): Likewise.
44067         * nscd/grpcache.c (cache_addgr): Likewise.
44068         * nscd/aicache.c (addhstaiX): Likewise
44069         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
44070
44071 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
44072
44073         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
44074         * nscd/initgrcache.c (addinitgroupsX): Likewise.
44075         * nscd/hstcache.c (cache_addhst): Likewise.
44076         * nscd/grpcache.c (cache_addgr): Likewise.
44077         * nscd/aicache.c (addhstaiX): Likewise
44078
44079 2011-07-01  Andreas Schwab  <schwab@redhat.com>
44080
44081         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
44082         domain only when needed.
44083
44084 2011-06-30  Andreas Schwab  <schwab@redhat.com>
44085
44086         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
44087         is always restored.
44088
44089 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
44090
44091         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
44092         are re-adding the entry.
44093         * nscd/servicescache.c (cache_addserv): Likewise.
44094
44095 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
44096
44097         * sysdeps/generic/dl-irel.h: fix protection against multiple
44098         inclusions.
44099         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
44100
44101 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
44102
44103         [BZ #12935]
44104         * malloc/memusage.sh: Fix quoting in message.
44105         * debug/xtrace.sh: Likewise.
44106
44107         * configure.in: Remove support for --experimental-malloc option, make
44108         it the default.
44109         * config.make.in: Likewise.
44110         * malloc/Makefile: Likewise.
44111
44112 2011-06-27  Andreas Schwab  <schwab@redhat.com>
44113
44114         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
44115         two-byte characters.
44116
44117 2011-06-27  Roland McGrath  <roland@hack.frob.com>
44118
44119         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
44120         AC_CACHE_CHECK invocation.
44121         * configure: Regenerated.
44122
44123         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
44124
44125 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
44126
44127         [BZ #12350]
44128         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
44129         bit from old_res_options.
44130
44131         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
44132
44133         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
44134         value type for setfct.
44135
44136 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
44137
44138         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
44139         __gettimeofday instead of gettimeofday.
44140
44141 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
44142
44143         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
44144
44145 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
44146
44147         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
44148
44149         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
44150         info.
44151
44152 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
44153
44154         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44155         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
44156         strcpy-sse2-unaligned strncpy-sse2-unaligned
44157         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
44158         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
44159         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
44160         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
44161         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
44162         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
44163         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
44164         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
44165         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
44166         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
44167         (STRCPY): Support SSE2 and SSSE3 versions.
44168
44169 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
44170
44171         [BZ #12874]
44172         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
44173         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
44174         kernels which artificially limit size of requests.
44175
44176 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
44177
44178         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44179         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
44180         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
44181         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
44182         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
44183         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
44184         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
44185         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
44186         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
44187         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
44188         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
44189         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
44190         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
44191         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
44192         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
44193         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44194         Enable unaligned load optimization for Intel Core i3, i5 and i7
44195         processors.
44196         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
44197         Define.
44198         (index_Fast_Unaligned_Load): Define.
44199         (HAS_FAST_UNALIGNED_LOAD): Define.
44200
44201 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
44202
44203         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
44204
44205 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
44206
44207         [BZ #12907]
44208         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
44209         until it is clear that the information is realy needed.
44210         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
44211
44212 2011-06-22  Andreas Schwab  <schwab@redhat.com>
44213
44214         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
44215
44216 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
44217
44218         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
44219         /sys/devices/system/cpu/online if it is usable.
44220
44221         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
44222         reading the information from the /proc filesystem to once a second.
44223
44224 2011-06-21  Andreas Jaeger  <aj@suse.de>
44225
44226         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
44227         NULL after inclusion of kernel headers.
44228
44229 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
44230
44231         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
44232         calls to internal_setent.
44233
44234         [BZ #12885]
44235         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
44236         addresses using gethostbyname4_r ignore IPv4 addresses.
44237
44238         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
44239         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
44240
44241         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
44242
44243 2011-06-20  David S. Miller  <davem@davemloft.net>
44244
44245         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
44246         inclusions.
44247         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
44248
44249         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
44250         (elf_irel): Use it.
44251         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
44252         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
44253         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
44254         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
44255         * sysdeps/x86_64/dl-irel.h: Likewise.
44256
44257         * elf/dl-runtime.c: Use elf_ifunc_invoke.
44258         * elf/dl-sym.c: Likewise.
44259
44260 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
44261
44262         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
44263         need to dereference resplen2.
44264
44265 2011-06-14  Andreas Schwab  <schwab@redhat.com>
44266
44267         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
44268
44269 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
44270
44271         * Makeconfig: Define vardbdir and inst_vardbdir.
44272         * nss/Makefile: Add rules to install db-Makefile.
44273
44274         * nss/nss_db/db-XXX.c: Cleanup.
44275
44276         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
44277         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
44278         GLIBC_PRIVATE.
44279         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
44280         * nss/makedb.c: Implement -g option to specify that value strings
44281         are generated and should not be added to table iterated over for
44282         get*ent calls.
44283         * nss/nss_db/db-initgroups.c: New file.
44284
44285         * nss/getent.c: Add support for initgroups lookups through getgrouplist
44286         interface.
44287
44288         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
44289         (internal_getgrouplist): Adjust to name change.
44290         Update use_initgroups_entry if this is not the first call.
44291         * nss/databases.def: Add initgroups entry.
44292
44293         * nss/makedb.c (compute_tables): Check result of multiple hash table
44294         sizes to minimize maximum chain length.
44295
44296 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
44297
44298         * Versions.def: Add entry for libnss_db.
44299         * shlib-versions: Likewise.
44300         * nss/Makefile: Add rules to build libnss_db.
44301         * nss/Versions: Add libnss_db information.  Organize libnss_files
44302         entries better.
44303         * nss/db-Makefile: Add gshadow support.  Change rules for the new
44304         makedb progra.  Some minor improvements to generate smaller files.
44305         * nss/nss_db/nss_db.h: Move NSS database header data structures to
44306         here from...
44307         * nss/makedb.c: ...here.
44308         Improve database format to be smaller and require less memory at
44309         runtime.
44310         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
44311         db anymore.
44312         * nss/nss_db/db-netgrp.c: Likewise.
44313         * nss/nss_db/db-open.c: Likewise.
44314         * nss/nss_files/flies-XXX.x: Adjust comments.
44315         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
44316         * nss/nss_files/files-grp.c: Likewise.
44317         * nss/nss_files/files-hosts.c: Likewise.
44318         * nss/nss_files/files-network.c: Likewise.
44319         * nss/nss_files/files-proto.c: Likewise.
44320         * nss/nss_files/files-pwd.c: Likewise.
44321         * nss/nss_files/files-rpc.c: Likewise.
44322         * nss/nss_files/files-service.c: Likewise.
44323         * nss/nss_files/files-sgrp.c: Likewise.
44324         * nss/nss_files/files-spwd.c: Likewise.
44325         * nss/nss_db/db-alias.c: Removed.
44326         * nss/nss_db/dummy-db.h: Removed.
44327
44328 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
44329
44330         * nss/makedb.c: Rewritten to not use database library.
44331         * nss/Makefile: Update to build new makedb program.
44332
44333 2011-06-14  Andreas Jaeger  <aj@suse.de>
44334
44335         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
44336         memset declaration.
44337
44338 2011-06-10  Andreas Schwab  <schwab@redhat.com>
44339
44340         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
44341         tmpbuf.
44342
44343 2011-06-10  Roland McGrath  <roland@hack.frob.com>
44344
44345         * Makerules (shlib.lds): Fail if the linker script comes out empty.
44346         * elf/Makefile ($(objpfx)ld.so): Likewise.
44347
44348         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
44349         Don't list ld.so twice in dependencies.
44350
44351         * posix/bug-regex31.c: Include <stdlib.h>.
44352
44353         * nscd/hstcache.c (cache_addhst): Remove unused variable.
44354
44355         * nis/nss_compat/compat-spwd.c
44356         (getspent_next_nss_netgr): Remove unused variable.
44357         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
44358
44359         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
44360         nonmembers" output to use the right array.
44361
44362         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
44363
44364         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
44365
44366         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
44367         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
44368         * catgets/gencat.c (read_input_file): Likewise.
44369         * locale/programs/locarchive.c (enlarge_archive): Likewise.
44370
44371         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
44372         variable definition inside #if's controlling its use.
44373
44374         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
44375
44376         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
44377
44378         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
44379
44380         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
44381         unreachable code.
44382
44383         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
44384
44385         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
44386         * configure: Regenerated.
44387
44388         * Makerules: Revert last change.
44389         * elf/Makefile: Likewise.
44390
44391 2011-06-09  Roland McGrath  <roland@hack.frob.com>
44392
44393         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
44394         * elf/Makefile ($(objpfx)librtld.os): Likewise.
44395         (reloc-link): Likewise.
44396
44397 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
44398
44399         * elf/Makefile: Add rules to build pldd.
44400         * elf/pldd.c: New file.
44401         * elf/pldd-xx.c: New file.
44402
44403 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
44404
44405         * version.h: Update for 2.15 development version.
44406
44407 2011-06-07  David S. Miller  <davem@davemloft.net>
44408
44409         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
44410         ifuncs.
44411         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
44412         elf_machine_lazy_rel): Likewise.
44413         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
44414         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
44415         elf_machine_lazy_rel): Likewise.
44416         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
44417         dl_hwcap via passed in argument.
44418         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
44419         Likewise.
44420
44421 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44422
44423         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
44424
44425 2011-06-06  Roland McGrath  <roland@hack.frob.com>
44426
44427         [BZ #12849]
44428         * manual/fdl-1.1.texi: New file, verbatim from:
44429         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
44430         * manual/lgpl-2.1.texi: New file, verbatim from:
44431         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
44432         * manual/Makefile (licenses): New variable, list those new file names.
44433         (texis): Use it.
44434         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
44435
44436         * manual/fdl.texi: File removed.
44437         * manual/lesser.texi: File removed.
44438         * manual/libc.texinfo (Copying, Documentation License):
44439         Use new @include file names, put @appendix directive before @include.
44440
44441 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
44442
44443         [BZ #12841]
44444         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
44445         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
44446         (mq_open): Add __NTH.
44447
44448 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
44449
44450         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44451         Assume Intel Core i3/i5/i7 processor if AVX is available.
44452
44453 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
44454
44455         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44456         typo.
44457
44458 2011-05-31  Andreas Schwab  <schwab@redhat.com>
44459
44460         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
44461         memory.  Use alloca_account.  Fix memory leak when retrying.
44462
44463 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
44464
44465         * version.h (RELEASE): Bump for 2.14 release.
44466         * include/features.h (__GLIBC_MINOR__): Bump to 14.
44467
44468         * config.make.in (RANLIB): Remove entry.
44469
44470 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
44471
44472         * po/Makefile (po-sed-cmd): Add ksh to extensions.
44473         (libc.pot): Work around missing support for .ksh extension in xgettext.
44474
44475         [BZ #12684]
44476         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
44477         if both request failed.
44478         (send_dg): In case of server errors clear resplen or *resplen2.
44479
44480         [BZ #12454]
44481         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
44482         when there are multiple maps.
44483         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
44484         (_dl_fini): Remove test here.
44485
44486         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
44487
44488 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
44489
44490         [BZ #12350]
44491         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
44492         bit from old_res_options.
44493         (gaih_inet): Likewise.
44494
44495         [BZ #11099]
44496         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
44497         as signed.
44498
44499         * resolv/res_init.c (res_setoptions): Make the code more compact.
44500
44501         [BZ #11558]
44502         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
44503         set RES_USEVC.
44504
44505         [BZ #11634]
44506         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
44507
44508         * malloc/malloc.h: Mark malloc hook variables as deprecated.
44509
44510         [BZ #11781]
44511         * malloc/malloc.h: Declare malloc hook variables as volatile.
44512
44513         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
44514         in last patch.
44515
44516         [BZ #11799]
44517         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
44518         raise in the comment.
44519         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
44520         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
44521         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
44522
44523 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
44524
44525         [BZ #12811]
44526         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
44527         grow the buffers more if it already has to be sufficient.
44528         (build_wcs_upper_buffer): Likewise.
44529         * posix/regexec.c (check_matching): Likewise.
44530         (clean_state_log_if_needed): Likewise.
44531         (extend_buffers): Don't enlarge buffers beyond size of the input
44532         buffer.
44533         Patches mostly by Emil Wojak <emil@wojak.eu>.
44534         * posix/bug-regex32.c: New file.
44535         * posix/Makefile (tests): Add bug-regex32.
44536
44537         * locale/findlocale.c (_nl_find_locale): Return right away if
44538         _nl_explode_name failed.
44539         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
44540
44541         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
44542
44543         * debug/xtrace.sh: Unify messages.
44544         * malloc/memusage.sh: Likewise.
44545
44546         [BZ #12813]
44547         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
44548         time symbol from vDSO.  Substitute with vsyscall if not available.
44549         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
44550         __vdso_time.
44551
44552         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
44553         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
44554         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
44555         Add sendmmsg and internal_sendmmsg.
44556         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
44557         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
44558         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
44559
44560         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
44561         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
44562         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
44563
44564 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
44565
44566         [BZ #12813]
44567         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
44568         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
44569         available.
44570         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
44571         __vdso_getcpu.
44572
44573         [BZ #12814]
44574         * iconvdata/Makefile (tests): Add bug-iconv9.
44575         * iconvdata/bug-iconv9.c: New file.
44576
44577 2011-05-27  Andreas Schwab  <schwab@redhat.com>
44578
44579         [BZ #12814]
44580         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
44581
44582 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
44583
44584         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
44585         (struct user_regs_struct): Change intcs field back to cs.
44586
44587 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
44588
44589         * po/ja.po: Update from translation team.
44590
44591 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
44592
44593         [BZ #12795]
44594         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
44595         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
44596
44597 2011-05-20  Andreas Schwab  <schwab@redhat.com>
44598
44599         * stdlib/longlong.h: Update from GCC.
44600
44601 2011-05-23  Andreas Schwab  <schwab@redhat.com>
44602
44603         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
44604         parameter name.
44605         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
44606         Add parameter name.
44607         (__sysconf): Pass it down.
44608
44609 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
44610
44611         [BZ #12671]
44612         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
44613         some situations.
44614         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
44615         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
44616         add in in __libc_use_alloca calls.  Adjust callers.
44617         (glob): Use malloc in some situations.
44618
44619         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
44620         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
44621         pltexit.
44622
44623 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
44624
44625         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
44626         and CLOCK_BOOTTIME_ALARM.
44627
44628         [BZ #12782]
44629         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
44630         is returned.
44631
44632         * string/_strerror.c (__strerror_r): Print negative errors as signed
44633         numbers.
44634
44635         [BZ #12777]
44636         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
44637         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
44638         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
44639
44640         * configure.in: Fix typo in redirection and correct removal of test
44641         files in two cases.
44642
44643         [BZ #12788]
44644         * locale/setlocale.c (new_composite_name): Fix test to check for
44645         identical name of all categories.
44646
44647         [BZ #12792]
44648         * libio/filedoalloc.c (local_isatty): New function.
44649         (_IO_file_doallocate): Use local_isatty.
44650         * stdio-common/perror.c (perror): In case a new stream is used
44651         forward the stream error.
44652         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
44653         error flag.
44654
44655 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
44656
44657         [BZ #11869]
44658         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
44659         alloca.
44660         * include/alloca.h (extend_alloca_account): Define.
44661
44662         [BZ #11857]
44663         * posix/regex.h: Fix comments with documentation of user-accessible
44664         fields after compilation and describe correct free'ing of pattern
44665         after re_compile_pattern.
44666         Patch by Reuben Thomas <rrt@sc3d.org>.
44667
44668 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
44669
44670         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
44671         and -mno-altivec to prevent the compiler from using Altivec and/or
44672         VSX instructions when the corresponding registers are not available.
44673
44674 2011-05-19  Andreas Schwab  <schwab@redhat.com>
44675
44676         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
44677
44678 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
44679
44680         * libio/freopen.c (freopen): Use __dup2, not dup2.
44681         * libio/freopen64.c (freopen64): Likewise.
44682
44683 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44684
44685         [BZ #12775]
44686         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
44687         * math/Makefile (tests): Add test-powl.
44688         (CFLAGS-test-powl.c): Define.
44689         * math/test-powl.c: New file.
44690
44691 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44692
44693         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
44694
44695 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
44696
44697         [BZ #11837]
44698         * iconvdata/gb18030.c: Update to GB18020-2005.
44699
44700 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
44701
44702         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
44703         RE_SYNTAX_POSIX_AWK): Update to match recent development.
44704         Patch by Aharon Robbins <arnold@skeeve.com>.
44705
44706         [BZ #11892]
44707         * stdlib/putenv.c (putenv): Don't always create copy of the variable
44708         on the stack.
44709
44710         [BZ #11895]
44711         * misc/pselect.c (__pselect): Handle timeout value errors hidden
44712         through underflows.
44713
44714         [BZ #12766]
44715         * misc/error.c (error_at_line): Ensure file_name and old_file_name
44716         point to strings before performing equality test for error_one_per_line
44717         mode.
44718
44719         [BZ #11697]
44720         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
44721
44722         [BZ #11820]
44723         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
44724         (struct user_fpregs_struct): Avoid __uint*_t types.
44725
44726         [BZ #6420]
44727         * malloc/mtrace.c (tr_where): Add additional parameter to point to
44728         symbol info.  Use it instead of calling _dl_addr locally.
44729         (lock_and_info): New function.
44730         (tr_freehook): Call lock_and_info and pass symbol info as additional
44731         parameter to tr_where.
44732         (tr_mallochook): Likewise.
44733         (tr_reallochook): Likewise.
44734         (tr_memalignhook): Likewise.
44735
44736         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
44737         used and couldn't be at all thread-safe.
44738
44739 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
44740
44741         * libio/freopen.c (freopen): Don't close old file descriptor
44742         before the new one is opened.  Instead dup the new file descriptor
44743         to the old one after the new stream is created.
44744         * libio/freopen64.c (freopen64): Likewise.
44745         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
44746         * libio/fileops.c (_IO_new_file_close_it): Handle new
44747         _IO_FLAGS2_NOCLOSE flag.
44748         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
44749         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
44750         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
44751         _IO_FLAGS2_NOCLOSE flag.
44752         * include/unistd.h: Add hidden_proto for dup3.
44753         Define __have_dup3.
44754         * io/dup3.c: Define hidden symbol.
44755         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
44756
44757         [BZ #7101]
44758         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
44759         when an incomplete long option is used.
44760         * posix/tst-getopt_long1.c: New file.
44761         * posix/Makefile (tests): Add tst-getopt_long1.
44762
44763         [BZ #10138]
44764         * scripts/config.guess: Update from autoconf-2.68.
44765         * scripts/config.sub: Likewise.
44766
44767         [BZ #10157]
44768         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
44769         tests into ...
44770         (has_cpuclock): ...this.  New function.
44771         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
44772         macro here based on has_cpuclock code.
44773
44774         [BZ #10149]
44775         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44776         First byte (not low byte) is now always NUL.
44777         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
44778
44779         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44780         Use non-cancelable interfaces.
44781
44782         [BZ #9809]
44783         * locale/iso-639.def: Add entry for Sorani.
44784
44785         [BZ #11901]
44786         * include/stdlib.h: Move include protection to the right place.
44787         Define abort_msg_s.  Declare __abort_msg with it.
44788         * stdlib/abort.c (__abort_msg): Adjust type.
44789         * assert/assert.c (__assert_fail_base): New function.  Majority
44790         of code from __assert_fail.  Allocate memory for __abort_msg with
44791         mmap.
44792         (__assert_fail): Now call __assert_fail_base.
44793         * assert/assert-perr.c: Remove bulk of implementation.  Use
44794         __assert_fail_base.
44795         * include/assert.hL Declare __assert_fail_base.
44796         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
44797         mmap.
44798         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
44799
44800 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
44801
44802         [BZ #11952]
44803         [BZ #12453]
44804         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
44805         until all modules are registered in the DTV.
44806         * elf/Makefile: Add rules to build and run tst-tls19.
44807         * elf/tst-tls19.c: New file.
44808         * elf/tst-tls19mod1.c: New file.
44809         * elf/tst-tls19mod2.c: New file.
44810         * elf/tst-tls19mod3.c: New file.
44811         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
44812
44813         [BZ #12083]
44814         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
44815         correctly.
44816
44817         [BZ #12601]
44818         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
44819         two-byte sequence errors.
44820         * iconvdata/Makefile (tests): Add bug-iconv8.
44821         * iconvdata/bug-iconv8.c: New file.
44822
44823         [BZ #12626]
44824         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
44825         buf2 definition.
44826
44827         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
44828
44829         [BZ #12432]
44830         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
44831         (dummy_getcfa): New function.
44832         (init): Get _Unwind_GetCFA address, use dummy if not found.
44833         (backtrace_helper): In recursion check, also check whether CFA changes.
44834         (__backtrace): Completely initialize arg.
44835
44836         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
44837         storing incomplete byte sequence in state object.  Avoid testing for
44838         guaranteed too small input if we know there is enough data available.
44839
44840 2011-05-11  Andreas Schwab  <schwab@redhat.com>
44841
44842         * Makeconfig (+link-pie): Indent.
44843         * Rules (binaries-pie): Define if $(have-fpie) and
44844         $(build-shared).
44845         (binaries-shared): Also filter out $(binaries-pie).
44846         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
44847         * nscd/Makefile (others-pie): Add nscd.
44848         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
44849         ($(objpfx)nscd): Remove command override.
44850         * login/Makefile (others-pie): Add pt_chown.
44851         ($(objpfx)pt_chown): Remove command override.
44852         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
44853         remove command overrides.
44854
44855 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
44856
44857         * libio/tst_putwc.c: Fix error messages.
44858
44859         [BZ #12724]
44860         * libio/fileops.c (_IO_new_file_close_it): Always flush when
44861         currently writing and seek to current position when not.
44862         * libio/Makefile (tests): Add bug-fclose1.
44863         * libio/bug-fclose1.c: New file.
44864
44865 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
44866
44867         [BZ #12511]
44868         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
44869         don't set DF_1_NODELETE here.
44870         (do_lookup_x): When entering new entry test for copy relocation
44871         and if necessary set DF_1_NODELETE flag.
44872         * elf/tst-unique4.cc: New file.
44873         * elf/tst-unique4.h: New file.
44874         * elf/tst-unique4lib.cc: New file.
44875         * elf/Makefile: Add rules to build and run tst-unique4.
44876         Patch by Piotr Bury <pbury@goahead.com>.
44877
44878 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
44879
44880         [BZ #12052]
44881         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
44882
44883         [BZ #12625]
44884         * misc/mntent_r.c (addmntent): Flush the stream after the output
44885
44886         [BZ #12393]
44887         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
44888         (is_trusted_path_normalize): Skip initial colon.  Append slash
44889         to empty buffer.  Duplicate is_trusted_path code but allow
44890         constructed patch to be prefix.
44891         (is_dst): Allow $ORIGIN followed by /.
44892         (_dl_dst_substitute): Correct clearing of check_for_trusted.
44893         Correct testing of result of is_trusted_path_normalize
44894         (decompose_rpath): Fix warning.
44895
44896 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
44897
44898         [BZ #11257]
44899         * grp/initgroups.c (internal_getgrouplist): When we found the service
44900         list through the initgroups entry in nsswitch.conf do not always
44901         continue on a successful lookup.  Don't always use the
44902         __nss_group_database value if it is set.
44903         * nss/nsswitch.conf (initgroups): Change action for successful db
44904         lookup to continue for compatibility.
44905
44906 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
44907
44908         [BZ #11532]
44909         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
44910         and CP774 modules.
44911         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
44912         and CP774 modules.
44913         * iconvdata/tst-tables.sh: Likewise.
44914         * iconvdata/cp770.c: New file.
44915         * iconvdata/cp771.c: New file.
44916         * iconvdata/cp772.c: New file.
44917         * iconvdata/cp773.c: New file.
44918         * iconvdata/cp774.c: New file.
44919         * iconvdata/testdata/CP770: New file.
44920         * iconvdata/testdata/CP770..UTF8: New file.
44921         * iconvdata/testdata/CP771: New file.
44922         * iconvdata/testdata/CP771..UTF8: New file.
44923         * iconvdata/testdata/CP772: New file.
44924         * iconvdata/testdata/CP772..UTF8: New file.
44925         * iconvdata/testdata/CP773: New file.
44926         * iconvdata/testdata/CP773..UTF8: New file.
44927         * iconvdata/testdata/CP774: New file.
44928         * iconvdata/testdata/CP774..UTF8: New file.
44929
44930         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
44931         END CHARMAP line.
44932         * iconvdata/gen-8bit-gap.sh: Likewise.
44933         * iconvdata/gen-8bit.sh: Likewise.
44934
44935         * locale/iso-639.def: Add ary entry.
44936
44937         [BZ #11258]
44938         * locale/C-translit.h.in: Add U20A1 transliteration.
44939
44940         [BZ #12178]
44941         * locale/iso-639.def: Add wae entry.
44942         Patch by Kevin Bortis <bortis@translate-wae.ch>.
44943
44944         [BZ #12545]
44945         * locale/programs/localedef.c (construct_output_path): Use ssize_t
44946         for n.
44947
44948         [BZ #12711]
44949         * locale/C-translit.h.in: Add entry for U20B9.
44950         Patch by pravin.d.s@gmail.com.
44951
44952 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
44953
44954         [BZ #12713]
44955         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
44956         ENAMETOOLONG use generic getcwd.
44957         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
44958         in rtld.  Use *stat64.
44959         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
44960         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
44961         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
44962         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
44963         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
44964         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
44965         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
44966         __fstatat64 macros.
44967         * include/dirent.h: Add libc_hidden_proto for rewinddir.
44968         * dirent/rewinddir.c: Add libc_hidden_def.
44969         * sysdeps/mach/hurd/rewinddir.c: Likewise.
44970         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
44971
44972         * include/dirent.h (__alloc_dir): Add flags parameter.
44973         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
44974         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
44975         __alloc_dir.
44976         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
44977         from fdopendir if O_CLOEXEC is already set.
44978
44979 2011-03-15  Alan Modra  <amodra@gmail.com>
44980
44981         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
44982         l_tls_firstbyte_offset non-zero.  Save padding offset in
44983         l_tls_firstbyte_offset for later use.
44984         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
44985         freeing static tls block.
44986
44987 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
44988
44989         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
44990         where #ifdef was intended.  The intent is to prevent ARG_MAX from
44991         being defined by the kernel headers.
44992
44993 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
44994
44995         [BZ #12734]
44996         * resolv/resolv.h: Define RES_NOTLDQUERY.
44997         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
44998         no-tld-query and set RES_NOTLDQUERY.
44999         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
45000         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
45001         modern BIND to search name as TLD unless forbidden.
45002
45003 2011-05-07  Petr Baudis  <pasky@suse.cz>
45004             Ulrich Drepper  <drepper@gmail.com>
45005
45006         [BZ #12393]
45007         * elf/dl-load.c (fillin_rpath): Move trusted path check...
45008         (is_trusted_path): ...to here.
45009         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
45010         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
45011         using is_trusted_path_normalize() in setuid scripts.
45012
45013 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45014
45015         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
45016         __BEGIN/__END_DECLS.
45017
45018 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
45019
45020         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
45021         NSS_STATUS_NOTFOUND if no record was found.
45022
45023 2011-05-05  Andreas Schwab  <schwab@redhat.com>
45024
45025         * sunrpc/Makefile (headers): Add rpc/netdb.h.
45026         (headers-not-in-tirpc): Remove rpc/netdb.h
45027         * resolv/netdb.h: Revert last change.
45028
45029 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
45030
45031         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
45032         circular dependency between libgcc.a and libc.a.
45033
45034 2011-05-05  Andreas Schwab  <schwab@redhat.com>
45035
45036         * resolv/netdb.h: Don't include <rpc/netdb.h>.
45037         * nis/Makefile: Don't install rpcsvc/*.
45038         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
45039         instead of <rpc/types.h>.
45040         (MAXHOSTNAMELEN): Define.
45041
45042 2011-05-03  Andreas Schwab  <schwab@redhat.com>
45043
45044         * elf/ldconfig.c (add_dir): Don't crash on empty path.
45045
45046 2011-04-28  Maciej Babinski  <mbabinski@google.com>
45047
45048         [BZ #12714]
45049         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
45050         gethostbyname4_r when IPv6 results are possible.
45051
45052 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
45053
45054         [BZ #12723]
45055         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
45056         _PC_PIPE_BUF handling.
45057
45058 2011-04-30  Bruno Haible  <bruno@clisp.org>
45059
45060         [BZ #12717]
45061         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
45062         * resolv/netdb.h (getnameinfo): Change type of flags parameter
45063         to 'int'.
45064         * inet/getnameinfo.c (getnameinfo): Likewise.
45065
45066 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
45067
45068         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
45069         to groups setting in database lookup.
45070         * nss/nsswitch.conf: Add initgroups entry.
45071
45072 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
45073
45074         [BZ #12685]
45075         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
45076         mode string.
45077         Patch by Eric Blake <eblake@redhat.com>.
45078
45079 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
45080
45081         * sunrpc/Makefile (need-export-routines): Add svc_run.
45082         (routines): Remove svc_run.
45083         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
45084         * sunrpc/clnt_perr.c (clnt_perrno): Export.
45085         * sunrpc/svc_run.c (svc_run): Likewise.
45086         * sunrpc/svc_udp.c (svcudp_create): Likewise.
45087
45088 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
45089
45090         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
45091         problem in reallocation in last patch.
45092
45093 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
45094
45095         * sunrpc/Makefile: Move inclusion of Rules.
45096
45097 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
45098
45099         * nss/nss_files/files-initgroups.c: New file.
45100         * nss/Makefile (libnss_files-routines): Add files-initgroups.
45101         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
45102         _nss_files_initgroups_dyn.
45103
45104 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
45105
45106         * elf/elf.h (R_ARM_IRELATIVE): Define.
45107
45108 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
45109
45110         * po/ru.po: Update from translation team.
45111
45112 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
45113
45114         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
45115         dependencies.
45116
45117 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
45118
45119         [BZ #12653]
45120         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
45121         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
45122         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
45123         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
45124         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
45125
45126 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
45127
45128         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
45129         differing bytes.
45130         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
45131         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
45132         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
45133
45134 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
45135
45136         [BZ #12420]
45137         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
45138         storing it.
45139         * stdlib/bug-getcontext.c: New file.
45140         * stdlib/Makefile: Add rules to build and run bug-getcontext.
45141
45142 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45143
45144         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
45145         instructions into .machine "z9-109".
45146         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
45147         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
45148
45149 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45150
45151         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
45152         between environment variables and auxiliary vector.
45153
45154 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
45155
45156         * Makefile: Add rules to build linkobj/libc.so.
45157         * include/libc-symbols.h: Define libc_hidden_nolink.
45158         * include/rpc/auth.h: Mark functions which are to be hidden.
45159         * include/rpc/auth_des.h: Likewise.
45160         * include/rpc/auth_unix.h: Likewise.
45161         * include/rpc/clnt.h: Likewise.
45162         * include/rpc/des_crypt.h: Likewise.
45163         * include/rpc/key_prot.h: Likewise.
45164         * include/rpc/pmap_clnt.h: Likewise.
45165         * include/rpc/pmap_prot.h: Likewise.
45166         * include/rpc/pmap_rmt.h: Likewise.
45167         * include/rpc/rpc_msg.h: Likewise.
45168         * include/rpc/svc.h: Likewise.
45169         * include/rpc/svc_auth.h: Likewise.
45170         * include/rpc/xdr.h: Likewise.
45171         * nis/Makefile: Link all DSOs against linkobj/libc.so.
45172         * nss/Makefile: Likewise.
45173         * sunrpc/Makefile: Don't install headers.  Build library with normal
45174         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
45175         * sunrpc/auth_des.c: Hide exported symbols by default, export some
45176         for the compat linking library.  Remove use of INTDEF/INTUSE.
45177         * sunrpc/auth_none.c: Likewise.
45178         * sunrpc/auth_unix.c: Likewise.
45179         * sunrpc/authdes_prot.c: Likewise.
45180         * sunrpc/authuxprot.c: Likewise.
45181         * sunrpc/clnt_gen.c: Likewise.
45182         * sunrpc/clnt_perr.c: Likewise.
45183         * sunrpc/clnt_raw.c: Likewise.
45184         * sunrpc/clnt_simp.c: Likewise.
45185         * sunrpc/clnt_tcp.c: Likewise.
45186         * sunrpc/clnt_udp.c: Likewise.
45187         * sunrpc/clnt_unix.c: Likewise.
45188         * sunrpc/des_crypt.c: Likewise.
45189         * sunrpc/des_soft.c: Likewise.
45190         * sunrpc/get_myaddr.c: Likewise.
45191         * sunrpc/key_call.c: Likewise.
45192         * sunrpc/key_prot.c: Likewise.
45193         * sunrpc/netname.c: Likewise.
45194         * sunrpc/pm_getmaps.c: Likewise.
45195         * sunrpc/pm_getport.c: Likewise.
45196         * sunrpc/pmap_clnt.c: Likewise.
45197         * sunrpc/pmap_prot.c: Likewise.
45198         * sunrpc/pmap_prot2.c: Likewise.
45199         * sunrpc/pmap_rmt.c: Likewise.
45200         * sunrpc/publickey.c: Likewise.
45201         * sunrpc/rpc_cmsg.c: Likewise.
45202         * sunrpc/rpc_common.c: Likewise.
45203         * sunrpc/rpc_dtable.c: Likewise.
45204         * sunrpc/rpc_prot.c: Likewise.
45205         * sunrpc/rpc_thread.c: Likewise.
45206         * sunrpc/rtime.c: Likewise.
45207         * sunrpc/svc.c: Likewise.
45208         * sunrpc/svc_auth.c: Likewise.
45209         * sunrpc/svc_authux.c: Likewise.
45210         * sunrpc/svc_raw.c: Likewise.
45211         * sunrpc/svc_run.c: Likewise.
45212         * sunrpc/svc_simple.c: Likewise.
45213         * sunrpc/svc_tcp.c: Likewise.
45214         * sunrpc/svc_udp.c: Likewise.
45215         * sunrpc/svc_unix.c: Likewise.
45216         * sunrpc/svcauth_des.c: Likewise.
45217         * sunrpc/xcrypt.c: Likewise.
45218         * sunrpc/xdr.c: Likewise.
45219         * sunrpc/xdr_array.c: Likewise.
45220         * sunrpc/xdr_float.c: Likewise.
45221         * sunrpc/xdr_intXX_t.c: Likewise.
45222         * sunrpc/xdr_mem.c: Likewise.
45223         * sunrpc/xdr_rec.c: Likewise.
45224         * sunrpc/xdr_ref.c: Likewise.
45225         * sunrpc/xdr_sizeof.c: Likewise.
45226         * sunrpc/xdr_stdio.c: Likewise.
45227
45228 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
45229
45230         [BZ #12650]
45231         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
45232         * sysdeps/ia64/dl-tls.h: Likewise.
45233         * sysdeps/powerpc/dl-tls.h: Likewise.
45234         * sysdeps/s390/dl-tls.h: Likewise.
45235         * sysdeps/sh/dl-tls.h: Likewise.
45236         * sysdeps/sparc/dl-tls.h: Likewise.
45237         * sysdeps/x86_64/dl-tls.h: Likewise.
45238         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
45239
45240 2011-03-14  Andreas Schwab  <schwab@redhat.com>
45241
45242         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
45243         rpath element also skip the following colon.
45244         (expand_dynamic_string_token): Add is_path parameter and pass
45245         down to DL_DST_REQUIRED and _dl_dst_substitute.
45246         (decompose_rpath): Call expand_dynamic_string_token with
45247         non-zero is_path.  Ignore empty rpaths.
45248         (_dl_map_object_from_fd): Call expand_dynamic_string_token
45249         with zero is_path.
45250
45251 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
45252
45253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
45254         Make cancelable.
45255
45256 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
45257
45258         [BZ #12655]
45259         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
45260         Patch by Filipe David Manana <fdmanana@apache.org>.
45261
45262 2011-04-07  Andreas Schwab  <schwab@redhat.com>
45263
45264         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
45265         Maintain aligned stack.
45266         (CHECK_RSP): Remove unused macro.
45267
45268 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
45269
45270         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
45271         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
45272
45273 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
45274
45275         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
45276
45277         * include/features.h: Mention __USE_XOPEN2K8 in comment.
45278
45279 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
45280
45281         [BZ #12518]
45282         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
45283         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
45284         * sysdeps/x86_64/memmove.c: New file.
45285         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
45286         (memcpy): Renamed to ...
45287         (__new_memcpy): This.
45288         (memcpy): Provide GLIBC_2_14 memcpy.
45289         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
45290         (memcpy): Provide GLIBC_2_2_5 memcpy.
45291
45292 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
45293
45294         [BZ #12631]
45295         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
45296
45297 2011-03-30  Andreas Schwab  <schwab@redhat.com>
45298
45299         * misc/syncfs.c: New file.
45300         * misc/Makefile (routines): Add syncfs.
45301         * posix/unistd.h: Declare syncfs.
45302         * sysdeps/unix/syscalls.list: Add syncfs.
45303
45304 2011-04-01  Andreas Schwab  <schwab@redhat.com>
45305
45306         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
45307         open_by_handle_at.
45308         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
45309         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
45310         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
45311         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
45312         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
45313         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
45314         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
45315
45316 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
45317
45318         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
45319         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
45320         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
45321         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
45322         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
45323         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
45324         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
45325
45326         * io/Makefile: Compile fallocate.c, fallocate64.c, and
45327         sync_file_range.c with -fexceptions.
45328         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
45329         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
45330         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
45331         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
45332         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
45333         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
45334         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
45335         sync_file_range as cancellation point
45336         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
45337         now a wrapper around __call_sync_file_range with cancellation handling.
45338         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
45339         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
45340         function name to __call_sync_file_range.
45341         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
45342         Add call_sync_file_range.
45343
45344 2011-04-01  Andreas Schwab  <schwab@redhat.com>
45345
45346         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45347         bits/timex.h.
45348
45349 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
45350
45351         * iconv/iconv.h: Fix typo in comment.
45352         * io/fcntl.h: Likewise.
45353         * libio/stdio.h: Likewise.
45354         * posix/spawn.h: Likewise.
45355         * posix/unistd.h: Likewise.
45356         * stdlib/stdlib.h: Likewise.
45357         * time/time.h: Likewise.
45358         * wcsmbs/wchar.h: Likewise.
45359
45360         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
45361         open_by_handle): Add.
45362         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
45363         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
45364         Augment a few comments.
45365         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
45366         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
45367         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
45368         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
45369         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
45370         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
45371         open_by_handle.
45372
45373         * io/fcntl.h (AT_EMPTY_PATH): Define.
45374
45375 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
45376
45377         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
45378         * sysdeps/unix/sysv/linux/bits/time.h: New file.
45379         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
45380         to...
45381         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
45382         * Versions.def: Add GLIBC_2.14.
45383         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
45384         Export.
45385
45386 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
45387
45388         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
45389         round counter.
45390         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
45391
45392 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45393
45394         [BZ #12597]
45395         * string/test-strncmp.c (do_page_test): New function.
45396         (check2): Likewise.
45397         (test_main): Call check2.
45398         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
45399
45400 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
45401
45402         [BZ #12587]
45403         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
45404         Handle cache information in CPU leaf 4.
45405         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
45406
45407 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
45408
45409         [BZ #12583]
45410         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
45411         character representation.
45412         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
45413
45414 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
45415
45416         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
45417         END(__isnan) to END(__isnanf) to match function entry point/label
45418         EALIGN(__isnanf,...).
45419
45420 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
45421
45422         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
45423
45424 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
45425
45426         [BZ #12510]
45427         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
45428         copy from the symbol referenced in the relocation to initialize the
45429         used variable.
45430         Patch by Piotr Bury <pbury@goahead.com>.
45431         * elf/Makefile: Add rules to build and tst-unique3.
45432         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
45433         * elf/tst-unique3.cc: New file.
45434         * elf/tst-unique3.h: New file.
45435         * elf/tst-unique3lib.cc: New file.
45436         * elf/tst-unique3lib2.cc: New file.
45437
45438         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
45439
45440 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
45441
45442         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
45443         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
45444         to _start.
45445
45446 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
45447
45448         * elf/dl-load.c (_dl_map_object): If we are looking for the first
45449         to-be-loaded object along a path to loader is ld.so.
45450
45451 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
45452             Ulrich Drepper  <drepper@gmail.com>
45453
45454         * sysdeps/x86_64/memset.S: After aligning destination, code
45455         branches to different locations depending on the value of
45456         misalignment, when multiarch is enabled. Fix this.
45457
45458 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
45459
45460         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
45461         Set _x86_64_preferred_memory_instruction for AMD processsors.
45462         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45463         Set bit_Prefer_SSE_for_memop for AMD processors.
45464
45465 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
45466
45467         * libio/fmemopen.c (fmemopen): Optimize a bit.
45468
45469 2011-03-03  Andreas Schwab  <schwab@redhat.com>
45470
45471         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
45472
45473 2011-03-03  Roland McGrath  <roland@redhat.com>
45474
45475         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
45476
45477 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
45478
45479         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
45480         __bzero_ultra1 instead of __memset_ultra1.
45481
45482 2011-02-23  Andreas Schwab  <schwab@redhat.com>
45483             Ulrich Drepper  <drepper@gmail.com>
45484
45485         [BZ #12509]
45486         * include/link.h (struct link_map): Add l_orig_initfini.
45487         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
45488         returning unsuccessfully.
45489         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
45490         close of a file loaded at startup, restore the original l_initfini
45491         list.
45492         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
45493         list, store the pointer.
45494         * elf/Makefile ($(objpfx)noload-mem): New rule.
45495         (noload-ENV): Define.
45496         (tests): Add $(objpfx)noload-mem.
45497         * elf/noload.c: Include <memcheck.h>.
45498         (main): Call mtrace.  Close all opened handles.
45499
45500 2011-02-17  Andreas Schwab  <schwab@redhat.com>
45501
45502         [BZ #12454]
45503         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
45504         dependencies are missing.
45505
45506 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45507
45508         Fix __if_freereq crash: Unlike the generic version which uses free,
45509         Hurd needs munmap.
45510         * sysdeps/mach/hurd/ifreq.h: New file.
45511
45512 2011-01-27  Petr Baudis  <pasky@suse.cz>
45513             Ulrich Drepper  <drepper@gmail.com>
45514
45515         [BZ 12445]#
45516         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
45517         to extend_alloca().
45518         * stdio-common/bug23.c: New file.
45519         * stdio-common/Makefile (tests): Add bug23.
45520
45521 2010-09-28  Andreas Schwab  <schwab@redhat.com>
45522             Ulrich Drepper  <drepper@gmail.com>
45523
45524         [BZ #12489]
45525         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
45526         before performing relro protection.  At old place add assertion
45527         to make sure nothing changed.
45528
45529 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
45530             Glauber de Oliveira Costa  <glommer@gmail.com>
45531
45532         * elf/elf.h: Add new ARM TLS relocs.
45533
45534 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
45535
45536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
45537         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
45538         cast from r3.
45539         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
45540         'tests' variable.
45541         * sysdeps/wordsize-64/tst-writev.c: New file.
45542
45543 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
45544
45545         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
45546         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
45547         insns in _dl_start to prevent a TOC reference before relocs are
45548         resolved.
45549
45550 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
45551
45552         [BZ #12469]
45553         * Makeconfig: Remove RANLIB definition.
45554         * Makerules: Don't use RANLIB.
45555         * aclocal.m4: Remove ranlib test.
45556         * configure.in: No need to check for ranlib.
45557         * elf/rtld-Rules: Don't use RANLIB.
45558
45559 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45560
45561         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
45562         protection macro.
45563         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
45564         inclusion protection macro.
45565
45566         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
45567         SIGRTMIN and SIGRTMAX and print information in that case only when
45568         SIGRTMIN is defined.
45569
45570 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
45571
45572         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
45573         arginfo fn returning -1.
45574
45575         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
45576         and thousands string is zero terminated.
45577
45578 2011-02-03  Andreas Schwab  <schwab@redhat.com>
45579
45580         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
45581         sysdeps/unix/sysv/linux/bits/socket.h.
45582
45583 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45584
45585         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
45586         (__CPU_COUNT): Remove old macros.
45587         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
45588         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
45589         (__CPU_ALLOC, __CPU_FREE): Add macros.
45590         (__sched_cpualloc, __sched_cpufree): Add declarations.
45591
45592 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
45593
45594         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
45595         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
45596         * nscd/aicache.c (addhstaiX): Return timeout of added value.
45597         (readdhstai): Return value of addhstaiX call.
45598         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
45599         (addgrbyX): Return value returned by cache_addgr.
45600         (readdgrbyname): Return value returned by addgrbyX.
45601         (readdgrbygid): Likewise.
45602         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
45603         (addpwbyX): Return value returned by cache_addpw.
45604         (readdpwbyname): Return value returned by addhstbyX.
45605         (readdpwbyuid): Likewise.
45606         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
45607         (addservbyX): Return value returned by cache_addserv.
45608         (readdservbyname): Return value returned by addservbyX:
45609         (readdservbyport): Likewise.
45610         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
45611         (addhstbyX): Return value returned by cache_addhst.
45612         (readdhstbyname): Return value returned by addhstbyX.
45613         (readdhstbyaddr): Likewise.
45614         (readdhstbynamev6): Likewise.
45615         (readdhstbyaddrv6): Likewise.
45616         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
45617         (readdinitgroups): Return value returned by addinitgroupsX.
45618         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
45619         (prune_cache): Keep track of timeout value of re-added entries.
45620         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
45621         * nscd/nscd.h: Adjust prototypes of readd* functions.
45622
45623 2011-02-04  Roland McGrath  <roland@redhat.com>
45624
45625         * nis/nis_server.c (nis_servstate): Use the right name for 0.
45626         (nis_stats): Likewise.
45627         * nis/nis_modify.c (nis_modify): Likewise.
45628         * nis/nis_remove.c (nis_remove): Likewise.
45629         * nis/nis_add.c (nis_add): Likewise.
45630
45631         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
45632
45633         * posix/fnmatch_loop.c: Add some consts.
45634
45635         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
45636
45637 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
45638
45639         [BZ #12460]
45640         * config.make.in (config-cflags-novzeroupper): Define.
45641         * configure.in: Substitute libc_cv_cc_novzeroupper.
45642         * elf/Makefile (AVX-CFLAGS): Define.
45643         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
45644         (CFLAGS-tst-auditmod4a.c): Likewise.
45645         (CFLAGS-tst-auditmod4b.c): Likewise.
45646         (CFLAGS-tst-auditmod6b.c): Likewise.
45647         (CFLAGS-tst-auditmod6c.c): Likewise.
45648         (CFLAGS-tst-auditmod7b.c): Likewise.
45649         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
45650
45651 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
45652
45653         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
45654         function to the callback.
45655         Patch partly by Jiri Olsa <jolsa@redhat.com>.
45656
45657 2011-02-02  Andreas Schwab  <schwab@redhat.com>
45658
45659         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
45660         of errno.
45661
45662 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
45663
45664         [BZ #11724]
45665         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
45666         of constructors.
45667         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
45668         of destructors.
45669         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
45670
45671         [BZ #11724]
45672         * elf/Makefile: Add rules to build and run new test.
45673         * elf/tst-initorder.c: New file.
45674         * elf/tst-initorder.exp: New file.
45675         * elf/tst-initordera1.c: New file.
45676         * elf/tst-initordera2.c: New file.
45677         * elf/tst-initordera3.c: New file.
45678         * elf/tst-initordera4.c: New file.
45679         * elf/tst-initorderb1.c: New file.
45680         * elf/tst-initorderb2.c: New file.
45681         * elf/tst-order-a1.c: New file.
45682         * elf/tst-order-a2.c: New file.
45683         * elf/tst-order-a3.c: New file.
45684         * elf/tst-order-a4.c: New file.
45685         * elf/tst-order-b1.c: New file.
45686         * elf/tst-order-b2.c: New file.
45687         * elf/tst-order-main.c: New file.
45688         New test case by George Gensure <werkt0@gmail.com>.
45689
45690 2010-10-01  Andreas Schwab  <schwab@redhat.com>
45691
45692         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
45693         decoding ACE if AI_CANONIDN.
45694
45695 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
45696
45697         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
45698
45699 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
45700
45701         * version.h (RELEASE): Bump for 2.13 release.
45702         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
45703
45704         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
45705
45706         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
45707         MADV_NOHUGEPAGE.
45708         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
45709         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
45710         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45711         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45712         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45713         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
45714
45715         * posix/getconf.c: Update copyright year.
45716         * catgets/gencat.c: Likewise.
45717         * csu/version.c: Likewise.
45718         * debug/catchsegv.sh: Likewise.
45719         * debug/xtrace.sh: Likewise.
45720         * elf/ldconfig.c: Likewise.
45721         * elf/ldd.bash.in: Likewise.
45722         * elf/sprof.c (print_version): Likewise.
45723         * iconv/iconv_prog.c: Likewise.
45724         * iconv/iconvconfig.c: Likewise.
45725         * locale/programs/locale.c: Likewise.
45726         * locale/programs/localedef.c: Likewise.
45727         * malloc/memusage.sh: Likewise.
45728         * malloc/mtrace.pl: Likewise.
45729         * nscd/nscd.c (print_version): Likewise.
45730         * nss/getent.c: Likewise.
45731
45732         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
45733         PF_CAIF, and PF_ALG.
45734         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45735
45736 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
45737
45738         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
45739         (modules-names): Use them.
45740         (ifunc-test-modules, ifunc-pie-tests): Define.
45741         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
45742         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
45743         (test-extras): Likewise.
45744         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
45745         $(compile-command.c).
45746         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
45747         (all-built-dso): Define.
45748         (check-textrel.out, check-execstack.out): Depend on it.
45749
45750         * configure.in: Don't override --enable-multi-arch.
45751
45752 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
45753
45754         [BZ #6812]
45755         * nscd/hstcache.c (tryagain): Define.
45756         (cache_addhst): Return tryagain not notfound for temporary errors.
45757         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
45758         failed.
45759
45760 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
45761
45762         [BZ #10563]
45763         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
45764         to make the syscall.
45765         * sysdeps/unix/sysv/linux/setgroups.c: New file.
45766
45767         [BZ #12378]
45768         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
45769         and fall back to matching as normal character if the string ends before
45770         the matching ']' is found.  This is what POSIX requires.
45771         * posix/testfnm.c: Adjust test result.
45772         * posix/globtest.sh: Adjust test result.  Add new test.
45773         * posix/tst-fnmatch.input: Likewise.
45774         * posix/tst-fnmatch2.c: Add new test.
45775
45776 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
45777
45778         * elf/Makefile (check-execstack): Revert last change.  Depend on
45779         check-execstack.h.
45780         (check-execstack.h): New target.
45781         (generated): Add check-execstack.h.
45782         * elf/check-execstack.c: Include "check-execstack.h".
45783         (main): Revert last change.
45784         (handle_file): Return zero if GNU_STACK is absent and
45785         DEFAULT_STACK_PERMS doesn't include PF_X.
45786
45787 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
45788
45789         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
45790         in child fails because the descriptor is already closed.
45791         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
45792         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
45793         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
45794
45795         [BZ #12397]
45796         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
45797         syscall.
45798
45799         [BZ #10484]
45800         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
45801         temporary buffer used to handle multi lookups locally.
45802         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
45803
45804 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
45805
45806         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
45807         loader is ld.so.
45808
45809 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
45810
45811         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
45812         alignment for SSE2.
45813
45814 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
45815
45816         [BZ #12394]
45817         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
45818         characters.  When rounding increased number of integer digits recompute
45819         number of groups.
45820         * stdio-common/tst-grouping.c: New file.
45821         * stdio-common/Makefile: Add rules to build and run tst-grouping.
45822
45823 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
45824
45825         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
45826         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
45827
45828         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
45829         void.
45830         * bits/select.h: Likewise.
45831
45832 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
45833
45834         * po/ja.po: Update from translation team.
45835
45836 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
45837
45838         [BZ #11155]
45839         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
45840         implementation just like for lxstat, fxstatat, et al.
45841
45842 2010-12-27  Jim Meyering  <meyering@redhat.com>
45843
45844         [BZ #12348]
45845         * posix/regexec.c (build_trtable): Return failure indication upon
45846         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
45847
45848 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
45849
45850         [BZ #12201]
45851         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
45852         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
45853         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
45854         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
45855
45856         [BZ #12207]
45857         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
45858
45859         [BZ #12204]
45860         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
45861         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
45862
45863 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
45864
45865         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
45866         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
45867         script has SORT_BY_INIT_PRIORITY.
45868         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
45869         NO_CTORS_DTORS_SECTIONS is defined.
45870         * elf/soinit.c: Likewise.
45871         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
45872         NO_CTORS_DTORS_SECTIONS is defined.
45873         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
45874         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
45875         * sysdeps/sh/init-first.c: Likewise.
45876         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
45877
45878 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
45879
45880         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
45881         always use the slow path.
45882
45883 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
45884
45885         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
45886         similar rule which adds the sysdep directories to the header search in
45887         order to pick up the correct platform stackinfo.h.
45888         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
45889         perform test if it is, otherwise return successfully without testing.
45890         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
45891         DEFAULT_STACK_PERMS define in stackinfo.h.
45892         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
45893         defined in stackinfo.h.
45894         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
45895         DEFAULT_STACK_PERMS defined in stackinfo.h.
45896         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
45897         * sysdeps/ia64/stackinfo.h: Likewise.
45898         * sysdeps/s390/stackinfo.h: Likewise.
45899         * sysdeps/sh/stackinfo.h: Likewise.
45900         * sysdeps/sparc/stackinfo.h: Likewise.
45901         * sysdeps/x86_64/stackinfo.h: Likewise.
45902         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
45903         PF_X for powerpc64.  Retain PF_X for powerpc32.
45904
45905 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
45906
45907         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
45908         accurately.
45909         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
45910         GETDENTS_64BIT_ALIGNED.
45911
45912 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
45913
45914         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
45915
45916 2010-12-10  Andreas Schwab  <schwab@redhat.com>
45917
45918         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
45919         _GNU_SOURCE.
45920
45921         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
45922         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
45923         Remove __restrict.
45924         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
45925         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
45926
45927 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
45928
45929         [BZ #11655]
45930         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
45931         are initialized.
45932
45933 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
45934
45935         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
45936
45937 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
45938
45939         * po/it.po: Update from translation team.
45940
45941 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
45942
45943         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
45944         unused codes.
45945
45946 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
45947
45948         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
45949
45950 2010-11-24  Andreas Schwab  <schwab@redhat.com>
45951
45952         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
45953         specially.
45954         (gaih_getanswer_slice): Likewise.
45955
45956 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
45957
45958         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
45959
45960 2010-05-31  Petr Baudis  <pasky@suse.cz>
45961
45962         [BZ #11149]
45963         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
45964         silently even in the chroot mode.
45965
45966 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
45967
45968         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
45969         last patch a bit.  Pretty printing
45970
45971 2010-05-31  Petr Baudis <pasky@suse.cz>
45972
45973         [BZ #10085]
45974         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
45975         initialization of skip_initgroups_dyn.
45976
45977 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
45978
45979         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
45980         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
45981
45982 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
45983
45984         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
45985
45986 2010-11-11  Andreas Schwab  <schwab@redhat.com>
45987
45988         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
45989         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
45990         (tst-fnmatch-ENV): Set MALLOC_TRACE.
45991         ($(objpfx)tst-fnmatch-mem): New rule.
45992         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
45993         * posix/tst-fnmatch.c (main): Call mtrace.
45994
45995 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
45996
45997         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45998         Support Intel processor model 6 and model 0x2c.
45999
46000 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
46001
46002         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
46003           signed comparison.
46004
46005 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
46006
46007         [BZ #12205]
46008         * string/test-strncasecmp.c (check_result): New function.
46009         (do_one_test): Use it.
46010         (check1): New function.
46011         (test_main): Use it.
46012         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
46013         Support strcasecmp and strncasecmp.
46014
46015 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
46016
46017         [BZ #12194]
46018         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
46019         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46020
46021 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
46022
46023         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
46024         IFUNC support.
46025         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46026         memset-x86-64.
46027         * sysdeps/x86_64/multiarch/bzero.S: New file.
46028         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
46029         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
46030         * sysdeps/x86_64/multiarch/memset.S: New file.
46031         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
46032         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46033         Set bit_Prefer_SSE_for_memop for Intel processors.
46034         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
46035         Define.
46036         (index_Prefer_SSE_for_memop): Define.
46037         (HAS_PREFER_SSE_FOR_MEMOP): Define.
46038
46039 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
46040
46041         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
46042         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
46043
46044 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
46045
46046         [BZ #12191]
46047         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
46048         (__x86_64_raw_data_cache_size_half): Likewise.
46049         (__x86_64_raw_shared_cache_size): Likewise.
46050         (__x86_64_raw_shared_cache_size_half): Likewise.
46051
46052         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
46053         (__x86_64_raw_data_cache_size_half): Likewise.
46054         (__x86_64_raw_shared_cache_size): Likewise.
46055         (__x86_64_raw_shared_cache_size_half): Likewise.
46056         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
46057         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
46058         and __x86_64_raw_shared_cache_size_half.  Round
46059         __x86_64_data_cache_size_half, __x86_64_data_cache_size
46060         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
46061         to multiple of 256 bytes.
46062
46063 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
46064
46065         [BZ #12167]
46066         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
46067         of inacessible symlinks.  Verify result of symlink before returning it.
46068         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
46069         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
46070
46071 2010-10-28  Erich Ritz  <erichritz@gmail.com>
46072
46073         * math/math.h (isinf): Fix typo in comment.
46074
46075 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
46076
46077         * po/da.po: Update from translation team.
46078
46079 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
46080
46081         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
46082         is added to the list.
46083
46084 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46085             Ulrich Drepper  <drepper@gmail.com>
46086
46087         * elf/dl-object.c (_dl_new_object): Don't append the new object to
46088         the global list here.  Move code to...
46089         (_dl_add_to_namespace_list): ...here.  New function.
46090         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
46091         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
46092         * elf/dl-load.c (lose): Don't remove the element from the list.
46093         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
46094         (_dl_map_object): Likewise.
46095
46096 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
46097
46098         [BZ #12159]
46099         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
46100         into all bytes of SSE register.
46101         Patch by Richard Li <richardpku@gmail.com>.
46102
46103 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
46104
46105         [BZ #12140]
46106         * malloc/malloc.c (_int_free): Fill correct number of bytes when
46107         perturbing.
46108
46109 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
46110
46111         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
46112         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
46113         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
46114         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
46116         submachine.
46117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
46118
46119 2010-10-22  Andreas Schwab  <schwab@redhat.com>
46120
46121         * include/dlfcn.h (__RTLD_SECURE): Define.
46122         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
46123         mode & __RTLD_SECURE instead.
46124         (open_path): Rename preloaded parameter to secure.
46125         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
46126         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
46127         * elf/dl-deps.c (openaux): Likewise.
46128         * elf/rtld.c (struct map_args): Remove is_preloaded.
46129         (map_doit): Don't use it.
46130         (dl_main): Likewise.
46131         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
46132         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
46133
46134 2010-09-09  Andreas Schwab  <schwab@redhat.com>
46135
46136         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
46137         (sysd-rules-targets): Remove duplicates.
46138         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
46139         rtld-%.$o dependency.
46140
46141 2010-10-18  Andreas Schwab  <schwab@redhat.com>
46142
46143         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
46144         _dl_map_object do it.
46145
46146 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
46147
46148         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
46149         fast fma builtins, define the macros in the C99 standard.
46150         (FP_FAST_FMAF): Likewise.
46151         (FP_FAST_FMAL): Likewise.
46152         * sysdeps/x86_64/bits/mathdef.h: Likewise.
46153
46154         * bits/mathdef.h: Update copyright year.
46155         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46156
46157 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
46158
46159         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
46160         builtins, define the macros in the C99 standard.
46161         (FP_FAST_FMAF): Likewise.
46162         (FP_FAST_FMAL): Likewise.
46163         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
46164         multiply/add.
46165         (FP_FAST_FMAF): Likewise.
46166
46167 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
46168
46169         [BZ #3268]
46170         * math/libm-test.inc (fma_test): Some new testcases.
46171         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
46172         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
46173         y and infinite z.  Do multiplication by C already in long double.
46174         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
46175         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
46176         y and infinite z.  Do bitwise or of inexact bit into u.d.
46177         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
46178         * sysdeps/i386/fpu/s_fmaf.S: Removed.
46179         * sysdeps/i386/fpu/s_fma.S: Removed.
46180         * sysdeps/i386/fpu/s_fmal.S: Removed.
46181
46182 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
46183
46184         [BZ #3268]
46185         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
46186         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
46187         computation is not scheduled after fetestexcept.  Fix value
46188         of minimum denormal long double.
46189
46190 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
46191
46192         [BZ #3268]
46193         * math/libm-test.inc (fma_test): Add some more tests.
46194         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
46195         correctly.
46196
46197 2010-10-15  Andreas Schwab  <schwab@redhat.com>
46198
46199         * scripts/data/localplt-s390-linux-gnu.data: New file.
46200         * scripts/data/localplt-s390x-linux-gnu.data: New file.
46201
46202 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
46203
46204         [BZ #3268]
46205         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
46206         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
46207         instead of dbl-64.
46208         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
46209         inlines.
46210         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
46211         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
46212         if one of x and y is very large and the other is subnormal.
46213         * sysdeps/s390/fpu/s_fmaf.c: New file.
46214         * sysdeps/s390/fpu/s_fma.c: New file.
46215         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
46216         * sysdeps/powerpc/fpu/s_fma.S: New file.
46217         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
46218         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
46219         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
46220
46221 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
46222
46223         [BZ #3268]
46224         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
46225         fma tests.
46226         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
46227         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
46228         * sysdeps/i386/i686/multiarch/s_fma.c: Include
46229         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
46230         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
46231         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
46232         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
46233
46234 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
46235
46236         [BZ #12078]
46237         * posix/regcomp.c (parse_branch): One more memory leak plugged.
46238         * posix/bug-regex31.input: Add test case.
46239
46240 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
46241
46242         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
46243         * posix/bug-regex31.input: New file.
46244
46245         [BZ #12078]
46246         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
46247         (parse_sub_exp): Fix last change, use postorder.
46248
46249         * posix/bug-regex31.c: New file.
46250         * posix/Makefile: Add rules to build and run bug-regex31.
46251
46252         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
46253
46254         [BZ #12078]
46255         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
46256
46257         [BZ #12108]
46258         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
46259         to have entries in sys_siglist.
46260
46261         [BZ #12093]
46262         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
46263         be NULL.
46264
46265 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
46266
46267         [BZ #3268]
46268         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
46269         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
46270         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
46271         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
46272         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
46273         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
46274         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
46275         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
46276         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
46277         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
46278         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
46279         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
46280         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
46281         * math/ftestexcept.c (fetestexcept): Likewise.
46282         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
46283         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
46284         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
46285         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
46286         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
46287         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
46288         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
46289
46290 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
46291
46292         [BZ #12107]
46293         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
46294         newline.
46295
46296 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
46297
46298         * string/bug-strstr1.c: New file.
46299         * string/Makefile: Add rules to build and run bug-strstr1.
46300
46301 2010-10-05  Eric Blake  <eblake@redhat.com>
46302
46303         [BZ #12092]
46304         * string/str-two-way.h (two_way_long_needle): Always clear memory
46305         when skipping input due to the shift table.
46306
46307 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
46308
46309         [BZ #12005]
46310         * malloc/mcheck.c: Handle large requests.
46311
46312         [BZ #12077]
46313         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
46314         for strncmp and strncasecmp.
46315         * string/stratcliff.c: Add tests for strcmp and strncmp.
46316         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
46317
46318 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46319
46320         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
46321         __set_fpscr.
46322
46323 2010-09-30  Andreas Jaeger  <aj@suse.de>
46324
46325         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
46326         (CGROUP_SUPER_MAGIC): Define.
46327         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46328         Handle btrfs and cgroup file systems.
46329         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
46330         Likewise.
46331
46332 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
46333
46334         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
46335         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
46336
46337 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46338
46339         [BZ #12067]
46340         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
46341         trying to locate the ELF header.
46342
46343 2010-09-27  Andreas Schwab  <schwab@redhat.com>
46344
46345         [BZ #11611]
46346         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
46347         Mask out sign-bit copies when constructing f_fsid.
46348
46349 2010-09-24  Petr Baudis <pasky@suse.cz>
46350
46351         * debug/stack_chk_fail_local.c: Add missing licence exception.
46352         * debug/warning-nop.c: Likewise.
46353
46354 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
46355
46356         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
46357         implementing getdents64 using getdents syscall, set d_type if
46358         __ASSUME_GETDENTS32_D_TYPE.
46359
46360 2010-09-16  Andreas Schwab  <schwab@redhat.com>
46361
46362         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
46363         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
46364
46365 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
46366
46367         [BZ #12037]
46368         * posix/unistd.h: Undo change of feature selection for ftruncate from
46369         2010-01-11.
46370
46371 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
46372
46373         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
46374         detection.
46375
46376 2010-09-20  Andreas Schwab  <schwab@redhat.com>
46377
46378         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
46379         fanotify_mark.
46380         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
46381
46382 2010-09-14  Andreas Schwab  <schwab@redhat.com>
46383
46384         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
46385         variables after CHECK_SP call.
46386         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
46387
46388 2010-09-13  Andreas Schwab  <schwab@redhat.com>
46389             Ulrich Drepper  <drepper@redhat.com>
46390
46391         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
46392         re-relocationg ld.so.
46393         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
46394         _dl_init_paths call.
46395         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
46396         here anymore.
46397
46398 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
46399
46400         * resolv/res_init.c (__res_vinit): Count the default server we added.
46401
46402 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
46403             Ulrich Drepper  <drepper@redhat.com>
46404
46405         [BZ #11968]
46406         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46407         (____longjmp_chk): Use %ebx for saving value across system call.
46408         Add unwind info.
46409
46410 2010-09-06  Andreas Schwab  <schwab@redhat.com>
46411
46412         * manual/Makefile: Don't mix pattern rules with normal rules.
46413
46414 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
46415
46416         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
46417         operation.
46418         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
46419         * libio/iofopncook.c (_IO_cookie_init): Likewise.
46420         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
46421         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
46422         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46423         Likewise.
46424
46425 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
46426
46427         [BZ #11979]
46428         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
46429         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
46430
46431 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
46432
46433         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
46434         * sysdeps/x86_64/addmul_1.S: Likewise.
46435         * sysdeps/x86_64/lshift.S: Likewise.
46436         * sysdeps/x86_64/mul_1.S: Likewise.
46437         * sysdeps/x86_64/rshift.S: Likewise.
46438         * sysdeps/x86_64/sub_n.S: Likewise.
46439         * sysdeps/x86_64/submul_1.S: Likewise.
46440
46441 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46442
46443         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
46444         Define __sched_param instead of SCHED_* and sched_param when
46445         <bits/sched.h> is included with __need_schedparam defined.
46446         * bits/sched.h [__need_schedparam]
46447         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
46448         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
46449         (__defined_schedparam): Define to 1.
46450         (__sched_param): New structure, identical to sched_param.
46451         (__need_schedparam): Undefine.
46452
46453 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
46454
46455         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
46456         (epoll_create1): Declare.
46457
46458         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
46459
46460 2010-08-31  Andreas Schwab  <schwab@redhat.com>
46461
46462         [BZ #7066]
46463         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
46464         shifting retval into place.
46465
46466 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
46467
46468         * nis/rpcsvc/nis.h: Update copyright notice.
46469         * nis/rpcsvc/nis.x: Likewise.
46470         * nis/rpcsvc/nis_callback.h: Likewise.
46471         * nis/rpcsvc/nis_callback.x: Likewise.
46472         * nis/rpcsvc/nis_object.x: Likewise.
46473         * nis/rpcsvc/nis_tags.h: Likewise.
46474         * nis/rpcsvc/yp.h: Likewise.
46475         * nis/rpcsvc/yp.x: Likewise.
46476         * nis/rpcsvc/ypupd.h: Likewise.
46477         * nis/yp_xdr.c: Likewise.
46478         * nis/ypupdate_xdr.c: Likewise.
46479
46480         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
46481         mainly the body of pmap_getport.  Add parameters to specify timeouts.
46482         (pmap_getport): Use __libc_rpc_getport.
46483         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
46484         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
46485         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
46486
46487 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
46488
46489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
46490         fanotify_mark.
46491
46492 2010-08-27  Roland McGrath  <roland@redhat.com>
46493
46494         * sysdeps/i386/i686/multiarch/Makefile
46495         (CFLAGS-varshift.c): New variable.
46496
46497 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
46498
46499         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
46500         * sysdeps/i386/i686/multiarch/varshift.c: New file.
46501
46502         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
46503
46504         * sysdeps/x86_64/strlen.S: Minimal code improvement.
46505
46506 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
46507
46508         * sysdeps/x86_64/strlen.S: Unroll the loop.
46509         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46510         strlen-sse2 strlen-sse2-bsf.
46511         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
46512         __strlen_no_bsf if bit_Slow_BSF is set.
46513         (__strlen_sse42): Removed.
46514         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
46515         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
46516
46517 2010-08-25  Roland McGrath  <roland@redhat.com>
46518
46519         * sysdeps/x86_64/multiarch/varshift.S: File removed.
46520         * sysdeps/x86_64/multiarch/varshift.c: New file.
46521         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
46522         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
46523         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
46524         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
46525
46526 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
46527
46528         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46529         strlen-sse2 strlen-sse2-bsf.
46530         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
46531         __strlen_sse2_bsf if bit_Slow_BSF is unset.
46532         (__strlen_sse2): Removed.
46533         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
46534         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
46535         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
46536         bit_Slow_BSF for Atom.
46537         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
46538         (index_Slow_BSF): Define.
46539         (HAS_SLOW_BSF): Define.
46540
46541 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
46542
46543         [BZ #10851]
46544         * resolv/res_init.c (__res_vinit): When no server address at all
46545         is given default to loopback.
46546
46547 2010-08-24  Roland McGrath  <roland@redhat.com>
46548
46549         * configure.in: Remove config-name.h generation.
46550         * configure: Regenerated.
46551         * config-name.in: File removed.
46552         * scripts/config-uname.sh: New file.
46553         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
46554         ($(objdir)config-name.h): New target.
46555
46556         * sunrpc/rpc_parse.h: Avoid nested comment.
46557
46558 2010-08-24  Richard Henderson  <rth@redhat.com>
46559             Ulrich Drepper  <drepper@redhat.com>
46560             H.J. Lu  <hongjiu.lu@intel.com>
46561
46562         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
46563         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
46564         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
46565         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
46566         _mm_alignr_epi8 with _mm_loadu_si128.
46567         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
46568         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
46569         (__m128i_shift_right): Removed.
46570         * sysdeps/i386/i686/multiarch/varshift.h: New file.
46571         * sysdeps/i386/i686/multiarch/varshift.S: New file.
46572         * sysdeps/x86_64/multiarch/varshift.h: New file.
46573         * sysdeps/x86_64/multiarch/varshift.S: New file.
46574
46575 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
46576
46577         * configure.in: Move assembler checks to before sysdep dir checking.
46578
46579 2010-08-20  Petr Baudis  <pasky@suse.cz>
46580
46581         * LICENSES: Sync the sunrpc license.
46582
46583 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
46584
46585         * sunrpc/auth_des.c: Update copyright notice once again.
46586         * sunrpc/auth_none.c: Likewise.
46587         * sunrpc/auth_unix.c: Likewise.
46588         * sunrpc/authdes_prot.c: Likewise.
46589         * sunrpc/authuxprot.c: Likewise.
46590         * sunrpc/bindrsvprt.c: Likewise.
46591         * sunrpc/clnt_gen.c: Likewise.
46592         * sunrpc/clnt_perr.c: Likewise.
46593         * sunrpc/clnt_raw.c: Likewise.
46594         * sunrpc/clnt_simp.c: Likewise.
46595         * sunrpc/clnt_tcp.c: Likewise.
46596         * sunrpc/clnt_udp.c: Likewise.
46597         * sunrpc/clnt_unix.c: Likewise.
46598         * sunrpc/des_crypt.c: Likewise.
46599         * sunrpc/des_soft.c: Likewise.
46600         * sunrpc/get_myaddr.c: Likewise.
46601         * sunrpc/getrpcport.c: Likewise.
46602         * sunrpc/key_call.c: Likewise.
46603         * sunrpc/key_prot.c: Likewise.
46604         * sunrpc/openchild.c: Likewise.
46605         * sunrpc/pm_getmaps.c: Likewise.
46606         * sunrpc/pm_getport.c: Likewise.
46607         * sunrpc/pmap_clnt.c: Likewise.
46608         * sunrpc/pmap_prot.c: Likewise.
46609         * sunrpc/pmap_prot2.c: Likewise.
46610         * sunrpc/pmap_rmt.c: Likewise.
46611         * sunrpc/rpc/auth.h: Likewise.
46612         * sunrpc/rpc/auth_unix.h: Likewise.
46613         * sunrpc/rpc/clnt.h: Likewise.
46614         * sunrpc/rpc/des_crypt.h: Likewise.
46615         * sunrpc/rpc/key_prot.h: Likewise.
46616         * sunrpc/rpc/netdb.h: Likewise.
46617         * sunrpc/rpc/pmap_clnt.h: Likewise.
46618         * sunrpc/rpc/pmap_prot.h: Likewise.
46619         * sunrpc/rpc/pmap_rmt.h: Likewise.
46620         * sunrpc/rpc/rpc.h: Likewise.
46621         * sunrpc/rpc/rpc_des.h: Likewise.
46622         * sunrpc/rpc/rpc_msg.h: Likewise.
46623         * sunrpc/rpc/svc.h: Likewise.
46624         * sunrpc/rpc/svc_auth.h: Likewise.
46625         * sunrpc/rpc/types.h: Likewise.
46626         * sunrpc/rpc/xdr.h: Likewise.
46627         * sunrpc/rpc_clntout.c: Likewise.
46628         * sunrpc/rpc_cmsg.c: Likewise.
46629         * sunrpc/rpc_common.c: Likewise.
46630         * sunrpc/rpc_cout.c: Likewise.
46631         * sunrpc/rpc_dtable.c: Likewise.
46632         * sunrpc/rpc_hout.c: Likewise.
46633         * sunrpc/rpc_main.c: Likewise.
46634         * sunrpc/rpc_parse.c: Likewise.
46635         * sunrpc/rpc_parse.h: Likewise.
46636         * sunrpc/rpc_prot.c: Likewise.
46637         * sunrpc/rpc_sample.c: Likewise.
46638         * sunrpc/rpc_scan.c: Likewise.
46639         * sunrpc/rpc_scan.h: Likewise.
46640         * sunrpc/rpc_svcout.c: Likewise.
46641         * sunrpc/rpc_tblout.c: Likewise.
46642         * sunrpc/rpc_util.c: Likewise.
46643         * sunrpc/rpc_util.h: Likewise.
46644         * sunrpc/rpcinfo.c: Likewise.
46645         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
46646         * sunrpc/rpcsvc/key_prot.x: Likewise.
46647         * sunrpc/rpcsvc/klm_prot.x: Likewise.
46648         * sunrpc/rpcsvc/mount.x: Likewise.
46649         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
46650         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
46651         * sunrpc/rpcsvc/rex.x: Likewise.
46652         * sunrpc/rpcsvc/rstat.x: Likewise.
46653         * sunrpc/rpcsvc/rusers.x: Likewise.
46654         * sunrpc/rpcsvc/sm_inter.x: Likewise.
46655         * sunrpc/rpcsvc/spray.x: Likewise.
46656         * sunrpc/rpcsvc/yppasswd.x: Likewise.
46657         * sunrpc/rtime.c: Likewise.
46658         * sunrpc/svc.c: Likewise.
46659         * sunrpc/svc_auth.c: Likewise.
46660         * sunrpc/svc_authux.c: Likewise.
46661         * sunrpc/svc_raw.c: Likewise.
46662         * sunrpc/svc_run.c: Likewise.
46663         * sunrpc/svc_simple.c: Likewise.
46664         * sunrpc/svc_tcp.c: Likewise.
46665         * sunrpc/svc_udp.c: Likewise.
46666         * sunrpc/svc_unix.c: Likewise.
46667         * sunrpc/svcauth_des.c: Likewise.
46668         * sunrpc/xcrypt.c: Likewise.
46669         * sunrpc/xdr.c: Likewise.
46670         * sunrpc/xdr_array.c: Likewise.
46671         * sunrpc/xdr_float.c: Likewise.
46672         * sunrpc/xdr_mem.c: Likewise.
46673         * sunrpc/xdr_rec.c: Likewise.
46674         * sunrpc/xdr_ref.c: Likewise.
46675         * sunrpc/xdr_sizeof.c: Likewise.
46676         * sunrpc/xdr_stdio.c: Likewise.
46677
46678         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
46679         handling.
46680
46681 2010-08-19  Andreas Schwab  <schwab@redhat.com>
46682
46683         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
46684
46685 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
46686
46687         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
46688         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
46689         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
46690         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
46691         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
46692         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
46693         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
46694         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
46695         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
46696         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
46697         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
46698         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
46699         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
46700         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
46701
46702 2010-07-26  Anton Blanchard  <anton@samba.org>
46703
46704         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
46705         * malloc/arena.c (heap_trim): Likewise.
46706
46707 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
46708
46709         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
46710         here.  Not...
46711         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
46712         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
46713
46714 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
46715
46716         * sysdeps/i386/elf/Makefile: New file.
46717
46718 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
46719
46720         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
46721         from fanotify_init.
46722         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
46723         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
46724
46725 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
46726
46727         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
46728         of strncasecmp_l.
46729         * sysdeps/multiarch/strcmp.S: Likewise.
46730
46731 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
46732
46733         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
46734         strncase_l-nonascii.
46735         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
46736         Add strncase_l-ssse3.
46737         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
46738         * sysdeps/x86_64/strcmp.S: Likewise.
46739         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
46740         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
46741         * sysdeps/x86_64/strncase.S: New file.
46742         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
46743         * sysdeps/x86_64/strncase_l.S: New file.
46744         * string/Makefile (strop-tests): Add strncasecmp.
46745         * string/test-strncasecmp.c: New file.
46746
46747         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
46748         warning.
46749
46750         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
46751         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
46752
46753 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
46754
46755         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
46756
46757 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
46758
46759         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
46760         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
46761         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
46762
46763 2010-05-01  Alan Modra  <amodra@gmail.com>
46764
46765         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
46766         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
46767         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
46768         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
46769         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
46770         tidying.  Don't tail-call __sigjmp_save for static lib.
46771         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
46772         save location.
46773         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
46774         (CALL_MCOUNT): Add eh info, and nop after bl.
46775         (TAIL_CALL_SYSCALL_ERROR): New macro.
46776         (PSEUDO_RET): Use it.
46777         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
46778         Correct save location of integer regs and cr.
46779         (_dl_profile_resolve): Correct cr save location.  Delete nops
46780         after bl when SHARED.  Reduce cfi size a little by better
46781         placement of cfi directives.
46782         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
46783         make a stack frame.  Instead use parm save area as a temp.
46784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
46785         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
46786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
46787         Don't make a stack frame for parent, use parm save area.
46788         Increase child stack frame to 112 bytes.  Don't save unused reg,
46789         and adjust reg usage.  Set up cfi on error recovery and
46790         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
46791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
46792         (__makecontext): Add dummy nop after jump to exit.
46793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
46794         Use correct parm save area and cr save, reduce stack frame.
46795         Correct cfi for possible PSEUDO_RET frame setup.
46796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
46797         Branch to local label emitted by PSEUDO_RET rather than
46798         __syscall_error.
46799
46800 2010-08-12  Andreas Schwab  <schwab@redhat.com>
46801
46802         [BZ #11904]
46803         * locale/programs/locale.c (print_assignment): New function.
46804         (show_locale_vars): Use it.
46805
46806 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
46807
46808         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
46809         field.
46810         (struct statfs64): Likewise.
46811         (_STATFS_F_FLAGS): Define.
46812         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
46813         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46814         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
46815         (ST_VALID): Define locally.
46816         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
46817         __statvfs_getflags, use the provided value.
46818         * sysdeps/unix/sysv/linux/kernel-features.h: Define
46819         __ASSUME_STATFS_F_FLAGS.
46820
46821         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
46822
46823         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
46824         Add sys/fanotify.h.
46825         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
46826         fanotify_mask for GLIBC_2.13.
46827         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
46828         fanotify_init and fanotify_mark.
46829         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
46830         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
46831
46832         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
46833         Add prlimit.
46834         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
46835         prlimit64 for GLIBC_2.13.
46836         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
46837         prlimit64.
46838         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
46839         syscall.
46840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
46841         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
46842         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
46843         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
46844         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
46845         add prlimit alias.
46846         * sysdeps/unix/sysv/linux/prlimit.c: New file.
46847
46848         [BZ #11903]
46849         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
46850         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
46851
46852         * nss/Makefile: Add rules to build and run tst-nss-test1.
46853         * shlib-versions: Add entry for libnss_test1.
46854         * nss/nss_test1.c: New file.
46855         * nss/tst-nss-test1.c: New file.
46856
46857         * nss/nsswitch.c (__nss_database_custom): Define new variable.
46858         (__nss_configure_lookup): Set appropriate entry in
46859         __nss_configure_lookup to true.
46860         * nss/nsswitch.h: Define enum with indeces of databases in
46861         databases and __nss_database_custom arrays.  Declare
46862         __nss_database_custom.
46863         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
46864         to avoid using nscd when custom rules are installed.
46865         * nss/getXXbyYY_r.c: Likewise.
46866         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
46867
46868         * nss/nss_files/files-parse.c: Whitespace fixes.
46869
46870 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
46871
46872         [BZ #11883]
46873         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
46874         * posix/fnmatch_loop.c: Likewise.
46875
46876 2010-07-17  Andi Kleen  <ak@linux.intel.com>
46877
46878         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
46879         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
46880         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
46881         * Versions.def [GLIBC_2.13]: Add.
46882
46883 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
46884
46885         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
46886         Also fail if tpwd after pwuid call is NULL.
46887
46888 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46889
46890         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
46891         when converting to ms.
46892
46893 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46894
46895         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
46896         EOPNOTSUPP errors with ENOTTY.
46897         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
46898         EOPNOTSUPP errors with ENOTTY.
46899
46900 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
46901
46902         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
46903         Add strcasecmp_l-ssse3.
46904         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
46905         strcasecmp.
46906         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
46907         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
46908         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
46909
46910 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
46911
46912         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
46913
46914         * string/Makefile (strop-tests): Add strcasecmp.
46915         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
46916         strcasecmp_l-nonascii.
46917         (gen-as-const-headers): Add locale-defines.sym.
46918         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
46919         * sysdeps/x86_64/strcasecmp.S: New file.
46920         * sysdeps/x86_64/strcasecmp_l.S: New file.
46921         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
46922         * sysdeps/x86_64/locale-defines.sym: New file.
46923         * string/test-strcasecmp.c: New file.
46924
46925         * string/test-strcasestr.c: Test both ends of the range of characters.
46926         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
46927
46928 2010-07-29  Roland McGrath  <roland@redhat.com>
46929
46930         [BZ #11856]
46931         * manual/locale.texi (Yes-or-No Questions): Fix example code.
46932
46933 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
46934
46935         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
46936         for ld.so.
46937
46938 2010-07-27  Andreas Schwab  <schwab@redhat.com>
46939
46940         * manual/memory.texi (Malloc Tunable Parameters): Document
46941         M_PERTURB.
46942
46943 2010-07-26  Roland McGrath  <roland@redhat.com>
46944
46945         [BZ #11840]
46946         * configure.in (-fgnu89-inline check): Set and substitute
46947         gnu89_inline, not libc_cv_gnu89_inline.
46948         * configure: Regenerated.
46949         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
46950
46951 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
46952
46953         * string/test-strnlen.c: New file.
46954         * string/Makefile (strop-tests): Add strnlen.
46955         * string/tester.c (test_strnlen): Add a few more test cases.
46956         * string/tst-strlen.c: Better error reporting.
46957
46958         * sysdeps/x86_64/strnlen.S: New file.
46959
46960 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
46961
46962         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
46963         lower-latency instructions.
46964
46965 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
46966
46967         * string/test-strcasestr.c: New file.
46968         * string/test-strstr.c: New file.
46969         * string/Makefile (strop-tests): Add strstr and strcasestr.
46970         * string/str-two-way.h: Don't undefine MAX.
46971         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
46972
46973 2010-07-21  Andreas Schwab  <schwab@redhat.com>
46974
46975         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46976         strcasestr-nonascii.
46977         (CFLAGS-strcasestr-nonascii.c): Define.
46978         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
46979         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
46980         Remove unused attribute.
46981
46982 2010-07-20  Roland McGrath  <roland@redhat.com>
46983
46984         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
46985         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
46986         ld.so.cache was broken.  With it, there is no way to disable dsocaps
46987         like LD_HWCAP_MASK can disable hwcaps.
46988
46989 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
46990
46991         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
46992
46993 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
46994
46995         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
46996         call in strcasestr.
46997         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
46998         __strcasestr_sse42_nonascii.
46999         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
47000         strcasestr-nonascii.c.
47001         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
47002
47003 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
47004
47005         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
47006         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
47007         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
47008         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
47009
47010 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
47011
47012         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
47013         fcntl.
47014
47015 2010-07-06  Andreas Schwab  <schwab@redhat.com>
47016
47017         [BZ #11577]
47018         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
47019         dl_signal_cerror.
47020
47021 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
47022
47023         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
47024         _PC_PIPE_BUF using F_GETPIPE_SZ.
47025
47026 2010-07-05  Roland McGrath  <roland@redhat.com>
47027
47028         * manual/arith.texi (Rounding Functions): Fix rint description
47029         implicit in round description.
47030
47031 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
47032
47033         * elf/Makefile: Fix linking for a few tests to make recent linker
47034         happy.
47035
47036 2010-06-30  Andreas Schwab  <schwab@redhat.com>
47037
47038         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47039         $(common-objpfx)libc_nonshared.a.
47040
47041 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
47042
47043         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
47044         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
47045         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
47046         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
47047         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
47048         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
47049         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
47050         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
47051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
47052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
47053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
47054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
47055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
47056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
47057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
47058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
47059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
47060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
47061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
47062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
47063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
47064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
47065         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
47066         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
47067         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
47068         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
47069         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
47070         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
47071         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
47072         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
47073         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
47074         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
47075         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
47076         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
47077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
47078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
47079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
47080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
47081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
47082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
47083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
47084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
47085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
47086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
47087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
47088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
47089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
47090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
47091
47092 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
47093
47094         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
47095         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
47096         * string/memmove.c (memmove): Renamed to ...
47097         (MEMMOVE): ...this.  Default to memmove.
47098         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
47099         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
47100         (END_CHK): Define.
47101         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47102         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
47103         mempcpy-ssse3-back memmove-ssse3-back.
47104         * sysdeps/x86_64/multiarch/bcopy.S: New file .
47105         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
47106         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
47107         * sysdeps/x86_64/multiarch/memcpy.S: New file.
47108         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
47109         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
47110         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
47111         * sysdeps/x86_64/multiarch/memmove.c: New file.
47112         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
47113         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
47114         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
47115         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
47116         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
47117         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
47118         Define.
47119         (index_Fast_Copy_Backward): Define.
47120         (HAS_ARCH_FEATURE): Define.
47121         (HAS_FAST_REP_STRING): Define.
47122         (HAS_FAST_COPY_BACKWARD): Define.
47123
47124 2010-06-21  Andreas Schwab  <schwab@redhat.com>
47125
47126         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
47127         Restore proper fallback handling.
47128
47129 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
47130
47131         [BZ #11701]
47132         * posix/group_member.c (__group_member): Correct checking loop.
47133
47134         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
47135         OOM in getpwuid_r correctly.  Return error number when the caller
47136         should return, otherwise -1.
47137         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
47138         call returning > 0 value.
47139         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
47140
47141 2010-06-07  Andreas Schwab  <schwab@redhat.com>
47142
47143         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
47144         libc_nonshared.a from targets in modules-names.
47145
47146 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
47147
47148         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
47149         requires it.
47150
47151 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
47152
47153         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
47154         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
47155         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
47156         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
47157
47158 2010-06-02  Andreas Schwab  <schwab@redhat.com>
47159
47160         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
47161
47162 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
47163
47164         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
47165         and F_GETPIPE_SZ.
47166         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
47167         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47168         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47169         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47170         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47171         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
47172
47173 2010-06-14  Roland McGrath  <roland@redhat.com>
47174
47175         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
47176
47177 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
47178
47179         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
47180         __REDIRECT followed by __THROW.
47181         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
47182         * posix/getopt.h (getopt): Likewise.
47183
47184 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
47185
47186         * hurd/lookup-at.c (__file_name_lookup_at): Accept
47187         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
47188         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
47189         in AT_FLAGS.
47190         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
47191         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
47192
47193 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
47194
47195         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
47196
47197 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
47198
47199         [BZ #11640]
47200         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47201         Properly check family and model.
47202
47203 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
47204
47205         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
47206
47207 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
47208
47209         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
47210
47211 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
47212
47213         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
47214         symbol reference.
47215
47216 2010-05-19  Andreas Schwab  <schwab@redhat.com>
47217
47218         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
47219         symbol reference.
47220
47221 2010-05-21  Andreas Schwab  <schwab@redhat.com>
47222
47223         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
47224         and internal_recvmmsg.
47225         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
47226         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
47227         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
47228         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
47229
47230         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
47231         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
47232         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
47233
47234 2010-05-20  Andreas Schwab  <schwab@redhat.com>
47235
47236         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
47237
47238 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
47239
47240         POWER7 optimizations.
47241         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
47242         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
47243
47244 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
47245
47246         * version.h: Update for 2.13 development version.
47247
47248 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
47249
47250         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
47251         exceptions.  Return 0.
47252
47253 2010-05-07  Roland McGrath  <roland@redhat.com>
47254
47255         * elf/ldconfig.c (main): Add a const.
47256
47257 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
47258
47259         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
47260         (args_options): Add no-idn option.
47261         (ahosts_keys_int): Add idn_flags to ai_flags.
47262         (parse_option): Handle 'i' option to clear idn_flags.
47263
47264         * malloc/malloc.c (_int_free): Possible race in the most recently
47265         added check.  Only act on the data if no current modification
47266         happened.
47267
47268 See ChangeLog.17 for earlier changes.