Regenerate ARM libm-test-ulps.
[glibc.git] / ChangeLog
blobf909f7ab42980d8b247cbfb6fc3403dbb4c8883d
1 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/arm/libm-test-ulps: Regenerated.
5         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8 2015-06-30  Torvald Riegel  <triegel@redhat.com>
10         * nptl/DESIGN-systemtap-probes.txt: Remove lll_lock_wait,
11         lll_lock_wait_private and lll_futex_wake probes.
13         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (BUSY_WAIT_NOP): Remove.
14         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (BUSY_WAIT_NOP):
15         Likewise.
16         * sysdeps/i386/i486/bits/atomic.h (atomic_delay): Rename to
17         atomic_spin_nop.
18         * sysdeps/x86_64/bits/atomic.h: Likewise.
19         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Rename
20         to atomic_spin_nop and move ...
21         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
22         ... here and ...
23         * sysdeps/sparc/sparc64/bits/atomic.h: ... here.
24         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
25         atomic_spin_nop instead of BUSY_WAIT_NOP.
26         * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock):
27         Likewise.
28         * sysdeps/nacl/lll_timedwait_tid.c (__lll_timedwait_tid): Likewise.
29         * sysdeps/nacl/lowlevellock.h (BUSY_WAIT_NOP): Remove.
30         (lll_wait_tid): Use atomic_spin_nop instead of BUSY_WAIT_NOP.
31         * nscd/nscd-client.h (__nscd_acquire_maplock): Use atomic_spin_nop
32         instead of atomic_delay.
34 2015-06-29  Joseph Myers  <joseph@codesourcery.com>
36         [BZ #18613]
37         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Take log of
38         X_ADJ not X when adjusting exponent.
39         (__ieee754_gamma_r): Do intermediate computations in
40         round-to-nearest then adjust overflowing and underflowing results
41         as needed.
42         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Take log
43         of X_ADJ not X when adjusting exponent.
44         (__ieee754_gammaf_r): Do intermediate computations in
45         round-to-nearest then adjust overflowing and underflowing results
46         as needed.
47         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Take
48         log of X_ADJ not X when adjusting exponent.
49         (__ieee754_gammal_r): Do intermediate computations in
50         round-to-nearest then adjust overflowing and underflowing results
51         as needed.  Use 1.0L not 1.0f as numerator of division.
52         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Take
53         log of X_ADJ not X when adjusting exponent.
54         (__ieee754_gammal_r): Do intermediate computations in
55         round-to-nearest then adjust overflowing and underflowing results
56         as needed.  Use 1.0L not 1.0f as numerator of division.
57         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Take log
58         of X_ADJ not X when adjusting exponent.
59         (__ieee754_gammal_r): Do intermediate computations in
60         round-to-nearest then adjust overflowing and underflowing results
61         as needed.  Use 1.0L not 1.0f as numerator of division.
62         * math/libm-test.inc (tgamma_test_data): Remove one test.  Moved
63         to auto-libm-test-in.
64         (tgamma_test): Use ALL_RM_TEST.
65         * math/auto-libm-test-in: Add one test of tgamma.  Mark some other
66         tests of tgamma with spurious-overflow.
67         * math/auto-libm-test-out: Regenerated.
68         * math/gen-libm-have-vector-test.sh: Do not check for START.
69         * sysdeps/i386/fpu/libm-test-ulps: Update.
70         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
72         [BZ #18612]
73         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): For small
74         arguments, just return 0.5 times the argument, with underflow
75         forced as needed.
76         * math/auto-libm-test-in: Add more tests of j1.
77         * math/auto-libm-test-out: Regenerated.
79         [BZ #16559]
80         * sysdeps/ieee754/dbl-64/e_j1.c: Include <float.h>.
81         (__ieee754_j1): Force underflow exception for small results.
82         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
83         * sysdeps/ieee754/flt-32/e_j1f.c: Include <float.h>.
84         (__ieee754_j1f): Force underflow exception for small results.
85         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
86         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
87         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
88         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <float.h>.
89         (__ieee754_j1l): Force underflow exception for small results.
90         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
91         * math/auto-libm-test-in: Add more tests of j1 and jn.
92         * math/auto-libm-test-out: Regenerated.
94         * sysdeps/unix/sysv/linux/bits/in.h (IP_CHECKSUM): New macro.
95         * sysdeps/unix/sysv/linux/bits/socket.h (PF_IB): Likewise.
96         (PF_MPLS): Likewise.
97         (AF_IB): Likewise.
98         (AF_MPLS): Likewise.
99         * sysdeps/unix/sysv/linux/sys/mount.h (MS_LAZYTIME): New enum
100         value and macro.
101         (MS_RMT_MASK): Include MS_LAZYTIME.
103 2015-06-26  Mel Gorman  <mgorman@suse.de>
105         [BZ #18502]
106         * malloc/arena.c (heap_trim): Don't try to shrink a heap that is
107         already minimal.
109 2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
111         * elf/elf.h (DT_MIPS_RLD_MAP_REL): New macro.
112         (DT_MIPS_NUM): Update.
113         * sysdeps/mips/dl-machine.h (ELF_MACHINE_DEBUG_SETUP): Handle
114         DT_MIPS_RLD_MAP_REL.
116 2015-06-25  Joseph Myers  <joseph@codesourcery.com>
118         [BZ #16559]
119         [BZ #18602]
120         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Set
121         round-to-nearest internally then recompute results that
122         underflowed to zero in the original rounding mode.
123         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
124         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
125         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
126         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise
127         * math/libm-test.inc (jn_test): Use ALL_RM_TEST.
128         * sysdeps/i386/fpu/libm-test-ulps: Update.
129         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
131 2015-06-25  Andrew Senkevich  <andrew.senkevich@intel.com>
133         * NEWS: Fixed description of link with vector math library.
135 2015-06-25  Andreas Schwab  <schwab@suse.de>
137         [BZ #18549]
138         * libio/fmemopen.c (fmemopen_write): Fix bounds check for ENOSPC.
139         * libio/test-fmemopen.c (do_test): Add test for it.
141 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
143         [BZ #17841]
144         * Makeconfig (no-pie-ldflag): New.
145         (+link): Set to $(+link-pie) if default to PIE.
146         (+link-tests): Set to $(+link-pie-tests) if default to PIE.
147         * config.make.in (build-pie-default): New.
148         * configure.ac (libc_cv_pie_default): New.  Set to yes if -fPIE
149         is default.  AC_SUBST.
150         * configure: Regenerated.
151         * elf/Makefile (LDFLAGS-tst-dlopen-aout): New.
153 2015-06-24  Roland McGrath  <roland@hack.frob.com>
155         * nptl/descr.h (struct pthread): Change type of field setxid_futex
156         to 'unsigned int'.
158         * resolv/gai_misc.h (struct waitlist): Change type of field
159         counterp to 'volatile unsigned int *'.
160         * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Use unsigned types for
161         FUTEXADDR and OLDVAL.
162         * resolv/getaddrinfo_a.c (getaddrinfo_a):
163         Give local variable TOTAL type 'volatile unsigned int'.
164         (struct async_waitlist): Change type of field counter to 'unsigned int'.
165         * resolv/gai_suspend.c (gai_suspend):
166         Give local variable CNTR type 'unsigned int'.
168         * sysdeps/pthread/aio_misc.h (struct waitlist): Change type of field
169         counterp to 'volatile unsigned int *'.
170         * sysdeps/pthread/aio_suspend.c [DONT_NEED_AIO_MISC_COND]
171         (do_aio_misc_wait): Give argument CNTR type 'unsigned int *'.
172         (aio_suspend): Give local variable CNTR type 'unsigned int'.
173         * sysdeps/pthread/lio_listio.c (lio_listio_internal):
174         Give local variable TOTAL type 'volatile unsigned int'.
175         (struct async_waitlist): Change type of field counter to 'unsigned int'.
177 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
179         [BZ #18383]
180         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Align
181         TCB_OFFSET to MAX_ALIGN, not just TCBALIGN.  Add comment.
182         * elf/Makefile (test-xfail-tst-tlsalign{,-static}): Remove
183         comment for i386/x86-64.
184         (test-xfail-tst-tlsalign-extern-static): Removed.
186 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
188         * math/test-double.h: New file.
189         * math/test-float.h: Likewise.
190         * math/test-ldouble.h: Likewise.
191         * math/test-math-inline.h: Likewise.
192         * math/test-math-no-inline.h: Likewise.
193         * math/test-math-scalar.h: Likewise.
194         * math/test-math-vector.h: Likewise.
195         * math/test-vec-loop.h: Remove file.  Contents moved into
196         test-math-vector.h.
197         * math/libm-test.inc (MATHCONST): Do not document macro.
198         * math/test-double.c: Include test-double.h, test-math-no-inline.h
199         and test-math-scalar.h.
200         (FUNC): Remove macro.
201         (FUNC_TEST): Likewise.
202         (FLOAT): Likewise.
203         (MATHCONST): Likewise.
204         (PRINTF_EXPR): Likewise.
205         (PRINTF_XEXPR): Likewise.
206         (PRINTF_NEXPR): Likewise.
207         (TEST_DOUBLE): Likewise.
208         (TEST_MATHVEC): Likewise.
209         (__NO_MATH_INLINES): Likewise.
210         * math/test-float.c: Include test-float.h, test-math-no-inline.h
211         and test-math-scalar.h.
212         (FUNC): Remove macro.
213         (FUNC_TEST): Likewise.
214         (FLOAT): Likewise.
215         (MATHCONST): Likewise.
216         (PRINTF_EXPR): Likewise.
217         (PRINTF_XEXPR): Likewise.
218         (PRINTF_NEXPR): Likewise.
219         (TEST_FLOAT): Likewise.
220         (TEST_MATHVEC): Likewise.
221         (__NO_MATH_INLINES): Likewise.
222         * math/test-idouble.c: Include test-double.h, test-math-inline.h
223         and test-math-scalar.h.
224         (FUNC): Remove macro.
225         (FUNC_TEST): Likewise.
226         (FLOAT): Likewise.
227         (MATHCONST): Likewise.
228         (PRINTF_EXPR): Likewise.
229         (PRINTF_XEXPR): Likewise.
230         (PRINTF_NEXPR): Likewise.
231         (TEST_DOUBLE): Likewise.
232         (TEST_MATHVEC): Likewise.
233         (TEST_INLINE): Likewise.
234         (__NO_MATH_INLINES): Likewise.
235         * math/test-ifloat.c: Include test-float.h, test-math-inline.h and
236         test-math-scalar.h.
237         (FUNC): Remove macro.
238         (FUNC_TEST): Likewise.
239         (FLOAT): Likewise.
240         (MATHCONST): Likewise.
241         (PRINTF_EXPR): Likewise.
242         (PRINTF_XEXPR): Likewise.
243         (PRINTF_NEXPR): Likewise.
244         (TEST_FLOAT): Likewise.
245         (TEST_MATHVEC): Likewise.
246         (TEST_INLINE): Likewise.
247         (__NO_MATH_INLINES): Likewise.
248         * math/test-ildoubl.c: Include test-ldouble.h, test-math-inline.h
249         and test-math-scalar.h.
250         (FUNC): Remove macro.
251         (FUNC_TEST): Likewise.
252         (FLOAT): Likewise.
253         (MATHCONST): Likewise.
254         (PRINTF_EXPR): Likewise.
255         (PRINTF_XEXPR): Likewise.
256         (PRINTF_NEXPR): Likewise.
257         (TEST_LDOUBLE): Likewise.
258         (TEST_MATHVEC): Likewise.
259         (TEST_INLINE): Likewise.
260         (__NO_MATH_INLINES): Likewise.
261         * math/test-ldouble.c: Include test-ldouble.h,
262         test-math-no-inline.h and test-math-scalar.h.
263         (FUNC): Remove macro.
264         (FUNC_TEST): Likewise.
265         (FLOAT): Likewise.
266         (MATHCONST): Likewise.
267         (PRINTF_EXPR): Likewise.
268         (PRINTF_XEXPR): Likewise.
269         (PRINTF_NEXPR): Likewise.
270         (TEST_LDOUBLE): Likewise.
271         (TEST_MATHVEC): Likewise.
272         (__NO_MATH_INLINES): Likewise.
273         * math/test-double-vlen2.h: Include test-double.h,
274         test-math-no-inline.h and test-math-vector.h.
275         (FLOAT): Remove macro.
276         (FUNC): Likewise.
277         (MATHCONST): Likewise.
278         (PRINTF_EXPR): Likewise.
279         (PRINTF_XEXPR): Likewise.
280         (PRINTF_NEXPR): Likewise.
281         (TEST_DOUBLE): Likewise.
282         (TEST_MATHVEC): Likewise.
283         (__NO_MATH_INLINES): Likewise.
284         (CNCT): Likewise.
285         (CONCAT): Likewise.
286         (WRAPPER_NAME): Likewise.
287         (WRAPPER_DECL): Likewise.
288         (WRAPPER_DECL_ff): Likewise.
289         (WRAPPER_DECL_fFF): Likewise.
290         (VECTOR_WRAPPER): Likewise.
291         (VECTOR_WRAPPER_ff): Likewise.
292         (VECTOR_WRAPPER_fFF): Likewise.
293         (VEC_LEN): New macro.
294         * math/test-double-vlen4.h: Include test-double.h,
295         test-math-no-inline.h and test-math-vector.h.
296         (FLOAT): Remove macro.
297         (FUNC): Likewise.
298         (MATHCONST): Likewise.
299         (PRINTF_EXPR): Likewise.
300         (PRINTF_XEXPR): Likewise.
301         (PRINTF_NEXPR): Likewise.
302         (TEST_DOUBLE): Likewise.
303         (TEST_MATHVEC): Likewise.
304         (__NO_MATH_INLINES): Likewise.
305         (CNCT): Likewise.
306         (CONCAT): Likewise.
307         (WRAPPER_NAME): Likewise.
308         (WRAPPER_DECL): Likewise.
309         (WRAPPER_DECL_ff): Likewise.
310         (WRAPPER_DECL_fFF): Likewise.
311         (VECTOR_WRAPPER): Likewise.
312         (VECTOR_WRAPPER_ff): Likewise.
313         (VECTOR_WRAPPER_fFF): Likewise.
314         (VEC_LEN): New macro.
315         * math/test-double-vlen8.h: Include test-double.h,
316         test-math-no-inline.h and test-math-vector.h.
317         (FLOAT): Remove macro.
318         (FUNC): Likewise.
319         (MATHCONST): Likewise.
320         (PRINTF_EXPR): Likewise.
321         (PRINTF_XEXPR): Likewise.
322         (PRINTF_NEXPR): Likewise.
323         (TEST_DOUBLE): Likewise.
324         (TEST_MATHVEC): Likewise.
325         (__NO_MATH_INLINES): Likewise.
326         (CNCT): Likewise.
327         (CONCAT): Likewise.
328         (WRAPPER_NAME): Likewise.
329         (WRAPPER_DECL): Likewise.
330         (WRAPPER_DECL_ff): Likewise.
331         (WRAPPER_DECL_fFF): Likewise.
332         (VECTOR_WRAPPER): Likewise.
333         (VECTOR_WRAPPER_ff): Likewise.
334         (VECTOR_WRAPPER_fFF): Likewise.
335         (VEC_LEN): New macro.
336         * math/test-float-vlen4.h: Include test-float.h,
337         test-math-no-inline.h and test-math-vector.h.
338         (FLOAT): Remove macro.
339         (FUNC): Likewise.
340         (MATHCONST): Likewise.
341         (PRINTF_EXPR): Likewise.
342         (PRINTF_XEXPR): Likewise.
343         (PRINTF_NEXPR): Likewise.
344         (TEST_FLOAT): Likewise.
345         (TEST_MATHVEC): Likewise.
346         (__NO_MATH_INLINES): Likewise.
347         (CNCT): Likewise.
348         (CONCAT): Likewise.
349         (WRAPPER_NAME): Likewise.
350         (WRAPPER_DECL): Likewise.
351         (WRAPPER_DECL_ff): Likewise.
352         (WRAPPER_DECL_fFF): Likewise.
353         (VECTOR_WRAPPER): Likewise.
354         (VECTOR_WRAPPER_ff): Likewise.
355         (VECTOR_WRAPPER_fFF): Likewise.
356         (VEC_LEN): New macro.
357         * math/test-float-vlen8.h: Include test-float.h,
358         test-math-no-inline.h and test-math-vector.h.
359         (FLOAT): Remove macro.
360         (FUNC): Likewise.
361         (MATHCONST): Likewise.
362         (PRINTF_EXPR): Likewise.
363         (PRINTF_XEXPR): Likewise.
364         (PRINTF_NEXPR): Likewise.
365         (TEST_FLOAT): Likewise.
366         (TEST_MATHVEC): Likewise.
367         (__NO_MATH_INLINES): Likewise.
368         (CNCT): Likewise.
369         (CONCAT): Likewise.
370         (WRAPPER_NAME): Likewise.
371         (WRAPPER_DECL): Likewise.
372         (WRAPPER_DECL_ff): Likewise.
373         (WRAPPER_DECL_fFF): Likewise.
374         (VECTOR_WRAPPER): Likewise.
375         (VECTOR_WRAPPER_ff): Likewise.
376         (VECTOR_WRAPPER_fFF): Likewise.
377         (VEC_LEN): New macro.
378         * math/test-float-vlen16.h: Include test-float.h,
379         test-math-no-inline.h and test-math-vector.h.
380         (FLOAT): Remove macro.
381         (FUNC): Likewise.
382         (MATHCONST): Likewise.
383         (PRINTF_EXPR): Likewise.
384         (PRINTF_XEXPR): Likewise.
385         (PRINTF_NEXPR): Likewise.
386         (TEST_FLOAT): Likewise.
387         (TEST_MATHVEC): Likewise.
388         (__NO_MATH_INLINES): Likewise.
389         (CNCT): Likewise.
390         (CONCAT): Likewise.
391         (WRAPPER_NAME): Likewise.
392         (WRAPPER_DECL): Likewise.
393         (WRAPPER_DECL_ff): Likewise.
394         (WRAPPER_DECL_fFF): Likewise.
395         (VECTOR_WRAPPER): Likewise.
396         (VECTOR_WRAPPER_ff): Likewise.
397         (VECTOR_WRAPPER_fFF): Likewise.
398         (VEC_LEN): New macro.
399         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Do not include
400         test-vec-loop.h.
401         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
402         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
403         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
404         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
405         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
406         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
407         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
409 2015-06-24  Roland McGrath  <roland@hack.frob.com>
411         * sysdeps/nacl/glob.c (getlogin_r): Macro renamed to ...
412         (__getlogin_r): ... this.
414 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
416         [BZ #18594]
417         * math/s_ccosh.c (__ccosh): Compare with least normal value
418         instead of comparing class with FP_SUBNORMAL.
419         * math/s_ccoshf.c (__ccoshf): Likewise.
420         * math/s_ccoshl.c (__ccoshl): Likewise.
421         * math/s_cexp.c (__cexp): Likewise.
422         * math/s_cexpf.c (__cexpf): Likewise.
423         * math/s_cexpl.c (__cexpl): Likewise.
424         * math/s_csin.c (__csin): Likewise.
425         * math/s_csinf.c (__csinf): Likewise.
426         * math/s_csinh.c (__csinh): Likewise.
427         * math/s_csinhf.c (__csinhf): Likewise.
428         * math/s_csinhl.c (__csinhl): Likewise.
429         * math/s_csinl.c (__csinl): Likewise.
430         * math/s_ctan.c (__ctan): Likewise.
431         * math/s_ctanf.c (__ctanf): Likewise.
432         * math/s_ctanh.c (__ctanh): Likewise.
433         * math/s_ctanhf.c (__ctanhf): Likewise.
434         * math/s_ctanhl.c (__ctanhl): Likewise.
435         * math/s_ctanl.c (__ctanl): Likewise.
436         * math/auto-libm-test-in: Add more tests of ccos, ccosh, cexp,
437         csin, csinh, ctan and ctanh.
438         * math/auto-libm-test-out: Regenerated.
439         * math/libm-test.inc (cexp_test): Use ALL_RM_TEST.
440         * sysdeps/i386/fpu/libm-test-ulps: Update.
441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
443 2015-06-24  Roland McGrath  <roland@hack.frob.com>
445         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): When sched_getcpu
446         return value is wrong, print the expected value too.
448 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
450         [BZ #18585]
451         * elf/readlib.c (is_gdb_python_file): New.
452         (process_file): Don't issue errors on filenames with -gdb.py
453         suffix.
455 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
457         * math/auto-libm-test-in: Add more tests of csin and csinh.
458         * math/auto-libm-test-out: Regenerated.
459         * math/libm-test.inc (csin_test_data): Remove tests moved to
460         auto-libm-test-in.
461         (csinh_test_data): Likewise.
463         [BZ #18593]
464         * math/s_csin.c (__csin): Negate before rather than after possibly
465         overflowing multiplication.
466         * math/s_csinf.c (__csinf): Likewise.
467         * math/s_csinh.c (__csinh): Likewise.
468         * math/s_csinhf.c (__csinhf): Likewise.
469         * math/s_csinhl.c (__csinhl): Likewise.
470         * math/s_csinl.c (__csinl): Likewise.
471         * math/auto-libm-test-in: Add some tests of csin and csinh.
472         * math/auto-libm-test-out: Regenerated.
473         * math/libm-test.inc (csin_test_data): Use AUTO_TESTS_c_c.
474         (csinh_test_data): Likewise.
475         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
477         [BZ #18586]
478         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Force
479         underflow exception for small results.
481 2015-06-24  Andrew Senkevich  <andrew.senkevich@intel.com>
483         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
484         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: Renamed
485         variable and included header.
486         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: Likewise.
487         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: Likewise.
488         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: Likewise.
489         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: Likewise.
490         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: Likewise.
491         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S: Likewise.
492         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S: Likewise.
493         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S: Likewise.
494         * sysdeps/x86_64/fpu/svml_s_trig_data.S: New file.
495         * sysdeps/x86_64/fpu/svml_s_trig_data.h: Likewise.
496         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: Removed file.
497         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: Likewise.
498         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: Likewise.
499         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: Likewise.
500         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: Likewise.
501         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: Likewise.
503 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
505         [BZ #16526]
506         [BZ #16538]
507         * sysdeps/ieee754/dbl-64/s_sin.c: Include <float.h>.
508         (__sin): Force underflow exception for arguments with small
509         absolute value.
510         * sysdeps/ieee754/flt-32/k_sinf.c: Include <float.h>.
511         (__kernel_sinf): Force underflow exception for arguments with
512         small absolute value.
513         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Include <float.h>.
514         (__kernel_sincosl): Force underflow exception for arguments with
515         small absolute value.
516         * sysdeps/ieee754/ldbl-128/k_sinl.c: Include <float.h>.
517         (__kernel_sinl): Force underflow exception for arguments with
518         small absolute value.
519         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Include <float.h>.
520         (__kernel_sincosl): Force underflow exception for arguments with
521         small absolute value.
522         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Include <float.h>.
523         (__kernel_sinl): Force underflow exception for arguments with
524         small absolute value.
525         * sysdeps/ieee754/ldbl-96/k_sinl.c: Include <float.h>.
526         (__kernel_sinl): Force underflow exception for arguments with
527         small absolute value.
528         * sysdeps/powerpc/fpu/k_sinf.c: Include <float.h>.
529         (__kernel_sinf): Force underflow exception for arguments with
530         small absolute value.
531         * math/auto-libm-test-in: Add more tests of sin and sincos.
532         * math/auto-libm-test-out: Regenerated.
534         [BZ #18245]
535         [BZ #18583]
536         * sysdeps/ieee754/k_standardl.c: Include <fenv.h>.
537         (__kernel_standard_l): Use feholdexcept and fesetenv around
538         conversion to double instead of special-casing overflow and
539         underflow.
540         * math/libm-test.inc (fmod_test_data): Add more tests.
541         (remainder_test_data): Likewise.
542         (sqrt_test_data): Likewise.
544 2015-06-23  Torvald Riegel  <triegel@redhat.com>
546         [BZ #17403]
547         * sysdeps/x86_64/bits/atomic.h: (atomic_full_barrier,
548         atomic_read_barrier, atomic_write_barrier): Define.
549         * sysdeps/i386/i486/bits/atomic.h (atomic_full_barrier,
550         atomic_read_barrier, atomic_write_barrier): Define.
552 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
554         * math/Makefile [$(PERL) != no]
555         ($(addprefix $(objpfx), $(addsuffix .o, $(libm-vec-tests)))): Move
556         dependency on libm-test.stmp below the inclusion of Rules.
558 2015-06-23  Andrew Senkevich  <andrew.senkevich@intel.com>
560         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
561         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: Renamed variable
562         and included header.
563         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: Likewise.
564         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: Likewise.
565         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: Likewise.
566         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: Likewise.
567         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: Likewise.
568         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: Likewise.
569         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: Likewise.
570         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: Likewise.
571         * sysdeps/x86_64/fpu/svml_d_trig_data.S: New file.
572         * sysdeps/x86_64/fpu/svml_d_trig_data.h: Likewise.
573         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: Removed unneeded include.
574         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: Likewise.
575         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: Likewise.
576         * sysdeps/x86_64/fpu/svml_d_cos_data.S: Removed file.
577         * sysdeps/x86_64/fpu/svml_d_cos_data.h: Likewise.
578         * sysdeps/x86_64/fpu/svml_d_sin_data.S: Likewise.
579         * sysdeps/x86_64/fpu/svml_d_sin_data.h: Likewise.
580         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: Likewise.
581         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: Likewise.
583 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
585         [BZ #18371]
586         * math/s_csqrt.c (__csqrt): Avoid multiplication by 0.5 where
587         intermediate but not final result might underflow.
588         * math/s_csqrtf.c (__csqrtf): Likewise.
589         * math/s_csqrtl.c (__csqrtl): Likewise.
590         * math/auto-libm-test-in: Add more tests of csqrt.
591         * math/auto-libm-test-out: Regenerated.
592         * sysdeps/i386/fpu/libm-test-ulps: Update.
594         [BZ #18219]
595         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Reduce
596         threshold on absolute value of exponent for which scaling is used.
597         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
598         * math/auto-libm-test-in: Add more tests of exp2.
599         * math/auto-libm-test-out: Regenerated.
601 2015-06-23  Dmitry V. Levin  <ldv@altlinux.org>
603         [BZ #17977]
604         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix unlocking
605         when initializing interface list, based on the bug analysis
606         and the patch proposed by Eric Newton.
607         * resolv/tst-res_hconf_reorder.c: New test.
608         * resolv/Makefile [$(have-thread-library) = yes] (tests): Add
609         tst-res_hconf_reorder.
610         ($(objpfx)tst-res_hconf_reorder): Depend on $(libdl)
611         and $(shared-thread-library).
612         (tst-res_hconf_reorder-ENV): New variable.
614         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo
615         in comment.
617 2015-06-22  Joseph Myers  <joseph@codesourcery.com>
619         [BZ #16353]
620         * sysdeps/i386/fpu/s_expm1.S (dbl_min): New object.
621         (__expm1): Force underflow exception for arguments with small
622         absolute value.
623         * sysdeps/i386/fpu/s_expm1f.S (flt_min): New object.
624         (__expm1f): Force underflow exception for arguments with small
625         absolute value.
626         * sysdeps/ieee754/dbl-64/s_expm1.c: Include <float.h>.
627         (__expm1): Force underflow exception for arguments with small
628         absolute value.
629         * sysdeps/ieee754/flt-32/s_expm1f.c: Include <float.h>.
630         (__expm1f): Force underflow exception for arguments with small
631         absolute value.
632         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
633         Check for small arguments before calling __expm1.
634         * math/auto-libm-test-in: Do not mark underflow exceptions as
635         possibly missing for bug 16353.
636         * math/auto-libm-test-out: Regenerated.
638 2015-06-22  Andreas Schwab  <schwab@suse.de>
640         [BZ #18513]
641         * resolv/nss_dns/dns-host.c (getanswer_r): Record TTL also for
642         PTR queries.
644 2015-06-22  Leonhard Holz  <leonhard.holz@web.de>
646         * string/strcoll_l.c (STRCOLL): Remove unnecessary memset.
648         * string/strcoll_l.c: Remove unused struct element idxnow.
650 2015-06-21  Joseph Myers  <joseph@codesourcery.com>
652         [BZ #18569]
653         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Force
654         underflow and return argument in case of subnormal argument.
655         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
656         Likewise.
657         * math/auto-libm-test-in: Add more tests of expm1.
658         * math/auto-libm-test-out: Regenerated.
660         [BZ #16361]
661         * sysdeps/i386/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
662         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
663         tiny results.
664         * sysdeps/x86_64/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
665         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
666         tiny results.
667         * math/auto-libm-test-in: Add more tests of exp and exp10.  Do not
668         mark underflow exceptions as possibly missing for bug 16361.
669         * math/auto-libm-test-out: Regenerated.
671 2015-06-19  Joseph Myers  <joseph@codesourcery.com>
673         * conform/data/sys/select.h-data [XOPEN2K8] (pselect): Expect.
674         * conform/Makefile (test-xfail-XOPEN2K8/sys/select.h/conform):
675         Remove variable.
676         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
677         (test-xfail-XOPEN2K8/utmpx.h/conform).
679         * conform/conformtest.pl ($xerrors): New variable.
680         (note_error): New function.
681         (compiletest): New argument $xfail.  Use not_error.
682         (runtest): Likewise.
683         (top level): Handle xfail- lines.  Update calls to compiletest and
684         runtest.  Handle xfail- and optional- in headers listed with
685         allow-header.
686         * conform/data/fcntl.h-data (O_TTY_INIT): Use xfail-.
687         (O_EXEC): Likewise.
688         (O_SEARCH): Likewise.
689         * conform/data/stropts.h-data (ioctl): Likewise.
690         * conform/data/sys/ipc.h-data (ipc_perm.mode): Likewise.
691         * conform/data/sys/sem.h-data (semid_ds.sem_nsems): Likewise.
692         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Likewise.
693         (msghdr.msg_controllen): Likewise.
694         (cmsghdr.cmsg_len): Likewise.
695         * conform/data/utmpx.h-data (utmpx.ut_tv): Likewise.
696         * conform/Makefile (test-xfail-XPG3/sys/ipc.h/conform): Remove
697         variable.
698         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
699         (test-xfail-XPG4/stropts.h/conform): Likewise.
700         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
701         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
702         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
703         (test-xfail-UNIX98/stropts.h/conform): Likewise.
704         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
705         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
706         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
707         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
708         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
709         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
710         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
711         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
712         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
713         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
714         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
715         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
716         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
717         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
718         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
720 2015-06-19  Andrew Senkevich  <andrew.senkevich@intel.com>
722         * sysdeps/ieee754/ldbl-opt/s_sin.c (__DECL_SIMD_sincos_disable,
723         __DECL_SIMD_sincos_disablef, __DECL_SIMD_sincos_disablel): Added empty
724         definitions for proper unfolding of __MATHDECL_VEC.
726 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
728         * benchtests/bench-strcoll.c:
729         Include string.h.
730         (main): Remove unused variable res.
732 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
734         * timezone/Makefile (%/UTC %/Universal):
735         Generate test-result files for UTC and Universal.
737 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
739         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
741 2015-06-18  Joseph Myers  <joseph@codesourcery.com>
743         [BZ #16350]
744         * sysdeps/i386/fpu/s_asinh.S (__asinh): Force underflow exception
745         for arguments with small absolute value.
746         * sysdeps/i386/fpu/s_asinhf.S (__asinhf): Likewise.
747         * sysdeps/i386/fpu/s_asinhl.S (__asinhl): Likewise.
748         * sysdeps/ieee754/dbl-64/s_asinh.c: Include <float.h>.
749         (__asinh): Force underflow exception for arguments with small
750         absolute value.
751         * sysdeps/ieee754/flt-32/s_asinhf.c: Include <float.h>.
752         (__asinhf): Force underflow exception for arguments with small
753         absolute value.
754         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include <float.h>.
755         (__asinhl): Force underflow exception for arguments with small
756         absolute value.
757         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Include <float.h>.
758         (__asinhl): Force underflow exception for arguments with small
759         absolute value.
760         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include <float.h>.
761         (__asinhl): Force underflow exception for arguments with small
762         absolute value.
763         * math/auto-libm-test-in: Do not mark underflow exceptions as
764         possibly missing for bug 16350.
765         * math/auto-libm-test-out: Regenerated.
767         * include/bits/ipc.h: Remove file.
768         * conform/Makefile (test-xfail-XPG3/sys/msg.h/conform): Remove
769         variable.
770         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
771         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
772         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
773         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
774         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
775         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
776         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
777         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
778         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
780         * math/auto-libm-test-in: Remove spurious underflow allowance for
781         tests of cexp.
782         * math/auto-libm-test-out: Regenerated.
784         [BZ #18558]
785         * sysdeps/unix/sysv/linux/bits/in.h (MCAST_JOIN_GROUP): Remove
786         unconditional definition.
787         (MCAST_BLOCK_SOURCE): Likewise.
788         (MCAST_UNBLOCK_SOURCE): Likewise.
789         (MCAST_LEAVE_GROUP): Likewise.
790         (MCAST_JOIN_SOURCE_GROUP): Likewise.
791         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
792         (MCAST_MSFILTER): Likewise.
793         * conform/Makefile (test-xfail-XOPEN2K/arpa/inet.h/conform):
794         Remove variable.
795         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
796         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
797         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
798         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
799         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
801 2015-06-18  Andrew Senkevich  <andrew.senkevich@intel.com>
803         * NEWS: Mention addition of x86_64 vector sincosf.
804         * math/test-float-vlen16.h: Added wrapper for sincosf tests.
805         * math/test-float-vlen4.h: Likewise.
806         * math/test-float-vlen8.h: Likewise.
807         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
808         * sysdeps/x86/fpu/bits/math-vector.h: Added sincosf SIMD declaration.
809         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
810         * sysdeps/x86_64/fpu/Versions: New versions added.
811         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
812         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
813         Added build of SSE, AVX2 and AVX512 IFUNC versions.
814         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S
815         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
816         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S
817         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
818         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S
819         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
820         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S
821         * sysdeps/x86_64/fpu/svml_s_sincosf4_core.S
822         * sysdeps/x86_64/fpu/svml_s_sincosf8_core.S
823         * sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S
824         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: New file.
825         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: New file.
826         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 3 argument wrappers.
827         * sysdeps/x86_64/fpu/test-float-vlen16.c: : Vector sincosf tests.
828         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
829         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
830         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
831         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
832         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
833         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
834         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
836         * NEWS: Mention addition of x86_64 vector sincos.
837         * bits/libm-simd-decl-stubs.h: Added stubs for sincos.
838         * math/math.h (__MATHDECL_VEC): New macro.
839         * math/bits/mathcalls.h: Added sincos declaration with __MATHDECL_VEC.
840         * math/gen-libm-have-vector-test.sh: Added generation of sincos wrapper
841         declaration under condition.
842         * math/test-vec-loop.h (TEST_VEC_LOOP): Refactored.
843         * math/test-double-vlen2.h: Added wrapper for sincos tests, reflected
844         TEST_VEC_LOOP change.
845         * math/test-double-vlen4.h: Likewise.
846         * math/test-double-vlen8.h: Likewise.
847         * math/test-float-vlen16.h: Reflected TEST_VEC_LOOP change.
848         * math/test-float-vlen4.h: Likewise.
849         * math/test-float-vlen8.h: Likewise.
850         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
851         * sysdeps/x86/fpu/bits/math-vector.h: Added sincos SIMD declaration.
852         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
853         * sysdeps/x86_64/fpu/Versions: New versions added.
854         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
855         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
856         Added build of SSE, AVX2 and AVX512 IFUNC versions.
857         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: New file.
858         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: New file.
859         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: New file.
860         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: New file.
861         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: New file.
862         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: New file.
863         * sysdeps/x86_64/fpu/svml_d_sincos2_core.S: New file.
864         * sysdeps/x86_64/fpu/svml_d_sincos4_core.S: New file.
865         * sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S: New file.
866         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: New file.
867         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: New file.
868         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: New file.
869         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added wrappers for sincos.
870         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Vector sincos tests.
871         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
872         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
873         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
874         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
875         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
876         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
877         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
879         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
880         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
881         redirections for powf.
882         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
883         * sysdeps/x86_64/fpu/Versions: New versions added.
884         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
885         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
886         Added build of SSE, AVX2 and AVX512 IFUNC versions.
887         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 2 argument wrappers.
888         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: New file.
889         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: New file.
890         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: New file.
891         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: New file.
892         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: New file.
893         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: New file.
894         * sysdeps/x86_64/fpu/svml_s_powf16_core.S: New file.
895         * sysdeps/x86_64/fpu/svml_s_powf4_core.S: New file.
896         * sysdeps/x86_64/fpu/svml_s_powf8_core.S: New file.
897         * sysdeps/x86_64/fpu/svml_s_powf8_core_avx.S: New file.
898         * sysdeps/x86_64/fpu/svml_s_powf_data.S: New file.
899         * sysdeps/x86_64/fpu/svml_s_powf_data.h: New file.
900         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector powf tests.
901         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
902         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
903         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
904         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
905         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
906         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
907         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
908         * math/test-float-vlen16.h: Fixed 2 argument macro.
909         * math/test-float-vlen4.h: Likewise.
910         * math/test-float-vlen8.h: Likewise.
911         * NEWS: Mention addition of x86_64 vector powf.
913 2015-06-17  Joseph Myers  <joseph@codesourcery.com>
915         * math/s_ctanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
916         and redefine.
917         * math/s_ctanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
918         and redefine.
919         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c: Remove file.
920         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
921         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
923         [BZ #18553]
924         * resource/getpriority.c (getpriority): Rename to __getpriority
925         and define as weak alias of __getpriority.
926         * resource/setpriority.c (setpriority): Rename to __setpriority
927         and define as weak alias of __setpriority.
928         * sysdeps/mach/hurd/getpriority.c (getpriority): Rename to
929         __getpriority and define as weak alias of __getpriority.
930         * sysdeps/mach/hurd/setpriority.c (setpriority): Rename to
931         __setpriority and define as weak alias of __setpriority.
932         * sysdeps/unix/syscalls.list (getpriority): Use __getpriority as
933         strong name.
934         (setpriority): Use __setpriority as strong name.
935         * sysdeps/unix/sysv/linux/getpriority.c (getpriority): Rename to
936         __getpriority and define as weak alias of __getpriority.
937         * include/sys/resource.h (__getpriority): Declare.  Use
938         libc_hidden_proto.
939         (__setpriority): Likewise.
940         (getpriority): Don't use libc_hidden_proto.
941         (setpriority): Likewise.
942         * sysdeps/posix/nice.c (nice): Call __getpriority instead of
943         getpriority.  Call __setpriority instead of setpriority.
944         * conform/Makefile (test-xfail-XPG3/unistd.h/linknamespace):
945         Remove variable.
947         [BZ #18547]
948         * misc/getttyent.c (getttynam): Rename to __getttynam and define
949         as weak alias of __getttynam.  Use prototype function definition.
950         Call __setttyent, __getttyent and __endttyent instead of
951         setttyent, getttyent and endttyent.
952         (getttyent): Rename to __getttyent and define as weak alias of
953         __getttyent.  Call __setttyent instead of setttyent.  Call
954         __fgets_unlocked instead of fgets_unlocked.
955         (setttyent): Rename to __setttyent and define as weak alias of
956         __setttyent.
957         (endttyent): Rename to __endttyent and define as weak alias of
958         __endttyent.
959         * include/ttyent.h (__getttyent): Declare.  Use libc_hidden_proto.
960         (__setttyent): Likewise.
961         (__endttyent): Likewise.
962         (getttyent): Don't use libc_hidden_proto.
963         (setttyent): Likewise.
964         (endttyent): Likewise.
965         * misc/ttyslot.c (ttyslot): Call __setttyent, __getttyent and
966         __endttyent instead of setttyent, getttyent and endttyent.
967         * conform/Makefile (test-xfail-XPG4/unistd.h/linknamespace):
968         Remove variable.
970         [BZ #18546]
971         * socket/recv.c (__recv): Use libc_hidden_def.
972         * socket/socket.c (__socket): Likewise.
973         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
974         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
975         * sysdeps/unix/sysv/linux/generic/recv.c (__recv): Likewise.
976         * sysdeps/unix/sysv/linux/recv.c (__recv): Use libc_hidden_weak.
977         * sysdeps/unix/sysv/linux/socket.c (__socket): Use
978         libc_hidden_def.
979         * sysdeps/unix/sysv/linux/x86_64/recv.c (__recv): Use
980         libc_hidden_weak.
981         * include/sys/socket.h (__socket): Do not use attribute_hidden.
982         Use libc_hidden_proto.
983         (__recv): Likewise.
984         * socket/Versions (libc): Export __recv and __socket at version
985         GLIBC_PRIVATE.
986         * sysdeps/unix/sysv/linux/mq_notify.c (helper_thread): Call __recv
987         instead of recv.
988         (init_mq_netlink): Call __socket instead of socket.
989         * conform/Makefile (test-xfail-POSIX/mqueue.h/linknamespace):
990         Remove variable.
992         [BZ #18545]
993         * rt/mq_timedreceive.c (mq_timedreceive): Rename to
994         __mq_timedreceive and define as alias of __mq_timedreceive.  Use
995         hidden_weak.
996         * rt/mq_timedsend.c (mq_timedsend): Rename to __mq_timedsend and
997         define as alias of __mq_timedsend.  Use hidden_weak.
998         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Use
999         __mq_timedsend as strong name.
1000         (mq_timedreceive): Use __mq_timedreceive as strong name.
1001         * include/mqueue.h (__mq_timedsend): Declare.  Use hidden_proto.
1002         (__mq_timedreceive): Likewise.
1003         * sysdeps/unix/sysv/linux/mq_receive.c (mq_receive): Call
1004         __mq_timedreceive instead of mq_timedreceive.
1005         * sysdeps/unix/sysv/linux/mq_send.c (mq_send): Call __mq_timedsend
1006         instead of mq_timedsend.
1007         * conform/Makefile (test-xfail-UNIX98/mqueue.h/linknamespace):
1008         Remove variable.
1010         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use
1011         hidden_def and hidden_weak instead of libc_hidden_def and
1012         libc_hidden_weak.
1013         (top level): Refer to hidden_def in comment.
1014         * sysdeps/unix/syscall-template.S (syscall_hidden_def): New
1015         macro.  Use it instead of libc_hidden_def.
1016         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Do not
1017         specify __GI_* name explicitly.
1018         (mq_timedreceive): Likewise.
1019         (mq_setattr): Likewise.
1021         [BZ #18544]
1022         * nptl/pthread_barrier_init.c (pthread_barrier_init): Rename to
1023         __pthread_barrier_init and define as weak alias of
1024         __pthread_barrier_init.
1025         * sysdeps/sparc/nptl/pthread_barrier_init.c
1026         (pthread_barrier_init): Likewise.
1027         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Rename to
1028         __pthread_barrier_wait and define as weak alias of
1029         __pthread_barrier_wait.
1030         * sysdeps/sparc/nptl/pthread_barrier_wait.c
1031         (pthread_barrier_wait): Likewise.
1032         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
1033         (pthread_barrier_wait): Likewise.
1034         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
1035         (pthread_barrier_wait): Likewise.
1036         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
1037         (pthread_barrier_wait): Likewise.
1038         * nptl/Versions (libpthread): Export __pthread_barrier_init and
1039         __pthread_barrier_wait at version GLIBC_PRIVATE.
1040         * include/pthread.h (__pthread_barrier_init): Declare.
1041         (__pthread_barrier_wait): Likewise.
1042         * sysdeps/unix/sysv/linux/mq_notify.c (notification_function):
1043         Call __pthread_barrier_wait instead of pthread_barrier_wait.
1044         (helper_thread): Likewise.
1045         (init_mq_netlink): Call __pthread_barrier_init instead of
1046         pthread_barrier_init.
1048         [BZ #18542]
1049         * libio/iovswscanf.c (__vswscanf): Use libc_hidden_def.
1050         (vswscanf): Use ldbl_weak_alias instead of ldbl_strong_alias
1051         * include/wchar.h (__vswscanf): Declare.  Use libc_hidden_proto.
1052         * libio/swscanf.c (__swscanf): Call __vswscanf instead of
1053         vswscanf.
1054         * conform/Makefile (test-xfail-UNIX98/wchar.h/linknamespace):
1055         Remove variable.
1057         [BZ #18540]
1058         * libio/iofflush.c [!_IO_MTSAFE_IO] (__fflush_unlocked): Define as
1059         strong alias of _IO_fflush.  Use libc_hidden_def.
1060         * libio/iofflush_u.c (fflush_unlocked): Rename to
1061         __fflush_unlocked and define as weak alias of __fflush_unlocked.
1062         Use libc_hidden_weak.
1063         * include/stdio.h (__fflush_unlocked): Declare.  Use
1064         libc_hidden_proto.
1065         * misc/getpass.c (getpass): Call __fflush_unlocked instead of
1066         fflush_unlocked.
1067         * conform/Makefile (test-xfail-UNIX98/unistd.h/linknamespace):
1068         Remove variable.
1070         [BZ #18539]
1071         * stdlib/fmtmsg.c (addseverity): Rename to __addseverity and
1072         define as weak alias of __addseverity.
1073         * conform/Makefile (test-xfail-XPG4/fmtmsg.h/linknamespace):
1074         Remove variable.
1075         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1076         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1077         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1079         [BZ #18536]
1080         * misc/tsearch.c (__tsearch): Use libc_hidden_def.
1081         (__tfind): Likewise.
1082         (__tdelete): Likewise.
1083         (__twalk): Likewise.
1084         * misc/Versions (libc): Add __tdelete, __tfind, __tsearch and
1085         __twalk to GLIBC_PRIVATE.
1086         * include/search.h (__tsearch): Use libc_hidden_proto.
1087         (__tfind): Likewise.
1088         (__tdelete): Likewise.
1089         (__twalk): Likewise.
1090         * nptl/sem_close.c (sem_close): Call __twalk instead of twalk.
1091         Call __tdelete instead of tdelete.
1092         * nptl/sem_open.c (check_add_mapping): Call __tfind instead of
1093         tfind.  Call __tsearch instead of tsearch.
1094         * sysdeps/sparc/sparc32/sem_open.c (check_add_mapping): Likewise.
1095         * conform/Makefile (test-xfail-POSIX/semaphore.h/linknamespace):
1096         Remove variable.
1097         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1099         [BZ #18534]
1100         * stdio-common/dprintf.c (__dprintf): Use libc_hidden_def.
1101         (dprintf): Define as a weak alias of __dprintf, not a strong
1102         alias.
1103         * include/stdio.h (__dprintf): Declare.  Use libc_hidden_proto.
1104         * misc/syslog.c (__vsyslog_chk): Call __dprintf instead of
1105         dprintf.
1106         * conform/Makefile (test-xfail-XPG4/syslog.h/linknamespace):
1107         Remove variable.
1108         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1109         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1111         [BZ #18533]
1112         * misc/syslog.c (vsyslog): Define as a weak alias of __vsyslog,
1113         not a strong alias.
1114         * conform/Makefile (test-xfail-XOPEN2K8/syslog.h/linknamespace):
1115         Remove variable.
1117         [BZ #18532]
1118         * inet/in6_addr.c (in6addr_any): Rename to __in6addr_any and
1119         define as weak alias of __in6addr_any.  Use libc_hidden_data_weak.
1120         (in6addr_loopback): Rename to __in6addr_loopback and define as
1121         weak alias of __in6addr_loopback.  Use libc_hidden_data_weak.
1122         * include/netinet/in.h (__in6addr_loopback): Declare.  Use
1123         libc_hidden_proto.
1124         (__in6addr_any): Likewise.
1125         * inet/gethstbyad_r.c (PREPROCESS): Use __in6addr_any instead of
1126         in6addr_any.
1127         * conform/Makefile (test-xfail-XPG4/netdb.h/linknamespace): Remove
1128         variable.
1129         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1131 2015-06-17  Andrew Senkevich  <andrew.senkevich@intel.com>
1133         * bits/libm-simd-decl-stubs.h: Added stubs for pow.
1134         * math/bits/mathcalls.h: Added pow declaration with __MATHCALL_VEC.
1135         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
1136         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
1137         redirections for pow.
1138         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1139         * sysdeps/x86_64/fpu/Versions: New versions added.
1140         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1141         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
1142         build of SSE, AVX2 and AVX512 IFUNC versions.
1143         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added 2 argument wrappers.
1144         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: New file.
1145         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: New file.
1146         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: New file.
1147         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: New file.
1148         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: New file.
1149         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: New file.
1150         * sysdeps/x86_64/fpu/svml_d_pow2_core.S: New file.
1151         * sysdeps/x86_64/fpu/svml_d_pow4_core.S: New file.
1152         * sysdeps/x86_64/fpu/svml_d_pow4_core_avx.S: New file.
1153         * sysdeps/x86_64/fpu/svml_d_pow8_core.S: New file.
1154         * sysdeps/x86_64/fpu/svml_d_pow_data.S: New file.
1155         * sysdeps/x86_64/fpu/svml_d_pow_data.h: New file.
1156         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector pow test.
1157         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
1158         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
1159         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
1160         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
1161         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
1162         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
1163         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
1164         * NEWS: Mention addition of x86_64 vector pow.
1166         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
1167         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
1168         redirections for expf.
1169         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1170         * sysdeps/x86_64/fpu/Versions: New versions added.
1171         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1172         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
1173         build of SSE, AVX2 and AVX512 IFUNC versions.
1174         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: New file.
1175         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: New file.
1176         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: New file.
1177         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: New file.
1178         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: New file.
1179         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: New file.
1180         * sysdeps/x86_64/fpu/svml_s_expf16_core.S: New file.
1181         * sysdeps/x86_64/fpu/svml_s_expf4_core.S: New file.
1182         * sysdeps/x86_64/fpu/svml_s_expf8_core.S: New file.
1183         * sysdeps/x86_64/fpu/svml_s_expf8_core_avx.S: New file.
1184         * sysdeps/x86_64/fpu/svml_s_expf_data.S: New file.
1185         * sysdeps/x86_64/fpu/svml_s_expf_data.h: New file.
1186         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector expf tests.
1187         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
1188         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
1189         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
1190         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
1191         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
1192         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
1193         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
1194         * NEWS: Mention addition of x86_64 vector expf.
1196         * bits/libm-simd-decl-stubs.h: Added stubs for exp.
1197         * math/bits/mathcalls.h: Added exp declaration with __MATHCALL_VEC.
1198         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
1199         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
1200         redirections for exp.
1201         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1202         * sysdeps/x86_64/fpu/Versions: New versions added.
1203         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1204         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
1205         build of SSE, AVX2 and AVX512 IFUNC versions.
1206         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: New file.
1207         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: New file.
1208         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: New file.
1209         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: New file.
1210         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: New file.
1211         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: New file.
1212         * sysdeps/x86_64/fpu/svml_d_exp2_core.S: New file.
1213         * sysdeps/x86_64/fpu/svml_d_exp4_core.S: New file.
1214         * sysdeps/x86_64/fpu/svml_d_exp4_core_avx.S: New file.
1215         * sysdeps/x86_64/fpu/svml_d_exp8_core.S: New file.
1216         * sysdeps/x86_64/fpu/svml_d_exp_data.S: New file.
1217         * sysdeps/x86_64/fpu/svml_d_exp_data.h: New file.
1218         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector exp test.
1219         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
1220         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
1221         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
1222         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
1223         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
1224         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
1225         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
1226         * NEWS: Mention addition of x86_64 vector exp.
1228         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
1229         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
1230         redirections for logf.
1231         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1232         * sysdeps/x86_64/fpu/Versions: New versions added.
1233         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1234         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
1235         build of SSE, AVX2 and AVX512 IFUNC versions.
1236         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: New file.
1237         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: New file.
1238         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: New file.
1239         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: New file.
1240         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: New file.
1241         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: New file.
1242         * sysdeps/x86_64/fpu/svml_s_logf16_core.S: New file.
1243         * sysdeps/x86_64/fpu/svml_s_logf4_core.S: New file.
1244         * sysdeps/x86_64/fpu/svml_s_logf8_core.S: New file.
1245         * sysdeps/x86_64/fpu/svml_s_logf8_core_avx.S: New file.
1246         * sysdeps/x86_64/fpu/svml_s_logf_data.S: New file.
1247         * sysdeps/x86_64/fpu/svml_s_logf_data.h: New file.
1248         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector logf tests.
1249         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
1250         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
1251         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
1252         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
1253         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
1254         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
1255         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
1256         * NEWS: Mention addition of x86_64 vector logf.
1258         * bits/libm-simd-decl-stubs.h: Added stubs for log.
1259         * math/bits/mathcalls.h: Added log declaration with __MATHCALL_VEC.
1260         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
1261         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
1262         redirections for log.
1263         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1264         * sysdeps/x86_64/fpu/Versions: New versions added.
1265         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1266         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
1267         build of SSE, AVX2 and AVX512 IFUNC versions.
1268         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: New file.
1269         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: New file.
1270         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: New file.
1271         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: New file.
1272         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: New file.
1273         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: New file.
1274         * sysdeps/x86_64/fpu/svml_d_log2_core.S: New file.
1275         * sysdeps/x86_64/fpu/svml_d_log4_core.S: New file.
1276         * sysdeps/x86_64/fpu/svml_d_log4_core_avx.S: New file.
1277         * sysdeps/x86_64/fpu/svml_d_log8_core.S: New file.
1278         * sysdeps/x86_64/fpu/svml_d_log_data.S: New file.
1279         * sysdeps/x86_64/fpu/svml_d_log_data.h: New file.
1280         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector log
1281         test.
1282         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
1283         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
1284         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
1285         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
1286         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
1287         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
1288         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
1289         * NEWS: Mention addition of x86_64 vector log.
1291 2015-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1293         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Fix
1294         cfi_adjust_cfa_offset argument.
1295         (_dl_tlsdesc_undefweak, _dl_tlsdesc_dynamic): Likewise.
1296         (_dl_tlsdesc_resolve_rela, _dl_tlsdesc_resolve_hold): Likewise.
1298         [BZ #18034]
1299         * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Declare.
1300         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Define.
1301         (_dl_tlsdesc_undefweak): Guarantee TLSDESC entry and argument load-load
1302         ordering using ldar.
1303         (_dl_tlsdesc_dynamic): Likewise.
1304         (_dl_tlsdesc_return_lazy): Likewise.
1305         * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Use
1306         relaxed atomics instead of volatile and synchronize with release store.
1307         (_dl_tlsdesc_resolve_hold_fixup): Use relaxed atomics instead of
1308         volatile.
1309         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
1311 2015-06-15  Andrew Senkevich  <andrew.senkevich@intel.com>
1313         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
1314         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for sinf.
1315         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1316         * sysdeps/x86_64/fpu/Versions: New versions added.
1317         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1318         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
1319         build of SSE, AVX2 and AVX512 IFUNC versions.
1320         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: New file.
1321         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: New file.
1322         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: New file.
1323         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: New file.
1324         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: New file.
1325         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: New file.
1326         * sysdeps/x86_64/fpu/svml_s_sinf16_core.S: New file.
1327         * sysdeps/x86_64/fpu/svml_s_sinf4_core.S: New file.
1328         * sysdeps/x86_64/fpu/svml_s_sinf8_core.S: New file.
1329         * sysdeps/x86_64/fpu/svml_s_sinf8_core_avx.S: New file.
1330         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: New file.
1331         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: New file.
1332         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector sinf tests.
1333         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
1334         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
1335         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
1336         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
1337         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
1338         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
1339         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
1340         * NEWS: Mention addition of x86_64 vector sinf.
1342 2015-06-14  Joseph Myers  <joseph@codesourcery.com>
1344         * conform/list-header-symbols.pl (%extra_syms): Add in6addr_any
1345         and in6addr_loopback for XOPEN2K, XOPEN2K8 and POSIX2008.
1346         * conform/Makefile (test-xfail-XOPEN2K/netdb.h/linknamespace):
1347         Remove variable.
1348         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1349         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1351 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
1353         [BZ #18530]
1354         * libio/iofputs.c [!_IO_MTSAFE_IO] (__fputs_unlocked): Define as
1355         strong alias of _IO_fputs.  Use libc_hidden_def.
1356         * libio/iofputs_u.c (fputs_unlocked): Rename to __fputs_unlocked
1357         and define as weak alias of __fputs_unlocked.  Use
1358         libc_hidden_weak.
1359         * include/stdio.h (__fputs_unlocked): Declare.  Use
1360         libc_hidden_proto.
1361         * misc/syslog.c (__vsyslog_chk): Call __fputs_unlocked instead of
1362         fputs_unlocked.
1364         [BZ #18529]
1365         * resolv/netdb.h [__USE_POSIX]: Change condition to
1366         [__USE_XOPEN2K].
1367         * conform/data/netdb.h-data [XPG4 || UNIX98] (struct addrinfo): Do
1368         not expect.
1369         [XPG4 || UNIX98] (AI_PASSIVE): Likewise.
1370         [XPG4 || UNIX98] (AI_CANONNAME): Likewise.
1371         [XPG4 || UNIX98] (AI_NUMERICHOST): Likewise.
1372         [XPG4 || UNIX98] (AI_V4MAPPED): Likewise.
1373         [XPG4 || UNIX98] (AI_ALL): Likewise.
1374         [XPG4 || UNIX98] (AI_ADDRCONFIG): Likewise.
1375         [XPG4 || UNIX98] (AI_NUMERICSERV): Likewise.
1376         [XPG4 || UNIX98] (NI_NOFQDN): Likewise.
1377         [XPG4 || UNIX98] (NI_NUMERICHOST): Likewise.
1378         [XPG4 || UNIX98] (NI_NAMEREQD): Likewise.
1379         [XPG4 || UNIX98] (NI_NUMERICSERV): Likewise.
1380         [XPG4 || UNIX98] (NI_DGRAM): Likewise.
1381         [XPG4 || UNIX98] (EAI_AGAIN): Likewise.
1382         [XPG4 || UNIX98] (EAI_BADFLAGS): Likewise.
1383         [XPG4 || UNIX98] (EAI_FAIL): Likewise.
1384         [XPG4 || UNIX98] (EAI_FAMILY): Likewise.
1385         [XPG4 || UNIX98] (EAI_MEMORY): Likewise.
1386         [XPG4 || UNIX98] (EAI_NONAME): Likewise.
1387         [XPG4 || UNIX98] (EAI_SERVICE): Likewise.
1388         [XPG4 || UNIX98] (EAI_SOCKTYPE): Likewise.
1389         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
1390         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
1391         [XPG4 || UNIX98] (freeaddrinfo): Likewise.
1392         [XPG4 || UNIX98] (gai_strerror): Likewise.
1393         [XPG4 || UNIX98] (getaddrinfo): Likewise.
1394         [XPG4 || UNIX98] (getnameinfo): Likewise.
1396         [BZ #18528]
1397         * grp/grp.h (endgrent): Condition on [__USE_MISC ||
1398         __USE_XOPEN_EXTENDED], not [__USE_XOPEN_EXTENDED ||
1399         __USE_XOPEN2K8].
1400         (getgrent): Likewise.
1401         * conform/data/grp.h-data [XPG3 || POSIX2008] (getgrent): Do not
1402         expect.
1403         [XPG3 || POSIX2008] (endgrent): Likewise.
1404         [XPG3] (setgrent): Likewise.
1405         * conform/Makefile (test-xfail-XPG3/grp.h/conform): Remove
1406         variable.
1407         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1409         [BZ #18527]
1410         * login/getlogin_r.c (getlogin_r): Rename to __getlogin_r and
1411         define as weak alias of __getlogin_r.  Use libc_hidden_weak.
1412         * sysdeps/mach/hurd/getlogin_r.c (getlogin_r): Likewise.
1413         * sysdeps/unix/getlogin_r.c (getlogin_r): Likewise.
1414         * sysdeps/unix/sysv/linux/getlogin_r.c (getlogin_r): Likewise.
1415         * include/unistd.h (__getlogin_r): Declare.  Use
1416         libc_hidden_proto.
1417         * posix/glob.c (glob): Call __getlogin_r instead of getlogin_r.
1418         * conform/Makefile (test-xfail-XPG3/glob.h/linknamespace): Remove
1419         variable.
1420         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1421         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1422         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1424 2015-06-12  Martin Sebor  <msebor@redhat.com>
1426         [BZ #18512]
1427         * Makerules (check-install-supported): New target.
1428         (install): Add check-install-supported as a dependency.
1429         * manual/install.texi (Installing the C Library): Document
1430         that overriding prefix and exec_prefix is not supported.
1431         Mention DESTDIR.
1432         * INSTALL: Regenerate from the above.
1434 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
1436         [BZ #18519]
1437         * posix/Versions (libc): Export __libc_pread at version
1438         GLIBC_PRIVATE.
1439         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Call __libc_pread
1440         instead of pread.
1441         * conform/Makefile (test-xfail-POSIX/aio.h/linknamespace): Remove
1442         variable.
1444         [BZ #18522]
1445         * misc/efgcvt_r.c
1446         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0) && !LONG_DOUBLE_CVT]
1447         (cvt_symbol): Use weak_alias instead of strong_alias.
1448         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0)] (cvt_symbol): Likewise.
1449         * conform/Makefile (test-xfail-XPG4/stdlib.h/linknamespace):
1450         Remove variable.
1451         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1452         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1454         [BZ #18520]
1455         * inet/herrno.c (h_errno): Rename to __h_errno.
1456         (__libc_h_errno): Define as alias of __h_errno not h_errno.
1457         * include/netdb.h [IS_IN_LIB && !IS_IN (libc)] (h_errno): Define
1458         to __h_errno instead of h_errno.
1459         * nptl/herrno.c (h_errno): Rename to __h_errno.
1460         (__h_errno_location): Refer to __h_errno not h_errno.
1461         * resolv/Versions (h_errno): Rename to __h_errno.
1462         * conform/Makefile (test-xfail-XOPEN2K8/grp.h/linknamespace):
1463         Remove variable.
1464         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1466 2015-06-11  Andrew Senkevich  <andrew.senkevich@intel.com>
1468         * configure.ac: More strict check for AVX512 assembler support.
1469         * configure: Regenerated.
1471         * bits/libm-simd-decl-stubs.h: Added stubs for sin.
1472         * math/bits/mathcalls.h: Added sin declaration with __MATHCALL_VEC.
1473         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
1474         * sysdeps/x86/fpu/bits/math-vector.h: SIMD declaration for sin.
1475         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1476         * sysdeps/x86_64/fpu/Versions: New versions added.
1477         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1478         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
1479         Added build of SSE, AVX2 and AVX512 IFUNC versions.
1480         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: New file.
1481         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: New file.
1482         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: New file.
1483         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: New file.
1484         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: New file.
1485         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: New file.
1486         * sysdeps/x86_64/fpu/svml_d_sin2_core.S: New file.
1487         * sysdeps/x86_64/fpu/svml_d_sin4_core.S: New file.
1488         * sysdeps/x86_64/fpu/svml_d_sin4_core_avx.S: New file.
1489         * sysdeps/x86_64/fpu/svml_d_sin8_core.S: New file.
1490         * sysdeps/x86_64/fpu/svml_d_sin_data.S: New file.
1491         * sysdeps/x86_64/fpu/svml_d_sin_data.h: New file.
1492         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector sin
1493         test.
1494         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
1495         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
1496         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
1497         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
1498         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
1499         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
1500         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
1501         * NEWS: Mention addition of x86_64 vector sin.
1503 2015-06-11  Florian Weimer  <fweimer@redhat.com>
1505         * nptl/pthread_key_create.c (__pthread_key_create): Fix typo in
1506         comment.
1508 2015-06-10  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
1510         [BZ #18479]
1511         * nptl/pt-interp.c: New file.
1512         * nptl/Makefile (libpthread-routines, libpthread-shared-only-routines):
1513         Add pt-interp.
1514         [[$(build-shared) = yes] ($(objpfx)pt-interp.os): Depend on
1515         $(common-objpfx)runtime-linker.h.
1517 2015-06-10  Dmitry V. Levin  <ldv@altlinux.org>
1519         * Makeconfig (+interp): Remove unused variable.
1520         * elf/Makefile ($(objpfx)interp.os): Define for [$(build-shared) = yes]
1521         only.  Depend on $(common-objpfx)runtime-linker.h instead of
1522         $(elf-objpfx)runtime-linker.h.
1523         ($(elf-objpfx)runtime-linker.h): Rename to
1524         $(common-objpfx)runtime-linker.h and move ...
1525         * Makerules [$(build-shared) = yes]: ... here.
1526         * elf/interp.c: Include <runtime-linker.h> instead of
1527         <elf/runtime-linker.h>.
1529 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1531         * sysdeps/unix/sysv/linux/i386/gettimeofday.c
1532         (__gettimeofday_syscall): Remove vsyscall fallback.
1533         * sysdeps/unix/sysv/linux/i386/time.c (__time_syscall): Likewise.
1534         * sysdeps/unix/sysv/linux/x86/gettimeofday.c (__gettimeofday_syscall):
1535         Add syscall fallback function.
1536         (gettimeofday_ifunc): Use __gettimeofday_syscall as fallback mechanism
1537         if vDSO is not present.
1538         * sysdeps/unix/sysv/linux/x86/time.c (__time_syscall): Add syscall
1539         fallback function.
1540         (time_ifunc): Use __time_syscall as fallback mechanism if vDSO is not
1541         present.
1542         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Remove file.
1543         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
1545 2015-06-09  Joseph Myers  <joseph@codesourcery.com>
1547         [BZ #18497]
1548         * wcsmbs/wcscmp.c [!WCSCMP] (WCSCMP): Define as __wcscmp instead
1549         of wcscmp.
1550         (wcscmp): Define as weak alias of WCSCMP.
1551         * wcsmbs/wcscoll.c (STRCOLL): Define as __wcscoll instead of
1552         wcscoll.
1553         (USE_HIDDEN_DEF): Define.
1554         [!USE_IN_EXTENDED_LOCALE_MODEL] (wcscoll): Define as weak alias of
1555         __wcscoll.  Don't use libc_hidden_weak.
1556         * wcsmbs/wcscoll_l.c (STRCMP): Define as __wcscmp instead of
1557         wcscmp.
1558         * sysdeps/i386/i686/multiarch/wcscmp-c.c
1559         [SHARED] (libc_hidden_def): Define __GI___wcscmp instead of
1560         __GI_wcscmp.
1561         (weak_alias): Undefine and redefine.
1562         * sysdeps/i386/i686/multiarch/wcscmp.S (wcscmp): Rename to
1563         __wcscmp and define as weak alias of __wcscmp.
1564         * sysdeps/x86_64/wcscmp.S (wcscmp): Likewise.
1565         * include/wchar.h (__wcscmp): Declare.  Use libc_hidden_proto.
1566         (__wcscoll): Likewise.
1567         (wcscmp): Don't use libc_hidden_proto.
1568         (wcscoll): Likewise.
1569         * posix/regcomp.c (build_range_exp): Call __wcscoll instead of
1570         wcscoll.
1571         * posix/regexec.c (check_node_accept_bytes): Likewise.
1572         * conform/Makefile (test-xfail-XPG3/regex.h/linknamespace): Remove
1573         variable.
1574         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1575         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1577         [BZ #18507]
1578         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Rename to
1579         __fstatvfs and define as weak alias of __fstatvfs.  Use
1580         libc_hidden_weak.
1581         * sysdeps/unix/sysv/linux/statvfs.c (statvs): Rename to __statvfs
1582         and define as weak alias of __statvfs.  Use libc_hidden_weak.
1583         * sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c (__fstatvfs64):
1584         Define as alias of __fstatvfs, not fstatvfs.
1585         (fstatvfs64): Likewise.
1586         * sysdeps/unix/sysv/linux/wordsize-64/statvfs.c (__statvfs64):
1587         Define as alias of __statvfs, not statvfs.
1588         (statvfs64): Likewise.
1589         * conform/Makefile (test-xfail-POSIX/unistd.h/linknamespace):
1590         Remove variable.
1592 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1595         (HAVE_GETCPU_VSYSCALL): Define.
1596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1597         (HAVE_GETCPU_VSYSCALL): Likewise.
1598         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Remove file.
1599         * sysdeps/unix/sysv/linux/sched_getcpu.c
1600         (HAVE_VSYSCALL) [HAVE_GETCPU_VSYSCALL]: Define.
1601         (sched_getcpu): Use INLINE_VSYSCALL instead of INLINE_SYSCALL.
1602         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (getcpu): Add vDSO
1603         prototype.
1604         * sysdeps/unix/sysv/linux/x86_64/init-first.c
1605         (__vdso_platform_setup): Remove vsyscall getcpu fallback.
1606         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Remove file.
1607         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (HAVE_GETCPU_VSYSCALL):
1608         Define.
1609         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: Remove file.
1610         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1611         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c: Likewise.
1612         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
1614 2015-06-09  Andrew Senkevich  <andrew.senkevich@intel.com>
1616         * sysdeps/x86_64/fpu/Makefile: New file.
1617         * sysdeps/x86_64/fpu/Versions: New file.
1618         * sysdeps/x86_64/fpu/svml_d_cos_data.S: New file.
1619         * sysdeps/x86_64/fpu/svml_d_cos_data.h: New file.
1620         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: New file.
1621         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: New file.
1622         * sysdeps/x86_64/fpu/svml_d_cos4_core_avx.S: New file.
1623         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: New file.
1624         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: New file.
1625         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: New file.
1626         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: New file.
1627         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: New file.
1628         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: New file.
1629         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: New file.
1630         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: New file.
1631         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
1632         Added build of SSE, AVX2 and AVX512 IFUNC versions.
1633         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cos.
1634         * math/bits/mathcalls.h: Added cos declaration with __MATHCALL_VEC.
1635         * sysdeps/x86_64/configure.ac: Options for libmvec build.
1636         * sysdeps/x86_64/configure: Regenerated.
1637         * sysdeps/x86_64/sysdep.h (cfi_offset_rel_rsp): New macro.
1638         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New file.
1639         * manual/install.texi (Configuring and compiling): Document
1640         --disable-mathvec.
1641         * INSTALL: Regenerated.
1642         * NEWS: Mention addition of libmvec and x86_64 vector cos.
1644         * math/Makefile: Added rules for vector tests.
1645         * math/gen-libm-have-vector-test.sh: Added generation of wrapper
1646         declaration under condition.
1647         * math/test-double-vlen2.h: New file.
1648         * math/test-double-vlen4.h: New file.
1649         * math/test-double-vlen8.h: New file.
1650         * math/test-vec-loop.h: Added initialization macro.
1651         * sysdeps/x86_64/fpu/Makefile: Added variables for vector tests.
1652         * sysdeps/x86_64/fpu/libm-test-ulps: Regenarated.
1653         * sysdeps/x86_64/fpu/math-tests-arch.h: New file.
1654         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: New file.
1655         * sysdeps/x86_64/fpu/test-double-vlen2.c: New file.
1656         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: New file.
1657         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: New file.
1658         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: New file.
1659         * sysdeps/x86_64/fpu/test-double-vlen4.c: New file.
1660         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: New file.
1661         * sysdeps/x86_64/fpu/test-double-vlen8.c: New file.
1663         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
1664         * sysdeps/x86_64/fpu/Versions: New versions added.
1665         * sysdeps/x86_64/fpu/svml_s_cosf4_core.S: New file.
1666         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: New file.
1667         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: New file.
1668         * sysdeps/x86_64/fpu/svml_s_cosf8_core_avx.S: New file.
1669         * sysdeps/x86_64/fpu/svml_s_cosf8_core.S: New file.
1670         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: New file.
1671         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: New file.
1672         * sysdeps/x86_64/fpu/svml_s_cosf16_core.S: New file.
1673         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: New file.
1674         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: New file.
1675         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: New file.
1676         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: New file.
1677         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: New file.
1678         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
1679         Added build of SSE, AVX2 and AVX512 IFUNC versions.
1680         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
1681         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cosf.
1682         * NEWS: Mention addition of x86_64 vector cosf.
1684         * math/Makefile: Added CFLAGS for new tests.
1685         * math/test-float-vlen16.h: New file.
1686         * math/test-float-vlen4.h: New file.
1687         * math/test-float-vlen8.h: New file.
1688         * math/test-double-vlen2.h: Fixed 2 argument macro and comment.
1689         * sysdeps/x86_64/fpu/Makefile: Added new tests and variables.
1690         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1691         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: New file.
1692         * sysdeps/x86_64/fpu/test-float-vlen16.c: New file.
1693         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: New file.
1694         * sysdeps/x86_64/fpu/test-float-vlen4.c: New file.
1695         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: New file.
1696         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: New file.
1697         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: New file.
1698         * sysdeps/x86_64/fpu/test-float-vlen8.c: New file.
1700 2015-06-09 Marko Myllynen  <myllynen@redhat.com>
1702         * locale/C-ctype.c (PREDEFINED_CLASSES): Remove.
1703         * locale/programs/ld-ctype.c: Likewise.
1705 2015-06-08  Andrew Senkevich  <andrew.senkevich@intel.com>
1707         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable,
1708         bit_AVX512DQ_Usable, bit_Opmask_state, bit_ZMM0_15_state,
1709         bit_ZMM16_31_state): New macro.
1710         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1711         Check and set bit_AVX512F_Usable, bit_AVX512DQ_Usable.
1713 2015-06-08  Joseph Myers  <joseph@codesourcery.com>
1715         * include/stdio.h (__open_memstream): Say "C++ tests" in comment.
1717 2015-06-06  Justus Winter  <4winter@informatik.uni-hamburg.de>
1719         * mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
1721 2015-06-05  Joseph Myers  <joseph@codesourcery.com>
1723         [BZ #18498]
1724         * libio/memstream.c (open_memstream): Rename to __open_memstream
1725         and define as weak alias of __open_memstream.
1726         * include/stdio.h (__open_memstream): Declare.  Use
1727         libc_hidden_proto.
1728         (open_memstream): Don't use libc_hidden_proto.
1729         * misc/syslog.c (__vsyslog_chk): Call __open_memstream instead of
1730         open_memstream.
1731         * posix/getopt.c (_getopt_internal_r): Likewise.
1732         * conform/Makefile (test-xfail-XPG3/stdio.h/linknamespace): Remove
1733         variable.
1734         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1735         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1736         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1738         [BZ #18496]
1739         * posix/regex_internal.c (build_wcs_upper_buffer): Call __wcrtomb
1740         instead of wcrtomb.
1742         [BZ #18483]
1743         * signal/signal.h [__USE_XOPEN2K] (psignal): Change condition to
1744         [__USE_XOPEN2K8].  Remove redundant #endif.
1745         [__USE_XOPEN2K] (psiginfo): Change condition to [__USE_XOPEN2K8].
1746         Remove redundant #if.
1747         * conform/Makefile (test-xfail-XOPEN2K/signal.h/linknamespace):
1748         Remove variable.
1749         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1750         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1752         [BZ #18495]
1753         * wctype/wcfuncs.c (__iswalnum): Use libc_hidden_def.
1754         (__iswlower): Likewise.
1755         * include/wctype.h (__iswalnum): Declare.  Use libc_hidden_proto.
1756         (__iswlower): Likewise.
1757         * posix/regcomp.c (re_compile_fastmap_iter): Call __towlower
1758         instead of towlower.
1759         * posix/regex_internal.c (build_wcs_upper_buffer): Call __iswlower
1760         instead of iswlower.  Call __towupper instead of towupper.
1761         * posix/regex_internal.h (IS_WIDE_WORD_CHAR): Call __iswalnum
1762         instead of iswalnum.
1764 2015-06-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1766         * malloc/tst-malloc-backtrace.c (do_test): Redirect libc fatal
1767         errors to stderr.
1769 2015-06-05  Florian Weimer  <fweimer@redhat.com>
1771         [BZ #15661]
1772         [BZ #17322]
1773         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
1774         Check for overflow properly.  Check for O_APPEND.  Ignore large
1775         file system block sizes.  Add comments about problems.
1776         * sysdeps/posix/posix_fallocate.c (posix_fallocate): Likewise.
1777         * manual/filesys.texi (Storage Allocation): New node.
1779 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1781         * sysdeps/unix/sysdep.h [SYSCALL_CANCEL]: New macro: define
1782         cancellable syscalls.
1783         (SYS_ify): Add guard to no redefine it.
1784         (INLINE_SYSCALL): Likewise.
1785         * sysdeps/unix/sysv/linux/accept4.c (accept4): Remove
1786         LIBC_CANCEL_ASYNC/INLINE_SYSCALL/LIBC_CANCEL_RESET and use
1787         SYSCALL_CANCEL instead.
1788         * sysdeps/unix/sysv/linux/alpha/fdatasync.c (__fdatasync): Likewise.
1789         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1790         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1791         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1792         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1793         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Likewise.
1794         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Likewise.
1795         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Likewise.
1796         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1797         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1798         * sysdeps/unix/sysv/linux/generic/pause.c (__libc_pause): Likewise.
1799         * sysdeps/unix/sysv/linux/generic/poll.c (__poll): Likewise.
1800         * sysdeps/unix/sysv/linux/generic/recv.c (__libc_recv): Likewise.
1801         * sysdeps/unix/sysv/linux/generic/select.c (__select): Likewise.
1802         * sysdeps/unix/sysv/linux/generic/send.c (__libc_send): Likewise.
1803         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1804         Likewise.
1805         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1806         (__libc_pread64): Likewise.
1807         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c
1808         (__libc_preadv): Likewise.
1809         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c
1810         (__libc_readv64): Likewise.
1811         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1812         (__libc_pwrite): Likewise.
1813         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1814         (__libc_pwrite64): Likewise.
1815         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c
1816         (__libc_pwritev): Likewise.
1817         * sysdeps/sysv/linux/generic/wordsize-32/pwritev64.c
1818         (__libc_pwritev64): Likewise.
1819         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Likewise.
1820         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
1821         (sync_file_range): Likewise.
1822         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c (fallocate):
1823         Likewise.
1824         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c (fallocate64):
1825         Likewise.
1826         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1827         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1828         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1829         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1830         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1831         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1832         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1833         * sysdeps/unix/sysv/linux/openat.c (__libc_openat): Likewise.
1834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1835         Likewise.
1836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1837         (__libc_read64): Likewise.
1838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_write):
1839         Likewise.
1840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c (__libc_write64):
1841         Likewise.
1842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__libc_fcntl):
1843         Likewise.
1844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c (__libc_pread):
1845         Likewise.
1846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
1847         (__libc_pread64): Likewise.
1848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c (__libc_pwrite):
1849         Likewise.
1850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
1851         (__libc_pwrite64): Likewise.
1852         * sysdeps/sysv/linux/powerpc/powerpc64/sync_file_range.c
1853         (sync_file_range): Likewise.
1854         * sysdeps/unix/sysv/linux/ppoll.c (ppoll): Likewise.
1855         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1856         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1857         * sysdeps/unix/sysv/linux/preadv.c (__libc_preadv): Likewise.
1858         * sysdeps/unix/sysv/linux/pselect.c (__pselect): Likewise.
1859         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1860         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1861         * sysdeps/unix/sysv/linux/pwritev.c (PWRITEV): Likewise.
1862         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Likewise.
1863         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
1864         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
1865         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1866         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1867         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1868         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_pwrite64): Likewise.
1869         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1870         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1871         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1872         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1873         Likewise.
1874         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
1875         Likewise.
1876         * sysdeps/unix/sysv/linux/tcdrain.c (__libc_tcdrain): Likewise.
1877         * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
1878         Likewise.
1879         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Likewise.
1880         * sysdeps/unix/sysv/linux/waitid.c (__waitid): Likewise.
1881         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Likewise.
1882         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c (fallocate):
1883         Likewise.
1884         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c (preadv): Likewise.
1885         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c (pwritev): Likewise.
1886         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
1887         * sysdeps/unix/sysv/linux/x86_64/recv.c (__libc_recv): Likewise.
1888         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Likewise.
1890 2015-06-04  Nathan Lynch  <nathan_lynch@codesourcery.com>
1892         * sysdeps/unix/sysv/linux/arm/Makefile: (sysdep_routines):
1893         Include dl-vdso.
1894         * sysdeps/unix/sysv/linux/arm/init-first.c: New file:
1895         Use VDSO routines for gettimeofday, clock_gettime if
1896         available.
1897         * sysdeps/unix/sysv/linux/arm/libc-vdso.h: New file:
1898         Declare VDSO symbols.
1899         * sysdeps/unix/sysv/linux/arm/sysdep.h:
1900         [HAVE_GETTIMEOFDAY_VSYSCALL]: Define.
1901         [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
1902         * sysdeps/unix/sysv/linux/arm/Versions: Add
1903         __vdso_clock_gettime.
1905 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1907         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Rewrite to
1908         be an inline implementation regardless of library is built within.
1909         (open_not_cancel_2): Likewise.
1910         (__read_nocancel): Likewise.
1911         (__write_nocancel): Likewise.
1912         (openat_not_cancel): Likewise.
1913         (openat_not_cancel_3): Likewise.
1914         (openat64_not_cancel): Likewise.
1915         (openat64_not_cancel_3): Likewise.
1916         (__close_nocancel): Likewise.
1917         (pause_not_cancel): Likewise.
1918         (nanosleep_not_cancel): Likewise.
1919         (sigsuspend_not_cancel): Likewise.
1921 2015-06-04  Torvald Riegel  <triegel@redhat.com>
1923         [BZ #14958]
1924         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add missing
1925         wake-up.
1926         (__pthread_rwlock_rdlock_slow): Likewise.
1927         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
1928         Likewise.
1929         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
1930         Likewise.
1931         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Add comments.
1932         * nptl/tst-rwlock16.c: New file.
1933         * nptl/Makefile (tests): Add new test.
1935 2015-06-04  Torvald Riegel  <triegel@redhat.com>
1937         [BZ #18324]
1938         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock): Add
1939         missing wake-up of readers.
1940         * nptl/tst-rwlock15.c: New file.
1941         * nptl/Makefile (tests): Add new test.
1943 2015-06-03  Roland McGrath  <roland@hack.frob.com>
1945         * sysdeps/nacl/nacl-interfaces.c (try_supply): New static function.
1946         (PASTE_NAME (__nacl_supply_interface_, MODULE_NAME)): New function.
1947         * sysdeps/nacl/nacl-interfaces.h: Declare __nacl_supply_interface_libc
1948         and __nacl_supply_interface_rtld.
1949         * sysdeps/nacl/nacl_interface_ext_supply.c: New file.
1950         * sysdeps/nacl/Makefile [$(subdir) = csu] (sysdep_routines): Add it.
1951         * sysdeps/nacl/Versions (ld: GLIBC_PRIVATE):
1952         Add __nacl_supply_interface_rtld.
1953         (libc: GLIBC_2.22): Add nacl_interface_ext_supply.
1955 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
1957         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Replace finite with
1958         isfinite.
1959         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1960         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c (__finitel): Likewise.
1962 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
1964         * math/e_exp10.c: Replace __isinf*, __isnan*, __finite* and
1965         __signbit* with standard C99 macros.
1966         * math/e_exp10l.c: Likewise.
1967         * math/e_exp2l.c: Likewise.
1968         * math/e_scalb.c: Likewise.
1969         * math/e_scalbf.c: Likewise.
1970         * math/e_scalbl.c: Likewise.
1971         * math/s_ldexp.c: Likewise.
1972         * math/s_ldexpf.c: Likewise.
1973         * math/s_ldexpl.c: Likewise.
1974         * math/w_atan2.c: Likewise.
1975         * math/w_atan2f.c: Likewise.
1976         * math/w_atan2l.c: Likewise.
1977         * math/w_cosh.c: Likewise.
1978         * math/w_coshf.c: Likewise.
1979         * math/w_coshl.c: Likewise.
1980         * math/w_exp10.c: Likewise.
1981         * math/w_exp10f.c: Likewise.
1982         * math/w_exp10l.c: Likewise.
1983         * math/w_exp2.c: Likewise.
1984         * math/w_exp2f.c: Likewise.
1985         * math/w_exp2l.c: Likewise.
1986         * math/w_fmod.c: Likewise.
1987         * math/w_fmodf.c: Likewise.
1988         * math/w_fmodl.c: Likewise.
1989         * math/w_hypot.c: Likewise.
1990         * math/w_hypotf.c: Likewise.
1991         * math/w_hypotl.c: Likewise.
1992         * math/w_jnl.c: Likewise.
1993         * math/w_lgamma.c: Likewise.
1994         * math/w_lgamma_r.c: Likewise.
1995         * math/w_lgammaf.c: Likewise.
1996         * math/w_lgammaf_r.c: Likewise.
1997         * math/w_lgammal.c: Likewise.
1998         * math/w_lgammal_r.c: Likewise.
1999         * math/w_pow.c: Likewise.
2000         * math/w_powf.c: Likewise.
2001         * math/w_powl.c: Likewise.
2002         * math/w_remainder.c: Likewise.
2003         * math/w_remainderf.c: Likewise.
2004         * math/w_remainderl.c: Likewise.
2005         * math/w_scalb.c: Likewise.
2006         * math/w_scalbf.c: Likewise.
2007         * math/w_scalbl.c: Likewise.
2008         * math/w_scalbln.c: Likewise.
2009         * math/w_scalblnf.c: Likewise.
2010         * math/w_scalblnl.c: Likewise.
2011         * math/w_sinh.c: Likewise.
2012         * math/w_sinhf.c: Likewise.
2013         * math/w_sinhl.c: Likewise.
2014         * math/w_tgamma.c: Likewise.
2015         * math/w_tgammaf.c: Likewise.
2016         * math/w_tgammal.c: Likewise.
2017         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2018         * sysdeps/ieee754/dbl-64/e_exp10.c: Likewise.
2019         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
2020         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
2021         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
2022         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2023         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
2024         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
2025         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
2026         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
2027         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
2028         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
2029         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
2030         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
2031         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2032         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2033         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
2034         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
2035         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
2036         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
2037         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
2038         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
2039         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
2040         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
2041         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
2042         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
2043         * sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
2044         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
2045         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2046         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
2047         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c: Likewise.
2048         * sysdeps/ieee754/ldbl-opt/nldbl-isinf.c: Likewise.
2049         * sysdeps/ieee754/ldbl-opt/nldbl-isnan.c: Likewise.
2050         * sysdeps/ieee754/ldbl-opt/nldbl-signbit.c: Likewise.
2051         * stdio-common/printf_fp.c: Likewise.
2052         * stdio-common/printf_fphex.c: Likewise.
2053         * stdio-common/printf_size.c: Likewise.
2055 2015-06-03  Joseph Myers  <joseph@codesourcery.com>
2057         [BZ #18470]
2058         * posix/fnmatch.c (fnmatch) [_LIBC]: Call __strnlen instead of
2059         strnlen.
2060         * conform/Makefile (test-xfail-XPG3/fnmatch.h/linknamespace):
2061         Remove variable.
2062         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2063         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2064         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2065         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2066         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2067         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2068         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2069         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2070         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2071         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2073         [BZ #18468]
2074         * wcsmbs/wmemchr.c (wmemchr): Rename to __wmemchr and define as
2075         weak alias of __wmemchr.  Use libc_hidden_weak.
2076         * include/wchar.h (__wmemchr): Declare.  Use libc_hidden_proto.
2077         * posix/fnmatch.c [HANDLE_MULTIBYTE] (MEMCHR): Use __wmemchr
2078         instead of wmemchr.
2080 2015-06-02  Roland McGrath  <roland@hack.frob.com>
2082         [BZ #18383]
2083         * elf/tst-tlsalign-extern.c: New file.
2084         * elf/tst-tlsalign-extern-static.c: New file.
2085         * elf/tst-tlsalign-vars.c: New file.
2086         * elf/Makefile (tests-static): Add tst-tlsalign-extern-static.
2087         [$(build-shared) = yes] (tests): Add tst-tlsalign-extern.
2088         ($(objpfx)tst-tlsalign-extern): Depend on tst-tlsalign-vars.o.
2089         ($(objpfx)tst-tlsalign-extern-static): Likewise.
2090         (test-xfail-tst-tlsalign-extern-static): New variable.
2092 2015-06-02  Joseph Myers  <joseph@codesourcery.com>
2094         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (INLINE_SYSCALL):
2095         Use variable name _sc_err instead of err.
2096         [__mips16] (INTERNAL_SYSCALL_NCS): Use variable name _sc_ret
2097         instead of ret.
2098         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
2099         (INLINE_SYSCALL): Use variable name _sc_err instead of err.
2100         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
2101         (INLINE_SYSCALL): Likewise.
2103         * string/strnlen.c [!STRNLEN] (__strnlen): Use libc_hidden_def.
2104         * include/string.h (__strnlen): Use libc_hidden_proto.
2105         * sysdeps/aarch64/strnlen.S (__strnlen): Use libc_hidden_def.
2106         * sysdeps/i386/i686/multiarch/strnlen-c.c [SHARED]
2107         (libc_hidden_def): Define __GI___strnlen as well as __GI_strnlen.
2108         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S
2109         (libc_hidden_def): Undefine and redefine.
2110         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c
2111         [SHARED] (libc_hidden_def): Define __GI___strnlen as well as
2112         __GI_strnlen.
2113         * sysdeps/powerpc/powerpc32/power7/strnlen.S (__strnlen): Use
2114         libc_hidden_def.
2115         * sysdeps/tile/tilegx/strnlen.c (__strnlen): Likewise.
2117         [BZ #18469]
2118         * wctype/wcfuncs.c (towlower): Rename to __towlower and define as
2119         weak alias of __towlower.  Use libc_hidden_weak.
2120         (towupper): Rename to __towupper and define as weak alias of
2121         __towupper.  Use libc_hidden_weak.
2122         * include/wctype.h (__towlower): Declare.  Use libc_hidden_proto.
2123         (__towupper): Likewise.
2124         * posix/fnmatch.c [HANDLE_MULTIBYTE && _LIBC] (FOLD): Use
2125         __towlower instead of towlower.
2127 2015-06-02  Roland McGrath  <roland@hack.frob.com>
2129         * stdlib/setenv.c [__GNUC__,__GNUC_MINOR__ < 4,7]: Use
2130         "-Wuninitialized" rather than "-Wmaybe-uninitialized" in pragma.
2132 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2134         * sysdeps/aarch64/libm-test-ulps: Update.
2136 2015-06-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2138         * sysdeps/unix/sysv/linux/i386/sysdep.h (HAVE_CLOCK_GETTIME_VSYSCALL):
2139         Define.
2140         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
2141         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
2142         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
2143         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
2144         * sysdeps/unix/sysv/linux/timespec_get.c: Include errno.h.
2145         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: Remove file.
2146         * sysdeps/unix/sysv/linux/x86/timespec_get.c: Likewise.
2148 2015-06-01  Martin Sebor  <msebor@redhat.com>
2150         [BZ #18116]
2151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
2152         (__setcontext): Use extended four-operand version of mtsf whenever
2153         possible.
2154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
2155         (__novec_swapcontext): Likewise.
2157 2015-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2159         * benchtests/scripts/compare_bench.py: New file.
2160         * benchtests/scripts/import_bench.py (mean): New function.
2161         (split_list): Likewise.
2162         (do_for_all_timings): Likewise.
2163         (compress_timings): Likewise.
2165         * benchtests/scripts/import_bench.py: New file.
2166         * benchtests/scripts/validate_benchout.py: Import import_bench
2167         instead of jsonschema.
2168         (validate_bench): Remove function.
2169         (main): Use import_bench.
2171 2015-06-01  Steve Ellcey  <sellcey@imgtec.com>
2173         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union to
2174         copy data from cur_ifr->ifr_addr and cur_ifr->ifr_netmask.
2176 2015-05-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2178         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2180 2015-05-28  Roland McGrath  <roland@hack.frob.com>
2182         * sysdeps/nacl/exit-thread.h (__exit_thread): If not detached,
2183         set THREAD_SELF->tid to a magic value and futex-wake it.
2184         Pass its address to the thread_exit system call.
2185         * sysdeps/nacl/pthread-pids.h (__nacl_get_tid): Assert that TID's low
2186         bit is clear.
2187         * sysdeps/nacl/lowlevellock.h: New file.
2188         * sysdeps/nacl/lll_timedwait_tid.c: New file.
2190         * sysdeps/nacl/lowlevellock-futex.h (lll_futex_timed_wait):
2191         Add TIMEOUT to current time, don't subtract it.
2193 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
2195         [BZ #18422]
2196         * Makefile ($(objpfx)tst-audit2): Depend on $(libdl).
2197         ($(objpfx)tst-audit2.out): Also depend on
2198         $(objpfx)tst-auditmod9b.so.
2199         * elf/tst-audit2.c: Include <dlfcn.h>.
2200         (calloc_called): New.
2201         (calloc): Allow to be called more than once.
2202         (do_test): dllopen/dlclose $ORIGIN/tst-auditmod9b.so.
2204 2015-05-28  Wilco Dijkstra  <wdijkstr@arm.com>
2206         * sysdeps/ieee754/dbl-64/s_fabs.c: (__fabs): Call __builtin_fabs.
2207         * sysdeps/ieee754/flt-32/s_fabsf.c: (__fabsf): Likewise.
2209 2015-05-27  Marko Myllynen  <myllynen@redhat.com>
2211         * stdlib/monetary.h: Fix comment.
2213 2015-05-26  Chris Metcalf  <cmetcalf@ezchip.com>
2215         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_SYSCALL):
2216         Avoid using variables in #defines that might cause shadowing.
2217         (INTERNAL_VSYSCALL_CALL): Likewise.
2219 2015-05-26  Roland McGrath  <roland@hack.frob.com>
2221         * sysdeps/nacl/lll_timedlock_wait.c: New file.
2223         * nptl/lowlevellock.c (__lll_timedlock_wait): Moved ...
2224         * nptl/lll_timedlock_wait.c: ... to this new file.
2225         * nptl/Makefile (libpthread-routines): Add it.
2226         * nptl/lowlevellock.c (__lll_timedwait_tid): Moved ...
2227         * nptl/lll_timedwait_tid.c: ... to this new file.
2228         * nptl/Makefile (libpthread-routines): Add it.
2229         * sysdeps/sparc/sparc32/lll_timedlock_wait.c: New file.
2230         * sysdeps/sparc/sparc32/lll_timedwait_tid.c: New file.
2231         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: New file.
2232         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c: New file.
2233         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c: New file.
2234         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: New file.
2235         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c: New file.
2236         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c: New file.
2237         * sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c: New file.
2238         * sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c: New file.
2240 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2242         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
2243         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
2244         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
2245         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
2246         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
2247         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
2248         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
2249         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
2250         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
2251         * sysdeps/unix/sysv/linux/tile/sysdep.h
2252         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
2253         * sysdeps/unix/sysv/linux/gettimeofday.c: New file: gettimeofday
2254         using vDSO syscall macro.
2256 2015-05-26  Andriy Rysin  <arysin@gmail.com>
2258         [BZ #17293]
2259         * uk_UA: Fix sorting order for Ukrainian locale
2261 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
2263         * stdlib/monetary.h: Fix comment.
2265 2015-05-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2267         [BZ #18234]
2268         * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
2269         st_mtim and st_ctim members.
2270         * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
2271         st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.
2272         * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
2273         (struct stat64): Likewise.
2274         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
2275         (struct stat64): Likewise.
2276         * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
2277         (struct stat64): Likewise.
2279 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2281         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (HAVE_VSYSCALL):
2282         Define and include sysdep-vdso.h.
2283         * sysdeps/unix/sysv/linux/s390/gettimeofday.c (HAVE_VSYSCALL):
2284         Likewise.
2285         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (HAVE_VSYSCALL):
2286         Likewise.
2287         * sysdeps/unix/sysv/linux/aarch64/init-first.c (__vdso_gettimeofday):
2288         Define with VDSO_SYMBOL and use PTR_MANGLE.
2289         (__vdso_clock_gettime): Likewise.
2290         (__vdso_clock_getres): Likewise.
2291         (_libc_vdso_platform_setup): Likewise.
2292         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2293         Likewise.
2294         (_libc_vdso_platform_setup): Likewise.
2295         * sysdeps/unix/sysv/linux/powerpc/init-first.c (__vdso_gettimeofday):
2296         Likewise.
2297         (__vdso_clock_gettime): Likewise.
2298         (__vdso_clock_getres): Likewise.
2299         (__vdso_get_tbfreq): Likewise.
2300         (__vdso_getcpu): Likewise.
2301         (__vdso_time): Likewise.
2302         (__vdso_sigtramp_rt64): Likewise.
2303         (__vdso_signtramp32): Likewise.
2304         (__vdso_sigtramp_rt32): Likewise.
2305         (_libc_vdso_platform_setup): Likewise.
2306         * sysdeps/unix/sysv/linux/s390/init-first.c (__vdso_gettimeofay):
2307         Likewise.
2308         (__vdso_clock_gettime): Likewise.
2309         (__vdso_clock_getres): Likewise.
2310         (_libc_vdso_platform_setup): Likewise.
2311         * sysdeps/unix/sysv/linux/tile/init-first.c (__vdso_gettimeofday):
2312         Likewise.
2313         (__vdso_clock_gettime): Likewise.
2314         (_libc_vdso_platform_setup): Likewise.
2315         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2316         Likewise.
2317         (__vdso_getcpu): Likewise.
2318         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (__vdso_gettimeoday):
2319         Use VDSO_SYMBOL macro to define.
2320         (__vdso_clock_gettime): Likewise.
2321         (__vdso_clock_getres): Likewise.
2322         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h (__vdso_gettimeofday):
2323         Likewise.
2324         (__vdso_clock_gettime): Likewise.
2325         (__vdso_clock_getres): Likewise.
2326         (__vdso_get_tbfreq): Likewise.
2327         (__vdso_getcpu): Likewise.
2328         (__vdso_time): Likewise.
2329         (__vdso_sigtramp_rt64): Likewise.
2330         (__vdso_signtramp32): Likewise.
2331         (__vdso_sigtramp_rt32): Likewise.
2332         * sysdeps/unix/sysv/linux/s390/libc-vdso.h (__vdso_gettimeofday):
2333         Likewise.
2334         (__vdso_clock_gettime): Likewise.
2335         (__vdso_clock_getres): Likewise.
2336         * sysdeps/unix/sysv/linux/tile/libc-vdso.h (__vdso_gettimeofday):
2337         Likewise.
2338         (__vdso_clock_gettime): Likewise.
2339         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2340         Likewise.
2341         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):  Remove
2342         macro.
2343         (INTERNAL_VSYSCALL): Likewise.
2344         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL):
2345         Remove macro.
2346         (INTERNAL_VSYSCALL): Likewise.
2347         (INTERNAL_VSYSCALL_NCS): Likewise.
2348         (INTERNAL_VSYSCALL_CALL): New macro.
2349         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
2350         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL):
2351         Likewise.
2352         (INTERNAL_VSYSCALL): Likewise.
2353         (INTERNAL_VSYSCALL_NCS): Likewise.
2354         (INTERNAL_VSYSCALL_CALL): New macro.
2355         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
2356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2357         (INLINE_VSYSCALL): Remove macro.
2358         (INTERNAL_VSYSCALL): Remove macro.
2359         (INTERNAL_VSYSCALL_NCS): Remove macro.
2360         (INTERNAL_VSYSCALL_CALL): New macro.
2361         (INTERNAL_VSYSCALL_CALL_TYPE): New macro.
2362         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL.
2363         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
2364         (HAVE_CLOCK_GETRES_VSYSCALL): New define.
2365         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
2366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2367         (INLINE_VSYSCALL): Remove macro.
2368         (INTERNAL_VSYSCALL): Likewise.
2369         (INTERNAL_VSYSCALL_NCS): Likewise.
2370         (INTERNAL_VSYSCALL_CALL): New macro.
2371         (INTERNAL_VSYSCALL_CALL_TYPE): Likewise.
2372         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL and
2373         PTR_DEMANGLE on vDSO pointer.
2374         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
2375         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove
2376         macro.
2377         (INTERNAL_SYSCALL): Likewise.
2378         (INTERNAL_VSYSCALL_NCS): Remove macro.
2379         (INTERNAL_VSYSCALL_CALL): New macro.
2380         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
2381         Remove macro.
2382         (INTERNAL_VSYSCALL): Likewise.
2383         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Include
2384         sysdep-vdso.h instead of libc-vdso.h.
2385         * sysdeps/unix/sysv/linux/clock_getres.c (INTERNAL_VSYSCALL): Remove
2386         definition.
2387         (INLINE_VSYSCALL): Likewise.
2388         (HAVE_VSYSCALL) [HAVE_CLOCK_GETRES_VSYSCALL]: Define.
2389         * sysdeps/unix/sysv/linux/clock_gettime.c (INTERNAL_VSYSCALL): Remove
2390         definition.
2391         (INLINE_VSYSCALL): Likewise.
2392         (INTERNAL_VSYSCALL): Likewise.
2393         (HAVE_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
2394         * sysdeps/unix/sysv/linux/timespec_get.c
2395         (INTERNAL_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
2396         (timespec_get): Use ANSI prototype.
2397         * sysdeps/unix/sysv/linux/sysdep-vdso.h: New file: default vDSO macros
2398         and definition for Linux.
2400 2015-05-25  Andrew Senkevich  <andrew.senkevich@intel.com>
2402         * elf/Makefile (localplt-built-dso): libmvec added to localplt test.
2403         * include/libc-symbols.h: libmvec_hidden_* macro series added.
2405 2015-05-22  H.J. Lu  <hongjiu.lu@intel.com>
2407         [BZ #18410]
2408         * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error
2409         for missing DT_PLTRELSZ.
2411 2015-05-22  Paul Eggert  <eggert@cs.ucla.edu>
2413         Remove obsolete aliases that broke 'locale -a'
2414         [BZ #18412]
2415         * intl/locale.alias: Remove obsolete aliases "bokmål" and "français"
2416         which caused 'locale -a' to output Latin-1 data in UTF-8 locales,
2417         breaking some applications that use 'locale -a' output.
2418         Change the encoding of this file from Latin-1 to ASCII to avoid
2419         other potential problems with people grepping this file.
2421 2015-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2423         * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and
2424         -fasynchronous-unwind-tables.
2425         (CFLAGS-sendto.c): Likewise.
2426         (CFLAGS-sendmsg.c): Likewise.
2427         (CFLAGS-connect.c): Likewise.
2428         (CFLAGS-recvmsg.c): Likewise.
2429         (CFLAGS-recvfrom.c): Likewise.
2430         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_invalid): Define.
2431         (SOCKETCALL): New macro: non-cancellable socketcall.
2432         (SOCKETCALL_CANCEL): New macro: cancellable socketcall.
2433         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = socket]: Remove
2434         internal_accept4, internal_recvmmsg, and internal_sendmmsg rules.
2435         * sysdeps/unix/sysv/linux/accept.c: New file.
2436         * sysdeps/unix/sysv/linux/bind.c: Likewise.
2437         * sysdeps/unix/sysv/linux/connect.c: Likewise.
2438         * sysdeps/unix/sysv/linux/getpeername.c: Likewise.
2439         * sysdeps/unix/sysv/linux/getsockname.c: Likewise.
2440         * sysdeps/unix/sysv/linux/getsockopt.c: Likewise.
2441         * sysdeps/unix/sysv/linux/listen.c: Likewise.
2442         * sysdeps/unix/sysv/linux/recv.c: Likewise.
2443         * sysdeps/unix/sysv/linux/recvfrom.c: Likewise.
2444         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
2445         * sysdeps/unix/sysv/linux/send.c: Likewise.
2446         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
2447         * sysdeps/unix/sysv/linux/sendto.c: Likewise.
2448         * sysdeps/unix/sysv/linux/setsockopt.c: Likewise.
2449         * sysdeps/unix/sysv/linux/shutdown.c: Likewise.
2450         * sysdeps/unix/sysv/linux/socket.c: Likewise.
2451         * sysdeps/unix/sysv/linux/socketpair.c: Likewise.
2452         * sysdeps/unix/sysv/linux/recvmmsg.c (__internal_recvmmsg): Remove
2453         prototype.
2454         (recvmmsg) [__ASSUME_RECVMMSG_SOCKETCALL]: Add C based implementation.
2455         (recvmmsg) [!__ASSUME_RECVMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
2456         instead of __internal_xxx function.
2457         * sysdeps/unix/sysv/linux/accept4.c (__internal_accept4): Remove
2458         prototype.
2459         (accept4) [__ASSUME_ACCEPT4_SOCKETCALL]: Add C based implementation.
2460         (accept4) [!__ASSUME_ACCEPT4_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
2461         instead of __internal_xxx function.
2462         * sysdeps/unix/sysv/linux/sendmmsg.c (__internal_sendmmsg): Remove
2463         prototype.
2464         (sendmmsg) [__ASSUME_SENDMMSG_SOCKETCALL]: Add C based implementation.
2465         (sendmmsg) [!__ASSUME_SENDMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
2466         instead of __internal_xxx function.
2467         * sysdeps/unix/sysv/linux/accept.S: Remove file.
2468         * sysdeps/unix/sysv/linux/bind.S: Likewise.
2469         * sysdeps/unix/sysv/linux/connect.S: Likewise.
2470         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
2471         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
2472         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
2473         * sysdeps/unix/sysv/linux/arm/internal_accept4.S: Likewise.
2474         * sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S: Likewise.
2475         * sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S: Likewise.
2476         * sysdeps/unix/sysv/linux/i386/accept4.S: Likewise.
2477         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: Likewise.
2478         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
2479         * sysdeps/unix/sysv/linux/internal_accept4.S: Likewise.
2480         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: Likewise.
2481         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: Likewise.
2482         * sysdeps/unix/sysv/linux/listen.S: Likewise.
2483         * sysdeps/unix/sysv/linux/microblaze/socket.S: Likewise.
2484         * sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: Likewise.
2485         * sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: Likewise.
2486         * sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: Likewise.
2487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Likewise.
2488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
2489         * sysdeps/unix/sysv/linux/recv.S: Likewise.
2490         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
2491         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
2492         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Likewise.
2493         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
2494         * sysdeps/unix/sysv/linux/send.S: Likewise.
2495         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
2496         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
2497         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
2498         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
2499         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
2500         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
2501         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
2502         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
2503         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
2504         * sysdeps/unix/sysv/linux/hppa/socket.S: Likewise.
2505         * sysdeps/unix/sysv/linux/kernel-features.h: Adjust comment on how
2506         socketcall is implemented in GLIBC.
2508 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
2510         * soft-fp/fmadf4.c: Include <libc-internal.h>.
2511         (__fma): Ignore uninitialized warnings around packing.
2512         * soft-fp/fmasf4.c: Include <libc-internal.h>.
2513         (__fmaf): Ignore uninitialized warnings around packing.
2514         * soft-fp/fmatf4.c: Include <libc-internal.h>.
2515         (__fmal): Ignore uninitialized warnings around packing.
2517         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <libc-internal.h>.
2518         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
2519         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <libc-internal.h>.
2520         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
2522         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Make case 9 in
2523         switch statement into default case.
2524         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Likewise.
2526         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
2527         a conditional in forcing "inexact".
2528         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
2529         Likewise.
2531 2015-05-22  Roland McGrath  <roland@hack.frob.com>
2533         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2534         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
2535         for each INTERNAL_SYSCALL use.
2537 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
2539         [BZ #438]
2540         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
2541         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
2542         variable.
2544         [BZ #18444]
2545         * string/basename.c (basename): Rename to __basename and define as
2546         weak alias of __basename.  Use libc_hidden_weak.
2547         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
2548         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
2549         __basename instead of basename.
2550         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
2551         Remove variable.
2552         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2554 2015-05-18  Florian Weimer  <fweimer@redhat.com>
2556         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
2557         (_IO_JUMPS_FILE_plus): New.
2558         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
2559         _IO_CAST_FIELD_ACCESS.
2560         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
2561         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
2562         * libio/freopen.c (freopen): Likewise.
2563         * libio/freopen64.c (freopen64): Likewise.
2564         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
2565         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
2566         * libio/iofwide.c (_IO_fwide): Likewise.
2567         * libio/memstream.c (open_memstream): Likewise.
2568         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
2569         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
2570         * libio/oldiopopen.c (_IO_old_popen): Likewise.
2572 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
2574         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
2575         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
2576         NADJ.
2577         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
2578         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
2579         NADJ.
2580         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
2581         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
2582         NADJ.
2584         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
2585         (p == 4) case.
2587         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
2588         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
2589         Remove variable.
2590         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2591         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2592         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2594 2015-05-21  Florian Weimer  <fweimer@redhat.com>
2596         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
2597         Adjust jump table label generation macros.
2599 2015-05-21  Florian Weimer  <fweimer@redhat.com>
2601         * stdio-common/vfprintf.c (vfprintf): Move local variables
2602         args_malloced, specs, specs_malloced, and the code after
2603         do_positional to the printf_positional function.
2604         (printf_positional): New function.
2606 2015-05-21  Florian Weimer  <fweimer@redhat.com>
2608         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
2609         function.
2610         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
2611         STEP4_TABLE, process_arg): Move macro definitions
2612         out of the vfprintf function.  (Cosmetic change only.)
2614 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
2616         * benchtests/Makefile (stdio-common-bench): Define.
2617         (benchset): Add stdio-common-bench.
2618         * sprintf-inputs: New file.
2619         * sprintf-source.c: New file.
2621 2015-05-21  Andreas Schwab  <schwab@suse.de>
2623         [BZ #13028]
2624         [BZ #17053]
2625         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
2626         of struct __res_state.
2627         * resolv/res_send.c (__libc_res_nsend): Likewise.
2628         (get_nsaddr): New function.
2629         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
2630         statp directly.
2632 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
2634         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
2635         -D_POSIX_C_SOURCE=199506L.
2637         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
2639         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
2640         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
2641         Do not mention otherwise.
2642         [POSIX] (_XOPEN_VERSION): Do not expect.
2643         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
2644         [POSIX] (_POSIX2_C_BIND): Likewise.
2645         [POSIX] (_POSIX2_VERSION): Likewise.
2646         [POSIX] (_XOPEN_XPG2): Likewise.
2647         [POSIX] (_XOPEN_XPG3): Likewise.
2648         [POSIX] (_XOPEN_XPG4): Likewise.
2649         [POSIX] (_XOPEN_UNIX): Likewise.
2650         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
2651         [POSIX] (_POSIX_BARRIERS): Likewise.
2652         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
2653         [POSIX] (_POSIX_CPUTIME): Likewise.
2654         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
2655         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
2656         [POSIX] (_POSIX_SHELL): Likewise.
2657         [POSIX] (_POSIX_SPAWN): Likewise.
2658         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
2659         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
2660         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
2661         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
2662         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
2663         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
2664         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
2665         [POSIX] (_XBS5_LP64_OFF64): Likewise.
2666         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
2667         [POSIX] (_POSIX_TIMEOUTS): Likewise.
2668         [POSIX] (_POSIX2_PBS): Likewise.
2669         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
2670         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
2671         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
2672         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
2673         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
2674         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
2675         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
2676         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
2677         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
2678         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
2679         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
2680         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
2681         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
2682         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
2683         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
2684         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
2685         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
2686         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
2687         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
2688         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
2689         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
2690         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
2691         [POSIX] (_SC_2_C_BIND): Likewise.
2692         [POSIX] (_SC_2_C_VERSION): Likewise.
2693         [POSIX] (_SC_2_PBS): Likewise.
2694         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
2695         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
2696         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
2697         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
2698         [POSIX] (_SC_2_PBS_TRACK): Likewise.
2699         [POSIX] (_SC_ATEXIT_MAX): Likewise.
2700         [POSIX] (_SC_BARRIERS): Likewise.
2701         [POSIX] (_SC_BASE): Likewise.
2702         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
2703         [POSIX] (_SC_DEVICE_IO): Likewise.
2704         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
2705         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
2706         [POSIX] (_SC_FD_MGMT): Likewise.
2707         [POSIX] (_SC_FIFO): Likewise.
2708         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
2709         [POSIX] (_SC_FILE_LOCKING): Likewise.
2710         [POSIX] (_SC_FILE_SYSTEM): Likewise.
2711         [POSIX] (_SC_IOV_MAX): Likewise.
2712         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
2713         [POSIX] (_SC_NETWORKING): Likewise.
2714         [POSIX] (_SC_PAGE_SIZE): Likewise.
2715         [POSIX] (_SC_PASS_MAX): Likewise.
2716         [POSIX] (_SC_PIPE): Likewise.
2717         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
2718         [POSIX] (_SC_REGEXP): Likewise.
2719         [POSIX] (_SC_SHELL): Likewise.
2720         [POSIX] (_SC_SIGNALS): Likewise.
2721         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
2722         [POSIX] (_SC_SPIN_LOCKS): Likewise.
2723         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
2724         [POSIX] (_SC_USER_GROUPS): Likewise.
2725         [POSIX] (_SC_USER_GROUPS_R): Likewise.
2726         [POSIX] (_SC_STREAMS): Likewise.
2727         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
2728         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
2729         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
2730         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
2731         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
2732         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
2733         [POSIX] (_PC_FILESIZEBITS): Likewise.
2734         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
2735         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
2736         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
2737         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
2738         [POSIX] (uid_t): Likewise.
2739         [POSIX] (gid_t): Likewise.
2740         [POSIX] (off_t): Likewise.
2741         [POSIX] (pid_t): Likewise.
2742         [POSIX] (cuserid): Allow.
2743         (_SC_2_CHAR_TERM): Require constant.
2744         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
2745         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
2746         variable.
2748 2015-05-20  Roland McGrath  <roland@hack.frob.com>
2750         * sysdeps/nacl/pthread-pids.h: New file.
2751         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
2752         (create_thread): Use __nacl_get_tid to initialize PD->tid.
2754         * nptl/pthread-pids.h: New file.
2755         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
2756         * nptl/nptl-init.c: Include <pthread-pids.h>.
2757         (__pthread_initialize_minimal_internal):
2758         Call __pthread_initialize_pids instead of set_tid_address syscall.
2760         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
2761         * sysdeps/posix/usleep.c: ... here.
2763 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2765         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
2766         call_pselect6 object.
2767         [$(subdir) = io]: Remove call_sync_file_range object.
2768         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
2769         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
2770         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
2771         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
2773 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
2775         * math/s_cproj.c: Add include "math_private.h".
2776         * math/s_cprojf.c: Likewise.
2777         * math/s_cprojl.c: Likewise.
2779 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
2781         [BZ #18244]
2782         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
2783         high mantissa bit when testing whether P is a NaN.
2784         * math/libm-test.inc (remainder_test_data): Add more tests.
2785         (remquo_test_data): Likewise.
2787         [BZ #18049]
2788         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
2789         below -32, return the argument, with underflow if subnormal.
2790         * math/auto-libm-test-in: Add more tests of atanh.
2791         * math/auto-libm-test-out: Regenerated.
2793 2015-05-19  Roland McGrath  <roland@hack.frob.com>
2795         [BZ #18434]
2796         * nptl/tst-sem15.c: New file.
2797         * nptl/Makefile (tests): Add it.
2798         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
2799         s/<</>>/ to fix typo in EOVERFLOW check.
2800         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
2802 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2804         * manual/strings.texi (envz_remove): Fix typo in safety
2805         annotations.
2807 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2808             Steve Ellcey  <sellcey@imgtec.com>
2810         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
2811         in order to avoid strict alias warnings.
2812         (iruserok_af): Ditto for ra.
2814 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
2816         [BZ #17581]
2817         * malloc/hooks.c
2818         (magicbyte): Convert to a function and avoid returning 0x01.
2819         (mem2mem_check): Avoid using a length byte equal to the magic byte.
2820         (mem2chunk_check): Fix unsigned comparisons to zero.
2821         Hoist defs of sz and magic.
2823 2015-05-19  Richard Henderson  <rth@redhat.com>
2825         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
2827         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2829 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2831         [BZ #16159]
2832         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
2833         * malloc/arena.c (arena_lock): Check if arena is corrupt.
2834         (reused_arena): Find a non-corrupt arena.
2835         (heap_trim): Pass arena to unlink.
2836         * malloc/hooks.c (malloc_check_get_size): Pass arena to
2837         malloc_printerr.
2838         (top_check): Likewise.
2839         (free_check): Likewise.
2840         (realloc_check): Likewise.
2841         * malloc/malloc.c (malloc_printerr): Add arena argument.
2842         (unlink): Likewise.
2843         (munmap_chunk): Adjust.
2844         (ARENA_CORRUPTION_BIT): New macro.
2845         (arena_is_corrupt): Likewise.
2846         (set_arena_corrupt): Likewise.
2847         (sysmalloc): Use mmap if there are no usable arenas.
2848         (_int_malloc): Likewise.
2849         (__libc_malloc): Don't fail if arena_get returns NULL.
2850         (_mid_memalign): Likewise.
2851         (__libc_calloc): Likewise.
2852         (__libc_realloc): Adjust for additional argument to
2853         malloc_printerr.
2854         (_int_free): Likewise.
2855         (malloc_consolidate): Likewise.
2856         (_int_realloc): Likewise.
2857         (_int_memalign): Don't touch corrupt arenas.
2858         * malloc/tst-malloc-backtrace.c: New test case.
2860         * Makefile (summarize-tests): Fix return value on success.
2862         * manual/string.texi (Envz Functions): Add envz_remove.
2864 2015-05-18  Roland McGrath  <roland@hack.frob.com>
2866         * sysdeps/posix/opendir.c: Include <stdbool.h>.
2867         (invalid_name): New function, broken out of ...
2868         (__opendirat): ... here.  Call it.
2869         (need_isdir_precheck): New function, broken out of ...
2870         (__opendirat): ... here.  Call it.
2871         Use __fxstatat64, not __xstatat64.
2872         (opendir_oflags): New function, broken out of ...
2873         (__opendirat): ... here.  Call it.
2874         (opendir_tail): New function, broken out of ...
2875         (__opendirat): ... here.  Call it.
2876         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
2877         opendir_tail, rather than punting to __opendirat.
2878         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
2880 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
2882         * .gitignore: Ignore generated *.pyc.
2884 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
2886         * include/stdio.h: Define __need_wint_t.
2887         * test-skeleton.c: Avoid `for' loop initial declaration.
2888         * nptl/tst-initializers1.c: Use test-skeleton.c.
2890 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2892         [BZ #18418]
2893         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
2895 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
2897         [BZ #16352]
2898         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
2899         (__ieee754_atanh): Force underflow exception for results with
2900         small absolute value.
2901         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
2902         (__ieee754_atanhf): Force underflow exception for results with
2903         small absolute value.
2904         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
2905         (__ieee754_atanh): Force underflow exception for results with
2906         small absolute value.
2907         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
2908         (__ieee754_atanhf): Force underflow exception for results with
2909         small absolute value.
2910         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
2911         (__ieee754_atanhl): Force underflow exception for results with
2912         small absolute value.
2913         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
2914         (__ieee754_atanhl): Force underflow exception for results with
2915         small absolute value.
2916         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
2917         (__ieee754_atanhl): Force underflow exception for results with
2918         small absolute value.
2919         * math/auto-libm-test-in: Do not allow missing underflow
2920         exceptions from atanh.
2921         * math/auto-libm-test-out: Regenerated.
2923         [BZ #18221]
2924         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
2925         2**-28 as threshold for returning x or +/- 1/x.
2926         * math/auto-libm-test-in: Add more tests of tan.
2927         * math/auto-libm-test-out: Regenerated.
2929         [BZ #18220]
2930         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
2931         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
2932         * math/auto-libm-test-in: Add another test of lgamma.
2933         * math/auto-libm-test-out: Regenerated.
2935 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
2937         * stdio-common/printf_fp.c (___printf_fp): Use abs.
2938         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
2939         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
2940         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
2941         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
2942         (ADD2A): Use fabs.  (SUB2A): Use fabs.
2943         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
2944         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
2945         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
2946         (log1): Use fabs.  (my_log2): Use fabs.
2947         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
2948         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
2949         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
2950         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
2951         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
2952         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
2953         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
2954         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
2955         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
2956         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
2957         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
2959 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
2961         [BZ #18217]
2962         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
2963         as threshold for returning 1 - x.
2964         * math/auto-libm-test-in: Add more tests of erfc.
2965         * math/auto-libm-test-out: Regenerated.
2967 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
2969         [BZ #18196]
2970         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
2971         threshold for large arguments.
2972         * math/auto-libm-test-in: Add another test of atan.
2973         * math/auto-libm-test-out: Regenerated.
2975         [BZ #16339]
2976         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
2977         (__log1p): Force underflow exception for results with small
2978         absolute value.
2979         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
2980         (__log1pf): Force underflow exception for results with small
2981         absolute value.
2982         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
2983         (__log1p): Force underflow exception for results with small
2984         absolute value.
2985         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
2986         (__log1pf): Force underflow exception for results with small
2987         absolute value.
2988         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
2989         (__log1pl): Force underflow exception for results with small
2990         absolute value.
2991         * math/auto-libm-test-in: Do not allow missing underflow
2992         exceptions from log1p.
2993         * math/auto-libm-test-out: Regenerated.
2995 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
2996             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2998         [BZ #16704]
2999         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
3001 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
3003         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
3004         (libmvec): New variable.
3005         * configure.ac: Added option for mathvec build.
3006         * configure: Regenerated.
3007         * mathvec/Depend: New file.
3008         * mathvec/Makefile: New file.
3009         * shlib-versions: Added libmvec.
3010         * math/Makefile: Added rule for libm.so installation.
3012         * bits/math-vector.h: New file.
3013         * bits/libm-simd-decl-stubs.h: New header.
3014         * math/Makefile (headers): Added new header
3015         libm-simd-decl-stubs.h.
3016         * math/math.h (__MATHCALL_VEC): New macro.
3018         * math/gen-libm-have-vector-test.sh: Script generates series of macros
3019         for conditions in testing functions.
3020         * math/Makefile: Added call of libm-have-vector-test.sh.
3021         * math/libm-test.inc (HAVE_VECTOR): New macros.
3023         * math/libm-test.inc: START refactored.
3024         * math/test-double.c (TEST_MATHVEC): Add define.
3025         * math/test-float.c: Likewise.
3026         * math/test-idouble.c: Likewise.
3027         * math/test-ifloat.c: Likewise.
3028         * math/test-ildoubl.c: Likewise.
3029         * math/test-ldouble.c: Likewise.
3030         * sysdeps/generic/math-tests-arch.h
3031         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
3032         architecture check.
3034         * math/test-double.c (FUNC_TEST): New macro.
3035         * math/test-float.c: Likewise.
3036         * math/test-idouble.c: Likewise.
3037         * math/test-ifloat.c: Likewise.
3038         * math/test-ildoubl.c: Likewise.
3039         * math/test-ldouble.c: Likewise.
3040         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
3042 2015-05-13  Roland McGrath  <roland@hack.frob.com>
3044         * sysdeps/nacl/fdopendir.c: New file.
3046         * dirent/scandir-tail.c: New file.
3047         * dirent/scandir64-tail.c: New file.
3048         * dirent/Makefile (routines): Add them.
3049         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
3050         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
3051         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
3052         [!SCANDIR] (SCANDIR_TAIL): New macro.
3053         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
3054         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
3055         (SCANDIRAT): Macro removed.
3056         (SCANDIR_TAIL): New macro.
3057         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
3058         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
3059         (SCANDIRAT): Just call __opendirat and __scandir_tail.
3060         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
3061         (READDIR): Macro removed.
3062         (SCANDIR_TAIL): New macro.
3063         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
3064         (SCANDIR_TAIL): New macro.
3066         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
3067         * dirent/scandir-cancel.c: ... to this new file.
3068         * dirent/Makefile (routines): Add it.
3069         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
3070         * sysdeps/unix/sysv/linux/i386/scandir64.c
3071         (SKIP_SCANDIR_CANCEL): Macro removed.
3072         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
3074         * dirent/tst-scandir.c: New file.
3075         * dirent/tst-scandir64.c: New file.
3076         * dirent/Makefile (tests): Add them.
3078 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
3080         [BZ #18409]
3081         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
3083 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3085         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
3086         list.
3088 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
3090         * benchtests/bench-strcoll.c: New benchmark.
3091         * benchtests/Makefile: Generate locales and run benchmark.
3092         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
3093         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
3094         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
3095         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
3096         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
3097         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
3098         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
3099         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
3100         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
3101         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
3102         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
3103         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
3104         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
3105         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
3106         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
3107         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
3108         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
3109         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
3110         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
3111         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
3112         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
3113         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
3114         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
3115         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
3117 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
3119         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
3120         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3122 2015-05-12  Roland McGrath  <roland@hack.frob.com>
3124         * posix/uname-values.h: New file.
3125         * posix/uname.c: Include that instead of <config-name.h>.
3126         * sysdeps/nacl/uname-values.h: New file.
3127         * sysdeps/arm/nacl/uname-values.h: New file.
3129 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
3131         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
3132         splitting into fields.
3134 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
3136         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
3137         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
3138         * locale/localeinfo.h: Add enum collation_encoding_type.
3139         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
3140         * programs/ld-collate.c (collate_output): Add encoding type info.
3141         * string/strcoll_l.c (STRDIFF): New function.
3142         * (STRCOLL): Use STRDIFF to skip over equal prefix.
3143         * wcsmbs/wcscoll_l.c: Define STRDIFF.
3145 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
3147         [BZ #18397]
3148         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
3149         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
3150         <fpu_control.h> instead of <math/fpu_control.c>.
3151         * sysdeps/mips/mips32/fpu/Makefile: New file.
3153 2015-05-11  Andreas Schwab  <schwab@suse.de>
3155         [BZ #18007]
3156         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
3157         nss_endgrent.
3158         (_nss_compat_endgrent): Call nss_endgrent.
3159         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
3160         nss_endpwent.
3161         (_nss_compat_endpwent): Call nss_endpwent.
3162         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
3163         needent, call nss_setspent only if non-zero.
3164         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
3165         (internal_endspent): Don't call nss_endspent.
3166         (_nss_compat_endspent): Call nss_endspent.
3167         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
3168         Remove.  All uses removed.
3169         (internal_setent): Remove parameter stayopen, add parameter
3170         stream.  Use it instead of global variable.
3171         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
3172         (internal_endent, internal_getent): Add parameter stream.  Use it
3173         instead of global variable.
3174         (CONCAT(_nss_files_end,ENTNAME))
3175         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
3176         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
3177         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
3178         uses removed.
3179         (internal_setent, internal_endent): Add parameter stream.  Use it
3180         instead of global variable.
3181         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
3182         stream.
3183         (get_next_alias): Add parameter stream.
3184         (_nss_files_getaliasent_r): Pass global stream.
3185         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
3186         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
3187         (_nss_files_gethostbyname4_r): Pass local stream to
3188         internal_setent, internal_getent and internal_endent.  Remove
3189         locking.
3191 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3193         * tst-strfmon1.c (tests): Update expected currency symbol.
3195 2015-05-08  Roland McGrath  <roland@hack.frob.com>
3197         * sysdeps/nacl/gethostname.c: New file.
3199 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
3201         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
3202         and sinh.
3203         * math/auto-libm-test-out: Regenerated.
3204         * sysdeps/i386/fpu/libm-test-ulps: Update.
3205         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3207 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
3209         [BZ #18125]
3210         * stdlib/tst-setcontext3.c: New file.
3211         * stdlib/tst-setcontext3.sh: New file.
3212         * stdlib/Makefile (tests): Add tst-setcontext3.
3213         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
3214         to verify test program created output file.
3215         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
3216         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
3217         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
3218         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
3220 2015-05-06  Roland McGrath  <roland@hack.frob.com>
3222         [BZ #18383]
3223         * elf/tst-tlsalign.c: New file.
3224         * elf/tst-tlsalign-static.c: New file.
3225         * elf/tst-tlsalign-lib.c: New file.
3226         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
3227         (tests-static): Add tst-tlsalign-static.
3228         (modules-names): Add tst-tlsalign-lib.
3229         (test-xfail-tst-tlsalign): New variable.
3230         (test-xfail-tst-tlsalign-static): New variable.
3232         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
3233         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
3235 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
3237         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
3238         csqrt, erfc, sin and sincos.
3239         * math/auto-libm-test-out: Regenerated.
3240         * sysdeps/i386/fpu/libm-test-ulps: Update.
3241         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3243 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3245         * sysdeps/aarch64/libm-test-ulps: Update.
3247 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
3249         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
3250         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
3251         * math/auto-libm-test-out: Regenerated.
3252         * sysdeps/i386/fpu/libm-test-ulps: Update.
3253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3255 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
3257         [BZ #18265]
3258         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
3259         (wcsncpy): Likewise.
3261 2015-05-05  Florian Weimer  <fweimer@redhat.com>
3263         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
3264         Assume __ASSUME_FALLOCATE is always true.
3265         * sysdeps/unix/sysv/linux/posix_fallocate64.c
3266         (__posix_fallocate64_l64): Likweise.
3267         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
3268         (posix_fallocate): Likewise.
3269         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
3270         (__posix_fallocate64_l64): Likewise.
3271         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3272         [!__ASSUME_FALLOCATE]: Add comment.
3274 2015-05-05  Florian Weimer  <fweimer@redhat.com>
3276         * sysdeps/unix/sysv/linux/i386/Makefile
3277         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
3278         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
3279         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
3280         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
3281         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
3282         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
3283         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
3285 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
3287         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
3288         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
3289         tgamma.
3290         * math/auto-libm-test-out: Regenerated.
3291         * sysdeps/i386/fpu/libm-test-ulps: Update.
3292         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3294 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
3296         * math/auto-libm-test-in: Add more tests of tgamma.
3297         * math/auto-libm-test-out: Regenerated.
3298         * sysdeps/i386/fpu/libm-test-ulps: Update.
3299         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3301         * math/auto-libm-test-in: Add more tests of tanh.
3302         * math/auto-libm-test-out: Regenerated.
3303         * sysdeps/i386/fpu/libm-test-ulps: Update.
3304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3306         * math/auto-libm-test-in: Add more tests of tan.
3307         * math/auto-libm-test-out: Regenerated.
3308         * sysdeps/i386/fpu/libm-test-ulps: Update.
3309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3311         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
3312         * math/auto-libm-test-out: Regenerated.
3313         * sysdeps/i386/fpu/libm-test-ulps: Update.
3314         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3316         * math/auto-libm-test-in: Add another test of pow.
3317         * math/auto-libm-test-out: Regenerated.
3318         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3320         * math/auto-libm-test-in: Add more tests of lgamma.
3321         * math/auto-libm-test-out: Regenerated.
3322         * sysdeps/i386/fpu/libm-test-ulps: Update.
3323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3325         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
3326         log1p.
3327         * math/auto-libm-test-out: Regenerated.
3328         * sysdeps/i386/fpu/libm-test-ulps: Update.
3329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3331 2015-05-01  Mark Wielaard  <mjw@redhat.com>
3333         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
3334         Elf64_Chdr structs and ELFCOMPRESS constants.
3336 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
3338         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
3339         expm1.
3340         * math/auto-libm-test-out: Regenerated.
3341         * sysdeps/i386/fpu/libm-test-ulps: Update.
3342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3344         * math/auto-libm-test-in: Add more tests of erf and erfc.
3345         * math/auto-libm-test-out: Regenerated.
3346         * sysdeps/i386/fpu/libm-test-ulps: Update.
3347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3349 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3351         * config.h.in (HAVE_AARCH64_BE): Add.
3353 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
3355         * math/auto-libm-test-in: Add more tests of csqrt.
3356         * math/auto-libm-test-out: Regenerated.
3357         * sysdeps/i386/fpu/libm-test-ulps: Update.
3358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3360         * math/auto-libm-test-in: Add more tests of cosh and sinh.
3361         * math/auto-libm-test-out: Regenerated.
3362         * sysdeps/i386/fpu/libm-test-ulps: Update.
3363         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3365         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
3367 2015-04-29  Roland McGrath  <roland@hack.frob.com>
3369         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
3370         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
3372         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
3373         (euidaccess, eaccess): Define as weak aliases.
3375         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
3376         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
3377         but __suseconds_t is often 'long int' so some sources assume that
3378         type is being used (e.g. they use %ld to print tv_usec).
3380 2015-04-29  Florian Weimer  <fweimer@redhat.com>
3382         [BZ #18007]
3383         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
3384         (CVE-2014-8121)
3385         * nss/tst-nss-getpwent.c: New file.
3386         * nss/Makefile (tests): Add new test.
3388 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
3390         [BZ #18346]
3391         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
3392         exponents less than 48 as cases where high part of mantissa needs
3393         examining to determine whether argument is integral.
3394         * math/libm-test.inc (round_test_data): Add more tests.
3396 2015-04-28  Mark Wielaard  <mjw@redhat.com>
3398         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
3400 2015-04-27  David S. Miller  <davem@davemloft.net>
3402         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
3403         __tls_get_addr.
3404         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
3406 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
3408         [BZ#18333]
3409         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
3411 2015-04-27  Florian Weimer  <fweimer@redhat.com>
3413         [BZ#18333]
3414         * time/tzset.c (parse_tzname): Return error on memory allocation
3415         failure.
3416         * test-skeleton.c (struct temp_name_list): Change type of name
3417         member to non-const.
3418         (add_temp_file): Create a copy of the file name.
3419         (delete_temp_files): Deallocate memory.
3420         (create_temp_file): Add comment.
3422 2015-04-24  Florian Weimer  <fweimer@redhat.com>
3424         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
3425         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
3427 2015-04-24  Roland McGrath  <roland@hack.frob.com>
3429         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
3430         * sysdeps/arm/configure: Regenerated.
3432 2015-04-24  Florian Weimer  <fweimer@redhat.com>
3434         [BZ #17715]
3435         * time/tzfile.c (__tzfile_read): Check for large values of
3436         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
3437         * time/tzset.c (__tzstring_len): New function, based on the old
3438         __tzstring function.
3439         (__tzstring): Call __tzstring_len.
3440         (parse_tzname): New helper function extracted from
3441         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
3442         the input string.
3443         (parse_offset): New helper function extracted from
3444         __tzset_parse_tz.  Replace switch with fallthrough with
3445         initialization before sscanf.
3446         (parse_rule): Likewise.
3447         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
3448         new-style function definition.
3449         * timezone/Makefile (tests): Add tst-tzset.
3450         (tst-tzset.out): Dependencies on time zone files.
3451         (tst-tzset-ENV): Set TZDIR.
3452         (testdata/XT%): Copy crafted time zone files.
3453         * timezone/README: Mention crafted time zone files.
3454         * timezone/testdata/XT1, timezone/testdata/XT2,
3455         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
3456         files.
3457         * timezone/tst-tzset.c: New test.
3459 2015-04-24  Florian Weimer  <fweimer@redhat.com>
3461         * Makeconfig (+gccwarn): Remove -Winline.
3463 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
3465         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
3467 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
3469         * NEWS: Mention sysconf() cache information support for s390.
3470         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
3472 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
3474         * math/k_casinh.c (__kernel_casinh): Use __copysign.
3475         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
3476         (__nearbyint): Likewise.
3477         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
3478         (copysignl): Likewise.
3480 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
3482         [BZ #18287]
3483         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
3484         based on padding.  (CVE-2015-1781)
3486 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3488         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
3489         libc-vdso.h.
3490         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
3491         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
3492         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
3493         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3494         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3495         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
3496         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
3497         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
3498         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
3499         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
3500         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
3501         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
3502         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
3503         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
3504         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3505         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
3506         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
3507         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
3508         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
3509         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
3510         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
3511         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
3512         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
3514 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
3516         * stdlib/setenv.c (__add_to_environ):
3517         Dump core quickly if setenv (..., NULL, ...) is called.
3518         This time, do it the right way, and pacify GCC with a pragma.
3520 2015-04-17  Roland McGrath  <roland@hack.frob.com>
3522         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
3523         IMAP->l_prev cannot be null, and #if out the code for the contrary
3524         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
3525         believe that NS (&_dl_ns[NSID]) could point outside the array.
3527         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
3528         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
3529         before using NSID as an index.
3531 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
3533         [BZ #17825]
3534         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
3535         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
3536         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
3538 2015-04-17  Roland McGrath  <roland@hack.frob.com>
3540         Add preliminary port to Google Native Client on ARM.
3541         * abi-tags (.*-.*-nacl.*): New entry.
3542         * sysdeps/arm/nacl: New directory.
3543         * sysdeps/nacl: New directory.
3545 2015-04-16  David S. Miller  <davem@davemloft.net>
3547         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
3548         lowlevellock-futex.h
3550 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
3552         * sysdeps/tile/configure.ac: New file.
3553         * sysdeps/tile/configure: Regenerated.
3555 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3557         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
3558         conditionals for weak_alias and libc_hidden_weak.
3559         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
3560         libc_hidden_weak and weak_alias.
3561         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
3562         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
3563         and weak_alias for static one.
3565 2015-04-15  David S. Miller  <davem@davemloft.net>
3567         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
3569 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3571         [BZ #18206]
3572         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
3573           Use signed comparision instead of substraction to avoid
3574           overflow bug.
3575         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
3576           Take the sign of ret.
3577         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
3578           Do not expect precise return values. Only the sign matters.
3579         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
3580         * wcsmbs/test-wcsncmp.c: New File.
3581         * string/test-strncmp.c: Add wcsncmp support.
3583 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3585         [BZ #6792]
3586         * math/w_log1p.c: New file.
3587         * math/w_log1pf.c: Likewise.
3588         * math/w_log1pl.c: Likewise.
3589         * math/Makefile (libm-calls): Add w_log1p.
3590         * math/s_log1pl.c (log1pl): Remove weak_alias.
3591         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
3592         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
3593         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
3594         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
3595         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
3596         [NO_LONG_DOUBLE] (log1pl): Likewise.
3597         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
3598         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
3599         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
3600         (log1p): Remove long_double_symbol.
3601         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
3602         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
3603         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
3604         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
3605         remove weak_alias for corresponding log1p function.
3606         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
3607         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
3608         * sysdeps/ia64/fpu/w_log1p.c: New file.
3609         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
3610         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
3611         * math/libm-test.inc (log1p_test_data): Add errno expectations.
3613 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
3615         [BZ #18247]
3616         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
3617         decimal exponent by 1.
3618         * stdlib/tst-strtod-round-data: Add more tests.
3619         * stdlib/tst-strtod-round.c (tests): Regenerated.
3621 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
3623         * math/auto-libm-test-in: Add more tests of clog and clog10.
3624         * math/auto-libm-test-out: Regenerated.
3625         * sysdeps/i386/fpu/libm-test-ulps: Update.
3626         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3628 2015-04-09  Roland McGrath  <roland@hack.frob.com>
3630         * Makeconfig (module-cppflags): Exclude all .v.i files.
3631         (skip-module-cppflags): Variable removed.
3633         * configure.ac (libc_config_ok): Initialize before reading
3634         preconfigure scripts, not after.
3635         * configure: Regenerated.
3637         * test-skeleton.c (TIMEOUT): Move #define to top level.
3638         (main): Grok environment variable TEST_DIRECT.  If set, print
3639         test expectation details into that file and then behave as if
3640         given --direct.
3642 2015-04-09  Florian Weimer  <fweimer@redhat.com>
3644         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
3645         warning on 32-bit.
3647 2015-04-08  David S. Miller  <davem@davemloft.net>
3649         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3651 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
3653         * math/auto-libm-test-in: Add more tests of atanh.
3654         * math/auto-libm-test-out: Regenerated.
3655         * sysdeps/i386/fpu/libm-test-ulps: Update.
3656         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3658         * math/auto-libm-test-in: Add more tests of atan.
3659         * math/auto-libm-test-out: Regenerated.
3660         * sysdeps/i386/fpu/libm-test-ulps: Update.
3661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3663 2015-04-08  Florian Weimer  <fweimer@redhat.com>
3665         * elf/pldd.c (main): Rewrite to use struct
3666         scratch_buffer instead of extend_alloca.
3667         * elf/pldd-xx.c (find_maps): Likewise.
3668         * grp/initgroups.c: Include <scratch_buffer.h> instead of
3669         <alloca.h>.
3670         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
3671         scratch_buffer instead of extend_alloca.
3672         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
3673         grp/compat-initgroups.c.
3674         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
3675         Rewrite to use struct scratch_buffer instead of extend_alloca.
3676         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
3677         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3679 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
3681         * math/auto-libm-test-in: Add more tests of cbrt.
3682         * math/auto-libm-test-out: Regenerated.
3683         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3685         * math/auto-libm-test-in: Add more tests of cabs.
3686         * math/auto-libm-test-out: Regenerated.
3687         * sysdeps/i386/fpu/libm-test-ulps: Update.
3688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3690         [BZ #18210]
3691         [BZ #18211]
3692         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
3693         (__ieee754_atan2): Set FE_TONEAREST mode for internal
3694         computations.
3695         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
3696         clog10.
3697         * math/auto-libm-test-out: Regenerated.
3698         * sysdeps/i386/fpu/libm-test-ulps: Update.
3699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3701         [BZ #18197]
3702         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
3703         (atan): Set FE_TONEAREST mode for internal computations.
3704         * math/auto-libm-test-in: Add more tests of atan.
3705         * math/auto-libm-test-out: Regenerated.
3707 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
3709         [BZ #17930]
3710         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
3712 2015-04-07  Florian Weimer  <fweimer@redhat.com>
3714         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
3716 2015-04-07  Florian Weimer  <fweimer@redhat.com>
3718         * include/scratch_buffer.h: New file.
3719         * malloc/scratch_buffer_grow.c: Likewise.
3720         * malloc/scratch_buffer_grow_preserve.c: Likewise.
3721         * malloc/scratch_buffer_set_array_size.c: Likewise.
3722         * malloc/tst-scratch_buffer.c: Likewise.
3723         * malloc/Makefile (routines): Add scratch_buffer_grow.
3724         (tests): Add test case.
3725         * malloc/Versions (GLIBC_PRIVATE): Export
3726         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
3727         __libc_scratch_buffer_set_array_size.
3729 2015-04-06  Richard Henderson  <rth@redhat.com>
3731         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
3732         * sysdeps/alpha/fpu/libm-test-ulps: Update.
3734         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
3735         unsigned int before printing.
3737 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3739         [BZ #17596]
3740         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
3741         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3743 2015-04-02  Florian Weimer  <fweimer@redhat.com>
3745         * include/libc-internal.h (libc_max_align_t): Define.
3747 2015-04-02  Andreas Schwab  <schwab@suse.de>
3749         [BZ #16850]
3750         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
3752 2015-04-02  Mel Gorman  <mgorman@suse.de>
3754         [BZ #17195]
3755         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
3756         as well as the main arena.
3758 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
3760         [BZ #18185]
3761         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
3762         sharing L2 cache to 2 for Silvermont/Knights Landing.
3764 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
3766         [BZ #17711]
3767         * config.make.in (have-protected-data): New.
3768         * configure.ac: Check linker support for protected data symbol.
3769         * configure: Regenerated.
3770         * elf/Makefile (modules-names): Add tst-protected1moda and
3771         tst-protected1modb if $(have-protected-data) is yes.
3772         (tests): Add tst-protected1a and tst-protected1b if
3773         $(have-protected-data) is yes.
3774         ($(objpfx)tst-protected1a): New.
3775         ($(objpfx)tst-protected1b): Likewise.
3776         (tst-protected1modb.so-no-z-defs): Likewise.
3777         * elf/tst-protected1a.c: New file.
3778         * elf/tst-protected1b.c: Likewise.
3779         * elf/tst-protected1mod.h: Likewise.
3780         * elf/tst-protected1moda.c: Likewise.
3781         * elf/tst-protected1modb.c: Likewise.
3783 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
3785         [BZ #17711]
3786         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
3787         indicates it is called from do_lookup_x on relocation against
3788         protected data, skip the data definion in the executable from
3789         copy reloc.
3790         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
3791         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
3792         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
3793         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
3794         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
3795         otherwise to 0.
3796         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
3797         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
3798         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
3799         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
3800         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
3801         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
3803 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
3805         * sysdeps/nptl/pthread.h: Remove duplicate definition of
3806         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
3808 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
3810         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
3811         THREAD_SETMEM_NC.
3812         * sysdeps/x86_64/nptl/tls.h: Ditto.
3814 2015-03-27  Roland McGrath  <roland@hack.frob.com>
3816         * dlfcn/tststatic.c (main): Converted to ...
3817         (do_test): ... this.
3818         (TEST_FUNCTION): New macro.
3819         Include test-skeleton.c.
3821 2015-03-26  Alan Modra  <amodra@gmail.com>
3823         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
3824         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
3825         zero for undefined weak.
3826         (elf_machine_plt_conflict): Similarly.
3828 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
3830         * math/auto-libm-test-in: Add more tests of acosh, asinh and
3831         atanh.
3832         * math/auto-libm-test-out: Regenerated.
3833         * sysdeps/i386/fpu/libm-test-ulps: Update.
3834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3836         * math/auto-libm-test-in: Add another test of asin.
3837         * math/auto-libm-test-out: Regenerated.
3838         * sysdeps/i386/fpu/libm-test-ulps: Update.
3839         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3841         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
3842         Remove macro.
3843         (LLL_EBX_REG): Likewise.
3844         (LLL_ENTER_KERNEL): Likewise.
3846         * math/auto-libm-test-in: Add more tests of asin.
3847         * math/auto-libm-test-out: Regenerated.
3848         * sysdeps/i386/fpu/libm-test-ulps: Update.
3849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3851         [BZ #18138]
3852         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
3853         libc_do_syscall_args): New structure.
3854         (INTERNAL_SYSCALL_MAIN_0): New macro.
3855         (INTERNAL_SYSCALL_MAIN_1): Likewise.
3856         (INTERNAL_SYSCALL_MAIN_2): Likewise.
3857         (INTERNAL_SYSCALL_MAIN_3): Likewise.
3858         (INTERNAL_SYSCALL_MAIN_4): Likewise.
3859         (INTERNAL_SYSCALL_MAIN_5): Likewise.
3860         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
3861         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
3862         Replace conditional definitions by conditional definitions of ....
3863         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
3864         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
3865         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
3866         (libpthread-sysdep_routines): Add libc-do-syscall.
3867         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
3868         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
3869         to __NR_futex not 240.
3871 2015-03-25  Alan Modra  <amodra@gmail.com>
3873         * NEWS: Advertise TLS optimization.
3874         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
3875         (DT_PPC_NUM): Increment.
3876         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
3877         (CHECK_STATIC_TLS): Use here.
3878         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
3879         TLS descriptors.
3880         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
3881         * sysdeps/powerpc/dl-tls.c: New file.
3882         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
3883         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
3884         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
3885         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
3886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
3887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
3888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
3890 2015-03-25  Alan Modra  <amodra@gmail.com>
3892         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
3893         for overlapping .opd entries" to "support...".
3894         * sysdeps/powerpc/powerpc64/configure: Regenerate
3896 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
3898         * math/auto-libm-test-in: Add more tests of acos.
3899         * math/auto-libm-test-out: Regenerated.
3900         * sysdeps/i386/fpu/libm-test-ulps: Update.
3901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3903         * math/auto-libm-test-in: Add more tests of expm1.
3904         * math/auto-libm-test-out: Regenerated.
3905         * sysdeps/i386/fpu/libm-test-ulps: Update.
3906         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3908 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
3910         * math/auto-libm-test-in: Add more tests of cosh and sinh.
3911         * math/auto-libm-test-out: Regenerated.
3912         * sysdeps/i386/fpu/libm-test-ulps: Update.
3913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3915         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
3916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3918         * math/auto-libm-test-in: Add more tests of log2.
3919         * math/auto-libm-test-out: Regenerated.
3920         * sysdeps/i386/fpu/libm-test-ulps: Update.
3921         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3923 2015-03-23  Roland McGrath  <roland@hack.frob.com>
3925         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
3926         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
3927         _IO_IS_APPENDING bit in READ_WRITE instead.
3929 2015-03-23  Florian Weimer  <fweimer@redhat.com>
3931         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
3932         (__determine_cpumask_size): Replace extend_alloca with a
3933         variable-length array.  Do not treat res == 0 as an error.
3935 2015-03-23  Florian Weimer  <fweimer@redhat.com>
3937         [BZ #18100]
3938         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
3939         and integer overflow.
3940         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
3941         (main): Add integer overflow tests.
3942         * manual/pattern.texi (Calling Wordexp): Document additional use
3943         for WRDE_SYNTAX.
3945 2015-03-23  Alan Modra  <amodra@gmail.com>
3947         * config.h.in: Remove HAVE_ASM_PPC_REL16.
3948         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
3949         and false branch of conditional.
3950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
3951         Likewise.
3953 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
3955         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
3956         libc-modules.h
3957         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
3958         unused declaration of _hurd_intr_rpc_msg_in_trap.
3959         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
3960         defined instead of whether it is non-zero.
3961         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
3962         input constraint instead of both input and output constraint.  Use ecx
3963         clobber instead of %ecx.
3964         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
3965         mutex_unlock): Use a statement expression instead of an expression list.
3966         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
3967         type to vm_size_t instead of vm_address_t.
3968         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
3969         defined instead of whether it is non-zero.
3970         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
3971         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
3972         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
3973         comparisons with mapaddr.
3974         * nscd/nscd-client.h: Include <time.h>.
3975         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
3976         9th parameter to __vm_region instead of int.
3977         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
3978         * scripts/check-local-headers.sh (exclude): Add device/,
3979         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
3980         cthreads.h.
3982 2015-03-19  Roland McGrath  <roland@hack.frob.com>
3984         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
3985         to account for alignment padding.
3986         * sysdeps/arm/memmove.S: Likewise.
3988 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
3990         * sysdeps/unix/sysv/linux/generic/README: New file.
3992 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
3994         [BZ #18138]
3995         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
3996         (futex_abstimed_wait)
3997         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
3998         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
3999         of lll_futex_timed_wait.
4001 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
4003         [BZ #17542]
4004         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
4006 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
4008         [BZ #17090]
4009         [BZ #17620]
4010         [BZ #17621]
4011         [BZ #17628]
4012         * NEWS: Update.
4013         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
4014         entries with Static TLS too.  Skip entries past the end of the
4015         allocated DTV, from Alan Modra.
4016         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
4017         Static TLS DTV entry set up from...
4018         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
4019         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
4020         * nptl/allocatestack.c (init_one_static_tls): ... and here...
4021         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
4022         for Static TLS.
4023         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
4024         that the slot we find is associated with the given map before
4025         using its generation count.
4026         * nptl_db/db_info.c: Include ldsodefs.h.
4027         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
4028         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
4029         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
4030         (link_map::l_tls_offset): New struct field.
4031         (dtv_t::counter): Likewise.
4032         (rtld_global): New struct.
4033         (_rtld_global): New rtld variable.
4034         (dl_tls_dtv_slotinfo_list): New rtld global field.
4035         (dtv_slotinfo_list): New struct.
4036         (dtv_slotinfo): Likewise.
4037         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
4038         (td_lookup): Rename to...
4039         (td_mod_lookup): ... this.  Use new mod parameter instead of
4040         LIBPTHREAD_SO.
4041         * nptl_db/td_thr_tlsbase.c: Include link.h.
4042         (dtv_slotinfo_list, dtv_slotinfo): New functions.
4043         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
4044         addresses even if the DTV is out of date or missing them.
4045         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
4046         index zero-length arrays.
4047         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
4048         (td_lookup): Make it a macro implemented in terms of...
4049         (td_mod_lookup): ... this declaration.
4050         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
4051         (DB_MAIN_VARIABLE): Likewise.
4053 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
4055         [BZ #18134]
4056         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
4058 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
4060         * stdlib/setenv.c (__add_to_environ): Revert previous change.
4062 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
4064         [BZ #18128]
4065         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
4066         (atomic_add, atomic_increment_and_test)
4067         (atomic_decrement_and_test): Fix 64-bit arithmetic.
4069 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
4071         * stdlib/setenv.c (__add_to_environ):
4072         Dump core quickly if setenv (..., NULL, ...) is called.
4074 2015-03-13  Roland McGrath  <roland@hack.frob.com>
4076         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
4077         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
4078         all the necessary asm magic in one place.
4079         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
4080         using those.
4082 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
4084         [BZ #14906]
4085         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
4086         traced file mtime. Use consistent log message.
4087         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
4088         (register_traced_file): Call install_watches. Always set mtime.
4089         (invalidate_cache): Iterate over all trace files. Call install_watches.
4090         (inotify_check_files): Don't inline. Handle watching parent
4091         directories and configuration file movement in and out.
4092         (handle_inotify_events): New function.
4093         (main_loop_poll): Call handle_inotify_events.
4094         (main_loop_epoll): Likewise.
4095         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
4096         (struct traced_file): Use array of inotify fds. Add parent directory,
4097         and basename.
4098         (struct database_dyn): Remove unused file_mtime.
4099         (init_traced_file): New inline function.
4100         (define_traced_file): New macro.
4101         * nss/nss_db/db-init.c: Use define_traced_file.
4102         (_nss_db_init): Use init_traced_file.
4103         * nss/nss_files/files-init.c: Use define_traced_file.
4104         (_nss_files_init): Use init_traced_file.
4106 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
4108         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
4109         [_LIBC]: Do not include <stdlib.h>.
4110         [!_LIBC] (abort): Remove declaration.
4111         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
4112         _FP_STATIC_ASSERT instead of conditionally calling abort.
4113         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
4114         (_FP_EXTEND_CNAN): Likewise.
4115         (FP_TRUNC): Likewise.
4116         (__FP_CLZ): Likewise.
4117         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
4119 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
4121         * manual/string.texi (XPG basename): Fix prototype.
4123 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4125         [BZ #18080]
4126         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
4127         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
4128         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
4129         (__setcontext): Likewise.
4130         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
4131         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
4132         Call rt_sigprocmask syscall one time to set new signal mask
4133         and retrieve the current signal mask instead of two calls.
4134         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
4135         (__swapcontext): Likewise.
4136         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
4137         * stdlib/tst-setcontext2.c: New file.
4139 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4141         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4143 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
4145         [BZ #18093]
4146         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
4147         the wrong size.
4149 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
4151         [BZ #18043]
4152         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
4154 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
4156         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
4157         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
4158         Remove define.
4159         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
4160         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
4161         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
4162         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
4163         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
4164         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
4165         define.
4166         * nptl_db/td_symbol_list.c (td_lookup): Remove
4167         HAVE_ASM_GLOBAL_DOT_NAME code.
4168         * sysdeps/powerpc/powerpc64/configure.ac: Remove
4169         HAVE_ASM_GLOBAL_DOT_NAME check.
4170         * sysdeps/powerpc/powerpc64/configure: Regenerate.
4171         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
4172         (DOT_LABEL): Remove define.
4173         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
4174         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
4175         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
4176         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
4177         (__TLS_GET_ADDR): Likewise.
4178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
4179         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
4181 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
4183         [BZ #18111]
4184         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
4185         (_FPU_SETCW): Initialize cw from fpsr before storing.
4186         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
4187         (fesetexceptflag): Rewrite using fpu_control.h.
4188         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
4190 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
4192         [BZ #18110]
4193         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
4194         asms.
4195         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
4197 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
4199         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
4200         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
4201         abort.
4202         (_FP_FMA): Likewise.
4203         (_FP_DIV): Likewise.
4205 2015-03-10  Roland McGrath  <roland@hack.frob.com>
4207         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
4208         with 0 in that case.
4209         * Makefile (summarize-tests): New canned sequence, factored out of
4210         commands for targets tests and xtests.  Display summary lines that
4211         don't start with PASS: or XFAIL: rather than ones that do start with
4212         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
4213         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
4214         do start with ERROR: or FAIL:.
4215         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
4216         (except for [$(build-shared) = yes]).
4217         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
4218         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
4219         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
4220         * nptl/Makefile: Revert 2015-03-04 changes.
4221         [$(CXX) empty] (tests-unsupported): New variable.
4222         * debug/Makefile: Likewise.
4224         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
4225         gnulib file.  Replace __attribute with __attribute__ throughout.
4227 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
4229         * sysdeps/hppa/fpu/libm-test-ulps: Update.
4231 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
4233         [BZ #18104]
4234         * math/auto-libm-test-in: Add another test of pow.
4235         * math/auto-libm-test-out: Regenerated.
4237 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4239         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
4240         $(config-cflags-nofma).
4242 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
4244         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
4245         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
4246         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
4247         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
4248         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
4249         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
4250         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
4251         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
4252         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
4253         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
4254         Add comment on closing #endif.
4256 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
4258         * posix/wordexp.c (CHAR_IN_SET): New macro.
4259         (parse_param): Use it.
4261 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4263         * sysdeps/powerpc/fpu/libm-test-ulps: update.
4265 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
4267         [BZ #18043]
4268         * posix/wordexp.c (parse_param): Fix buffer overflow.
4269         * posix/wordexp-test.c (test_case): Add test case.
4271 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
4273         [BZ #18042]
4274         * posix/wordexp.c (parse_backtick): Fix off-by-one.
4275         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
4277 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
4279         [BZ #18043]
4280         * posix/wordexp-test.c (test_case): Add test for BZ #18043
4281         (do_bz18043): Delete.
4282         (at_page_end): New.
4283         (testit): Refactor to have words at the edge of unreadable page.
4285 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
4287         [BZ #16734]
4288         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
4289         Cleanup read-only streams as well.
4290         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
4292 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4294         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
4295         <bits/libc-lockP.h>
4297 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
4299         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
4300         on [__KERNEL__].
4301         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
4302         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
4303         * soft-fp/op-common.h (_FP_DECL): Likewise.
4305 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
4307         * elf/ifuncdep2.c (global): Replace
4308         __attribute__((visibility("protected"))) with
4309         asm (".protected global").
4310         * elf/ifuncmod1.c (global): Likewise.
4311         * elf/ifuncmod5.c (global): Likewise.
4313 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
4315         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
4316         <asm/sfp-machine.h> instead of <sfp-machine.h>.
4318 2015-03-06  Roland McGrath  <roland@hack.frob.com>
4320         * manual/install.texi (Configuring and compiling):
4321         Document test-wrapper-env-only.
4322         * INSTALL: Regenerated.
4324 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4326         [BZ #18043]
4327         * posix/wordexp.c (parse_param): Fix buffer overflow.
4328         * posix/wordexp-test.c (do_bz18043): Add test case.
4330 2015-03-06  Vincent Bernat  <vincent@bernat.im>
4332         * time/tst-strptime2.c (do_test): Ensure failing tests are
4333         reported correctly.
4334         * time/tst-strptime3.c (do_test): Likewise.
4336 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
4338         Fix aio_error thread-safety.
4339         * sysdeps/pthread/aio_error.c: New file
4340         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
4341         synchronization.
4343 2015-03-06  Florian Weimer  <fweimer@redhat.com>
4345         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
4346         (group_number, vfprintf): Use it.
4347         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
4348         (JUMP, REF): Use it.
4349         (WORK_BUFFER_SIZE): New enum constant.
4350         (process_arg, vfprintf): Use it.
4352 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
4354         * manual/errno.texi (Error Messages): Complete example function
4355         by adding missing #define.
4356         (program_invocation_name): Add statement indicating GNU
4357         extension and reference which header file declares the variable.
4358         (program_invocation_short_name): Likewise.
4360 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
4362         * manual/errno.texi (Error Messages): Delete strerror ISO C89
4363         compatibility note.
4365 2015-03-05  Roland McGrath  <roland@hack.frob.com>
4367         * Makeconfig (test-wrapper-env-only): New variable.
4368         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
4369         then use that with $(test-wrapper-env-only) rather than using
4370         $(test-wrapper-env) $(run-program-env) $($*-ENV).
4372 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
4374         [BZ #18082]
4375         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
4376         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
4377         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
4378         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
4379         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
4380         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
4381         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
4382         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
4383         Likewise.
4384         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
4385         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
4386         Likewise.
4387         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
4388         Likewise.
4389         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
4390         Likewise.
4391         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
4392         Likewise.
4393         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
4394         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
4395         Likewise.
4396         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
4397         Likewise.
4398         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
4399         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
4401 2015-03-04  Roland McGrath  <roland@hack.frob.com>
4403         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
4404         (ETH_ALEN): New macro.
4405         (struct ether_addr): Use it for length of ether_addr_octet.
4407         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
4408         (setdb): Don't call __nss_configure_lookup for "rpc".
4409         (do_test): Don't call test_rpc.
4410         (output_rpcent, test_rpc): Functions moved ...
4411         * sunrpc/test-rpcent.c: ... to this new file.
4412         * sunrpc/Makefile (tests): Add it.
4414         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
4415         __xpg_sigpause.
4416         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
4417         * nptl/tst-signal6.c: Likewise.
4418         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
4419         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
4421         * configure.ac (libc_cv_cxx_link_ok): New check.
4422         Reset CXX to empty if it fails to link.
4423         * configure: Regenerated.
4424         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
4425         bug-atexit3-lib only if $(CXX) is nonempty.
4426         * nptl/Makefile (tests): Likewise for tst-cancel24.
4427         (tests, tests-static): Likewise for tst-cancel24-static.
4428         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
4429         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
4430         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
4431         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
4433 2015-03-04  Andreas Schwab  <schwab@suse.de>
4435         [BZ #17631]
4436         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
4437         for non-GCC compilers.
4438         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
4439         Likewise.
4441 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
4443         [BZ #17776]
4444         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
4445         integer before bitwise and assembly operations.
4446         (feclearexcept): Likewise.
4447         * math/test-fenvinline.c: New file.
4448         * math/Makefile: Add test-fenvinline test.
4450 2015-03-03  Alan Modra  <amodra@gmail.com>
4452         [BZ #16512]
4453         * scripts/localplt.awk: Strip off symbol version.
4454         * NEWS: Mention bug fix.
4456 2015-03-02  Roland McGrath  <roland@hack.frob.com>
4458         * sysdeps/pthread/timer_routines.c
4459         (timer_free_list, thread_free_list, thread_active_list): Make static.
4461 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
4463         [BZ #17779]
4464         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4465         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
4466         Undefine.
4467         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
4468         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
4469         Likewise.
4470         * sysdeps/unix/sysv/linux/sh/kernel-features.h
4471         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
4472         Likewise.
4474 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
4476         [BZ #18036]
4477         * posix/fnmatch_loop.c (END): Detect invalid pattern.
4478         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
4480 2015-03-02  Andreas Schwab  <schwab@suse.de>
4482         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
4483         variable name.
4485 2015-03-02  Florian Weimer  <fweimer@redhat.com>
4487         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
4488         Return error status.
4490 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
4492         [BZ #15969]
4493         * locale/findlocale.c (_nl_find_locale): Introduce const
4494         version of loc_name and drop unsafe type casts.
4496 2015-02-27  Roland McGrath  <roland@hack.frob.com>
4498         * dlfcn/tststatic2.c (main): Converted to ...
4499         (do_test): ... this.
4500         (TEST_FUNCTION): New macro.
4501         Include test-skeleton.c.
4503 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
4505         [BZ #17711]
4506         * elf/Makefile (tests): Add vismain only if PIE is enabled.
4507         (tests-pie): Add vismain.
4508         (CFLAGS-vismain.c): New.
4509         * elf/vismain.c: Add comments for PIE requirement.
4511 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
4513         [BZ #18046]
4514         [BZ #18047]
4515         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
4516         0x1p-56L as threshold for just returning the argument.
4517         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
4518         0x1p-32L as threshold for just returning the argument.
4519         * math/auto-libm-test-in: Add more tests of atanh.
4520         * math/auto-libm-test-out: Regenerated.
4521         * sysdeps/i386/fpu/libm-test-ulps: Update.
4522         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
4524 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
4526         * string/bcopy.c (bcopy): Call memmove for performance.
4528 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
4530         * string/bzero.c (__bzero): Call memset for performance.
4532 2015-02-27  John David Anglin  <dave.anglin@bell.net>
4534         [BZ #18068]
4535         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
4536         to 00100000.
4538 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
4540         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
4542 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
4544         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
4545         (__kernel_standard): Use CSTR macro when setting exc.name.
4546         * sysdeps/ieee754/Makefile [$(subdir) = math]
4547         (CFLAGS-k_standard.c): Remove variable.
4549         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
4550         setting p and q from "else if" to "else".
4551         (qzero): Likewise.
4552         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
4553         (qone): Likewise.
4554         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
4555         (qzerof): Likewise.
4556         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
4557         (qonef): Likewise.
4558         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
4559         (qzero): Likewise.
4560         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
4561         (qone): Likewise.
4563         [BZ #18038]
4564         [BZ #18039]
4565         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
4566         return pi/2 for arguments below 0x1p-113L.
4567         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
4568         return pi/2 for arguments below 0x1p-106L.
4569         * math/auto-libm-test-in: Add more tests of acos.
4570         * math/auto-libm-test-out: Regenerated.
4572         [BZ #16351]
4573         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
4574         (MO): New macro.
4575         (__ieee754_asin): Force underflow exception for results with small
4576         absolute value.
4577         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
4578         (MO): New macro.
4579         (__ieee754_asinf): Force underflow exception for results with
4580         small absolute value.
4581         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
4582         (__ieee754_asin): Force underflow exception for results with small
4583         absolute value.
4584         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
4585         (__ieee754_asinf): Force underflow exception for results with
4586         small absolute value.
4587         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
4588         (__ieee754_asinl): Force underflow exception for results with
4589         small absolute value.
4590         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
4591         (__ieee754_asinl): Force underflow exception for results with
4592         small absolute value.
4593         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
4594         (__ieee754_asinl): Force underflow exception for results with
4595         small absolute value.
4596         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
4597         Include <math.h>.
4598         * math/auto-libm-test-in: Do not mark underflow exceptions as
4599         possibly missing for bug 16351.
4600         * math/auto-libm-test-out: Regenerated.
4602         [BZ #18030]
4603         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
4604         of power of 2 down when low part has opposite sign.
4605         * math/libm-test.inc (logb_test_data): Add more tests.
4607 2015-02-26  Andreas Schwab  <schwab@suse.de>
4609         [BZ #18032]
4610         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
4611         over collating symbol inside a bracket expression.  Minor cleanup.
4612         * posix/tst-fnmatch3.c (do_test): Add test case.
4614 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
4616         [BZ #18029]
4617         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
4618         Adjust exponent of power of 2 down when low part has opposite
4619         sign.
4620         * math/libm-test.inc (ilogb_test_data): Add more tests.
4622 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
4624         [BZ #15969]
4625         * locale/findlocale.c (_nl_find_locale): Fix constness error in
4626         the previous change.
4628         [BZ #15969]
4629         * locale/findlocale.c (_nl_find_locale): Retry archive search
4630         after alias expansion.
4632 2015-02-25  Roland McGrath  <roland@hack.frob.com>
4634         * iconv/tst-iconv3.c (main): Converted to ...
4635         (do_test): ... this.
4636         (TEST_FUNCTION): New macro.
4637         Include test-skeleton.c.
4639         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
4640         (convert): Make function static.
4641         (test_unalign): Likewise.  Add const to argument pointee types.
4642         (main): Replace with static function do_test.
4643         Print "Succeeded." only if RET is zero.
4644         (TEST_FUNCTION): New macro.
4645         Include test-skeleton.c.
4647         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
4648         returns a null pointer.
4650 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4652         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
4653         to __memcpy_ppc only for static builds.
4655 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
4657         [BZ #18020]
4658         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
4659         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
4660         * math/auto-libm-test-in: Add more tests of asinh.
4661         * math/auto-libm-test-out: Regenerated.
4662         * sysdeps/i386/fpu/libm-test-ulps: Update.
4663         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4665 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
4667         [BZ #15850]
4668         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
4669         and ip6_mtuinfo definitions here.
4670         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
4671         in this define too.  Update comment.
4673 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
4675         * elf/sprof.c (load_shobj): Tweak error message to match others.
4677 2015-02-24  Kevin Easton  <kevin@guarana.org>
4679         [BZ #16145] (partial fix)
4680         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
4681         to reduce lock contention.
4683 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
4685         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
4686         (struct timex): Update time comment.
4687         (ADJ_SETOFFSET): Define.
4689 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
4691         [BZ #18019]
4692         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
4693         2**56 not 2**28 as threshold for log (2x) formula.
4694         * math/auto-libm-test-in: Add more tests of acosh.
4695         * math/auto-libm-test-out: Regenerated.
4696         * sysdeps/i386/fpu/libm-test-ulps: Update.
4697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4699 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
4701         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
4702         parenthesis around the buf assignment.
4703         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
4705 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
4707         [BZ #16783]
4708         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
4709         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
4710         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
4711         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
4712         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
4713         * math/libm-test.inc (scalb_test_data): Add more tests.
4715 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
4717         [BZ #17916]
4718         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
4719         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
4721 2015-02-24  Eric Rannaud  <e@nanocritical.com>
4723         [BZ #17523]
4724         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
4725         * io/bits/fcntl2.h (open): Use it.
4726         (openat): Likewise.
4727         * io/open.c (__libc_open): Likewise.
4728         * io/open64.c (__libc_open64): Likewise.
4729         * io/open64_2.c (__open64_2): Likewise.
4730         * io/open_2.c (__open_2): Likewise.
4731         * io/openat.c (__openat): Likewise.
4732         * io/openat64.c (__openat64): Likewise.
4733         * io/openat64_2.c (__openat64_2): Likewise.
4734         * io/openat_2.c (__openat_2): Likewise.
4735         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
4736         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
4737         * sysdeps/posix/open64.c (__libc_open64): Likewise.
4738         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
4739         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
4740         (__open_nocancel): Likewise.
4741         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
4742         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
4743         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
4745 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4747         [BZ #14841]
4748         * resolv/gethnamaddr.c (getanswer): Skip logging if
4749         RES_USE_DNSSEC is set.
4750         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
4752 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
4754         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
4756 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
4758         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
4759         201304L, for Unicode 7.
4761 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
4763         [BZ #17836]
4764         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
4765         shared library.  Add gmon-start.os otherwise.
4766         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
4767         $(objpfx)gmon-start.os if builing shared library.
4768         ($(objpfx)g$(static-start-installed-name)): Likewise.
4770 2015-02-23  Andreas Schwab  <schwab@suse.de>
4772         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
4774 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
4776         [BZ #17269]
4777         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
4778         (enlarge_userbuf): Likewise.
4780 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
4782         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
4783         * math/atest-exp.c (TIMEOUT): Adjust to 200.
4784         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
4785         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
4787 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
4789         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
4790         expression inside statement expression.
4792 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4794         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
4795         <sysdeps/nptl/lowlevellock.h> and remove macros and
4796         functions that are now defined there.
4797         (SYS_futex): Remove.
4798         (lll_compare_and_swap): Remove.
4799         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
4801 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
4803         [BZ #17999]
4804         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
4805         instead of scandirat.
4806         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
4807         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
4808         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
4809         __scandirat.
4810         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
4811         (__scandirat): Declare.  Use libc_hidden_proto.
4812         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
4813         Remove variable.
4814         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4816 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
4818         [BZ #15319]
4819         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
4820         (MO): New macro.
4821         (__ieee754_atan2): For results with small absolute value, force
4822         underflow exception and remove excess range and precision from
4823         return value.
4824         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
4825         (MO): New macro.
4826         (__ieee754_atan2f): For results with small absolute value, force
4827         underflow exception and remove excess range and precision from
4828         return value.
4829         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
4830         (MO): New macro.
4831         (__atan): For results with small absolute value, force underflow
4832         exception and remove excess range and precision from return value.
4833         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
4834         (MO): New macro.
4835         (__atanf): For results with small absolute value, force underflow
4836         exception and remove excess range and precision from return value.
4837         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
4838         <math.h>.
4839         (__ieee754_atan2): Force underflow exception for results with
4840         small absolute value.
4841         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
4842         <math_private.h>.
4843         (atan): Force underflow exception for results with small absolute
4844         value.
4845         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
4846         (__atanf): Force underflow exception for results with small
4847         absolute value.
4848         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
4849         <math.h>.
4850         (__atanl): Force underflow exception for results with small
4851         absolute value.
4852         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
4853         (__atanl): Force underflow exception for results with small
4854         absolute value.
4855         * sysdeps/x86/fpu/bits/mathinline.h
4856         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
4857         (__ieee754_atan2): Only define inline for long double.
4858         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
4859         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
4860         * math/auto-libm-test-in: Do not mark underflow exceptions as
4861         possibly missing for bug 15319.  Add more tests of atan2.
4862         * math/auto-libm-test-out: Regenerated.
4863         * math/libm-test.inc (casin_test_data): Do not mark underflow
4864         exceptions as possibly missing for bug 15319.
4865         (casinh_test_data): Likewise.
4866         * sysdeps/i386/fpu/libm-test-ulps: Update.
4868 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
4870         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
4871         * sysdeps/mips/bits/endian.h: Fix comments.
4873 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
4875         [BZ #17996]
4876         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
4877         (hdestroy_r): Likewise.
4878         (hsearch_r): Likewise.
4879         (__hcreate_r): Declare and use libc_hidden_proto.
4880         (__hdestroy_r): Likewise.
4881         (__hsearch_r): Likewise.
4882         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
4883         (hcreate): Call __hcreate_r instead of hcreate_r.
4884         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
4885         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
4886         as weak alias of __hcreate_r.
4887         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
4888         __hdestroy_r.
4889         (hsearch_r): Rename to __hsearch_r and define as weak alias of
4890         __hsearch_r.
4891         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
4892         Remove variable.
4893         (test-xfail-XPG4/search.h/linknamespace): Likewise.
4894         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4895         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4896         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4898 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
4900         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
4901         arena_lock into a single arena_get.
4903 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
4905         * dl-reloc.c: Inlucde libc-internal.h.
4906         (_dl_try_allocate_static_tls): Call ALIGN_UP.
4907         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
4908         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
4909         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
4910         (grow_heap): Likewise.
4911         * malloc/malloc.c: Include libc-internal.h.
4912         (do_check_malloc): Call powerof2.
4913         (sysmalloc): Use pagesize. Call ALIGN_UP.
4914         (systrim): Use pagesize.
4915         (mremap_chunk): Use pagesize. Call ALIGN_UP.
4916         (__libc_valloc): Use pagesize.
4917         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
4919 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
4921         [BZ #17991]
4922         * include/sys/resource.h (__getrlimit64): Declare.  Use
4923         libc_hidden_proto.
4924         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
4925         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
4926         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
4927         getrlimit64.
4928         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
4929         __getrlimit64.
4930         [!getrlimit64] (getrlimit64): Define as weak alias of
4931         __getrlimit64.  Use libc_hidden_weak.
4932         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
4933         using __getrlimit64 not __new_getrlimit64.
4934         (__GI_getrlimit64): Likewise.
4935         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
4936         Likewise.
4937         (__GI_getrlimit64): Likewise.
4938         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
4939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
4940         (getrlimit): Add __getrlimit64 alias.
4941         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
4942         Likewise.
4943         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
4944         Remove variable.
4945         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4946         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4948 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
4950         * libio/fileops.c: Add missing sys/mman.h
4951         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
4953 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
4955         * manual/math.texi (Errors in Math Functions): Clarify goals
4956         regarding inexact and underflow exceptions.
4958 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
4960         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
4961         * sysdeps/mips/memset.S: Ditto.
4963 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
4965         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
4967 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4969         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
4970         (__v1longjmp): Remove versioned symbol.
4971         (__v1siglongjmp): Remove alias and versioned symbol.
4972         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
4973         (__v2siglongjmp): Likewise.
4975 2015-02-16  Torvald Riegel  <triegel@redhat.com>
4977         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
4979 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
4981         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
4983 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
4985         [BZ #17987]
4986         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
4987         zero result does not depend on the sign resulting from
4988         subtraction.
4989         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
4990         Likewise.
4991         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
4992         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
4993         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
4994         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
4995         * math/libm-test.inc (remquo_test_data): Add more tests.
4997 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
4999         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
5000         Problem reported by J William Piggott.
5002 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
5004         [BZ #17978]
5005         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
5006         products 4 * y and 2 * y where those would overflow.
5007         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
5008         Likewise.
5009         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
5010         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
5011         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
5012         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
5013         * math/libm-test.inc (remquo_test_data): Add more tests.
5015         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
5017         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
5018         [defined _COMPILING_NEWLIB].
5019         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
5020         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
5022         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
5023         [!defined __mips_isa_rev || __mips_isa_rev < 6].
5025 2015-02-16  Torvald Riegel  <triegel@redhat.com>
5027         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
5028         acquired.
5030 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
5032         [BZ #17792]
5033         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
5034         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
5035         HOST_STACK_END_ADDR): Likewise.
5037 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
5039         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
5040         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
5041         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
5043 2015-02-13  Roland McGrath  <roland@hack.frob.com>
5045         * sysdeps/generic/c++-types.data: New file.
5046         * sysdeps/generic/ld.abilist: New file.
5047         * sysdeps/generic/libBrokenLocale.abilist: New file.
5048         * sysdeps/generic/libanl.abilist: New file.
5049         * sysdeps/generic/libc.abilist: New file.
5050         * sysdeps/generic/libcrypt.abilist: New file.
5051         * sysdeps/generic/libdl.abilist: New file.
5052         * sysdeps/generic/libm.abilist: New file.
5053         * sysdeps/generic/libpthread.abilist: New file.
5054         * sysdeps/generic/libresolv.abilist: New file.
5055         * sysdeps/generic/librt.abilist: New file.
5057 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
5059         [BZ #17569]
5060         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
5061         Compute absolute value of x as modified by fmod, not original
5062         value of x.
5063         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
5064         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
5065         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
5066         RUN_TEST_ffI_f1_mod8.
5067         (remquo_test_data): Add more tests.
5069 2015-02-13  Roland McGrath  <roland@hack.frob.com>
5071         * sysdeps/init_array/pt-crti.S: New file.
5073 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
5075         [BZ #17967]
5076         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
5077         __builtin_fmaf instead of relying on contraction of a * b + c.
5079 2015-02-12  J William Piggott  <elseifthen@gmx.com>
5081         [BZ #17969]
5082         * manual/time.texi: correct the zoneinfo path in the TZ Variable
5083         node.
5085 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
5087         [BZ #17964]
5088         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
5089         __builtin_fma instead of relying on contraction of a * b + c.
5091 2015-02-12  Roland McGrath  <roland@hack.frob.com>
5093         * Makeconfig (ASFLAGS): Add -Werror=undef.
5094         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
5095         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
5096         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
5098         * Makeconfig (after-link): New variable.
5099         (+link-pie, +link-pie-tests): Use it.
5100         (+link-static, +link-static-tests): Likewise.
5101         (+link, +link-tests): Likewise.
5102         * Makerules (build-module, build-module-asneeded): Likewise.
5103         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
5104         Likewise.
5105         * elf/Makefile ($(objpfx)ld.so): Likewise.
5107 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
5109         [BZ #17965]
5110         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
5111         both struct timeval and struct timespec.
5113 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
5115         [BZ #16560]
5116         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
5117         and redefine.
5118         (__ieee754_exp2l): Do not multiply small fractional parts by
5119         M_LN2l.
5120         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
5121         small argument.
5122         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
5123         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
5124         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
5125         * math/auto-libm-test-in: Add more tests of exp2.
5126         * math/auto-libm-test-out: Regenerated.
5128 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
5130         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
5131         unaligned path.
5133 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5135         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
5136         little endian.
5138 2015-02-12  Andreas Schwab  <schwab@suse.de>
5140         [BZ #15790]
5141         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
5142         Filter out elision flags from value returned in kind.
5143         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
5144         * nptl/tst-pthread-mutexattr.c: New file.
5146 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5148         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
5149         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
5150         into gnu-gnu, and update comment to refer to abi-tags.
5152 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
5154         [BZ #15467]
5155         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
5156         (__sincos): Set errno to EDOM for infinite argument.
5157         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
5158         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
5159         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
5160         (__sincosl): Set errno to EDOM for infinite argument.
5161         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
5162         (__sincosl): Set errno to EDOM for infinite argument.
5163         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
5164         (__sincosl): Set errno to EDOM for infinite argument.
5165         * math/libm-test.inc (sincos_test_data): Test errno setting.
5167 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
5169         * string/strxfrm_l.c: Remove #define STRCMP.
5170         * string/strcoll_l.c: Remove #define STRLEN.
5171         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
5172         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
5174 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
5176         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
5177         * sysdeps/mips/mips32/sfp-machine.h: ... here.
5178         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
5179         * sysdeps/mips/mips64/Makefile: ... here.
5180         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
5181         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
5182         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
5183         * sysdeps/mips/mips64/sfp-machine.h: ... here.
5184         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
5185         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
5186         * sysdeps/mips/mips64/n64/Implies: Likewise.
5188 2015-02-10  Roland McGrath  <roland@hack.frob.com>
5190         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
5191         <sys/time.h>, <string.h>, and <errno.h>.
5192         (dest_offset, dest_address, value, zero): Remove unused variables.
5193         (ldouble): Remove typedef.
5194         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
5195         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
5196         1).  Fix code style.
5197         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
5198         (check): Function removed.
5199         (CHECK): New macro.
5200         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
5201         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
5202         Don't call set_sigaction_FP and remove_sigaction_FP here.
5203         (ldouble_test): Just use 'long double' as macro argument, no need for
5204         the 'ldouble' typedef.
5205         (do_test): Set up SIGFPE handler at start, using plain signal rather
5206         than sigaction.  Fix code style.
5208 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
5210         [BZ #17949]
5211         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
5212         jump label.
5214 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
5216         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
5217         * sysdeps/powerpc/powerpc32/configure: Regenerated.
5219         * sysdeps/powerpc/configure.ac: Remove file.
5220         * sysdeps/powerpc/configure: Likewise.
5222         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
5223         [sysdep_routines]: Remove wordcopy-power6 object.
5224         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5225         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
5226         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
5227         (__memmove_ppc32): Likewise.
5228         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
5229         file.
5230         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
5231         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
5232         Remove preprocessor.
5234         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
5235         [sysdep_routines]: Remove wide chars objects.
5236         [wcsmbs]: New rule for wide char objects.
5238         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5239         Remove wordcopy-power6 obejct.
5240         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
5241         Use local call for wordcopy and memcpy symbols.
5242         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
5243         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
5244         implementation for loader.
5245         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
5247         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5248         Remove wordcopy-power7 object.
5249         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
5250         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
5251         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
5252         (_wordcopy_fwd_dest_aligned): Likewise.
5253         (_wordcopy_bwd_aligned): Likewise.
5254         (_wordcopy_bwd_dest_aligned): Likewise.
5256         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
5257         Rewrite to call __memmove_ppc instead of include default
5258         implementation.
5260         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5261         Remove wide chars objects.
5262         [wcsmbs]: New rule for wide char objects.
5264 2015-02-09  Andreas Schwab  <schwab@suse.de>
5266         [BZ #17912]
5267         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
5268         in terms of __O_DIRECTORY.
5270 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5272         * time/getdate.c: Include <stdbool.h>.
5273         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
5274         call PTR_MANGLE.
5275         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
5276         PTR_DEMANGLE.
5278 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5280         Add ersatz _Static_assert on older C hosts
5281         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
5282         pre-C11 C platform that is not known to support _Static_assert.
5284 2015-02-07  Richard Braun  <rbraun@sceen.net>
5286         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
5287         sigstate.
5288         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
5290 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5292         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
5293         priority against unexistent AIO_PRIO_DELTA_MAX.
5294         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
5295         instead of int.
5296         * misc/fchflags.c (fchflags): Likewise.
5297         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
5298         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
5299         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
5300         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
5301         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
5302         Declare macros.
5303         [__USE_MISC] (chflags, fchflags): Declare functions.
5304         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
5305         EINVAL when nfds is greater than FD_SETSIZE.
5306         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
5307         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
5308         45.
5309         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
5310         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
5311         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
5312         MACH_RCV_TIMED_OUT.
5313         * hurd/hurd/signal.h (_hurd_self_sigstate,
5314         _hurd_critical_section_lock, _hurd_critical_section_unlock):
5315         Explicit casts from void *.
5316         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
5317         * abi-tags: Rename gnu-gnu os into gnu.
5319         [BZ #4719]
5320         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
5321         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
5322         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
5323         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
5324         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
5325         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
5327         [BZ #17944]
5328         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
5329         duplicates ADDR->sun_path with sockaddr LEN limitation.
5330         * sysdeps/mach/hurd/connect.c: Include <string.h>
5331         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
5332         * sysdeps/mach/hurd/sendmsg.c: Likewise.
5333         * sysdeps/mach/hurd/sendto.c: Likewise.
5334         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
5335         implementing it by hand.
5337 2015-02-06  Roland McGrath  <roland@hack.frob.com>
5339         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
5340         Use sfi_breg on ldr.
5341         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
5342         Likewise.
5344         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
5345         it's defined.
5346         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
5347         Test SIGSETXID only if it's defined.
5349         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
5351         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
5352         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
5354         * nptl/tst-align2.c: Moved ...
5355         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
5356         * nptl/Makefile (tests): Remove tst-align2.
5357         * sysdeps/unix/sysv/linux/Makefile
5358         [$(subdir) = nptl] (tests): Add tst-align-clone.
5359         * nptl/tst-getpid1.c: Moved ...
5360         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
5361         * nptl/tst-getpid2.c: Moved ...
5362         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
5363         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
5364         * sysdeps/unix/sysv/linux/Makefile
5365         [$(subdir) = nptl] (tests): ... here.
5366         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
5367         * sysdeps/unix/sysv/linux/Makefile
5368         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
5370         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
5371         Drop trailing \n from perror argument.  Use return rather than exit.
5373         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
5374         on [SA_SIGINFO].
5375         * nptl/tst-cancel21.c (do_test): Likewise.
5376         * debug/tst-backtrace6.c: Include <signal.h> first thing.
5377         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
5378         [!SA_SIGINFO]: Make it a stub test.
5380         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
5381         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
5383         * posix/tst-getlogin.c: Move to ...
5384         * login/tst-getlogin.c: ... here.
5385         * posix/Makefile (tests): Move tst-getlogin to ...
5386         * login/Makefile (tests): ... here.
5388         * libio/tst-atime.c (do_test): Move local variables SV and E
5389         inside [ST_NOATIME] conditional.
5391         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
5393         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
5395         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
5396         (wait_code): New function replaces macro.
5397         Call nanosleep rather than syscall.
5399         * nptl/pt-system.c: Rewritten.  Put everything under
5400         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
5401         Use IFUNC to redirect when possible.
5403         * nptl/pt-longjmp.c: Rewritten.  Put everything under
5404         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
5405         Use IFUNC to redirect when possible.
5407         * nptl/pt-fork.c: Rewritten.  Put everything under
5408         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
5409         Use IFUNC to redirect when possible.
5410         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
5412         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
5413         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
5414         unconditionally nowadays.  This included the only reference to
5415         __vdso_clock_gettime that appears outside libc proper.
5416         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
5417         Remove version set (containing only __vdso_clock_gettime).
5418         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
5419         Add attribute_hidden.
5420         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
5421         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
5422         libc_hidden_data_def.
5423         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
5424         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
5426         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
5427         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
5428         setrpcent, and getrpcport to ...
5429         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
5430         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
5431         getrpcbynumber_r, and getrpcent_r to ...
5432         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
5433         * inet/getrpcbyname.c: Moved ...
5434         * sunrpc/getrpcbyname.c: ... here.
5435         * inet/getrpcbyname_r.c: Moved ...
5436         * sunrpc/getrpcbyname_r.c: ... here.
5437         * inet/getrpcbynumber.c: Moved ...
5438         * sunrpc/getrpcbynumber.c: ... here.
5439         * inet/getrpcbynumber_r.c: Moved ...
5440         * sunrpc/getrpcbynumber_r.c: ... here.
5441         * inet/getrpcent.c: Moved ...
5442         * sunrpc/getrpcent.c: ... here.
5443         * inet/getrpcent_r.c: Moved ...
5444         * sunrpc/getrpcent_r.c: ... here.
5445         * inet/Makefile (routines): Move those to ...
5446         * sunrpc/Makefile (routines): ... here.
5447         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
5448         the $(subdirs) list.
5449         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
5450         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
5451         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
5452         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
5454         * elf/Makefile (routines): Include $(all-dl-routines), not just
5455         $(dl-routines).
5456         (rtld-routines): Likewise.  Use = rather than :=.
5457         * sysdeps/aarch64/Makefile [$(subdir) = elf]
5458         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
5459         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
5460         * sysdeps/arm/Makefile: Likewise.
5461         * sysdeps/i386/Makefile: Likewise.
5462         * sysdeps/x86_64/Makefile: Likewise.
5463         * sysdeps/hppa/Makefile [$(subdir) = elf]
5464         (sysdep_routines, sysdep-rtld-routines): Don't add
5465         $(sysdep-dl-routines) to these.
5466         * sysdeps/ia64/Makefile: Likewise.
5467         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
5468         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
5469         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
5470         Don't add dl-static to these; sysdep-dl-routines alone is enough.
5471         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
5472         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
5473         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
5474         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
5475         * sysdeps/powerpc/Makefile [$(subdir) = elf]
5476         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
5477         these; sysdep-dl-routines alone is enough.
5479 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
5481         [BZ #17932]
5482         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
5483         where multiplication results in zero and third argument is finite
5484         and nonzero.
5485         * math/auto-libm-test-in: Add more tests of fma.
5486         * math/auto-libm-test-out: Regenerated.
5488         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
5489         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
5490         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
5491         (_FP_CMP_EQ): Likewise.
5492         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
5494         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
5495         extra argument CHECK_NAN.  Redefine as wrapper around
5496         _FP_EXTEND_CNAN.
5498 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
5500         * version.h (RELEASE): Set to "stable".
5501         (VERSION): Set to "2.21"
5502         * include/features.h (__GLIBC_MINOR__): Set to 21.
5504         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
5506 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
5507             Paul Eggert  <eggert@cs.ucla.edu>
5509         [BZ #16618]
5510         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
5511         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
5512         size in bytes. Store needed elements in wpmax. Use needed size
5513         in bytes for extend_alloca.
5515 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
5517         * manual/install.texi: Latest tested versions are GCC 4.9.2,
5518         binutls 2.25, and texinfo 5.2.
5519         * INSTALL: Regenerate.
5520         * sysdeps/nios2/configure: Regenerate.
5521         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
5522         * manual/contrib.texi: Update.
5523         * po/be.po: Update.
5524         * po/bg.po: Update.
5525         * po/ca.po: Update.
5526         * po/cs.po: Update.
5527         * po/da.po: Update.
5528         * po/de.po: Update.
5529         * po/el.po: Update.
5530         * po/eo.po: Update.
5531         * po/es.po: Update.
5532         * po/fi.po: Update.
5533         * po/fr.po: Update.
5534         * po/gl.po: Update.
5535         * po/hr.po: Update.
5536         * po/hu.po: Update.
5537         * po/ia.po: Update.
5538         * po/id.po: Update.
5539         * po/it.po: Update.
5540         * po/ja.po: Update.
5541         * po/ko.po: Update.
5542         * po/lt.po: Update.
5543         * po/nb.po: Update.
5544         * po/nl.po: Update.
5545         * po/pl.po: Update.
5546         * po/pt_BR.po: Update.
5547         * po/ru.po: Update.
5548         * po/rw.po: Update.
5549         * po/sk.po: Update.
5550         * po/sl.po: Update.
5551         * po/sv.po: Update.
5552         * po/tr.po: Update.
5553         * po/uk.po: Update.
5554         * po/vi.po: Update.
5555         * po/zh_CN.po: Update.
5556         * po/zh_TW.po: Update.
5558         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
5559         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
5560         * sysdeps/hppa/dl-irel.h: Remove #warning.
5561         * sysdeps/hppa/entry.h: Provide prototype for
5562         __canonicalize_funcptr_for_compare and cast argument.
5563         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
5564         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
5565         * sysdeps/hppa/sotruss-lib.c: New file.
5566         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
5567         (atomic_compare_and_exchange_val_acq): Use __typeof__.
5568         (atomic_compare_and_exchange_bool_acq): Likewise.
5569         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
5570         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
5572         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
5573         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
5574         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
5576 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
5578         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
5579         called function in non-PIC case.
5581 2015-01-31  David S. Miller  <davem@davemloft.net>
5583         * sysdeps/sparc/sparc32/bits/atomic.h
5584         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
5585         unlock not after it.
5586         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
5587         volatile register usage warnings from the compiler.
5589         * sysdeps/sparc/nptl/sem_init.c: Delete.
5590         * sysdeps/sparc/nptl/sem_post.c: Delete.
5591         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
5592         * sysdeps/sparc/nptl/sem_wait.c: Delete.
5593         * sysdeps/sparc/sparc32/sem_init.c: New file.
5594         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
5595         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
5596         padding explicitly initialized.
5597         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
5598         padding for in-semaphore spinlock.
5599         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
5600         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
5601         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
5602         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
5603         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
5604         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
5605         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
5606         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
5607         version.
5608         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
5609         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
5611 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
5613         [BZ #17801]
5614         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5615         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
5616         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
5617         New.
5618         (index_AVX_Fast_Unaligned_Load): Likewise.
5619         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
5620         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
5621         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
5622         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
5623         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
5624         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
5625         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
5626         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
5627         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
5629 2015-01-29  Andreas Schwab  <schwab@suse.de>
5631         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
5633 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
5635         [BZ #17892]
5636         * nscd/nscd_stat.c (send_stats): Initialize DATA.
5638 2015-01-28  Martin Sebor  <msebor@redhat.com>
5640         * math/README.libm-test: Clarify. Add "How to read the test output."
5642 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
5644         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
5645         Define to 0.
5647 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
5649         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
5650         (__HAVE_64B_ATOMICS): Define to 0.
5652 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
5654         [BZ #17885]
5655         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
5656         value to set as new flag.
5658         [BZ #16576]
5659         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
5660         and use _ARCH_PPCSQ instead.
5661         (__ieee754_sqrt): Likewise.
5662         (__ieee754_sqrtf): Likewise.
5663         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
5664         _ARCH_PPCSQ is defined.
5665         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
5666         fsqrt instruction.
5667         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
5668         _ARCH_PPCSQ is defined.
5669         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
5670         fsqrts instruction.
5671         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
5673 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5675         * iconv/loop.c: Suppress array out of bound warning caused by GCC
5676         bug (GCC BZ #64739).
5678 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
5680         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
5681         Mark _retval as used.
5682         (lll_futex_wake_unlock): Likewise.
5683         (lll_futex_timed_wait_requeue_pi): Likewise.
5685         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5686         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
5687         register variables.
5689         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
5690         libm_hidden_def.
5692         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
5693         (__bswap_64): Mark as __always_inline.
5695 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
5697         [BZ #15378]
5698         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
5699         when none of the search directories exist.
5701 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
5703         [BZ #17869]
5704         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
5705         power8 in .machine directive.
5707         [BZ #17868]
5708         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
5709         set dependency from opd value.
5711 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
5713         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5714         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
5715         architecture.
5717 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
5719         [BZ #17870]
5720         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
5721         with uint64_t.
5722         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
5723         (uint64_t) 1.
5724         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
5725         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
5726         Replace 1UL with (uint64_t) 1.
5727         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
5728         int with uint64_t.
5730 2015-01-23  Roland McGrath  <roland@hack.frob.com>
5732         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
5733         (if_freenameindex): Likewise.
5735         * resource/getrlimit64.c: Add missing libc_hidden_def.
5737 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
5739         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
5740         __label__.
5741         (_FP_FMA): Likewise.
5742         (_FP_TO_INT_ROUND): Likewise.
5743         (_FP_FROM_INT): Likewise.
5745 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5747         [BZ #16418]
5748         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
5749         Make code racy and cancel safe.
5751 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
5753         * sysdeps/arm/unwind-resume.h: Fix copyright year.
5754         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
5755         attribution.
5757         * pwd/tst-getpw.c: Rewrite.
5759         [BZ #17702]
5760         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
5761         (modules-names): Add moddummy1 and moddummy2.
5762         ($(objpfx)tst-rec-dlopen): Define.
5763         * dlfcn/moddummy1.c: New file.
5764         * dlfcn/moddummy2.c: New file.
5765         * dlfcn/tst-rec-dlopen.c: New file.
5766         * elf/dl-cache.c (_dl_load_cache_lookup):
5767         Return char*. Copy result with alloca/strcpy/strdup.
5768         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
5769         returns char*. Free cached. If not saving realname
5770         free cached.
5771         * elf/dl-open.c (dl_open_worker): Do not assert that
5772         _r_debug->r_state is RT_CONSISTENT.
5773         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
5774         returns char*.
5776 2015-01-21  Torvald Riegel  <triegel@redhat.com>
5777             Carlos O'Donell  <carlos@redhat.com>
5779         [BZ #12674]
5780         * nptl/sem_waitcommon.c: New file.
5781         * nptl/sem_wait.c: Include sem_waitcommon.c.
5782         (__sem_wait_cleanup, do_futex_wait): Remove.
5783         (__new_sem_wait): Adapt.
5784         (__new_sem_trywait): New function.
5785         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
5786         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
5787         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
5788         (sem_timedwait): Adapt.
5789         * nptl/sem_post.c (__new_sem_post): Adapt.
5790         (futex_wake): New function.
5791         (__old_sem_post): Add release MO fence.
5792         * nptl/sem_open.c (sem_open): Adapt.
5793         * nptl/sem_init.c (__new_sem_init): Adapt.
5794         (futex_private_if_supported): New function.
5795         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
5796         (__old_sem_getvalue): Add using previous code.
5797         * sysdeps/nptl/internaltypes.h: Adapt.
5798         * nptl/tst-sem13.c (do_test): Adapt.
5799         * nptl/tst-sem11.c (main): Adapt.
5800         * nptl/sem_trywait.c: Remove.
5801         * nptl/DESIGN-sem.txt: Remove.
5802         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
5803         (gen-as-const-headers): Remove structsem.sym.
5804         * nptl/structsem.sym: Remove.
5805         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
5806         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
5807         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
5808         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
5809         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
5810         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
5811         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
5812         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
5813         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
5814         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
5815         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
5816         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
5817         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
5818         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
5819         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
5820         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
5821         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
5822         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
5823         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
5824         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
5825         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
5826         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
5828 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
5830         * INSTALL: Regenerated.
5832         * po/libc.pot: Regenerated.
5834 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
5835             Sandra Loosemore  <sandra@codesourcery.com>
5836             Andrew Jenner  <andrew@codesourcery.com>
5837             Joseph Myers  <joseph@codesourcery.com>
5838             Nathan Sidwell  <nathan@codesourcery.com>
5840         * NEWS: Mention new Nios II port.
5841         * sysdeps/nios2/Implies: New file.
5842         * sysdeps/nios2/Makefile: New file.
5843         * sysdeps/nios2/Subdirs: New file.
5844         * sysdeps/nios2/Versions: New file.
5845         * sysdeps/nios2/__longjmp.S: New file.
5846         * sysdeps/nios2/abort-instr.h: New file.
5847         * sysdeps/nios2/backtrace.c: New file.
5848         * sysdeps/nios2/bits/endian.h: New file.
5849         * sysdeps/nios2/bits/fenv.h: New file.
5850         * sysdeps/nios2/bits/link.h: New file.
5851         * sysdeps/nios2/bits/setjmp.h: New file.
5852         * sysdeps/nios2/bsd-_setjmp.S: New file.
5853         * sysdeps/nios2/bsd-setjmp.S: New file.
5854         * sysdeps/nios2/configure: New generated file.
5855         * sysdeps/nios2/configure.ac: New file.
5856         * sysdeps/nios2/crti.S: New file.
5857         * sysdeps/nios2/crtn.S: New file.
5858         * sysdeps/nios2/dl-init.c: New file.
5859         * sysdeps/nios2/dl-machine.h: New file.
5860         * sysdeps/nios2/dl-sysdep.h: New file.
5861         * sysdeps/nios2/dl-tls.h: New file.
5862         * sysdeps/nios2/dl-trampoline.S: New file.
5863         * sysdeps/nios2/gccframe.h: New file.
5864         * sysdeps/nios2/gmp-mparam.h: New file.
5865         * sysdeps/nios2/jmpbuf-offsets.h: New file.
5866         * sysdeps/nios2/jmpbuf-unwind.h: New file.
5867         * sysdeps/nios2/ldsodefs.h: New file.
5868         * sysdeps/nios2/libc-tls.c: New file.
5869         * sysdeps/nios2/libm-test-ulps: New file.
5870         * sysdeps/nios2/machine-gmon.h: New file.
5871         * sysdeps/nios2/math-tests.h: New file.
5872         * sysdeps/nios2/math_private.h: New file.
5873         * sysdeps/nios2/memusage.h: New file.
5874         * sysdeps/nios2/nptl/Makefile: New file.
5875         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
5876         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
5877         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
5878         * sysdeps/nios2/nptl/pthreaddef.h: New file.
5879         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
5880         * sysdeps/nios2/nptl/tls.h: New file.
5881         * sysdeps/nios2/preconfigure: New file.
5882         * sysdeps/nios2/s_fma.c: New file.
5883         * sysdeps/nios2/s_fmaf.c: New file.
5884         * sysdeps/nios2/setjmp.S: New file.
5885         * sysdeps/nios2/sfp-machine.h: New file.
5886         * sysdeps/nios2/sotruss-lib.c: New file.
5887         * sysdeps/nios2/stackguard-macros.h: New file.
5888         * sysdeps/nios2/stackinfo.h: New file.
5889         * sysdeps/nios2/start.S: New file.
5890         * sysdeps/nios2/sysdep.h: New file.
5891         * sysdeps/nios2/tls-macros.h: New file.
5892         * sysdeps/nios2/tst-audit.h: New file.
5893         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
5894         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
5895         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
5896         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
5897         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
5898         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
5899         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
5900         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
5901         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
5902         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
5903         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
5904         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
5905         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
5906         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
5907         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
5908         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
5909         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
5910         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
5911         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
5912         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
5913         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
5914         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
5915         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
5916         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
5917         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
5918         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
5919         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
5920         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
5921         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
5922         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
5923         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
5924         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
5925         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
5926         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
5927         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
5928         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
5929         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
5930         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
5931         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
5932         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
5933         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
5934         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
5935         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
5936         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
5938 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
5940         [BZ #17844]
5941         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
5942         (getutent): Use weak_alias in non SHARED case
5943         and default_symbol_version in SHARED case.
5944         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
5945         (getutent_r, pututline): Likewise.
5946         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
5947         (getutid): Likewise.
5948         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
5949         (getutid_r): Likewise.
5950         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
5951         (getutline): Likewise.
5952         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
5953         (getutline_r): Likewise.
5954         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
5955         (updwtmp): Likewise.
5957 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
5959         [BZ #17848]
5960         * sysdeps/s390/s390-32/memcmp.S
5961         (memcmp_g5): Rename to __memcmp_g5.
5962         * sysdeps/s390/s390-32/memcpy.S
5963         (memcpy_g5): Rename to __memcpy_g5.
5964         Jump to __memcpy_mvcle instead of memcpy_mvcle.
5965         (memcpy_mvcle) Rename to __memcpy_mvcle.
5966         * sysdeps/s390/s390-32/memset.S
5967         (memset_g5): Rename to __memset_g5.
5968         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
5969         (IFUNC_RESOLVE): Prefix ifunc-resolve function
5970         and use prefixed functions.
5971         * sysdeps/s390/s390-32/multiarch/memcmp.S
5972         (memcmp_z196): Rename to __memcmp_z196.
5973         (memcmp_z10): Rename to __memcmp_z10.
5974         (memcmp): Set alias to __memcmp_g5.
5975         (bcmp): Set alias to __memcmp_g5.
5976         * sysdeps/s390/s390-32/multiarch/memcpy.S
5977         (memcpy_z196): Rename to __memcpy_z196.
5978         Jump to __memcpy_mvcle instead of memcpy_mvcle.
5979         (memcpy_z10): Rename to __memcpy_z10.
5980         Jump to __memcpy_mvcle instead of memcpy_mvcle.
5981         (memcpy): Set alias to __memcpy_g5.
5982         * sysdeps/s390/s390-32/multiarch/memset.S
5983         (memset_z196): Rename to __memset_z196.
5984         Jump to __memset_mvcle instead of memset_mvcle.
5985         (memset_z10): Rename to __memset_z10.
5986         Jump to __memset_mvcle instead of memset_mvcle.
5987         (memset_mvcle) Rename to __memset_mvcle.
5988         (memset): Set alias to __memset_g5.
5989         * sysdeps/s390/s390-64/memcmp.S
5990         (memcmp_z900): Rename to __memcmp_z900.
5991         * sysdeps/s390/s390-64/memcpy.S
5992         (memcpy_z900): Rename to __memcpy_z900.
5993         Jump to __memcpy_mvcle instead of memcpy_mvcle.
5994         (memcpy_mvcle) Rename to __memcpy_mvcle.
5995         * sysdeps/s390/s390-64/memset.S
5996         (memset_z900): Rename to __memset_z900.
5997         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
5998         (IFUNC_RESOLVE): Prefix ifunc-resolve function
5999         and use prefixed functions.
6000         * sysdeps/s390/s390-64/multiarch/memcmp.S
6001         (memcmp_z196): Rename to __memcmp_z196.
6002         (memcmp_z10): Rename to __memcmp_z10.
6003         (memcmp): Set alias to __memcmp_z900.
6004         (bcmp): Set alias to __memcmp_z900.
6005         * sysdeps/s390/s390-64/multiarch/memcpy.S
6006         (memcpy_z196): Rename to __memcpy_z196.
6007         Jump to __memcpy_mvcle instead of memcpy_mvcle.
6008         (memcpy_z10): Rename to __memcpy_z10.
6009         Jump to __memcpy_mvcle instead of memcpy_mvcle.
6010         (memcpy): Set alias to __memcpy_z900.
6011         * sysdeps/s390/s390-64/multiarch/memset.S
6012         (memset_z196): Rename to __memset_z196.
6013         Jump to __memset_mvcle instead of memset_mvcle.
6014         (memset_z10): Rename to __memset_z10.
6015         Jump to __memset_mvcle instead of memset_mvcle.
6016         (memset_mvcle) Rename to __memset_mvcle.
6017         (memset): Set alias to __memset_z900.
6019 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
6021         [BZ #17748]
6022         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
6023         __fesetenv instead of fesetenv.
6025 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
6027         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
6028         macro.
6030 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6032         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
6033         regression on LE.
6035         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
6036         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
6037         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
6038         strncmp-power8 object.
6039         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6040         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
6041         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
6042         * NEWS: Update.
6044 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
6045             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6047         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
6048         trailing byte check.
6050 2015-01-13  David S. Miller  <davem@davemloft.net>
6052         * include/signal.h (__sigreturn): Guard with __USE_MISC.
6054 2015-01-13  Roland McGrath  <roland@hack.frob.com>
6056         * login/logout.c (logout): Use memset rather than bzero.
6057         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
6058         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
6059         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
6060         (_gethtbyaddr): Likewise.
6061         * locale/programs/simple-hash.c (bcopy): Macro removed.
6063 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6065         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6066         Add strcmp-power8 object.
6067         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6068         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
6069         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
6070         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
6071         __strcmp_power8 implementation.
6072         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
6073         * NEWS: Update.
6075         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6076         Add strncpy-power8 and stpncpy-power8 objects.
6077         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6078         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
6079         implementations.
6080         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
6081         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
6082         __stpncpy_power8 implementation.
6083         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
6084         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
6085         __strncpy_power8 implementation.
6086         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
6087         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
6088         * NEWS: Update.
6090         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
6091         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
6092         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
6094         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
6095         strncat-power8 object.
6096         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
6097         __strcat_power8 implementation.
6098         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6099         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
6100         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
6101         optimized strcat for power8.
6103         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
6104         strcpy-power8 and stpcpy-power8 objects.
6105         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6106         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
6107         implementations.
6108         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
6109         multiarch stpcpy implementation for POWER8.
6110         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
6111         multiarch strcpy implementation for POWER8.
6112         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
6113         __strcpy_power8 function.
6114         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
6115         stpcpy for POWER8.
6116         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
6117         strcpy for POWER8.
6118         * NEWS: Update.
6120 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
6122         [BZ #16009]
6123         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
6124         weights and rules. Use do_xfrm_cached if data fits in cache,
6125         do_xfrm otherwise.  Moved former main loop to...
6126         * (do_xfrm_cached): New function.
6127         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
6128         find_idx, find_position and stack_push.
6129         * (find_idx): New function.
6130         * (find_position): Likewise.
6131         * localedata/sort-test.sh: Added test run for do_xfrm.
6132         * localedata/xfrm-test.c (main): Added command line option
6133         -nocache to run the test with strings that are too large for
6134         the STRXFRM cache.
6136 2015-01-13  Torvald Riegel  <triegel@redhat.com>
6138         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
6139         variable to lll_futex_wake call, not the value itself.
6141 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
6143         [BZ #17803]
6144         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
6145         twom64.  Adjust value to 0x1p-64L.
6146         (__scalblnl): Only return standard underflowing result for K <=
6147         -64 not K <= -63; adjust exponent for underflowing result by 64
6148         not 63.
6149         * math/libm-test.inc (scalbn_test_data): Add more tests.
6150         (scalbln_test_data): Likewise.
6152         [BZ #17834]
6153         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
6154         0x1p63L.
6155         (__scalblnl): Get new exponent of adjusted subnormal value from ES
6156         not HX.
6157         * math/libm-test.inc (scalbn_test_data): Add more tests.
6158         (scalbln_test_data): Likewise.
6160 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6161             Stefani Seibold  <stefani@seibold.net>
6163         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
6164         (sysdep_routines): Add dl-vdso here, ...
6165         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
6166         (sysdep_routines): ... not here.
6167         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
6168         fallback when vDSO is not presented.
6169         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
6170         Define with libc_hidden_proto/libc_hidden_data_def definitions.
6171         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
6172         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
6173         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
6174         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
6175         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
6176         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
6177         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
6178         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
6179         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
6180         fallback configurable symbol when vDSO is not available.
6181         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
6182         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
6183         be able to redefine fallback symbol when vDSO is not available.
6184         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
6185         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
6187 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6189         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
6190         (TLS_INIT_TP): Add tm_capable initialization.
6191         (TLS_DEFINE_INIT_TP): Likewise.
6192         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
6193         TCB.
6194         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
6195         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
6196         calculation.
6197         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
6198         transactoion is lock elision is built and TCB tm_capable is set.
6199         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
6200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
6201         (INTERNAL_SYSCALL_NCS): Likewise.
6202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
6203         (INTERNAL_SYSCALL_NCS): Likewise.
6204         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
6206         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
6207         for powerpc.
6208         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6209         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
6210         and remove it for 32 bits case.
6211         [pthread_rwlock_t] (__rwelision): New field for lock elision.
6212         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
6213         initialization.
6214         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
6215         Disable lock elision with rdlocks if elision is not available.
6217         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
6218         (sysdep_routines): Add lock elision objects.
6219         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6220         [pthread_mutex_t] (__spins): Rework to add lock elision field.
6221         [pthread_mutex_t] (__elision): Add field.
6222         [__PTHREAD_SPINS]: Adjust to init lock elision field.
6223         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
6224         elision definitions for powerpc.
6225         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
6226         implementation of lock elision for powerpc.
6227         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
6228         implementation of timed lock elision for powerpc.
6229         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
6230         implementation of trylock with lock elision for powerpc.
6231         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
6232         implementaion of unlock for lock elision for powerpc.
6233         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
6234         automatic enable lock elision for mutexes.
6235         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
6236         transaction execution definitions for powerpc.
6237         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
6238         definitions.
6239         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
6240         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
6241         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
6242         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
6243         * NEWS: Update.
6245 2015-01-09  Roland McGrath  <roland@hack.frob.com>
6247         * sysdeps/posix/shm-directory.c: Use <> rather than ""
6248         for #include of <shm-directory.h>.
6250 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
6252         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
6253         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
6255 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
6257         [BZ #17791]
6258         * NEWS: Mention bug fix.
6259         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
6260         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
6261         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
6263 2015-01-09  Torvald Riegel <triegel@redhat.com>
6265         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
6267 2015-01-09  Torvald Riegel <triegel@redhat.com>
6269         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
6271 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
6273         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
6274         pointer and cast to uintptr_t.
6276 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
6278         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
6279         removed.
6280         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
6282 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
6284         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
6285         of 0.
6287 2015-01-08  Roland McGrath  <roland@hack.frob.com>
6289         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
6290         <nptl/pthreadP.h> instead.
6291         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
6293         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
6294         already defined.
6295         [__SIGRTMIN] (init): Function removed.
6296         [__SIGRTMIN] (initialized): Variable removed.
6297         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
6298         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
6299         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
6300         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
6301         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
6302         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
6303         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
6304         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
6305         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
6306         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
6307         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
6308         * sysdeps/nptl/allocrtsig.c: New file.
6309         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
6310         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
6311         * sysdeps/generic/testrtsig.h: File removed.
6313         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
6314         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
6316         * nptl/nptl-init.c (pthread_functions): Conditionalize
6317         .ptr__nptl_setxid initialization on [SIGSETXID].
6319         * sysdeps/nptl/sys/procfs.h: New file.
6320         * nptl_db/Makefile (headers): Add it.
6321         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
6323         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
6324         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
6325         * nptl/pthread_attr_setaffinity.c: Include it.
6326         * nptl/pthread_setattr_default_np.c: Likewise.
6327         * nptl/check-cpuset.h: New file.
6329 2015-01-08  Richard Henderson  <rth@redhat.com>
6331         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
6332         (CFLAGS-tst-execstack-prog.c): Likewise.
6333         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
6335 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
6336             Sandra Loosemore  <sandra@codesourcery.com>
6337             Andrew Jenner  <andrew@codesourcery.com>
6338             Joseph Myers  <joseph@codesourcery.com>
6339             Nathan Sidwell  <nathan@codesourcery.com>
6341         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
6342         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
6343         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
6344         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
6345         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
6346         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
6347         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
6348         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
6349         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
6350         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
6351         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
6352         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
6353         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
6354         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
6355         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
6356         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
6357         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
6359 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6361         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
6362         timespec struct member in syscall macro.
6363         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
6364         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
6365         first timeval struct member in syscall macro.
6366         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
6368 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
6370         [BZ #17748]
6371         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
6372         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
6373         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
6374         __feupdateenv and define as weak alias of __feupdateenv.  Use
6375         libm_hidden_weak.
6376         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
6377         libm_hidden_def.
6378         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
6379         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
6380         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
6381         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
6382         libm_hidden_def.
6383         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
6384         __feupdateenv and define as weak alias of __feupdateenv.  Use
6385         libm_hidden_weak.
6386         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
6387         libm_hidden_def.
6388         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
6389         __feupdateenv and define as weak alias of __feupdateenv.  Use
6390         libm_hidden_weak.
6391         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
6392         libm_hidden_def.
6393         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
6394         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
6395         (__feupdateenv): Likewise.
6396         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
6397         __feupdateenv and define as weak alias of __feupdateenv.  Use
6398         libm_hidden_weak.
6399         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
6400         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
6401         libm_hidden_def.
6402         * sysdeps/tile/math_private.h (__feupdateenv): New inline
6403         function.
6404         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
6405         libm_hidden_def.
6406         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
6407         __feupdateenv instead of feupdateenv.
6408         (default_libc_feupdateenv_test): Likewise.
6409         (libc_feresetround_ctx): Likewise.
6411 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6413         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
6414         prototype.
6416 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
6418         * posix/regcomp.c (parse_bracket_exp): Initialize type to
6419         COLL_SYM in a couple of places to avoid uninitialized variable
6420         wanings on tilegx gcc 4.8.2.
6422 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
6424         * sysdeps/aarch64/strcpy.S: New file.
6425         * sysdeps/aarch64/stpcpy.S: New file.
6426         * NEWS: Updated.
6428 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
6430         * sysdeps/aarch64/strrchr.S: New file.
6431         * NEWS: Updated.
6433 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
6435         [BZ #17658]
6436         * stdlib/setenv.c: Fix memory leak when setting large,
6437         duplicate string.
6439 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
6441         [BZ #17273]
6442         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
6443         and tabs from buffer before parsing fstab entry.
6444         * misc/tst-mntent.c (main): Add test for mount entry with
6445         trailing spaces and tabs.
6447 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
6449         [BZ #17748]
6450         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
6451         * math/fesetround.c (fesetround): Rename to __fesetround and
6452         define as weak alias of __fesetround.  Use libm_hidden_weak.
6453         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
6454         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
6455         * sysdeps/arm/fesetround.c (fesetround): Likewise.
6456         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
6457         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
6458         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
6459         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
6460         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
6461         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
6462         __fesetround_inline.
6463         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
6464         __fesetround_inline instead of __fesetround.
6465         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
6466         __fesetround and define as weak alias of __fesetround.  Use
6467         libm_hidden_weak.  Call __fesetround_inline instead of
6468         __fesetround.
6469         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
6470         __fesetround and define as weak alias of __fesetround.  Use
6471         libm_hidden_weak.
6472         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
6473         Likewise.
6474         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
6475         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
6476         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
6477         * sysdeps/tile/math_private.h (__fesetround): New inline function.
6478         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
6479         __fesetround and define as weak alias of __fesetround.  Use
6480         libm_hidden_weak.
6481         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
6482         __fesetround instead of fesetround.
6483         (default_libc_feholdexcept_setround): Likewise.
6484         (libc_feholdsetround_ctx): Likewise.
6485         (libc_feholdsetround_noex_ctx): Likewise.
6487         [BZ #17748]
6488         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
6489         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
6490         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
6491         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
6492         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
6493         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
6494         define as weak alias of __fesetenv.  Use libm_hidden_weak.
6495         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
6496         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
6497         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
6498         define as weak alias of __fesetenv.  Use libm_hidden_weak.
6499         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
6500         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
6501         define as weak alias of __fesetenv.  Use libm_hidden_weak.
6502         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
6503         libm_hidden_def.
6504         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
6505         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
6506         Likewise.
6507         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
6508         define as weak alias of __fesetenv.  Use libm_hidden_weak.
6509         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
6510         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
6511         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
6512         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
6513         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
6514         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
6515         __fesetenv instead of fesetenv.
6516         (libc_feresetround_noex_ctx): Likewise.
6517         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
6518         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
6519         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
6520         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
6521         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
6522         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
6523         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
6524         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
6525         (__feupdateenv): Likewise.
6526         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
6527         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
6528         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
6529         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
6531 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
6533         [BZ #17806]
6534         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
6535         addresses have been freed.
6537 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
6539         * resolv/res_init.c (__res_vinit): Improve comments about nserv
6540         and nservall.
6542 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
6544         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
6545         Clean up check_pf allocation pattern. addresses
6547 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6549         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
6550         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
6551         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
6552         * nptl/pthread_exit.c (__pthread_exit): Likewise.
6553         * nptl/pthread_join.c (pthread_join): Likewise.
6554         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
6555         * sysdeps/posix/waitid.c (__waitid): Likewise.
6556         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
6557         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
6558         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
6559         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
6560         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
6561         Likewise.
6562         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
6563         (__libc_pread64): Likewise.
6564         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
6565         (__libc_pwrite): Likewise.
6566         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
6567         (__libc_pwrite64): Likewsie.
6568         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
6569         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
6570         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
6571         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
6572         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
6573         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
6574         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
6575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
6576         Likewise.
6577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
6578         (__libc_pread64): Likewise.
6579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
6580         Likewise.
6581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
6582         (__libc_pwrite64): Likewise.
6583         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
6584         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
6585         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
6586         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
6587         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
6588         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
6589         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
6590         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
6591         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
6592         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
6593         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
6594         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
6595         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
6596         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
6597         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
6598         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
6599         Likewise.
6601 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6603         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
6604         (CFLAGS-test-double.c): Likewise.
6605         (CFLAGS-test-ldouble.c): Likewise.
6606         (CPPFLAGS-test-ifloat.c): Likewise.
6607         (CPPFLAGS-test-idouble.c): Likewise.
6608         (CPPFLAGS-test-ildoubl.c): Likewise.
6609         (CFLAGS-test-test-fenv.c): Remove variable.
6610         (CFLAGS-test-misc.c): Likewise.
6612 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
6614         [BZ #17797]
6615         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
6616         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
6617         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
6618         CLOCKS_PER_SEC == 1000000.
6619         * time/clocktest.c (main): Replace %ld with %jd and cast to
6620         intmax_t.
6622 2015-01-05  Roland McGrath  <roland@hack.frob.com>
6624         * sysdeps/generic/unwind-resume.h: New file.
6625         * sysdeps/gnu/unwind-resume.c: Include it.
6626         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
6627         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
6628         argument list.
6629         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
6630         global rather than static.
6631         (_Unwind_Resume): Update user.
6632         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
6633         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
6634         rather than static.  Add __attribute__ ((cold)).
6635         (_Unwind_Resume, __gcc_personality_v0): Update callers.
6636         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
6637         * sysdeps/arm/arm-unwind-resume.S: New file.
6638         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
6639         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
6640         * sysdeps/arm/Makefile [$(subdir) = csu]
6641         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
6642         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6643         Add rt-arm-unwind-resume.
6644         [$(subdir) = nptl]
6645         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6646         Add pt-arm-unwind-resume.
6647         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
6648         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
6650 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
6652         [BZ #17748]
6653         * include/fenv.h (__feholdexcept): Declare.  Use
6654         libm_hidden_proto.
6655         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
6656         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
6657         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
6658         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
6659         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
6660         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
6661         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
6662         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
6663         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
6664         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
6665         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
6666         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
6667         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
6668         (feholdexcept): Likewise.
6669         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
6670         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
6671         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
6672         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
6673         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
6674         __feholdexcept instead of feholdexcept.
6675         (default_libc_feholdexcept_setround): Likewise.
6677 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
6679         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
6680         to avoid using stl/str to align destination.
6682 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
6684         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
6686 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
6688         [BZ #17796]
6689         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
6690         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
6691         Define as weak alias not strong alias.
6693 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
6695         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
6696         bltzal with addiupc.
6697         (RTLD_START): Ditto.
6699 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
6701         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
6702         for __vdso_* functions in declarations.
6703         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
6704         definitions.
6705         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
6706         INTERNAL_VSYSCALL): Use struct return types to check for error.
6708         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
6709         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
6710         function with cast from llround().
6711         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
6712         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
6713         Define.
6715 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
6717         [BZ #17793]
6718         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
6719         Define as weak alias not strong alias.
6721         [BZ #17635]
6722         * ctype/ctype-c99.c: New file.  isblank implementation moved from
6723         ...
6724         * ctype/ctype-extn.c: ... here.
6725         (__isblank_l): Move to ...
6726         * ctype/ctype-c99_l.c: ... here.  New file.
6727         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
6728         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
6729         Remove variable.
6730         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6731         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6732         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6733         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6734         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6736         [BZ #17777]
6737         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
6738         (posix_fadvise64): Define as weak alias not strong alias.
6739         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
6740         (posix_fallocate64): Likewise.
6741         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
6742         Remove variable.
6743         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6744         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6745         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6746         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6747         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6749 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
6751         [BZ #16191]
6752         * NEWS: Mention bug fix.
6753         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
6754         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
6755         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
6756         (HOST_STACK_END_ADDR): Likewise.
6758 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
6760         [BZ #17748]
6761         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
6762         * math/fegetround.c (fegetround): Rename to __fegetround and
6763         define as weak alias of __fegetround.  Use libm_hidden_weak.
6764         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
6765         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
6766         * sysdeps/arm/fegetround.c (fegetround): Likewise.
6767         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
6768         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
6769         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
6770         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
6771         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
6772         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
6773         Undefine after rather than before function definition; use
6774         parentheses around function name in definition.
6775         (__fegetround): Also undefine macro after function definition.
6776         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
6777         __fegetround and define as weak alias of __fegetround.  Use
6778         libm_hidden_weak.  Do not undefine as macro.
6779         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
6780         Likewise.
6781         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
6782         __fegetround and define as weak alias of __fegetround.  Use
6783         libm_hidden_weak.
6784         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
6785         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
6786         * sysdeps/tile/math_private.h (__fegetround): New inline function.
6787         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
6788         __fegetround and define as weak alias of __fegetround.  Use
6789         libm_hidden_weak.
6790         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
6791         __fegetround instead of fegetround.
6793         [BZ #17782]
6794         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
6795         Condition macro definition on [__USE_MISC].
6797         [BZ #17781]
6798         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
6799         (struct sigaction): Change type of sa_flags field to int.
6801         [BZ #17780]
6802         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
6803         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
6804         __glibc_reserved0.
6806         * nptl/version.c (banner): Use single year in copyright notice.
6808         * NEWS: Update copyright dates.
6809         * catgets/gencat.c (print_version): Likewise.
6810         * csu/version.c (banner): Likewise.
6811         * debug/catchsegv.sh: Likewise.
6812         * debug/pcprofiledump.c (print_version): Likewise.
6813         * debug/xtrace.sh (do_version): Likewise.
6814         * elf/ldconfig.c (print_version): Likewise.
6815         * elf/ldd.bash.in: Likewise.
6816         * elf/pldd.c (print_version): Likewise.
6817         * elf/sotruss.sh: Likewise.
6818         * elf/sprof.c (print_version): Likewise.
6819         * iconv/iconv_prog.c (print_version): Likewise.
6820         * iconv/iconvconfig.c (print_version): Likewise.
6821         * locale/programs/locale.c (print_version): Likewise.
6822         * locale/programs/localedef.c (print_version): Likewise.
6823         * login/programs/pt_chown.c (print_version): Likewise.
6824         * malloc/memusage.sh (do_version): Likewise.
6825         * malloc/memusagestat.c (print_version): Likewise.
6826         * malloc/mtrace.pl: Likewise.
6827         * manual/libc.texinfo: Likewise.
6828         * nptl/version.c (banner): Likewise.
6829         * nscd/nscd.c (print_version): Likewise.
6830         * nss/getent.c (print_version): Likewise.
6831         * nss/makedb.c (print_version): Likewise.
6832         * posix/getconf.c (main): Likewise.
6833         * scripts/test-installation.pl: Likewise.
6834         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
6836 2015-01-02  Will Newton  <will.newton@linaro.org>
6838         * sysdeps/arm/armv7/configure: Removed.
6839         * sysdeps/arm/armv7/configure.ac: Likewise.
6841 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
6843         * All files with FSF copyright notices: Update copyright dates
6844         using scripts/update-copyrights.
6845         * intl/plural.c: Regenerated.
6846         * locale/programs/charmap-kw.h: Likewise.
6847         * locale/programs/locfile-kw.h: Likewise.
6849 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6851         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
6853 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
6855         [BZ #17748]
6856         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
6857         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
6858         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
6859         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
6860         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
6861         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
6862         define as weak alias of __fegetenv.  Use libm_hidden_weak.
6863         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
6864         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
6865         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
6866         define as weak alias of __fegetenv.  Use libm_hidden_weak.
6867         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
6868         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
6869         define as weak alias of __fegetenv.  Use libm_hidden_weak.
6870         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
6871         libm_hidden_def.
6872         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
6873         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
6874         Likewise.
6875         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
6876         define as weak alias of __fegetenv.  Use libm_hidden_weak.
6877         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
6878         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
6879         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
6880         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
6881         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
6882         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
6883         __fegetenv instead of fegetenv.
6884         (libc_feholdsetround_noex_ctx): Likewise.
6886 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6888         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
6889         (Elf_MIPS_ABIFlags_v0): New structure.
6890         (EF_MIPS_FP64): Define.
6891         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
6892         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
6893         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
6894         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
6895         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
6896         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
6897         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
6898         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
6899         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
6900         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
6901         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
6902         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
6903         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
6904         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
6905         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
6906         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
6907         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
6908         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
6909         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
6910         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
6911         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
6912         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
6913         field.
6914         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
6915         EF_MIPS_FP64.
6916         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
6917         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
6918         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
6919         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
6920         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
6921         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
6922         * sysdeps/mips/tst-abi-interlink.c: Likewise.
6923         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
6924         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
6925         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
6926         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
6927         record the current FP ABI extension.
6928         (mips-mode-switch): Define to show if kernel headers support mode
6929         switching.
6930         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
6931         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
6932         supported SYSV ABI version to 3.
6933         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
6934         feature.
6936 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
6937             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6939         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
6940         path.
6941         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
6943 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
6945         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
6946         __fegetround and redefine to call __fegetround.  Remove condition
6947         on [!__NO_MATH_INLINES].
6948         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
6949         function.
6950         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
6951         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
6952         Remove macro.
6953         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
6954         instead of <fenv_libc.h>.
6955         (__llrintl): Call fegetround instead of __fegetround.
6956         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
6957         instead of <fenv_libc.h>.
6958         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
6959         (__lrintl): Call fegetround instead of __fegetround.
6960         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
6961         instead of <fenv_libc.h>.
6962         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
6963         (__rintl): Call fegetround instead of __fegetround.
6965 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
6967         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
6968         arrays.
6970 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
6972         [BZ #17775]
6973         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
6974         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
6975         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
6977 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
6979         * sysdeps/i386/tls-macros.h: Include <features.h>.
6980         (TLS_LE): Use non-PIC version for GCC >= 5.0.
6981         (TLS_IE): Likewise.
6982         (TLS_LD): Likewise.
6983         (TLS_GD): Likewise.
6984         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
6985         define for GCC >= 5.0.
6987 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
6989         * math/test-fenv.c (test_single_exception, set_single_exc,
6990         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
6991         feexcp_mask_test, feenable_test, fe_single_test): Add
6992         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
6993         case where they are not used.
6994         * math/libm-test.inc: Likewise.
6995         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
6996         unused in the absence of FP rounding/exception support.
6997         * stdio-common/tst-printf-round.c: Likewise.
6998         * stdlib/tst-strtod-round.c: Likewise.
6999         * stdlib/tst-strtod-underflow.c: Likewise.
7001 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
7003         [BZ #17723]
7004         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
7005         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
7006         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
7007         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
7008         libm_hidden_weak.
7009         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
7010         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
7011         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
7012         libm_hidden_def.
7013         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
7014         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
7015         libm_hidden_weak.
7016         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
7017         Likewise.
7018         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
7019         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
7020         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
7021         libm_hidden_weak.
7022         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
7023         libm_hidden_def.
7024         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
7025         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
7026         (__feraiseexcept): Likewise.
7027         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
7028         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
7029         libm_hidden_weak.
7030         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
7031         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
7032         libm_hidden_def.
7033         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
7034         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
7035         Use libm_hidden_def.
7036         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
7037         libm_hidden_def.
7038         (feraiseexcept): Define as weak not strong alias.  Use
7039         libm_hidden_weak.
7040         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
7041         New inline function.  Factored out of ...
7042         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
7043         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
7044         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
7045         feraiseexcept.
7046         * math/w_acos.c (__acos): Likewise.
7047         * math/w_asin.c (__asin): Likewise.
7048         * math/w_ilogb.c (__ilogb): Likewise.
7049         * math/w_j0.c (y0): Likewise.
7050         * math/w_j1.c (y1): Likewise.
7051         * math/w_jn.c (yn): Likewise.
7052         * math/w_log.c (__log): Likewise.
7053         * math/w_log10.c (__log10): Likewise.
7054         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
7055         * sysdeps/aarch64/fpu/math_private.h
7056         (libc_feupdateenv_test_aarch64): Likewise.
7057         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
7058         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
7059         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
7060         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
7061         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
7062         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
7063         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
7064         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
7065         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
7066         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
7068 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
7070         [BZ #17732]
7071         * io/test-utime.c (main): Replace %ld with %jd and cast to
7072         intmax_t.
7073         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
7074         * nptl/tst-mutex5.c: Include <stdint.h>.
7075         (do_test): Replace %ld with %jd and cast to intmax_t.
7076         * posix/tst-regex.c (run_test): Likewise.
7077         (run_test_backwards): Likewise.
7078         * rt/tst-clock.c: Include <stdint.h>.
7079         (clock_test): Replace %ld with %jd and cast to intmax_t.
7080         * rt/tst-cpuclock1.c: Include <stdint.h>.
7081         (do_test): Replace %lu with %ju and cast to uintmax_t.
7082         * rt/tst-cpuclock2.c: Include <stdint.h>.
7083         (do_test): Replace %lu with %ju and cast to uintmax_t.
7084         * rt/tst-mqueue1.c: Include <stdint.h>.
7085         (check_attrs): Replace %ld with %jd and cast to intmax_t.
7086         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
7087         intmax_t.
7088         * rt/tst-mqueue4.c (do_test): Likewise.
7089         * rt/tst-timer4.c: Include <stdint.h>.
7090         (check_ts): Replace %ld with %jd and cast to intmax_t.
7091         (do_test): Likewise.
7092         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
7093         and cast to intmax_t.
7094         * sysdeps/pthread/tst-timer.c (main): Likewise.
7095         * time/clocktest.c (main): Likewise.
7096         * time/tst-posixtz.c (do_test): Likewise.
7097         * timezone/tst-timezone.c (main): Likewise.
7099 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
7100             H.J. Lu  <hongjiu.lu@intel.com>
7102         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
7103         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
7104         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
7105         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
7106         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
7107         version if bit_Fast_Unaligned_Load is set.
7108         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
7109         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
7110         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
7111         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
7112         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
7113         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
7114         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
7115         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
7116         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
7117         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
7118         to 4.
7119         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
7120         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
7121         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
7122         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
7124 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
7126         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
7127         instead of #if to avoid a Wundef warning.
7128         * stdlib/tst-limits.c (do_test): Likewise.
7130         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
7131         parallel other exception macros.
7132         (fegetenv): Convert from macro to extern inline so that it applies
7133         retroactively to inline functions already seen by the compiler.
7134         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
7136         * posix/Makefile (before-compile): Use $(objpfx) for
7137         posix-conf-vars-def.h.
7139 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7141         * posix/getconf.c (main): Use size_t for type of I.
7142         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
7143         NSPEC.
7145         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
7146         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
7147         * posix/posix-envs.def: Likewise.
7148         * sysdeps/posix/sysconf.c: Likewise.
7149         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
7150         (specs): Remove array.
7151         * scripts/gen-posix-conf-vars.awk: Support generation of specs
7152         array.
7154         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
7155         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
7156         (__sysconf): Use CONF_IS_* macros.
7158         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
7159         ($(objpfx)posix-conf-vars-def.h): New target.
7160         * posix/posix-conf-vars.list: New file.
7161         * posix/posix-conf-vars.h: New file.
7162         * posix/confstr.c: Include posix-conf-vars.h.
7163         (confstr): Use CONF_IS_* macros.
7164         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
7165         CONF_IS_* macros.
7166         * scripts/gen-posix-conf-vars.awk: New file.
7168 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
7170         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
7171         fegetround): Add no-op macros to avoid linknamespace issues.
7173         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
7174         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
7176         * sysdeps/unix/sysv/linux/tile/sysdep.h
7177         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
7178         assembly-specific section to avoid a redefinition warning.
7180         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
7181         long before casting to pointer to avoid a cast warning.
7183 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
7185         * sysdeps/tile/tilegx/Implies: New file.
7187 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
7189         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
7191 2014-12-23  Florian Weimer  <fweimer@redhat.com>
7193         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
7195 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
7197         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
7198         not define.
7199         * sysdeps/unix/sysv/linux/utimes.c: Do not include
7200         <kernel-features.h>.
7201         (__utimes) [__NR_utimes]: Make code unconditional.
7202         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
7203         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7204         (__ASSUME_UTIMES): Do not undefine.
7205         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7206         (__ASSUME_UTIMES): Likewise.
7207         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7208         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
7209         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
7210         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
7212 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
7214         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
7216 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
7218         [BZ #17747]
7219         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
7220         alias to weak alias for j0l, y0l.
7221         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
7222         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
7224         [BZ #17746]
7225         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
7226         conversion.
7228 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
7230         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
7231         to zero if not already defined.
7233 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
7235         [BZ #17724]
7236         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
7237         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
7238         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
7239         (char *) casts added.
7240         * sysdeps/ieee754/k_standardf.c: New file.
7241         * sysdeps/ieee754/k_standardl.c: Likewise.
7242         * math/Makefile (libm-support): Remove k_standard.
7243         (libm-calls): Add k_standard.
7245 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
7247         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7248         Optimize to avoid an unnecessary FPCR read.
7250 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
7252         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
7253         Optimize to reduce FPCR/FPSR accesses.
7255 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
7257         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
7258         Call libc_fetestexcept_aarch64.
7260 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
7262         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
7263         Call libc_fesetround_aarch64.
7265 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
7267         [BZ #17733]
7268         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
7269         (__bind): Do not define as weak alias.
7270         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
7271         define.
7272         (__getsockname): Do not define as weak alias.
7274 2014-12-22  Will Newton  <will.newton@linaro.org>
7276         * manual/install.texi: Document that we require bison 2.7
7277         or above.
7278         * INSTALL: Regenerate.
7279         * configure.ac: Use AC_CHECK_PROG_VER instead of
7280         AC_PATH_PROG when checking for bison and check for
7281         version 2.7 or above.
7282         * configure: Regenerate.
7284 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
7286         [BZ #17745]
7287         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
7288         * sysdeps/tile/ffsll.c (ffsll): To here.
7290         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
7292 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
7294         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
7295         if not defined.
7296         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
7297         definition.
7298         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
7299         hidden ___tls_get_addr.
7300         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
7301         hidden __tls_get_addr.
7302         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
7303         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
7304         Likewise.
7306 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
7308         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
7309         _dl_init call.
7311 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
7313         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
7314         from "call _dl_init@PLT".
7315         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
7317 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
7319         * manual/search.texi: (Array Sort Function): Clarify stable sorting
7320         guarantees.
7322 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
7324         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
7326 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
7328         [BZ #17744]
7329         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
7330         strnlen.
7332 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
7334         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
7335         of multu on MIPSr6.
7336         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
7337         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
7338         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
7339         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
7340         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
7342 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
7344         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
7345         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
7346         (PTR_SUBU): Use subu for mips32r6/mips64r6.
7347         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
7348         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
7349         mips32r6/mips64r6.
7350         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
7352 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
7354         * string/strncat.c (STRNCAT): Simplify implementation.
7356 2014-12-19  David S. Miller  <davem@davemloft.net>
7358         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
7359         access the quad as both a long double and as a series of 4 words.
7361         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
7362         link_map->l_info array access.
7364 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
7366         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
7368         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
7369         * math/atest-exp2.c (TIMEOUT): Likewise.
7370         * math/atest-sincos.c (TIMEOUT): Likewise.
7372 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
7374         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
7375         -Wno-error with -fno-builtin-lround.
7377 2014-12-19  Torvald Riegel  <triegel@redhat.com>
7379         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
7380         Contains futex constants and functions moved over from ...
7381         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
7382         <lowlevellock-futex.h>.
7383         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
7384         (lll_timedwait_tid): Add comments and parentheses around macro
7385         arguments.
7387 2014-12-19  Torvald Riegel  <triegel@redhat.com>
7389         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
7390         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
7391         (__lll_private_flag): Remove.
7392         (lll_futex_wait): Likewise.
7393         (lll_futex_timed_wait): Likewise.
7394         (lll_futex_wake): Likewise.
7395         (lll_futex_requeue): Likewise.
7396         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
7397         (__lll_timedwait_tid): Spell out argument names.
7398         (lll_timedwait_tid): Add comments and parentheses around macro
7399         arguments.
7400         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
7401         LLL_SHARED and LLL_PRIVATE usable from assembly code.
7403 2014-12-19  Torvald Riegel  <triegel@redhat.com>
7405         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
7406         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
7407         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7408         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
7409         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
7410         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
7411         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
7412         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
7413         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
7414         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
7415         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
7416         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
7417         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
7418         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
7419         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
7420         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
7421         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
7422         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
7423         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
7425 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
7427         * sysdeps/x86_64/x32/Makefile: New file.
7429 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
7431         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
7432         1L with (mp_limb_t) 1.
7434 2014-12-17  Roland McGrath  <roland@hack.frob.com>
7436         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
7437         * nptl/libc_pthread_init.c: ... here.
7438         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
7439         * nptl/register-atfork.c: ... here.
7441         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
7442         Use pthread_sigmask rather than INTERNAL_SYSCALL.
7443         Use assert_perror to check its return value.
7444         (__gai_create_helper_thread): Likewise.
7446         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
7448         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
7450 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
7452         [BZ #17725]
7453         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
7454         __profil_counter.
7455         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
7456         Likewise.
7457         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
7458         Likewise.
7459         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
7460         Likewise.
7461         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
7462         (profil_counter): Likewise.
7463         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
7464         (profil_counter): Likewise.
7465         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
7466         Likewise.
7467         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
7468         Likewise.
7469         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
7470         (profil_counter): Likewise.
7471         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
7472         Likewise.
7473         [!__profil_counter] (profil_counter): Define as weak alias of
7474         __profil_counter.
7475         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
7476         (profil_counter): Rename to __profil_counter.
7477         [!__profil_counter] (profil_counter): Define as weak alias of
7478         __profil_counter.
7479         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
7480         (profil_counter): Rename to __profil_counter.
7481         [!__profil_counter] (profil_counter): Define as weak alias of
7482         __profil_counter.
7483         * sysdeps/posix/profil.c: Update comment referring to
7484         profil_counter.
7485         (__profil): Use __profil_counter instead of profil_counter.
7486         * sysdeps/posix/sprofil.c (profil_counter): Rename to
7487         __profil_counter.  Use __profil_counter_ushort and
7488         __profil_counter_uint in definitions.
7489         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
7490         instead of profil_counter_uint and profil_counter_ushort.
7492         [BZ #17722]
7493         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
7494         define as weak alias of __inet_makeaddr.
7495         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
7496         as weak alias of __inet_addr.
7497         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
7498         as weak alias of __inet_pton.  Use libc_hidden_weak.
7499         * include/arpa/inet.h (__inet_pton): Declare.  Use
7500         libc_hidden_proto.
7501         (inet_makeaddr): Don't use libc_hidden_proto.
7502         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
7503         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
7504         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
7505         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
7506         Remove variable.
7507         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
7508         (test-xfail-POSIX/time.h/linknamespace): Likewise.
7510 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
7512         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
7514 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
7516         * stdio-common/bug-vfprintf-nargs.c (do_test):
7517         Cast value to intptr_t to avoid format warning
7518         for usage with PRIdPTR printing macro.
7520 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
7522         * libio/tst-widetext.c (do_test):
7523         Use format type %td instead of %Zd for ptrdiff_t
7524         in order to avoid format warning.
7526 2014-12-17  Andreas Schwab  <schwab@suse.de>
7528         * nscd/mem.c (gc): Add size_t cast to match printf format.
7530 2014-12-16  Roland McGrath  <roland@hack.frob.com>
7532         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
7533         (init): Apply PTR_MANGLE to pointers before storing them.
7534         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
7535         before using them.
7537 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
7539         [BZ #17719]
7540         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
7541         define as weak alias of __memrchr.
7542         (__memrchr): Do not define as strong alias of memrchr.
7543         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
7544         Remove variable.
7545         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
7546         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
7547         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
7549         [BZ #17717]
7550         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
7551         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
7552         (if_indextoname): Rename to __if_indextoname and define as weak
7553         alias of __if_indextoname.  Use libc_hidden_weak.
7554         (if_freenameindex): Rename to __if_freenameindex and define as
7555         weak alias of __if_freenameindex.
7556         (if_nameindex): Rename to __if_nameindex and define as weak alias
7557         of __if_nameindex.
7558         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
7559         __if_nametoindex and define as weak alias of __if_nametoindex.
7560         Use libc_hidden_weak.
7561         (if_freenameindex): Rename to __if_freenameindex and define as
7562         weak alias of __if_freenameindex.
7563         (if_nameindex): Rename to __if_nameindex and define as weak alias
7564         of __if_nameindex.
7565         (if_indextoname): Rename to __if_indextoname and define as weak
7566         alias of __if_indextoname.  Use libc_hidden_weak.
7567         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
7568         __if_nametoindex and define as weak alias of __if_nametoindex.
7569         Use libc_hidden_weak.
7570         (if_freenameindex): Rename to __if_freenameindex and define as
7571         weak alias of __if_freenameindex.  Use libc_hidden_weak.
7572         (if_nameindex_netlink): Use __if_freenameindex instead of
7573         if_freenameindex.
7574         (if_nameindex): Rename to __if_nameindex and define as weak alias
7575         of __if_nameindex.  Use libc_hidden_weak.
7576         (if_indextoname): Rename to __if_indextoname and define as weak
7577         alias of __if_indextoname.  Use libc_hidden_weak.
7578         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
7579         libc_hidden_proto.
7580         [!_ISOMAC] (__if_freenameindex): Likewise.
7581         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
7582         if_nametoindex.
7583         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
7584         variable.
7585         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
7586         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
7587         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
7588         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
7589         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
7590         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
7591         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
7593         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
7594         Remove variable.
7595         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
7596         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
7598 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7600         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
7601         subscript above bounds'
7603         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
7604         bounds.
7606 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
7608         * libio/tst-fopenloc.c: Use test-skeleton.c.
7610         * stdlib/tst-bsearch.c: Use test-skeleton.c.
7611         (entry): Rename to ITEM.
7612         (do_test, comp): Adjust.
7614         * stdio-common/tst-fseek.c: Use test-skeleton.c.
7616 2014-12-16  Torvald Riegel  <triegel@redhat.com>
7618         * string/tester.c: Include <libc-internal.h>.
7619         (test_memset): Ignore -Wmemset-transposed-args.
7621 2014-12-16  Torvald Riegel  <triegel@redhat.com>
7623         * misc/tst-mntent2.c (do_test): Fix warning.
7625 2014-12-16  Torvald Riegel  <triegel@redhat.com>
7627         * elf/tst-unique4lib.cc(a): Mark as used.
7629 2014-12-16  Florian Weimer  <fweimer@redhat.com>
7631         [BZ #17630]
7632         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
7633         names.
7635 2014-12-16  Allan McRae  <allan@archlinux.org>
7637         * stdio-common/Makefile (tests): Re-add bug26.
7639 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
7641         [BZ #17657]
7642         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
7643         static array.
7645 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
7647         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
7648         (__lll_lock_wait): Likewise.
7649         (__lll_timedlock_wait): Likewise.
7650         (__lll_timedwait_tid): Likewise.
7651         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
7652         (__lll_robust_timedlock_wait): Likewise.
7653         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
7654         (lll_cond_trylock): Likewise.
7655         (__lll_lock): Likewise.
7656         (__lll_robust_lock): Likewise.
7657         (__lll_cond_lock): Likewise.
7658         (lll_robust_cond_lock): Likewise.
7659         (__lll_timedlock): Likewise.
7660         (__lll_robust_timedlock): Likewise.
7661         (__lll_unlock): Likewise.
7662         (__lll_robust_unlock): Likewise.
7663         (lll_wait_tid): Likewise.
7664         (lll_timedwait_tid): Likewise.
7666 2014-12-15  Torvald Riegel  <triegel@redhat.com>
7668         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
7670 2014-12-15  Torvald Riegel  <triegel@redhat.com>
7672         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
7674 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
7676         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
7677         * stdio-common/tst-sprintf.c: Likewise.
7679 2014-12-15  Torvald Riegel  <triegel@redhat.com>
7681         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
7683 2014-12-15  Jeff Law  <law@redhat.com>
7685         [BZ #16617]
7686         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
7687         on the heap.  (CVE-2012-3406)
7688         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
7689         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
7690         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
7692 2014-12-15  Will Newton  <will.newton@linaro.org>
7694         * manual/install.texi: Bump required version of texinfo
7695         to 4.7 from 4.5.
7696         * INSTALL: Regenerated.
7697         * configure.ac: Check for makeinfo version 4.7 and above.
7698         * configure: Regenerated.
7700 2014-12-12  Roland McGrath  <roland@hack.frob.com>
7702         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
7703         PREFIX, string constant to insert between directory and name.
7704         * sysdeps/posix/shm_open.c: Update caller.
7705         * sysdeps/posix/shm_unlink.c: Likewise.
7706         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
7707         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
7708         (SEM_SHM_PREFIX): New macro.
7709         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
7710         [$(have-thread-library) = no].
7711         * nptl/Makefile (libpthread-routines): Add shm-directory.
7712         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
7713         * sysdeps/nptl/shm-directory.h: New file.
7714         * sysdeps/posix/shm-directory.c
7715         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
7716         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
7717         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
7718         INTERNAL_SYSCALL.
7719         (__where_is_shmfs): Function removed.
7720         (mountpoint, defaultmount, defaultdir, __namedsem_once):
7721         Variables removed.
7722         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
7723         Use SHM_GET_NAME.
7724         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
7726         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
7727         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
7728         unconditional for use inside libpthread.
7729         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
7731 2014-12-12  Roland McGrath  <roland@hack.frob.com>
7733         * nptl/pthread_getaffinity.c: New file.
7734         * nptl/pthread_setaffinity.c: New file.
7735         * nptl/pthread_getname.c: New file.
7736         * nptl/pthread_setname.c: New file.
7738         * nptl/pthread_create.c (START_THREAD_DEFN)
7739         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
7741 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
7742             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7744         * resolv/res_send.c (send_vc): Disable warning resplen may
7745         be used uninitialized.
7747 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
7749         * nptl/tst-mutex6.c
7750         (ATTR_NULL): New define checks ATTR against NULL.
7751         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
7752         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
7754 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
7756         [BZ #17581]
7757         * malloc/hooks.c
7758         (mem2mem_check): Revert my previous change.
7759         (malloc_check_get_size): Revert my previous change.
7760         (mem2chunk_check): Revert my previous change.
7762 2014-12-11  Roland McGrath  <roland@hack.frob.com>
7764         * sysdeps/posix/shm-directory.c: New file.
7765         * sysdeps/posix/shm-directory.h: New file.
7766         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
7767         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
7768         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
7769         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
7770         Transmute EPERM to EACCES.
7771         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
7772         from ...
7773         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
7774         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
7776 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7778         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
7779         pointer and cast to uintptr_t.
7780         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
7781         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
7782         Add cast to avoid warning.
7783         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
7785 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
7787         * nptl/semaphore.h: Move to ...
7788         * sysdeps/pthread/semaphore.h: ... here.
7789         * Makefile (installed-headers): Change nptl/semaphore.h to
7790         sysdeps/pthread/semaphore.h.
7792 2014-12-11  Roland McGrath  <roland@hack.frob.com>
7794         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
7795         generated error format strings.
7797         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
7798         -Wformat-extra-args warnings for scanf formats.
7799         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
7800         test of zero-length format (duh).
7801         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
7802         corner-case scanf format test.
7803         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
7804         generated fprintf format string.
7805         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
7806         corner-case sprintf format tests.
7807         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
7808         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
7809         -Wformat-extra-args warnings throughout.
7810         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
7811         (CFLAGS-scanf4.c): Likewise.
7812         (CFLAGS-scanf7.c): Likewise.
7813         (CFLAGS-tst-sprintf.c): Likewise.
7814         (CFLAGS-tst-printf.c): Likewise.
7815         (CFLAGS-tst-printfsz.c): Likewise.
7817 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
7819         * include/cpio.h: New file.
7820         * include/fmtmsg.h: Likewise.
7822         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
7823         corresponding format argument to size_t.
7824         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
7825         arguments.
7826         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
7827         corresponding format argument to size_t.
7828         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
7829         arguments.
7830         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
7831         corresponding format argument to size_t.
7832         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
7833         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
7834         (CFLAGS-tst-mbswcs2.c): Likewise.
7835         (CFLAGS-tst-mbswcs3.c): Likewise.
7836         (CFLAGS-tst-mbswcs4.c): Likewise.
7837         (CFLAGS-tst-mbswcs5.c): Likewise.
7838         (CFLAGS-tst-trans.c): Likewise
7840 2014-12-11  Roland McGrath  <roland@hack.frob.com>
7842         * posix/regexbug1.c (main): Use "%s" format with regerror results,
7843         rather than assuming they won't contain any '%'s.
7845 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
7847         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
7848         inhibit_loop_to_libcall to avoid recursive calls.
7849         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
7850         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
7852 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
7854         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
7855         prototype.
7857 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
7859         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
7860         integer value instead of boolean.
7862 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
7864         * malloc/malloc.c: Fix powerof2 check.
7866 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7868         * locale/programs/locfile.h (maybe_swap_uint32):
7869         Remove inline and add unused attribute.
7871 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7873         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
7874         Truncating assembler expression to a .long expression.
7876 2014-12-11  Andreas Schwab  <schwab@suse.de>
7878         * elf/rtld.c (struct map_args): Constify str member.
7879         (do_preload): Constify fname argument.
7881 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7883         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
7884         constants definition.
7886 2014-12-11  Andreas Schwab  <schwab@suse.de>
7888         [BZ #16657]
7889         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
7890         FORCE_ELISION instead of DO_ELISION.
7891         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
7892         Remove.
7893         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
7894         Likewise.
7896         * iconvdata/gconv-modules: Remove duplicate entry.
7898 2014-12-11  Will Newton  <will.newton@linaro.org>
7900         Merge gettext 0.19.3 into intl/.
7902         This involves a number of cosmetic changes to comments
7903         and ANSI function definitions and prototypes throughout
7904         all the files. The gettext copyright header is used but
7905         with the date ranges taken from the glibc copy.
7907         * NEWS: Add gettext merge to 2.21.
7908         * intl/bindtextdom.c: Switch to gettext copyright.
7909         Use ANSI definitions and prototypes.
7910         Use gl_* locking primitives rather than __libc_* ones.
7911         Use __builtin_expect rather than __glibc_likely/unlikely.
7912         * intl/dcgettext.c: Switch to gettext copyright.
7913         Use ANSI definitions and prototypes.
7914         * intl/dcigettext.c: Switch to gettext copyright.
7915         Use ANSI definitions and prototypes.
7916         (INTDIV0_RAISES_SIGFPE): New define.
7917         Use gl_* locking primitives rather than __libc_* ones.
7918         Include eval-plural.h instead of plural-eval.c.
7919         Use __builtin_expect rather than __glibc_likely/unlikely.
7920         * intl/dcngettext.c: Switch to gettext copyright.
7921         Use ANSI definitions and prototypes.
7922         * intl/dgettext.c: Likewise.
7923         * intl/dngettext.c: Likewise.
7924         * intl/plural-eval.c: Renamed to...
7925         * intl/eval-plural.h: ...this.
7926         * intl/explodename.c: Switch to gettext copyright.
7927         Use ANSI definitions and prototypes.
7928         (_nl_explode_name): Use strchr instead of __rawmemchr.
7929         * intl/finddomain.c: Switch to gettext copyright.
7930         Use ANSI definitions and prototypes.
7931         Use gl_* locking primitives rather than __libc_* ones.
7932         (_nl_find_domain): Use malloc rather than alloca for
7933         allocation of temporary locale name.
7934         * intl/gettext.c: Switch to gettext copyright.
7935         Use ANSI definitions and prototypes.
7936         * intl/gettextP.h: Switch to gettext copyright.
7937         Use ANSI definitions and prototypes.
7938         Use gl_* locking primitives rather than __libc_* ones.
7939         * intl/gmo.h: Switch to gettext copyright.
7940         (struct sysdep_string): Move struct segment_pair outside of
7941         struct definition.
7942         * intl/hash-string.c: Use ANSI definitions and prototypes.
7943         * intl/hash-string.h: Switch to gettext copyright.
7944         Use ANSI definitions and prototypes.
7945         * intl/l10nflist.c: Switch to gettext copyright.
7946         Use ANSI definitions and prototypes.
7947         (_nl_normalize_codeset): Avoid integer overflow.
7948         * intl/loadinfo.h: Switch to gettext copyright.
7949         Use ANSI definitions and prototypes.
7950         (LIBINTL_DLL_EXPORTED): New define.
7951         (PATH_SEPARATOR): New define.
7952         * intl/loadmsgcat.c: Switch to gettext copyright.
7953         * intl/localealias.c: Switch to gettext copyright.
7954         Use ANSI definitions and prototypes.
7955         (_nl_expand_alias): Use PATH_SEPARATOR.
7956         * intl/ngettext.c: Switch to gettext copyright.
7957         Use ANSI definitions and prototypes.
7958         * intl/plural-exp.c: Likewise.
7959         * intl/plural-exp.h: Switch to gettext copyright.
7960         Use ANSI definitions and prototypes.
7961         (struct expression): Move definition of enum operator outside
7962         of struct definition.
7963         * intl/plural.c: Regenerate.
7964         * intl/plural.y: Switch to gettext copyright.
7965         Use ANSI definitions and prototypes.
7966         Port to bison 3.0.
7967         * intl/textdomain.c: Switch to gettext copyright.
7968         Use ANSI definitions and prototypes.
7969         Use gl_* locking primitives rather than __libc_* ones.
7971 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
7973         * debug/warning-nop.c: Add used atrribute.
7975 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
7977         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
7979         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
7980         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
7981         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
7983 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
7984             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7986         [BZ #17634]
7987         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
7988         Undefine after defining function.  Define as weak alias of
7989         __wcschr.  Use libc_hidden_weak.
7990         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
7991         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
7992         (libc_hidden_def): Also define __GI___wcschr alias.
7993         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
7994         __wcschr and define as weak alias of __wcschr.
7995         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
7996         __wcschr.
7997         [!WCSCHR] (DEFAULT_WCSCHR): Define.
7998         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
7999         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
8000         libc_hidden_weak.  Do not use libc_hidden_def.
8001         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
8002         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
8003         __GI___wcschr alias.
8004         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
8005         [IS_IN (libc)] (wcschr): Define as macro expanding to
8006         __redirect_wcschr.
8007         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
8008         [IS_IN (libc)] (__wcschr_power6): Likewise.
8009         [IS_IN (libc)] (__wcschr_power7): Likewise.
8010         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
8011         instead of wcschr.
8012         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
8013         __libc_wcschr.
8014         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
8015         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
8016         __wcschr and define as weak alias of __wcschr.  Use
8017         libc_hidden_builtin_def.
8018         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
8019         as weak alias of __wcschr.  Use libc_hidden_weak.
8020         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
8021         wcschr.
8022         * time/era.c (_nl_init_era_entries): Likewise.
8023         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
8024         variable.
8025         (test-xfail-XPG3/time.h/linknamespace): Likewise.
8026         (test-xfail-XPG4/time.h/linknamespace): Likewise.
8028 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
8030         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
8031         format for long int variable.
8033 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
8035         [BZ #10672]
8036         * manual/search.texi: (Array Sort Function): Remove claim how to make
8037         qsort stable.
8039 2014-12-10  Andreas Schwab  <schwab@suse.de>
8041         [BZ #12847]
8042         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
8043         user-controlled locks.
8045 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
8047         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
8048         register.
8050 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
8052         * configure.ac (--disable-werror): New configure option.
8053         (enable_werror): New AC_SUBST.
8054         * configure: Regenerated.
8055         * config.make.in (enable-werror): New variable.
8056         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
8057         -Wno-error=undef.
8058         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
8059         * manual/install.texi (Configuring and compiling): Document
8060         --disable-werror.
8061         * INSTALL: Regenerated.
8062         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
8063         (CFLAGS-tst-chk2.c): Likewise.
8064         (CFLAGS-tst-chk3.c): Likewise.
8065         (CFLAGS-tst-chk4.cc): Likewise.
8066         (CFLAGS-tst-chk5.cc): Likewise.
8067         (CFLAGS-tst-chk6.cc): Likewise.
8068         (CFLAGS-tst-lfschk1.c): Likewise.
8069         (CFLAGS-tst-lfschk2.c): Likewise.
8070         (CFLAGS-tst-lfschk3.c): Likewise.
8071         (CFLAGS-tst-lfschk4.cc): Likewise.
8072         (CFLAGS-tst-lfschk5.cc): Likewise.
8073         (CFLAGS-tst-lfschk6.cc): Likewise.
8075         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
8076         (main): Disable -Wdeprecated-declarations around calls to
8077         register_printf_function.
8079         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
8080         (do_test): Disable -Wdiv-by-zero around some calls to
8081         fwrite_unlocked and fread_unlocked.
8083         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
8084         (DIAG_POP_NEEDS_COMMENT): Likewise.
8085         (_DIAG_STR1): Likewise.
8086         (_DIAG_STR): Likewise.
8087         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
8088         * stdio-common/bug21.c: Include <libc-internal.h>.
8089         (do_test): Disable -Wformat around call to sscanf.
8090         * stdio-common/scanf14.c: Include <libc-internal.h>.
8091         (main): Disable -Wformat around some calls to scanf functions.
8093 2014-12-09  Torvald Riegel  <triegel@redhat.com>
8095         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
8097 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8099         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
8100         stack variable alignment.
8102 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
8104         [BZ #17682]
8105         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
8106         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
8107         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
8108         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
8109         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
8110         __getrlimit instead of getrlimit.
8111         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
8112         __gettimeofday instead of gettimeofday.
8113         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
8114         Likewise.
8115         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
8116         Likewise.
8117         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
8118         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
8119         Remove variable.
8120         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
8121         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
8123 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8125         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
8126         for wide-character tests.
8128 2014-12-04  Roland McGrath  <roland@hack.frob.com>
8130         * io/openat64.c: #include <libc-internal.h>
8131         (__openat64): Prototypify.  Use ignore_value on MODE.
8132         * io/openat.c: Likewise.
8133         * misc/reboot.c: #include <libc-internal.h>
8134         (reboot): Prototypify.  Use ignore_value on HOWTO.
8135         * misc/ptrace.c: #include <libc-internal.h>
8136         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
8138 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
8140         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
8141         XPG4, UNIX98 and XOPEN2K.
8142         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
8143         Remove variable.
8144         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
8146 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8148         * libio/fileops.c: Use ISO C style for function definitions.
8149         * libio/iofopen.c: Likewise.
8150         * libio/wfileops.c: Likewise.
8152         [BZ #17653]
8153         * libio/fileops.c (_IO_new_file_underflow): Unset cached
8154         offset on EOF.
8155         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
8156         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
8157         (fgets_func): Function pointer to fgets and fgetws.
8158         (do_ftell_test): Add test to verify ftell value after read
8159         EOF.
8160         (do_test): Set fgets_func.
8162         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
8163         O_TRUNC flag for w and w+ modes.
8164         (do_rewind_test): Likewise.
8165         (do_ftell_test): Likewise.
8166         (do_write_test): Likewise.
8168         [BZ #17647]
8169         * libio/fileops.c (do_ftell): Seek only when there are
8170         unflushed writes.
8171         * libio/wfileops.c (do_ftell_wide): Likewise.
8172         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
8173         test case.
8174         (do_one_test): Call it.
8176 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
8178         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
8179         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
8180         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
8181         Remove variable.
8182         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
8183         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
8184         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
8186 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
8188         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
8189         Remove variable.
8190         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
8192         [BZ #17668]
8193         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
8194         as weak alias of __getifaddrs.  Use libc_hidden_weak.
8195         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
8196         __freeifaddrs.  Use libc_hidden_weak.
8197         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
8198         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
8199         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
8200         __freeifaddrs.  Use libc_hidden_weak.
8201         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
8202         __getifaddrs and define as weak alias of __getifaddrs.  Use
8203         libc_hidden_weak.
8204         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
8205         __freeifaddrs.  Use libc_hidden_weak.
8206         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
8207         Remove variable.
8208         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
8209         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
8211 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
8213         [BZ #17601]
8214         * sysdeps/mips/start.S (__start): Use indirect jump to call
8215         __libc_start_main.
8217 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
8219         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
8221         * nptl/tst-mutex1.c: Include <stdbool.h>.
8222         [!ATTR] (ATTR_NULL): New macro.
8223         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
8224         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
8225         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
8227         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
8228         to char *.
8230         [BZ #17665]
8231         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
8232         Change conditional to [__USE_MISC].
8234         [BZ #17664]
8235         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
8236         fgets_unlocked.
8237         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
8238         __fgets_unlocked.
8239         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
8240         fgets_unlocked.
8241         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
8242         Remove variable.
8243         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
8244         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
8245         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
8246         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
8247         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
8248         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
8249         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
8250         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
8251         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
8253         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
8255 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8257         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8258         Remove strpbrk objects.
8259         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8260         (__libc_ifunc_impl_list): Remove strpbrk implementation.
8261         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
8262         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
8263         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
8264         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
8266         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8267         Remove strcspn objects.
8268         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8269         (__libc_ifunc_impl_list): Remove strcspn implementation.
8270         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
8271         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
8272         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
8273         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
8275         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8276         Remove strspn objetcs.
8277         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8278         (__libc_ifunc_impl_list): Remove strspn implementation.
8279         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
8280         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
8281         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
8282         * sysdeps/powerpc/powerpc64/strspn.S: New file.
8284 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
8286         [BZ #17581]
8287         * malloc/hooks.c
8288         (mem2mem_check): Add a terminator to the chain of checking blocks.
8289         (malloc_check_get_size): Use it here.
8290         (mem2chunk_check): Ditto.
8292 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8294         * sysdeps/powerpc/powerpc64/strtok.S: New file.
8295         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
8297 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
8299         * bits/ioctl-types.h: Indent preprocessor directives correctly.
8301         * nptl/nptl-init.c: Include libc-internal.h.
8302         (__pthread_initialize_minimal_internal): Use ROUND_UP.
8304         * elf/ldconfig.c (search_dir): Expand comment.
8306 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
8308         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
8309         variable.
8310         (linknamespace-symlist-stdlibs-tests): Likewise.
8311         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
8312         instead of $(objpfx)symlist-stdlibs.
8313         (linknamespace-libs-isoc): New variable.
8314         (linknamespace-libs): Use $(linknamespace-libs-isoc).
8315         (linknamespace-libs-ISO): New variable.
8316         (linknamespace-libs-ISO99): Likewise.
8317         (linknamespace-libs-ISO11): Likewise.
8318         (linknamespace-libs-XPG3): Likewise.
8319         (linknamespace-libs-XPG4): Likewise.
8320         (linknamespace-libs-POSIX): Likewise.
8321         (linknamespace-libs-UNIX98): Likewise.
8322         (linknamespace-libs-XOPEN2K): Likewise.
8323         (linknamespace-libs-POSIX2008): Likewise.
8324         (linknamespace-libs-XOPEN2K8): Likewise.
8325         ($(objpfx)symlist-stdlibs): Replace by
8326         $(linknamespace-symlist-stdlibs-tests).  Use
8327         $(linknamespace-libs-$*) as set of libraries.
8328         ($(linknamespace-header-tests)): Update dependencies.  Use
8329         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
8330         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
8331         * conform/linknamespace.pl: Remove comment about considering
8332         definitions of symbols from irrelevant libraries.
8334 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
8336         [BZ #13862]
8337         * elf/dl-tls.c: Include <atomic.h>.
8338         (oom): Remove #ifdef SHARED/#endif.
8339         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
8340         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
8341         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
8342         big enough.
8343         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
8344         * nptl/Makefile (tests): Add tst-stack4.
8345         (modules-names): Add tst-stack4mod.
8346         ($(objpfx)tst-stack4): New.
8347         (tst-stack4mod.sos): Likewise.
8348         ($(objpfx)tst-stack4.out): Likewise.
8349         ($(tst-stack4mod.sos)): Likewise.
8350         (clean): Likewise.
8351         * nptl/tst-stack4.c: New file.
8352         * nptl/tst-stack4mod.c: Likewise.
8354 2014-11-27  J. Brown  <jb999@gmx.de>
8356         * sysdeps/x86/bits/string.h: Add recent CPUs.
8358 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
8360         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
8361         sigblock.
8363         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
8364         feof.
8366         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
8367         variable.
8369 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
8371         * nscd/connections.c: Include libc-internal.h because of macro
8372         usage ignore_value.
8374 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8376         * string/bits/string3.h (__warn_memset_zero_len): Don't
8377         declare for gcc newer than 5.0.
8378         (memset): Don't test for zero-length __LEN for gcc newer than
8379         5.0.
8381 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
8383         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
8384         size_t for %zu format.
8386         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
8387         difference, not %ju.
8389 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
8391         * include/libc-internal.h (ignore_value): New macro.
8392         * nscd/connections.c (restart): Wrap calls to setuid and setgid
8393         with ignore_value.
8395         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
8396         definition.
8398         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
8399         pthread_cleanup_push to void *.
8401         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
8402         Undefine.
8404         [BZ #16619]
8405         [BZ #16740]
8406         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
8407         instead of 1L << 52.
8409         * libio/bug-rewind.c (do_test): Check fwscanf return values.
8410         * libio/bug-rewind2.c (do_test): Likewise.
8412         * debug/test-stpcpy_chk-ifunc.c: Remove file.
8413         * debug/test-strcpy_chk-ifunc.c: Likewise.
8414         * wcsmbs/test-wcschr-ifunc.c: Likewise.
8415         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
8416         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
8417         * wcsmbs/test-wcslen-ifunc.c: Likewise.
8418         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
8419         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
8420         * Rules [$(multi-arch) = no] (tests): Do not filter out
8421         $(tests-ifunc).
8422         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
8423         * debug/Makefile (tests-ifunc): Remove variable.
8424         (tests): Do not add $(tests-ifunc).
8425         * wcsmbs/Makefile (tests-ifunc): Remove variable.
8426         (tests): Do not add $(tests-ifunc).
8427         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
8428         [TEST_IFUNC]: Remove conditionals.
8429         * string/test-string.h (TEST_IFUNC): Remove macro.
8430         [TEST_IFUNC]: Remove conditionals.
8432         * string/test-strchr.c [!WIDE] (L): New macro.
8433         [WIDE] (L): Likewise.
8434         (check1): Use CHAR instead of char.  Use L on string and character
8435         constants.
8437 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
8439         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
8440         tests.
8441         * sysdeps/powerpc/bits/atomic.h
8442         (__arch_atomic_exchange_and_add_32_acq): Add definition.
8443         (__arch_atomic_exchange_and_add_32_rel): Likewise.
8444         (atomic_exchange_and_add_acq): Likewise.
8445         (atomic_exchange_and_add_rel): Likewise.
8446         * sysdeps/powerpc/powerpc32/bits/atomic.h
8447         (__arch_atomic_exchange_and_add_64_acq): Add definition.
8448         (__arch_atomic_exchange_and_add_64_rel): Likewise.
8449         * sysdeps/powerpc/powerpc64/bits/atomic.h
8450         (__arch_atomic_exchange_and_add_64_acq): Add definition.
8451         (__arch_atomic_exchange_and_add_64_rel): Likewise.
8453 2014-11-26  Torvald Riegel  <triegel@redhat.com>
8455         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
8456         Change synchronization of __sched_fifo_min_prio and
8457         __sched_fifo_max_prio.
8458         * nptl/pthread_mutexattr_getprioceiling.c
8459         (pthread_mutexattr_getprioceiling): Likewise.
8460         * nptl/pthread_mutexattr_setprioceiling.c
8461         (pthread_mutexattr_setprioceiling): Likewise.
8462         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
8463         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
8464         Likewise.
8466 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
8468         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
8469         void.
8471 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
8473         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
8474         third argument const.
8476 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
8478         fnmatch: work around GCC compiler warning bug with uninit var
8479         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
8480         This works around a bug with x86-64 GCC 4.9.2 and earlier
8481         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
8482         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
8483         used uninitialized in this function [-Wmaybe-uninitialized]".
8485 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
8487         * posix/bug-regex31.c (main): Return RES not 0.
8489 2014-11-25  Anton Blanchard <anton@samba.org>
8491         * sysdeps/powerpc/bits/atomic.h
8492         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
8494 2014-11-24  Sterling Augustine  <saugustine@google.com>
8496         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
8498 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
8500         [BZ #17608]
8501         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
8503 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
8505         [BZ #17633]
8506         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
8507         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
8508         variable.
8509         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
8510         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
8512 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
8514         * string/strncpy.c (strncpy): Improve performance by using memset.
8516 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
8518         * string/strcpy.c (strcpy):
8519         Improve performance by using strlen and memcpy.
8521 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
8523         * string/strcoll_l.c (get_next_seq): __always_inline.
8524         * string/strcoll_l.c (do_compare): __always_inline.
8526 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8528         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
8529         defined.
8530         * include/mqueue.h: Likewise.
8531         * include/stdlib.h: Likewise.
8533         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
8534         (get_null_defines): Adjust.
8535         * sunrpc/Makefile: Adjust comment.
8536         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
8537         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
8538         (CFLAGS-interp.c): Likewise.
8539         (CFLAGS-ldconfig.c): Likewise.
8540         (CPPFLAGS-.os): Likewise.
8541         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
8542         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
8543         * extra-modules.mk (extra-modules.mk): Likewise.
8544         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
8545         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
8546         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
8547         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
8548         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
8549         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
8550         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
8551         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
8552         * iconvdata/Makefile (CPPFLAGS): Likewise.
8553         (cpp-srcs-left): Add libof for all iconvdata routines.
8554         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
8555         * include/assert.h: Likewise.
8556         * include/ctype.h: Likewise.
8557         * include/errno.h: Likewise.
8558         * include/libc-symbols.h: Likewise.
8559         * include/math.h: Likewise.
8560         * include/netdb.h: Likewise.
8561         * include/resolv.h: Likewise.
8562         * include/stdio.h: Likewise.
8563         * include/stdlib.h: Likewise.
8564         * include/string.h: Likewise.
8565         * include/sys/stat.h: Likewise.
8566         * include/wctype.h: Likewise.
8567         * intl/l10nflist.c: Likewise.
8568         * libidn/idn-stub.c: Likewise.
8569         * libio/libioP.h: Likewise.
8570         * nptl/libc_multiple_threads.c: Likewise.
8571         * nptl/pthreadP.h: Likewise.
8572         * posix/regex_internal.h: Likewise.
8573         * resolv/res_hconf.c: Likewise.
8574         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
8575         * sysdeps/arm/memmove.S: Likewise.
8576         * sysdeps/arm/sysdep.h: Likewise.
8577         * sysdeps/generic/_itoa.h: Likewise.
8578         * sysdeps/generic/symbol-hacks.h: Likewise.
8579         * sysdeps/gnu/errlist.awk: Likewise.
8580         * sysdeps/gnu/errlist.c: Likewise.
8581         * sysdeps/i386/i586/memcpy.S: Likewise.
8582         * sysdeps/i386/i586/memset.S: Likewise.
8583         * sysdeps/i386/i686/memcpy.S: Likewise.
8584         * sysdeps/i386/i686/memmove.S: Likewise.
8585         * sysdeps/i386/i686/mempcpy.S: Likewise.
8586         * sysdeps/i386/i686/memset.S: Likewise.
8587         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
8588         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
8589         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
8590         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
8591         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
8592         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
8593         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
8594         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
8595         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
8596         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
8597         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
8598         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
8599         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
8600         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
8601         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
8602         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
8603         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
8604         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
8605         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
8606         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
8607         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
8608         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
8609         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
8610         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
8611         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
8612         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
8613         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
8614         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
8615         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
8616         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
8617         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
8618         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
8619         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
8620         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
8621         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
8622         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
8623         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
8624         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
8625         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
8626         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
8627         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
8628         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
8629         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
8630         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
8631         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
8632         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
8633         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
8634         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
8635         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
8636         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
8637         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
8638         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
8639         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
8640         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
8641         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
8642         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
8643         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
8644         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
8645         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
8646         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
8647         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
8648         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
8649         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
8650         * sysdeps/nptl/bits/libc-lock.h: Likewise.
8651         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
8652         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
8653         * sysdeps/posix/closedir.c: Likewise.
8654         * sysdeps/posix/opendir.c: Likewise.
8655         * sysdeps/posix/readdir.c: Likewise.
8656         * sysdeps/posix/rewinddir.c: Likewise.
8657         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
8658         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
8659         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
8660         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
8661         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
8662         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
8663         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
8664         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
8665         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
8666         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
8667         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
8668         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
8669         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
8670         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
8671         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
8672         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
8673         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
8674         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
8675         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
8676         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
8677         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
8678         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
8679         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
8680         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
8681         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
8682         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
8683         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
8684         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
8685         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
8686         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
8687         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
8688         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
8689         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
8690         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
8691         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
8692         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
8693         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
8694         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
8695         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
8696         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
8697         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
8698         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
8699         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
8700         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
8701         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
8702         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
8703         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
8704         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
8705         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
8706         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
8707         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
8708         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
8709         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
8710         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
8711         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
8712         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
8713         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
8714         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
8715         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
8716         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
8717         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
8718         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
8719         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
8720         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
8721         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
8722         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
8723         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
8724         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
8725         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
8726         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
8727         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
8728         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
8729         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
8730         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
8731         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
8732         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
8733         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
8734         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
8735         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
8736         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
8737         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
8738         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
8739         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
8740         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
8741         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
8742         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
8743         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
8744         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
8745         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
8746         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
8747         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
8748         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
8749         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
8750         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
8751         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
8752         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
8753         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
8754         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
8755         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
8756         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
8757         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
8758         * sysdeps/unix/alpha/sysdep.S: Likewise.
8759         * sysdeps/unix/alpha/sysdep.h: Likewise.
8760         * sysdeps/unix/make-syscalls.sh: Likewise.
8761         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
8762         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8763         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
8764         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
8765         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
8766         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
8767         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
8768         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8769         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
8770         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
8771         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8772         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
8773         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8774         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
8775         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
8776         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
8777         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8778         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
8779         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
8780         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
8781         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
8782         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8783         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
8784         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
8785         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
8786         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
8787         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
8789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
8790         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
8791         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8792         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
8793         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
8794         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8795         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8796         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
8797         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
8798         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8799         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8800         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
8801         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8802         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
8803         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8804         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
8805         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8806         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
8807         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8808         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
8809         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
8810         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8811         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8812         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
8813         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8814         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
8815         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
8816         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8817         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
8818         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8819         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
8820         * sysdeps/x86_64/memcpy.S: Likewise.
8821         * sysdeps/x86_64/memmove.c: Likewise.
8822         * sysdeps/x86_64/memset.S: Likewise.
8823         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
8824         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
8825         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
8826         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
8827         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
8828         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
8829         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
8830         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
8831         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
8832         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
8833         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
8834         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
8835         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
8836         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8837         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8838         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
8839         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
8840         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
8841         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
8842         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
8843         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
8844         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
8845         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
8846         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
8847         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
8848         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
8849         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
8850         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
8851         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
8852         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
8853         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
8854         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
8855         * sysdeps/x86_64/strcmp.S: Likewise.
8857         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
8859         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
8860         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
8861         * elf/rtld-Rules: Likewise.
8862         * elf/setup-vdso.h: Likewise.
8863         * include/assert.h: Likewise.
8864         * include/bits/stdlib-float.h: Likewise.
8865         * include/errno.h: Likewise.
8866         * include/sys/stat.h: Likewise.
8867         * include/unistd.h: Likewise.
8868         * sysdeps/aarch64/setjmp.S: Likewise.
8869         * sysdeps/alpha/setjmp.S: Likewise.
8870         * sysdeps/arm/__longjmp.S: Likewise.
8871         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
8872         * sysdeps/arm/setjmp.S: Likewise.
8873         * sysdeps/arm/sysdep.h: Likewise.
8874         * sysdeps/generic/_itoa.h: Likewise.
8875         * sysdeps/generic/dl-sysdep.h: Likewise.
8876         * sysdeps/generic/ldsodefs.h: Likewise.
8877         * sysdeps/i386/dl-tls.h: Likewise.
8878         * sysdeps/i386/setjmp.S: Likewise.
8879         * sysdeps/m68k/setjmp.c: Likewise.
8880         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
8881         * sysdeps/mach/hurd/opendir.c: Likewise.
8882         * sysdeps/posix/getcwd.c: Likewise.
8883         * sysdeps/posix/opendir.c: Likewise.
8884         * sysdeps/posix/profil.c: Likewise.
8885         * sysdeps/powerpc/dl-procinfo.h: Likewise.
8886         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
8887         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
8888         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
8889         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8890         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
8891         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8892         * sysdeps/s390/dl-tls.h: Likewise.
8893         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8894         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8895         * sysdeps/sh/sh3/setjmp.S: Likewise.
8896         * sysdeps/sh/sh4/setjmp.S: Likewise.
8897         * sysdeps/unix/alpha/sysdep.h: Likewise.
8898         * sysdeps/unix/arm/sysdep.S: Likewise.
8899         * sysdeps/unix/i386/sysdep.S: Likewise.
8900         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8901         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8902         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8903         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8904         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8905         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
8906         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8907         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8908         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
8909         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
8910         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
8911         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8912         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8915         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8916         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8917         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8918         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8919         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8920         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8921         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8922         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8923         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8924         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8925         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8926         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8927         * sysdeps/unix/x86_64/sysdep.S: Likewise.
8928         * sysdeps/x86_64/setjmp.S: Likewise.
8930         * include/math.h: Use IS_IN instead of IS_IN_libm.
8931         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
8932         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
8933         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
8934         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
8935         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
8936         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
8937         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
8938         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
8939         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
8940         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
8941         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
8942         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
8943         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
8944         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
8945         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
8946         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
8947         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
8948         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
8949         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
8950         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
8951         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
8952         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
8953         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
8954         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
8955         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
8956         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
8957         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
8958         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
8959         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
8960         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
8961         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
8962         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
8963         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
8964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
8965         Likewise.
8966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
8967         Likewise.
8968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
8969         Likewise.
8970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
8971         Likewise.
8972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
8973         Likewise.
8974         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
8975         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
8976         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
8977         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
8978         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
8979         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
8980         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
8981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
8982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
8983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
8984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
8985         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
8986         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
8987         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
8988         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
8989         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
8990         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
8991         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
8992         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
8993         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
8994         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
8995         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
8996         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
8997         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
8998         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
8999         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
9000         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
9002         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
9003         * nptl/pthreadP.h: Likewise.
9004         * nptl_db/structs.def: Likewise.
9005         * sysdeps/arm/sysdep.h: Likewise.
9006         * sysdeps/nptl/bits/libc-lock.h: Likewise.
9007         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
9008         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
9009         * sysdeps/unix/alpha/sysdep.h: Likewise.
9010         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
9011         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
9012         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
9013         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
9014         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
9015         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
9016         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
9017         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
9018         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
9019         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
9020         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
9021         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
9022         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
9023         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
9024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
9025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
9026         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
9027         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
9028         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
9029         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
9030         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
9031         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
9032         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
9033         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
9034         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
9035         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
9037         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
9038         * nptl/pthreadP.h: Likewise.
9039         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
9040         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
9041         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
9042         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
9043         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
9044         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
9045         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
9046         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
9047         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
9048         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
9049         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
9050         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
9051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9052         Likewise.
9053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9054         Likewise.
9055         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
9056         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
9057         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
9058         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
9059         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
9060         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
9061         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
9062         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
9064         * dlfcn/dladdr.c: Use IS_IN.
9065         * dlfcn/dladdr1.c: Likewise.
9066         * dlfcn/dlclose.c: Likewise.
9067         * dlfcn/dlerror.c: Likewise.
9068         * dlfcn/dlinfo.c: Likewise.
9069         * dlfcn/dlmopen.c: Likewise.
9070         * dlfcn/dlopen.c: Likewise.
9071         * dlfcn/dlsym.c: Likewise.
9072         * dlfcn/dlvsym.c: Likewise.
9074         * include/ifaddrs.h: Use IS_IN.
9075         * inet/check_pf.c: Likewise.
9076         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9077         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
9079         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
9080         IS_IN_ldconfig.
9081         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
9082         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
9084         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
9085         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
9086         IS_IN (libc).
9088         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
9090         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
9091         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
9092         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
9093         * include/libc-symbols.h (IS_IN_LIB): New macro.
9094         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
9095         * include/netdb.h: Likewise.
9096         * include/stap-probe.h: Remove all uses of IN_LIB.
9098         * Makeconfig (module-cppflags-real): Define MODULE_NAME
9099         instead of IN_MODULE.
9100         * include/libc-symbols.h (IN_MODULE): Define using
9101         MODULE_NAME.
9102         (PASTE_NAME, PASTE_NAME1): New macros.
9103         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
9104         of IN_LIB.
9105         (STAP_PROBE_ASM): Likewise.
9107 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9109         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
9110         __mach_init in dlopened libc.
9112 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
9114         * sysdeps/arm/preconfigure.ac: Delete EABI check.
9115         * sysdeps/arm/preconfigure: Regenerate.
9117 2014-11-21  Roland McGrath  <roland@hack.frob.com>
9119         * nptl/pthread_create.c (__pthread_create_2_1): Set
9120         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
9121         when copying values from IATTR into PD.
9123 2014-11-21  Will Newton  <will.newton@linaro.org>
9124             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
9126         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
9127         Refactor inline-asm.  Also add comment.
9129         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
9130         ElfW macro instead of hardcoded Elf64 types.
9131         (la_aarch64_gnu_pltenter): Likewise.
9132         * sysdeps/aarch64/dl-machine.h
9133         (elf_machine_runtime_setup): Use ElfW(Addr).
9135         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
9136         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
9137         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
9138         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
9139         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
9140         (R_AARCH64_TLS_DTPMOD64): Rename to ..
9141         (R_AARCH64_TLS_DTPMOD): This.
9142         (R_AARCH64_TLS_DTPREL64): Rename to ...
9143         (R_AARCH64_TLS_DTPREL): This.
9144         (R_AARCH64_TLS_TPREL64): Rename to ...
9145         (R_AARCH64_TLS_TPREL): This.
9146         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
9147         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
9148         R_AARCH64_TLS_TPREL64.
9149         (elf_machine_rela): Likewise.
9151 2014-11-21  Torvald Riegel  <triegel@redhat.com>
9153         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
9154         by setting it to 0.  64b atomics are not supported currently.
9156 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
9158         [BZ #16469]
9159         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
9160         search domain names.
9162 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
9164         [BZ #16469]
9165         * NEWS: Update.
9166         * resolv/res_query.c (__libc_res_nquerydomain): Retain
9167         trailing dot.
9168         * posix/tst-getaddrinfo5.c: New.
9169         * posix/Makefile (tests): Add it.
9171 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
9173         [BZ #14498]
9174         * NEWS: Fixed.
9175         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
9176         after parsing line but before break_if_match.
9177         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
9178         if there is a protocol mismatch.
9180 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
9182         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
9183         because the potential race is on the user-supplied stream.
9185 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
9187         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
9188         string literal if not passed a buffer.
9189         * manual/job.texi (ctermid): Update reasoning, note deviation
9190         from posix, suggest mtasurace when not passed a buffer, for
9191         future non-preliminary safety notes.
9193 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
9195         * manual/users.texi (cuserid): Fix MT-Safety note for the case
9196         of not passing it a buffer.
9197         Reported by Peng Haitao.
9199 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
9201         * manual/Makefile ($(objpfx)stamp-summary): Require
9202         check-safety.sh to pass.
9203         * manual/check-safety.sh: Wish for verification that every
9204         @deftypefn and @deftypefun is followed by a @safety remark.
9206 2014-11-20  Roland McGrath  <roland@hack.frob.com>
9208         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
9210         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
9211         PTHREAD_CANCEL_ASYNCHRONOUS.
9212         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
9213         send SIGCANCEL.
9215         * nptl/default-sched.h: New file.
9216         * sysdeps/unix/sysv/linux/default-sched.h: New file.
9217         * nptl/pthread_create.c: Include it.
9218         (__pthread_create_2_1): Use collect_default_sched instead of making
9219         Linux syscalls here directly.
9221 2014-11-20  Torvald Riegel  <triegel@redhat.com>
9223         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
9224         __pthread_once): Use C11 atomics.
9226 2014-11-20  Torvald Riegel  <triegel@redhat.com>
9228         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
9230 2014-11-20  Torvald Riegel  <triegel@redhat.com>
9232         * include/atomic.h (__atomic_link_error, __atomic_check_size,
9233         atomic_thread_fence_acquire, atomic_thread_fence_release,
9234         atomic_thread_fence_seq_cst, atomic_load_relaxed,
9235         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
9236         atomic_compare_exchange_weak_relaxed,
9237         atomic_compare_exchange_weak_acquire,
9238         atomic_compare_exchange_weak_release,
9239         atomic_exchange_acquire, atomic_exchange_release,
9240         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
9241         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
9242         atomic_fetch_and_acquire,
9243         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
9245 2014-11-20  Torvald Riegel  <triegel@redhat.com>
9247         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
9248         USE_ATOMIC_COMPILER_BUILTINS): Define.
9249         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
9250         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9251         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
9252         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9253         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
9254         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9255         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
9256         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9257         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
9258         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9259         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
9260         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9261         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
9262         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9263         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
9264         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9265         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
9266         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9267         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
9268         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9269         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
9270         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9271         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
9272         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9273         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
9274         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9275         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
9276         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9277         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
9278         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9279         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
9280         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9281         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
9282         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9283         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
9284         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9285         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
9286         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9287         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
9288         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
9290 2014-11-19  Roland McGrath  <roland@hack.frob.com>
9292         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
9293         the sched_priority value here.  It was already checked when the user
9294         called pthread_attr_setschedparam.
9296         * nptl/tst-bad-schedattr.c: New file.
9297         * nptl/Makefile (tests): Add it.
9299 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
9300             Florian Weimer  <fweimer@redhat.com>
9301             Joseph Myers  <joseph@codesourcery.com>
9302             Adam Conrad  <adconrad@0c3.net>
9303             Andreas Schwab  <schwab@suse.de>
9304             Brooks  <bmoses@google.com>
9306         [BZ #17625]
9307         * wordexp-test.c (__dso_handle): Add prototype.
9308         (__register_atfork): Likewise.
9309         (__app_register_atfork): New function.
9310         (registered_forks): New global.
9311         (register_fork): New function.
9312         (test_case): Add 3 new tests for WRDE_CMDSUB.
9313         (main): Call __app_register_atfork.
9314         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
9315         fork count is non-zero fail the test.
9316         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
9317         is set.
9318         (parse_dollars): Remove check for WRDE_NOCMD.
9319         (parse_dquote): Likewise.
9321 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
9323         * Makeconfig (built-modules): List non-library modules to be
9324         built.
9325         (module-cppflags): Include libc-modules.h for
9326         everything except shlib-versions.v.i.
9327         (CPPFLAGS): Use it.
9328         (before-compile): Add libc-modules.h.
9329         ($(common-objpfx)libc-modules.h,
9330         $(common-objpfx)libc-modules.stmp): New targets.
9331         (common-generated): Add libc-modules.h and libc-modules.stmp.
9332         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
9333         * include/libc-symbols.h: Don't include libc-modules.h.
9334         * include/libc-modules.h: Remove file.
9335         * scripts/gen-libc-modules.awk: New script to generate
9336         libc-modules.h.
9337         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
9338         Depend on libc-modules.stmp.
9340         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
9342         * Makeconfig (in-module): Get value of libof set for the
9343         translation unit.
9344         (CPPFLAGS): Use $(in-module).
9345         * Makerules: Don't suffix routine names for nonlib.
9346         * include/libc-modules.h: New file.
9347         * include/libc-symbols.h: Include libc-modules.h
9348         (IS_IN): New macro to replace IS_IN_* macros.
9349         * elf/Makefile: Set libof-* for each routine.
9350         * elf/rtld-Rules: Likewise.
9351         * extra-modules.mk: Likewise.
9352         * iconv/Makefile: Likewise.
9353         * iconvdata/Makefile: Likewise.
9354         * locale/Makefile: Likewise.
9355         * malloc/Makefile: Likewise.
9356         * nss/Makefile: Likewise.
9357         * sysdeps/gnu/Makefile: Likewise.
9358         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
9359         * sysdeps/unix/sysv/linux/Makefile: Likewise.
9360         * sysdeps/s390/s390-64/Makefile: Likewise.
9361         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
9362         CPPFLAGS for nscd instead of nonlib.
9364 2014-11-18  Roland McGrath  <roland@hack.frob.com>
9366         * nptl/createthread.c: New file.
9368         * nptl/createthread.c: Moved ...
9369         * sysdeps/unix/sysv/linux/createthread.c: ... here.
9371         * nptl/createthread.c: Add proper top-line comment.
9372         (do_clone): Folded into ...
9373         (create_thread): ... here.  Take new arguments STOPPED_START and
9374         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
9375         increment __nptl_threads, do event-reporting logic, do
9376         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
9377         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
9378         resource cleanup if sched_setaffinity or sched_setscheduler fails,
9379         just send SIGCANCEL.
9380         * nptl/pthread_create.c: Forward-declare create_thread before
9381         including createthread.c.
9382         (start_thread): Use new macro START_THREAD_DEFN to replace defining
9383         declaration, and new macro START_THREAD_SELF to replace argument.
9384         Remove return statement.
9385         (report_thread_creation): New function.
9386         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
9387         synchronization logic, and __nptl_nthreads increment here, around
9388         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
9389         PD->parent_cancelhandling here, before create_thread.  When
9390         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
9391         __deallocate_stack, and ENOMEM translation here.
9393 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
9395         [BZ #17616]
9396         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
9397         (mptwo): Rename to __mptwo.
9398         (__inv): Use __mptwo instead of mptwo.
9399         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
9400         (mptwo): Rename to __mptwo.
9401         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
9402         of mpone and __mptwo instead of mptwo.
9403         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
9404         instead of mpone.
9405         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
9406         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
9407         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
9408         of mpone and __mptwo instead of mptwo.
9409         (__mpranred): Use __mpone instead of mpone.
9410         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
9411         variable.
9412         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
9413         (test-xfail-ISO99/math.h/linknamespace): Likewise.
9414         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
9415         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
9416         (test-xfail-ISO11/math.h/linknamespace): Likewise.
9417         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
9418         (test-xfail-XPG3/math.h/linknamespace): Likewise.
9419         (test-xfail-XPG4/math.h/linknamespace): Likewise.
9420         (test-xfail-POSIX/math.h/linknamespace): Likewise.
9421         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
9422         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
9423         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
9424         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
9425         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
9426         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
9427         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
9428         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
9429         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
9430         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
9432 2014-11-18  Tom de Vries  <tom@codesoucery.com>
9434         * manual/signal.texi (Primitives Interrupted by Signals): In section,
9435         replace BSD Handler xref with BSD Signal Handling.
9437 2014-11-17  Richard Henderson  <rth@redhat.com>
9439         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
9440         (_FP_PACK_RAW_2): Remove.
9441         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
9442         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
9443         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
9444         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
9445         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
9446         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
9447         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
9448         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
9449         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
9450         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
9451         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
9452         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
9453         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
9454         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
9455         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
9456         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
9458 2014-11-14  Roland McGrath  <roland@hack.frob.com>
9460         * signal/signal.h [__USE_MISC]
9461         (struct sigvec): Remove type.
9462         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
9463         (sigvec): Remove declaration.
9464         * sysdeps/posix/sigvec.c: Moved ...
9465         * signal/sigvec.c: ... here, replacing old file.
9466         (struct sigvec): New type, copied from old signal.h definition.
9467         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
9468         (__sigvec): Convert definition to prototype.
9469         (sigvec): Replace weak_alias with compat_symbol.
9470         * signal/Versions (libc: GLIBC_2.21): New version set.
9471         * include/signal.h: Remove __sigvec declaration.
9472         * sysdeps/unix/bsd/sigvec.c: Remove file.
9473         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
9474         * manual/signal.texi (BSD Handler): Remove subsection.
9475         Move siginterrupt up to ...
9476         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
9477         (Blocking in BSD): Fold subsection into its parent.
9478         * NEWS: Mention sigvec removal.
9480 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
9482         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
9483         (DLA_FMS): Make definition conditional only on [__FMA4__].
9484         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
9485         definition.
9487         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
9488         Make definition conditional only on [PROF].
9489         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
9490         definition.
9491         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
9492         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
9494         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
9495         !__GNUC__].
9496         * include/signal.h (__sigpause): Move declaration above call to
9497         libc_hidden_proto.
9498         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
9499         variable.
9500         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
9501         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
9503 2014-11-14  David S. Miller  <davem@davemloft.net>
9505         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
9506         Define before including <string/memcpy.c> and <string/mempcpy.c>.
9508 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
9510         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
9511         * configure: Regenerated.
9512         * manual/install.texi (Tools for Compilation): Document a
9513         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
9514         compiler verified to work.
9515         * INSTALL: Regenerated.
9517         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
9518         redeclare with asm name.
9519         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
9520         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
9521         including <string.h>.
9522         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
9523         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
9524         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
9525         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
9526         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
9527         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
9528         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
9530 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
9532         * stdlib/strtol.c (__strtol): Use prototype definition.
9534         [BZ #17594]
9535         * stdlib/strtol.c (SYM__): New macro.
9536         (SYM__1): Likewise.
9537         (__strtol): Likewise.
9538         (strtol): Rename to __strtol and define as weak alias of
9539         __strtol.  Use libc_hidden_weak.
9541 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9543         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
9544         Use numbered labels in inline assembly.
9546 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9548         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
9549         Add setjmp LIBC_PROBE.
9550         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
9551         Likewise.
9552         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
9553         Add longjmp, longjmp_target LIBC_PROBE.
9554         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
9555         Likewise.
9557 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9559         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
9560         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
9561         to get rid of unused variable warning.
9563 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9565         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
9566         Check for unwind_backtrace ==  NULL only in SHARED case.
9567         (__backchain_backtrace): Compile only in SHARED case.
9568         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
9569         Likewise.
9570         (__backchain_backtrace): Declare as static.
9572 2014-11-12  Roland McGrath  <roland@hack.frob.com>
9574         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
9575         (__libc_multiple_threads_ptr): Variable moved ...
9576         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
9578 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
9580         * conform/GlibcConform.pm: New file.
9581         * conform/conformtest.pl: Use GlibcConform module.
9582         * conform/linknamespace.pl: New file.
9583         * conform/list-header-symbols.pl: Likewise.
9584         * conform/Makefile (linknamespace-symlists-base): New variable.
9585         (linknamespace-symlists-tests): Likewise.
9586         (linknamespace-header-base): Likewise.
9587         (linknamespace-header-tests): Likewise.
9588         (tests-special): Add new tests.
9589         ($(linknamespace-symlists-tests)): New rule.
9590         (linknamespace-libs): New variable.
9591         ($(objpfx)symlist-stdlibs): New rule.
9592         ($(linknamespace-header-tests)): Likewise.
9593         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
9594         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
9595         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
9596         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
9597         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
9598         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
9599         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
9600         (test-xfail-ISO/math.h/linknamespace): Likewise.
9601         (test-xfail-ISO/signal.h/linknamespace): Likewise.
9602         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
9603         (test-xfail-ISO/time.h/linknamespace): Likewise.
9604         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
9605         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
9606         (test-xfail-ISO99/math.h/linknamespace): Likewise.
9607         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
9608         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
9609         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
9610         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
9611         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
9612         (test-xfail-ISO11/math.h/linknamespace): Likewise.
9613         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
9614         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
9615         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
9616         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
9617         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
9618         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
9619         (test-xfail-XPG3/math.h/linknamespace): Likewise.
9620         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
9621         (test-xfail-XPG3/search.h/linknamespace): Likewise.
9622         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
9623         (test-xfail-XPG3/time.h/linknamespace): Likewise.
9624         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
9625         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
9626         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
9627         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
9628         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
9629         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
9630         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
9631         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
9632         (test-xfail-XPG4/math.h/linknamespace): Likewise.
9633         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
9634         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
9635         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
9636         (test-xfail-XPG4/search.h/linknamespace): Likewise.
9637         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
9638         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
9639         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
9640         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
9641         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
9642         (test-xfail-XPG4/time.h/linknamespace): Likewise.
9643         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
9644         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
9645         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
9646         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
9647         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
9648         (test-xfail-POSIX/math.h/linknamespace): Likewise.
9649         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
9650         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
9651         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
9652         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
9653         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
9654         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
9655         (test-xfail-POSIX/time.h/linknamespace): Likewise.
9656         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
9657         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
9658         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
9659         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
9660         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
9661         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
9662         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
9663         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
9664         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
9665         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
9666         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
9667         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
9668         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
9669         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
9670         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
9671         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
9672         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
9673         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
9674         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
9675         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
9676         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
9677         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
9678         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
9679         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
9680         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
9681         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
9682         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
9683         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
9684         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
9685         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
9686         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
9687         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
9688         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
9689         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
9690         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
9691         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
9692         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
9693         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
9694         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
9695         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
9696         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
9697         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
9698         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
9699         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
9700         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
9701         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
9702         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
9703         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
9704         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
9705         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
9706         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
9707         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
9708         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
9709         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
9710         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
9711         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
9712         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
9713         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
9714         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
9715         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
9716         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
9717         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
9718         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
9719         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
9720         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
9721         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
9722         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
9723         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
9724         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
9725         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
9726         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
9727         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
9728         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
9729         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
9730         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
9731         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
9732         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
9733         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
9734         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
9735         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
9736         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
9737         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
9738         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
9739         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
9740         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
9741         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
9742         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
9743         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
9744         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
9745         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
9746         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
9747         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
9748         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
9749         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
9750         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
9751         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
9752         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
9753         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
9755         [BZ #17589]
9756         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
9757         of fgets_unlocked.
9759         [BZ #17585]
9760         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
9761         (memmem): Rename to __memmem and define as weak alias of
9762         __memmem.  Use libc_hidden_weak.
9763         (__memmem): Use libc_hidden_def.
9764         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
9765         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
9766         memmem.
9768         [BZ #17582]
9769         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
9770         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
9771         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
9772         and define as weak alias of __fgets_unlocked.  Use
9773         libc_hidden_weak.
9774         (__fgets_unlocked): Use libc_hidden_def.
9775         * include/stdio.h (__fgets_unlocked): Declare.  Use
9776         libc_hidden_proto.
9777         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
9778         __fgets_unlocked instead of fgets_unlocked.
9779         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
9780         (GET_NPROCS_CONF_PARSER): Likewise.
9781         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
9782         (GET_NPROCS_CONF_PARSER): Likewise.
9784         [BZ #17574]
9785         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
9786         weak alias of __wmemset.  Use libc_hidden_weak.
9787         (__wmemset): Use libc_hidden_def.
9788         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
9789         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
9790         of wmemset.
9792         [BZ #17573]
9793         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
9794         with asm name __mempcpy.
9795         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
9797         [BZ #17572]
9798         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
9799         and define as weak alias of __rawmemchr.
9800         (__rawmemchr): Do not define as strong alias of rawmemchr.
9802         [BZ #17571]
9803         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
9804         alias of __qsort_r.
9805         (qsort): Call __qsort_r instead of qsort_r.
9806         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
9807         (__qsort_r): Declare.  Call libc_hidden_proto.
9808         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
9809         instead of qsort_r.
9810         * nscd/gai.c (__qsort_r): Define to qsort_r.
9811         * posix/tst-rfc3484.c (__qsort_r): Likewise.
9812         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
9813         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
9815         [BZ #17570]
9816         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
9817         define as weak alias of __malloc_info.
9819         [BZ #17584]
9820         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
9821         as weak alias of __rewinddir.  Don't use libc_hidden_def.
9822         (__rewinddir): Use libc_hidden_def.
9823         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
9824         as weak alias of __rewinddir.  Don't use libc_hidden_def.
9825         (__rewinddir): Use libc_hidden_def.
9826         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
9827         weak alias of __rewinddir.  Don't use libc_hidden_def.
9828         (__rewinddir): Use libc_hidden_def.
9829         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
9830         (__rewinddir): Use libc_hidden_proto.
9831         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
9832         rewinddir.
9833         (__getcwd): Use __rewinddir instead of rewinddir.
9835         [BZ #17583]
9836         * libio/fileno.c (fileno): Rename to __fileno and define as weak
9837         alias of __fileno.  Use libc_hidden_weak.
9838         (__fileno): Use libc_hidden_def.
9839         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
9840         * libio/ftello.c (ftello): Rename to __ftello and define as weak
9841         alias of __ftello.
9842         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
9843         __ftello.
9844         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
9845         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
9846         libc_hidden_def.
9847         (fread_unlocked): Don't use libc_hidden_ver.
9848         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
9849         and define as weak alias of __fread_unlocked.  Don't use
9850         libc_hidden_def.
9851         (__fread_unlocked): Use libc_hidden_def.
9852         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
9853         (ftello): Don't use libc_hidden_proto.
9854         (__ftello): Declare.  Use libc_hidden_proto.
9855         (fread_unlocked): Don't use libc_hidden_proto.
9856         (__fread_unlocked): Declare.  Use libc_hidden_proto.
9857         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
9858         and __ftello instead of fileno, fread_unlocked and ftello.
9860 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9862         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
9863         GOT12.
9864         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
9865         Likewise.
9866         (_dl_start_user): Likewise.
9867         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
9869 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
9870             Siddhesh Poyarekar  <siddhesh@redhat.com>
9872         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
9873         Move argv and envp down instead of moving argc up.
9874         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
9876 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
9878         [BZ #17506]
9879         * test-skeleton.c (main): Return successful if one of
9880         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
9881         * string/tst-strcoll-overflow.c: Define expected status.
9883 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
9885         [BZ #17475]
9886         * locale/iso-639.def: Define Bhili and Tulu language codes.
9888 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
9890         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
9892 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
9894         [BZ #17555]
9895         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
9897 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
9899         * configure.ac: Updated check of minimal required version to
9900         2.22.
9901         * manual/install.texi (Tools for Compilation): Updated version
9902         number.
9903         * configure: Regenerated.
9904         * INSTALL: Likewise.
9906 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
9908         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
9909         __tls_get_addr.
9911 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
9913         * include/sys/wait.h (__libc_waitpid): Remove declaration.
9914         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
9915         (__waitpid): Don't define as alias.  Use libc_hidden_def not
9916         libc_hidden_weak.
9917         (waitpid): Define as alias of __waitpid.
9918         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
9919         __waitpid.
9920         (__waitpid): Don't define as alias.  Use libc_hidden_def not
9921         libc_hidden_weak.
9922         (waitpid): Define as alias of __waitpid.
9923         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
9924         __libc_waitpid alias.
9925         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
9926         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
9927         Likewise.
9928         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
9929         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
9930         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
9931         alias.
9932         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
9933         __waitpid.
9934         (__waitpid): Don't define as alias.  Use libc_hidden_def not
9935         libc_hidden_weak.
9936         (waitpid): Define as alias of __waitpid.
9938 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
9940         * manual/llio.texi: Add comment that write safety has been
9941         fixed in Linux.
9943         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
9944         (localplt-build-dso): Add elf/ld.so.
9945         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
9946         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
9947         and free for ld.so.
9948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
9949         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
9950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
9951         Likewise.
9952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9953         Likewise.
9954         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
9955         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
9956         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
9957         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
9958         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
9959         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
9960         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
9961         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
9962         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
9963         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
9964         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
9966 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
9968         [BZ #14132]
9969         * include/libc-symbols.h (INTUSE): Remove macro.
9970         (INTDEF): Likewise.
9971         (INTVARDEF): Likewise.
9972         (_INTVARDEF): Likewise.
9973         (INTDEF2): Likewise.
9974         (INTVARDEF2): Likewise.
9975         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
9976         rtld_hidden_def instead of INTVARDEF.
9977         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
9978         (_dl_starting_up_internal): Remove declaration.
9979         (_dl_starting_up): Use rtld_hidden_proto.
9980         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
9981         declaration.
9982         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
9983         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
9984         _dl_starting_up.
9985         * elf/dl-writev.h (_dl_writev): Likewise.
9986         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
9987         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
9988         _dl_starting_up_internal.
9990 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9992         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
9993         test-skeleton.c.
9995 2014-11-05  Will Newton  <will.newton@linaro.org>
9997         * benchtests/Makefile: (bench-malloc): Add malloc thread
9998         scalability benchmark.
9999         * benchtests/bench-malloc-threads.c: New file.
10001 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
10003         * sysdeps/aarch64/strchrnul.S: New file.
10005 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10007         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
10008         definition.
10009         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
10010         Likwise.
10011         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
10012         Likewise.
10013         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
10014         Likewise.
10015         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
10016         Likewise.
10017         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
10018         Likewise.
10020 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
10022         * catgets/test-gencat.c: Use test-skeleton.c.
10023         * catgets/tst-catgets.c: Likewise.
10024         * csu/tst-empty.c: Likewise.
10025         * elf/tst-audit2.c: Likewise.
10026         * elf/tst-global1.c: Likewise.
10027         * elf/tst-pathopt.c: Likewise.
10028         * elf/tst-piemod1.c: Likewise.
10029         * elf/tst-tls10.c: Likewise.
10030         * elf/tst-tls11.c: Likewise.
10031         * elf/tst-tls12.c: Likewise.
10032         * gnulib/tst-gcc.c: Likewise.
10033         * iconvdata/tst-e2big.c: Likewise.
10034         * iconvdata/tst-loading.c: Likewise.
10035         * iconv/tst-iconv1.c: Likewise.
10036         * iconv/tst-iconv2.c: Likewise.
10037         * inet/test-inet6_opt.c: Likewise.
10038         * inet/tst-gethnm.c: Likewise.
10039         * inet/tst-network.c: Likewise.
10040         * inet/tst-ntoa.c: Likewise.
10041         * intl/tst-codeset.c: Likewise.
10042         * intl/tst-gettext2.c: Likewise.
10043         * intl/tst-gettext3.c: Likewise.
10044         * intl/tst-ngettext.c: Likewise.
10045         * intl/tst-translit.c: Likewise.
10046         * io/test-stat.c: Likewise.
10047         * libio/test-fmemopen.c: Likewise.
10048         * libio/tst-freopen.c: Likewise.
10049         * libio/tst-sscanf.c: Likewise.
10050         * libio/tst-ungetwc1.c: Likewise.
10051         * libio/tst-ungetwc2.c: Likewise.
10052         * libio/tst-widetext.c: Likewise.
10053         * localedata/tst-ctype.c: Likewise.
10054         * localedata/tst-digits.c: Likewise.
10055         * localedata/tst-leaks.c: Likewise.
10056         * localedata/tst-mbswcs1.c: Likewise.
10057         * localedata/tst-mbswcs2.c: Likewise.
10058         * localedata/tst-mbswcs3.c: Likewise.
10059         * localedata/tst-mbswcs4.c: Likewise.
10060         * localedata/tst-mbswcs5.c: Likewise.
10061         * localedata/tst-setlocale.c: Likewise.
10062         * localedata/tst-trans.c: Likewise.
10063         * localedata/tst-wctype.c: Likewise.
10064         * localedata/tst-xlocale1.c: Likewise.
10065         * login/tst-grantpt.c: Likewise.
10066         * malloc/tst-calloc.c: Likewise.
10067         * malloc/tst-malloc.c: Likewise.
10068         * malloc/tst-mallocstate.c: Likewise.
10069         * malloc/tst-mcheck.c: Likewise.
10070         * malloc/tst-mtrace.c: Likewise.
10071         * malloc/tst-obstack.c: Likewise.
10072         * math/atest-exp2.c: Likewise.
10073         * math/atest-exp.c: Likewise.
10074         * math/atest-sincos.c: Likewise.
10075         * math/test-matherr.c: Likewise.
10076         * math/test-misc.c: Likewise.
10077         * math/test-powl.c: Likewise.
10078         * math/tst-definitions.c: Likewise.
10079         * misc/tst-dirname.c: Likewise.
10080         * misc/tst-efgcvt.c: Likewise.
10081         * misc/tst-fdset.c: Likewise.
10082         * misc/tst-hsearch.c: Likewise.
10083         * misc/tst-mntent2.c: Likewise.
10084         * nptl/tst-sem7.c: Likewise.
10085         * nptl/tst-sem8.c: Likewise.
10086         * nptl/tst-sem9.c: Likewise.
10087         * nss/test-netdb.c: Likewise.
10088         * posix/tst-fnmatch.c: Likewise.
10089         * posix/tst-getlogin.c: Likewise.
10090         * posix/tst-gnuglob.c: Likewise.
10091         * posix/tst-mmap.c: Likewise.
10092         * pwd/tst-getpw.c: Likewise.
10093         * resolv/tst-inet_ntop.c: Likewise.
10094         * rt/tst-timer.c: Likewise.
10095         * stdio-common/test-fseek.c: Likewise.
10096         * stdio-common/test-popen.c: Likewise.
10097         * stdio-common/test-vfprintf.c: Likewise.
10098         * stdio-common/tst-cookie.c: Likewise.
10099         * stdio-common/tst-fileno.c: Likewise.
10100         * stdio-common/tst-gets.c: Likewise.
10101         * stdio-common/tst-obprintf.c: Likewise.
10102         * stdio-common/tst-perror.c: Likewise.
10103         * stdio-common/tst-sprintf2.c: Likewise.
10104         * stdio-common/tst-sprintf3.c: Likewise.
10105         * stdio-common/tst-sprintf.c: Likewise.
10106         * stdio-common/tst-swprintf.c: Likewise.
10107         * stdio-common/tst-tmpnam.c: Likewise.
10108         * stdio-common/tst-unbputc.c: Likewise.
10109         * stdio-common/tst-wc-printf.c: Likewise.
10110         * stdlib/tst-environ.c: Likewise.
10111         * stdlib/tst-fmtmsg.c: Likewise.
10112         * stdlib/tst-limits.c: Likewise.
10113         * stdlib/tst-rand48-2.c: Likewise.
10114         * stdlib/tst-rand48.c: Likewise.
10115         * stdlib/tst-random2.c: Likewise.
10116         * stdlib/tst-random.c: Likewise.
10117         * stdlib/tst-strtol.c: Likewise.
10118         * stdlib/tst-strtoll.c: Likewise.
10119         * stdlib/tst-tls-atexit.c: Likewise.
10120         * stdlib/tst-xpg-basename.c: Likewise.
10121         * string/test-ffs.c: Likewise.
10122         * string/tst-bswap.c: Likewise.
10123         * string/tst-inlcall.c: Likewise.
10124         * string/tst-strtok.c: Likewise.
10125         * string/tst-strxfrm.c: Likewise.
10126         * sysdeps/x86_64/tst-audit10.c: Likewise.
10127         * sysdeps/x86_64/tst-audit3.c: Likewise.
10128         * sysdeps/x86_64/tst-audit4.c: Likewise.
10129         * sysdeps/x86_64/tst-audit5.c: Likewise.
10130         * time/tst-ftime_l.c: Likewise.
10131         * time/tst-getdate.c: Likewise.
10132         * time/tst-mktime3.c: Likewise.
10133         * time/tst-mktime.c: Likewise.
10134         * time/tst-posixtz.c: Likewise.
10135         * time/tst-strptime2.c: Likewise.
10136         * time/tst-strptime3.c: Likewise.
10137         * wcsmbs/tst-btowc.c: Likewise.
10138         * wcsmbs/tst-mbrtowc.c: Likewise.
10139         * wcsmbs/tst-mbsrtowcs.c: Likewise.
10140         * wcsmbs/tst-wchar-h.c: Likewise.
10141         * wcsmbs/tst-wcpncpy.c: Likewise.
10142         * wcsmbs/tst-wcrtomb.c: Likewise.
10143         * wcsmbs/tst-wcsnlen.c: Likewise.
10144         * wcsmbs/tst-wcstof.c: Likewise.
10146 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
10148         [BZ #14132]
10149         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
10150         INTDEF.
10151         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
10152         declaration.
10153         (_dl_mcount): Use rtld_hidden_proto.
10154         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
10155         _dl_mcount.
10156         * elf/rtld.c (_rtld_global_ro): Likewise.
10158         [BZ #14132]
10159         * elf/dl-init.c (_dl_init): Don't use INTDEF.
10160         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
10161         of _dl_init_internal.
10162         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
10163         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
10164         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
10165         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
10166         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
10167         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
10168         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
10169         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
10170         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
10171         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
10172         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
10173         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
10174         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
10175         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
10176         * sysdeps/tile/dl-start.S (_start): Likewise.
10177         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
10178         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
10180         [BZ #14132]
10181         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
10182         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
10183         (rtld_progname): Make macro definition unconditional.
10184         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
10185         INTDEF.
10186         (dlmopen_doit): Do not use INTUSE with _dl_argv.
10187         (dl_main): Likewise.
10188         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
10189         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
10190         instead of _dl_argv_internal.
10191         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
10192         __GI__dl_argv instead of INTUSE(_dl_argv).
10193         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
10194         __GI__dl_argv instead of _dl_argv_internal.
10196         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
10197         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
10198         macro.
10199         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
10200         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
10201         New macro.
10202         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
10203         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
10204         macro.
10205         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
10206         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
10208 2014-11-04  Andreas Schwab  <schwab@suse.de>
10210         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
10212 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10214         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
10215         mtvsrd instruction in binary form.
10217 2014-11-03  Andreas Schwab  <schwab@suse.de>
10219         [BZ #17522]
10220         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
10221         for less than MB_LEN_MAX use a local buffer of that size.
10222         * libio/tst-fputws.c: New file.
10223         * libio/Makefile (tests): Add tst-fputws.
10225 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
10227         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
10228         the size of the fpu_fr.fpu_dregs[] array.
10230 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
10232         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
10233         (__nanosleep): Do not define as alias.
10234         (nanosleep): Define as alias of __nanosleep.
10235         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
10236         __libc_nanosleep name.
10238 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
10240         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
10241         install.texi in comment.
10243 2014-10-31  Torvald Riegel  <triegel@redhat.com>
10245         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
10246         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
10247         ... add here and use lwsync or sync ...
10248         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
10249         ... and add here using lwsync.
10251 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
10253         * elf/dl-machine-reject-phdr.h: New file.
10254         * elf/dl-load.c: #include that.
10255         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
10256         if that returned true.
10258 2014-10-31  Roland McGrath  <roland@hack.frob.com>
10260         [BZ #17496]
10261         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
10262         gen-as-const-headers chunk.  Add a big scare comment after the last
10263         safe place to touch before-compile.
10265 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
10267         * manual/install.texi (Tools for Compilation): Update autoconf
10268         version requirements.
10269         * INSTALL: Regenerated.
10271         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
10272         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
10273         (__libc_pselect): Likewise.
10275         [BZ #14138]
10276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
10277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10281 2014-10-31  Torvald Riegel  <triegel@redhat.com>
10283         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
10284         correct barrier instruction.
10285         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
10286         Likewise.
10287         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
10288         Likewise.
10290 2014-10-30  Roland McGrath  <roland@hack.frob.com>
10292         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
10293         after defining inlines.  Instead, just use parens to defeat macro
10294         expansion of __isctype in its declaration.
10296 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
10298         * include/sys/uio.h (__libc_readv): Remove declaration.
10299         (__libc_writev): Likewise.
10300         * misc/readv.c (__libc_readv): Rename to __readv.
10301         (__readv): Do not define as alias.
10302         (readv): Define as alias of __readv.
10303         * misc/writev.c (__libc_writev): Rename to __writev.
10304         (__writev): Do not define as alias.
10305         (writev): Define as alias of __writev.
10306         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
10307         (__readv): Do not define as alias.
10308         (readv): Define unconditionally as alias of __readv.
10309         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
10310         (__writev): Do not define as alias.
10311         (writev): Define unconditionally as alias of __writev.
10312         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
10313         name.
10314         (writev): Do not define __libc_writev name.
10316 2014-10-30  Roland McGrath  <roland@hack.frob.com>
10318         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
10319         (convert_charseq): New function, broken out of ...
10320         (use_from_charmap): ... here.  Call it.
10321         (use_to_charmap): Use convert_charseq and free instead of duplicating
10322         its code with a variable-length stack struct.
10324 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
10326         * include/fcntl.h (__libc_creat): Remove declaration.
10327         * io/creat.c (__libc_creat): Rename to creat.
10328         (creat): Do not define as alias.
10329         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
10330         of creat instead of __libc_creat.
10331         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
10332         to creat.
10333         (creat): Do not define as alias.
10334         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
10335         __libc_creat.
10336         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
10337         __libc_creat name.
10338         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
10339         Likewise.
10341 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
10343         * manual/llio.texi: Add comments discussing why write() may be
10344         considered MT-unsafe on Linux.
10346 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
10348         * dl-load.c (local_strdup): Remove.
10349         (expand_dynamic_string_token): Use __strdup.
10350         (decompose_rpath): Likewise.
10351         (_dl_map_object): Likewise.
10353 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
10355         [BZ #14132]
10356         * sysdeps/generic/unwind-dw2-fde.c
10357         (__register_frame_info_bases_internal): Do not declare.
10358         (__register_frame_info_table_bases_internal): Likewise.
10359         (__deregister_frame_info_bases_internal): Likewise.
10360         (__register_frame_info_bases): Declare and use hidden_proto before
10361         definition.  Use hidden_def instead of INTDEF.
10362         (__register_frame_info_table_bases): Likewise.
10363         (__deregister_frame_info_bases): Likewise.
10364         (__register_frame_info): Do not use INTUSE.
10365         (__register_frame): Likewise.
10366         (__register_frame_info_table): Likewise.
10367         (__register_frame_table): Likewise.
10368         (__deregister_frame_info): Likewise.
10369         (__deregister_frame): Likewise.
10371 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
10373         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10374         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
10375         not undefine.
10376         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
10377         Likewise.
10378         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
10379         Likewise.
10381 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
10383         [BZ #14138]
10384         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
10385         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
10386         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
10387         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
10388         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
10389         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
10390         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
10391         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
10392         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
10393         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
10394         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
10395         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
10396         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
10397         syscall.
10398         (setfsuid): Likewise.
10399         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
10400         (setfsuid): Likewise.
10401         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
10402         (setfsuid): Likewise.
10403         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
10404         Likewise.
10405         (setfsuid): Likewise.
10406         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
10407         (setfsuid): Likewise.
10408         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
10409         Likewise.
10410         (setfsuid): Likewise.
10412 2014-10-27  Andreas Schwab  <schwab@suse.de>
10414         [BZ #17501]
10415         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
10416         check for Slow_SSE4_2 feature bit.
10417         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
10418         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
10419         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
10420         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
10422 2014-10-24  Roland McGrath  <roland@hack.frob.com>
10424         * configure.ac: Validate compiler version with a empirical test of
10425         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
10426         $CC -v output.
10427         * configure: Regenerated.
10429         * inet/htons.c (htons): Prototypify.
10430         * inet/htonl.c (htonl): Likewise.
10432 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10434         * string/strncat.c (strncat): Improve performance by using strlen.
10436 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10438         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
10440 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10442         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
10443         Call libc_fetestexcept_aarch64.
10445 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10447         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
10448         Call libc_feholdexcept_aarch64.
10450 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10452         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
10453         Call get_rounding_mode.
10455 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10457         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
10458         Simplify logic.
10460 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
10462         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
10463         Simplify logic.
10465 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
10467         [BZ #14138]
10468         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
10469         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
10470         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
10471         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
10472         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
10473         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
10474         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
10475         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
10476         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
10477         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
10478         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
10479         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
10480         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
10481         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
10482         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
10483         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
10484         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
10485         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
10486         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
10487         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
10488         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
10489         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
10490         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
10491         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
10492         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
10493         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
10494         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
10495         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
10496         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
10497         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
10498         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
10499         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
10500         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
10501         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
10502         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
10503         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
10504         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
10505         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
10506         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
10507         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
10508         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
10509         syscall.
10510         (geteuid): Likewise.
10511         (getgid): Likewise.
10512         (getuid): Likewise.
10513         (getresgid): Likewise.
10514         (getresuid): Likewise.
10515         (getgroups): Likewise.
10516         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
10517         (geteuid): Likewise.
10518         (getgid): Likewise.
10519         (getuid): Likewise.
10520         (getresgid): Likewise.
10521         (getresuid): Likewise.
10522         (getgroups): Likewise.
10523         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
10524         (geteuid): Likewise.
10525         (getgid): Likewise.
10526         (getuid): Likewise.
10527         (getresgid): Likewise.
10528         (getresuid): Likewise.
10529         (getgroups): Likewise.
10530         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
10531         Likewise.
10532         (geteuid): Likewise.
10533         (getgid): Likewise.
10534         (getuid): Likewise.
10535         (getresgid): Likewise.
10536         (getresuid): Likewise.
10537         (getgroups): Likewise.
10538         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
10539         (geteuid): Likewise.
10540         (getgid): Likewise.
10541         (getuid): Likewise.
10542         (getresgid): Likewise.
10543         (getresuid): Likewise.
10544         (getgroups): Likewise.
10545         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
10546         Likewise.
10547         (geteuid): Likewise.
10548         (getgid): Likewise.
10549         (getuid): Likewise.
10550         (getgroups): Likewise.
10552         [BZ #14138]
10553         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
10554         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
10555         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
10556         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
10557         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
10558         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
10559         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
10560         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
10561         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
10562         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
10563         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
10564         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
10565         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
10566         __chown.
10567         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
10568         (lchown): Likewise.
10569         (fchown): Likewise.
10570         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
10571         Likewise.
10572         (lchown): Likewise.
10573         (fchown): Likewise.
10574         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
10575         (lchown): Likewise.
10576         (fchown): Likewise.
10577         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
10578         Likewise.
10579         (lchown): Likewise.
10580         (fchown): Likewise.
10582 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
10584         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
10585         Simplify logic.
10587 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
10589         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
10590         Cleanup logic.
10592 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
10594         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
10595         Remove unused include.
10597 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
10599         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
10600         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
10601         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
10602         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
10604 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
10605             Helge Deller <deller@gmx.de>
10607         [BZ #17508]
10608         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
10609         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
10610         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
10612 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
10614         [BZ #14132]
10615         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
10616         Remove macro definition.
10617         (__ashrdi3_v_glibc20): Likewise.
10618         (__lshrdi3_v_glibc20): Likewise.
10619         (__cmpdi2_v_glibc20): Likewise.
10620         (__ucmpdi2_v_glibc20): Likewise.
10621         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
10622         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
10623         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
10624         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
10625         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
10626         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
10628 2014-10-22  Roland McGrath  <roland@hack.frob.com>
10630         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
10631         old GNU extension [0] syntax.
10632         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
10633         alloca rather than an array member with variable length.
10634         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
10635         * nscd/nscd.c (invalidate_db): New function, broken out of ...
10636         (parse_opt): ... here.  Likewise use alloca there.
10637         Validate the -i argument before checking for rootness.
10638         (send_shutdown): New function, broken out of ...
10639         (parse_opt): ... here.
10641 2014-10-22  Roland McGrath  <roland@hack.frob.com>
10643         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
10644         macro to get at the _rt_local_ro field.
10645         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
10646         ([PIC] case) or _dl_hwcap ([!PIC] case).
10647         * sysdeps/arm/setjmp.S: Likewise.
10649         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
10650         * sysdeps/arm/configure.ac: New check to define it.
10651         * sysdeps/arm/configure: Regenerated.
10652         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
10653         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
10654         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
10655         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
10656         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
10657         Use move/movt pair instead of a load.
10658         (LDST_GLOBAL): Macro removed.
10659         (LDR_GLOBAL): New macro replaces it.
10660         (LDR_HIDDEN): New macro.
10661         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
10662         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
10664         * setjmp/tst-setjmp-static.c: New file.
10665         * setjmp/Makefile (tests): Add it.
10666         (tests-static): New variable.
10668 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
10670         [BZ #17485]
10671         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
10673 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
10675         [BZ #14132]
10676         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
10678 2014-10-21  Roland McGrath  <roland@hack.frob.com>
10680         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
10682 2014-10-20  Roland McGrath  <roland@hack.frob.com>
10684         * io/fts.c (dirent_not_directory): New function.
10685         (fts_build): Call it.
10687 2014-10-20  Roland McGrath  <roland@hack.frob.com>
10689         * nptl/version.c (__nptl_main): Use normal __write rather than
10690         INTERNAL_SYSCALL.
10691         (banner): Update copyright years.
10693         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
10694         gettimeofday.
10695         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10696         * nptl/pthread_cond_timedwait.c: Likewise.
10697         * nptl/pthread_mutex_timedlock.c: Likewise.
10698         * nptl/sem_timedwait.c: Likewise.
10700         * sysdeps/nptl/bits/libc-lock.h
10701         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10702         (__libc_lock_init_recursive): Return void, not 0.
10703         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
10704         (__libc_rwlock_init): Likewise.
10705         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
10707 2014-10-20  Torvald Riegel  <triegel@redhat.com>
10709         [BZ #15215]
10710         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
10711         (__pthread_once_slow): ... here.
10712         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
10713         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
10715 2014-10-20  Torvald Riegel  <triegel@redhat.com>
10717         [BZ #15215]
10718         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
10719         __PTHREAD_ONCE_FORK_GEN_INCR): New.
10720         * sysdeps/nptl/fork.c (__libc_fork): Use them.
10721         * nptl/pthread_once.c (__pthread_once): Likewise.
10722         Update comments.
10724 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
10726         [BZ #14138]
10727         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
10728         name.
10729         (writev): Use __libc_writev as strong name.
10730         * sysdeps/unix/sysv/linux/readv.c: Remove file.
10731         * sysdeps/unix/sysv/linux/writev.c: Likewise.
10733 2014-10-17  Roland McGrath  <roland@hack.frob.com>
10735         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
10737         * sysdeps/i386/nptl/tls.h
10738         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
10739         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
10740         New macros.
10741         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
10742         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
10743         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
10744         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
10745         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
10746         Call CHECK_THREAD_SYSINFO instead of doing an assert.
10748         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
10749         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
10750         on [__NR_futex].
10751         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
10752         broken out of ...
10753         (__pthread_mutex_init): ... here.  Call it.
10754         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
10755         Conditionalize PI cases on [__NR_futex].
10756         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
10757         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
10758         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
10760         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
10761         conditional on [SIGSETXID].
10762         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
10763         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
10764         is defined.  Likewise for SIGSETXID.
10765         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
10766         Conditionalize definitions on [SIGSETXID].
10767         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
10768         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
10769         unblocking on [SIGCANCEL].
10771         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
10772         [__NR_set_robust_list].
10774 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
10776         * string/strcoll_l.c (get_next_seq): Fix up formatting.
10777         (do_compare): Likewise.
10779 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
10781         [BZ #15884]
10782         * string/strcoll_l.c: Don't include stdio.h.
10783         (coll_seq): Remove members idxarr and rulearr.
10784         (get_next_seq_cached): Remove function.
10785         (get_next_seq): Likewise.
10786         (get_next_seq_nocache): Rename to get_next_seq.
10787         (do_compare): Remove function.
10788         (do_compare_nocache): Rename to do_compare.
10789         (STRCOLL): Remove weight and rules cache.
10791 2014-10-16  Roland McGrath  <roland@hack.frob.com>
10793         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
10794         * sysdeps/arm/sfp-machine.h: ... to here.
10795         * sysdeps/arm/Implies: Remove arm/soft-fp.
10797 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
10799         * conform/data/sys/utsname.h-data (*_t): Allow.
10800         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
10801         [POSIX] (WEXITED): Do not expect constant.
10802         [POSIX] (WSTOPPED): Likewise.
10803         [POSIX] (WNOHANG): Likewise.
10804         [POSIX] (WNOWAIT): Likewise.
10805         [POSIX] (siginfo_t): Do not expect type or elements.
10806         [POSIX] (pid_t): Do not expect type.
10807         [POSIX] (signal.h): Do not allow header.
10808         [POSIX] (sys/resource.h): Likewise.
10809         [POSIX] (si_*): Do not allow pattern.
10810         [POSIX] (W*): Likewise.
10811         [POSIX] (P_*): Likewise.
10812         [POSIX] (BUS_*): Likewise.
10813         [POSIX] (CLD_*): Likewise.
10814         [POSIX] (FPE_*): Likewise.
10815         [POSIX] (ILL_*): Likewise.
10816         [POSIX] (POLL_*): Likewise.
10817         [POSIX] (SEGV_*): Likewise.
10818         [POSIX] (SI_*): Likewise.
10819         [POSIX] (TRAP_*): Likewise.
10820         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
10821         variable.
10823 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
10825         [BZ #12926]
10826         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
10827         infinite loop when __recvmsg returns 0.
10829 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
10831         * CANCEL-FCT-WAIVE: Remove file.
10832         * CANCEL-FILE-WAIVE: Likewise.
10834         [BZ #14132]
10835         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
10836         instead of INTVARDEF.
10837         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
10838         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
10839         rtld_hidden_data_def instead of INTVARDEF.
10840         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
10841         * elf/dl-deps.c (expand_dst): Likewise.
10842         * elf/dl-load.c (_dl_dst_count): Likewise.
10843         (_dl_dst_substitute): Likewise.
10844         (decompose_rpath): Likewise.
10845         (_dl_init_paths): Likewise.
10846         (open_path): Likewise.
10847         (_dl_map_object): Likewise.
10848         * elf/rtld.c (dl_main): Likewise.
10849         (process_dl_audit): Likewise.
10850         (process_envvars): Likewise.
10851         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
10852         Remove declaration.
10853         (__libc_enable_secure): Use rtld_hidden_proto.
10855 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10857         * elf/dl-load.c
10858         (add_path): New function broken out of _dl_rtld_di_serinfo.
10859         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
10861 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
10863         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
10864         parentheses around macro arguments.
10865         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
10866         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
10867         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
10868         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
10869         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
10870         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
10871         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
10872         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
10873         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
10874         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
10875         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
10876         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
10877         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
10878         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
10879         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
10880         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
10881         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
10882         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
10883         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
10884         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
10885         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
10886         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
10887         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
10888         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
10889         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
10890         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
10891         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
10892         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
10893         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
10894         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
10895         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
10896         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
10897         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
10898         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
10899         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
10900         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
10901         Likewise.
10902         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
10903         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
10904         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
10905         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
10906         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
10907         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
10908         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
10909         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
10910         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
10911         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
10912         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
10913         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
10914         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
10915         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
10916         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
10917         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
10918         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
10919         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
10920         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
10921         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
10922         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
10923         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
10924         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
10925         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
10926         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
10927         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
10928         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
10929         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
10930         (_FP_FRAC_SRS_1): Likewise.
10931         (_FP_FRAC_CLZ_1): Likewise.
10932         (_FP_MUL_MEAT_1_imm): Likewise.
10933         (_FP_MUL_MEAT_1_wide): Likewise.
10934         (_FP_MUL_MEAT_1_hard): Likewise.
10935         (_FP_SQRT_MEAT_1): Likewise.
10936         (_FP_FRAC_ASSEMBLE_1): Likewise.
10937         (_FP_FRAC_DISASSEMBLE_1): Likewise.
10938         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
10939         (__FP_CLZ_2): Likewise.
10940         (_FP_MUL_MEAT_2_wide): Likewise.
10941         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10942         (_FP_MUL_MEAT_2_gmp): Likewise.
10943         (_FP_MUL_MEAT_2_120_240_double): Likewise.
10944         (_FP_SQRT_MEAT_2): Likewise.
10945         (_FP_FRAC_ASSEMBLE_2): Likewise.
10946         (_FP_FRAC_DISASSEMBLE_2): Likewise.
10947         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
10948         (_FP_FRAC_CLZ_4): Likewise.
10949         (_FP_MUL_MEAT_4_wide): Likewise.
10950         (_FP_MUL_MEAT_4_gmp): Likewise.
10951         (_FP_SQRT_MEAT_4): Likewise.
10952         (_FP_FRAC_ASSEMBLE_4): Likewise.
10953         (_FP_FRAC_DISASSEMBLE_4): Likewise.
10954         * soft-fp/op-common.h (_FP_CMP): Likewise.
10955         (_FP_CMP_EQ): Likewise.
10956         (_FP_CMP_UNORD): Likewise.
10957         (_FP_TO_INT): Likewise.
10958         (_FP_FROM_INT): Likewise.
10959         [!__FP_CLZ] (__FP_CLZ): Likewise.
10960         (_FP_DIV_HELP_imm): Likewise.
10961         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
10962         Likewise.
10963         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
10964         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
10965         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
10966         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
10967         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
10968         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
10969         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
10970         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
10971         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
10972         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
10973         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
10974         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
10975         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
10976         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
10977         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
10978         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
10979         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
10980         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
10981         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
10982         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
10983         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
10984         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
10985         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
10986         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
10987         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
10988         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
10989         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
10990         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
10991         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
10992         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
10993         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
10994         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
10995         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
10996         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
10997         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
10998         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
10999         (FP_UNPACK_RAW_SP): Likewise.
11000         (FP_PACK_RAW_S): Likewise.
11001         (FP_PACK_RAW_SP): Likewise.
11002         (FP_UNPACK_S): Likewise.
11003         (FP_UNPACK_SP): Likewise.
11004         (FP_UNPACK_SEMIRAW_S): Likewise.
11005         (FP_UNPACK_SEMIRAW_SP): Likewise.
11006         (FP_PACK_S): Likewise.
11007         (FP_PACK_SP): Likewise.
11008         (FP_PACK_SEMIRAW_S): Likewise.
11009         (FP_PACK_SEMIRAW_SP): Likewise.
11010         (_FP_SQRT_MEAT_S): Likewise.
11011         (FP_CMP_S): Likewise.
11012         (FP_CMP_EQ_S): Likewise.
11013         (FP_CMP_UNORD_S): Likewise.
11014         (FP_TO_INT_S): Likewise.
11015         (FP_FROM_INT_S): Likewise.
11017         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
11019         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
11020         (FP_EX_INVALID_IMZ): Likewise.
11021         (FP_EX_INVALID_IMZ_FMA): Likewise.
11022         (FP_EX_INVALID_ISI): Likewise.
11023         (FP_EX_INVALID_ZDZ): Likewise.
11024         (FP_EX_INVALID_IDI): Likewise.
11025         (FP_EX_INVALID_SQRT): Likewise.
11026         (FP_EX_INVALID_CVI): Likewise.
11027         (FP_EX_INVALID_VC): Likewise.
11028         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
11029         "invalid" exceptions.
11030         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
11031         (_FP_ADD_INTERNAL): Likewise.
11032         (_FP_MUL): Likewise.
11033         (_FP_FMA): Likewise.
11034         (_FP_DIV): Likewise.
11035         (_FP_CMP_CHECK_NAN): Likewise.
11036         (_FP_SQRT): Likewise.
11037         (_FP_TO_INT): Likewise.
11038         (FP_EXTEND): Likewise.
11040 2014-10-09  Allan McRae  <allan@archlinux.org>
11042         * po/fr.po: Update French translation from translation project.
11044 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
11046         [BZ #14132]
11047         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
11048         of INTDEF.
11049         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
11050         (__cxa_atexit): Use libc_hidden_proto.
11051         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
11053         [BZ #14132]
11054         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
11055         declaration.
11056         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
11057         [!_ISOMAC] (__iswspace_l_internal): Likewise.
11058         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
11059         [!_ISOMAC] (__iswctype_internal): Likewise.
11060         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
11061         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
11062         alias.
11063         (fcntl): Remove __fcntl_internal alias.
11064         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
11065         __connect_internal alias.
11066         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
11067         Likewise.
11069         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
11070         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
11071         FP_DENORM_ZERO.
11072         (_FP_CHECK_FLUSH_ZERO): New macro.
11073         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
11074         (_FP_CMP): Likewise.
11075         (_FP_CMP_EQ): Likewise.
11076         (_FP_TO_INT): Do not set inexact for subnormal arguments if
11077         FP_DENORM_ZERO.
11078         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
11079         (FP_TRUNC): Likewise.
11081         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
11082         treated as invalid conversion, not as normal exponent.
11084         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
11085         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
11086         (_FP_CMP_EQ): Likewise.
11087         (_FP_CMP_UNORD): Likewise.
11088         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
11089         (FP_CMP_EQ_D): Likewise.
11090         (FP_CMP_UNORD_D): Likewise.
11091         * soft-fp/extended.h (FP_CMP_E): Likewise.
11092         (FP_CMP_EQ_E): Likewise.
11093         (FP_CMP_UNORD_E): Likewise.
11094         * soft-fp/quad.h (FP_CMP_Q): Likewise.
11095         (FP_CMP_EQ_Q): Likewise.
11096         (FP_CMP_UNORD_Q): Likewise.
11097         * soft-fp/single.h (FP_CMP_S): Likewise.
11098         (FP_CMP_EQ_S): Likewise.
11099         (FP_CMP_UNORD_S): Likewise.
11100         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
11101         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
11102         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
11103         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
11104         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
11105         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
11106         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
11107         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
11108         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
11109         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
11110         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
11111         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
11112         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
11113         to FP_CMP_Q.
11114         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
11115         FP_CMP_Q.
11116         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
11117         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
11118         FP_CMP_EQ_Q.
11119         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
11120         FP_CMP_Q.
11121         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
11122         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
11123         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
11124         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
11125         FP_CMP_EQ_Q.
11126         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
11127         FP_CMP_Q.
11128         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
11129         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
11130         FP_CMP_EQ_Q.
11131         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
11132         FP_CMP_Q.
11133         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
11134         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
11135         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
11136         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
11137         FP_CMP_EQ_Q.
11139         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
11140         a subnormal result, set the underflow exception if trapping on
11141         underflow is enabled.
11142         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
11143         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
11144         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
11145         redefine to 0.
11146         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
11147         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
11148         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
11149         * soft-fp/extendxftf2.c (__extendxftf2): Use
11150         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
11152         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
11153         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
11154         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
11155         FP_HANDLE_EXCEPTIONS.
11156         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
11157         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
11158         FP_HANDLE_EXCEPTIONS.
11159         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
11160         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
11161         FP_HANDLE_EXCEPTIONS.
11162         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
11163         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
11164         FP_HANDLE_EXCEPTIONS.
11166 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
11168         [BZ #14132]
11169         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
11170         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
11171         use INTUSE.
11172         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
11173         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
11174         Remove alias.
11175         (__adjtimex): Define using libc_hidden_ver.
11176         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
11177         Remove declaration.
11178         (ntp_gettime): Call __adjtimex directly.
11179         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
11180         Remove declaration.
11181         (ntp_gettimex): Call __adjtimex directly.
11182         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
11183         __adjtimex_internal alias.
11185 2014-10-08  Roland McGrath  <roland@hack.frob.com>
11187         [BZ #17460]
11188         * nscd/nscd.c (more_help): Rewrite list of tables collection
11189         using xstrdup and asprintf.
11191         * nscd/nscd_conf.c: Remove local xstrdup declaration.
11193 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11194             Roland McGrath  <roland@hack.frob.com>
11196         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
11197         (do_lookup_unique): ... local function 'enter' here; update callers.
11199 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
11201         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
11202         compat_symbol calls on [SHARED].
11203         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
11204         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
11205         Remove.
11206         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
11207         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
11208         (oldsetrlimit): Remove.
11209         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
11210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
11211         (lchown): New syscall entry.
11212         (oldsetrlimit): Remove.
11213         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
11214         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
11215         (oldsetrlimit): Remove.
11216         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
11218         [BZ #14138]
11219         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
11220         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
11221         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
11222         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
11223         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11224         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
11225         (fchown): Likewise.
11226         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
11227         (fchown): Likewise.
11228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
11229         Likewise.
11231 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11233         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
11234         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
11235         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
11236         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
11237         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
11238         Likewise.
11239         (__old_sem_post): Likewise.
11241 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
11243         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
11244         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
11245         HAVE_CLOCK_GETTIME_VSYSCALL macros.
11246         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
11247         Use INLINE_VSYSCALL macro.
11248         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
11249         __vdso_clock_gettime.
11250         * sysdeps/unix/sysv/linux/tile/init-first.c
11251         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
11252         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
11253         __vdso_clock_gettime.
11255         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
11256         to set up frame more cleanly.
11258         * sysdeps/tile/memcmp.c: New file.
11260         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
11262         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
11263         * sysdeps/tile/tilegx/strcasestr.c: New file.
11264         * sysdeps/tile/tilegx/strnlen.c: New file.
11265         * sysdeps/tile/tilegx/strstr.c: New file.
11267         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
11269 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
11271         * nptl/tst-setuid3.c: Write errors to stdout.
11273 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11275         * elf/dl-deps.c
11276         (preload): New functions broken out of _dl_map_object_deps.
11277         (_dl_map_object_deps):  Remove a nested function. Update call sites.
11279 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
11281         [BZ #14138]
11282         * sysdeps/unix/sysv/linux/execve.c: Remove file.
11283         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
11285 2014-10-01  Steve Ellcey  <sellcey@mips.com>
11287         * sysdeps/mips/strcmp.S: New.
11289 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
11291         [BZ #14138]
11292         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
11293         (linkat): Likewise.
11294         (mkdirat): Likewise.
11295         (readlinkat): Likewise.
11296         (renameat): Likewise.
11297         (symlinkat): Likewise.
11298         (unlinkat): Likewise.
11299         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
11300         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
11301         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
11302         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
11303         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
11304         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
11305         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
11307 2014-09-30  Will Newton  <will.newton@linaro.org>
11309         * math/math.h: Define long double math functions if
11310         _LIBC_TEST is defined.
11311         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
11313         * localedata/Makefile: Move assignment to tests-special
11314         into an ifdef testing run-built-tests.
11315         * timezone/Makefile: Likewise.
11317 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
11319         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
11320         with $(BASH) not $(SHELL).
11322 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
11323             Matthew LeGendre  <legendre1@llnl.gov>
11325         [BZ #17411]
11326         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
11327         l_reloc_result.
11329 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11331         * stdio-common/printf_fp.c
11332         (hack_digit): New function, broken out of ...
11333         (__printf_fp): ... local function here.  Update call sites.
11334         hack_digit now takes an additional parameter that is a pointer
11335         to a struct of the referenced locals.  Those locals moved inside
11336         the struct and references updated.
11338 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
11340         * aclocal.m4: Require autoconf 2.69.
11341         * configure: Regenerated.
11342         * sysdeps/aarch64/configure: Likewise.
11343         * sysdeps/alpha/configure: Likewise.
11344         * sysdeps/arm/armv7/configure: Likewise.
11345         * sysdeps/arm/configure: Likewise.
11346         * sysdeps/ia64/configure: Likewise.
11347         * sysdeps/mach/configure: Likewise.
11348         * sysdeps/mips/configure: Likewise.
11349         * sysdeps/s390/configure: Likewise.
11350         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
11351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
11353         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
11354         file.
11355         * sysdeps/ia64/configure.ac: Likewise.
11357 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
11359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
11360         specify symbol version for ld.so.  Do not include entry for
11361         libpthread.
11362         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
11363         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
11364         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
11366         [BZ #14171]
11367         * Makeconfig [$(build-shared) = yes]
11368         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
11369         makefiles.
11370         [$(build-shared) = yes && $(soversions.mk-done) = t]
11371         ($(common-objpfx)gnu/lib-names.h): Remove rule.
11372         [$(build-shared) = yes && $(soversions.mk-done) = t]
11373         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
11374         to Makerules.
11375         [$(build-shared) = yes && $(soversions.mk-done) = t]
11376         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
11377         here.
11378         [$(build-shared) = yes && $(soversions.mk-done) = t]
11379         (common-generated): Don't append gnu/lib-names.h and
11380         gnu/lib-names.stmp here.
11381         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
11382         (lib-names-h-abi): New variable.
11383         [$(build-shared) = yes && $(soversions.mk-done) = t]
11384         (lib-names-stmp-abi): Likewise.
11385         [$(build-shared) = yes && $(soversions.mk-done) = t &&
11386         abi-variants] (before-compile): Append
11387         $(common-objpfx)$(lib-names-h-abi).
11388         [$(build-shared) = yes && $(soversions.mk-done) = t &&
11389         abi-variants] (common-generated): Append gnu/lib-names.h.
11390         [$(build-shared) = yes && $(soversions.mk-done) = t &&
11391         abi-variants] (install-others-nosubdir): Depend on
11392         $(inst_includedir)/$(lib-names-h-abi).
11393         [$(build-shared) = yes && $(soversions.mk-done) = t &&
11394         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
11395         [$(build-shared) = yes && $(soversions.mk-done) = t]
11396         ($(common-objpfx)$(lib-names-h-abi)): New rule.
11397         [$(build-shared) = yes && $(soversions.mk-done) = t]
11398         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
11399         [$(build-shared) = yes && $(soversions.mk-done) = t]
11400         (common-generated): Append $(lib-names-h-abi) and
11401         $(lib-names-stmp-abi).
11402         * scripts/lib-names.awk: Do not handle multi being set.
11403         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
11404         Remove variable.
11405         (abi-lp64_be-ld-soname): Likewise.
11406         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
11407         Likewise.
11408         (abi-hard-ld-soname): Likewise.
11409         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
11410         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
11411         Remove variable.
11412         (abi-o32_hard-ld-soname): Likewise.
11413         (abi-o32_soft_2008-ld-soname): Likewise.
11414         (abi-o32_hard_2008-ld-soname): Likewise.
11415         (abi-n32_soft-ld-soname): Likewise.
11416         (abi-n32_hard-ld-soname): Likewise.
11417         (abi-n32_soft_2008-ld-soname): Likewise.
11418         (abi-n32_hard_2008-ld-soname): Likewise.
11419         (abi-n64_soft-ld-soname): Likewise.
11420         (abi-n64_hard-ld-soname): Likewise.
11421         (abi-n64_soft_2008-ld-soname): Likewise.
11422         (abi-n64_hard_2008-ld-soname): Likewise.
11423         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
11424         Likewise.
11425         (abi-64-v2-ld-soname): Likewise.
11426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
11427         ld.so entries.
11428         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
11429         variable.
11430         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
11431         entry.
11432         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
11433         variable.
11434         (abi-64-ld-soname): Likewise.
11435         (abi-x32-ld-soname): Likewise.
11436         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
11437         entry.
11438         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
11440 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
11442         [BZ #14138]
11443         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
11444         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
11445         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
11446         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
11447         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
11448         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
11449         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
11450         syscall entry for GLIBC_2.2 symbol version.
11451         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
11452         Likewise.
11453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
11454         (setrlimit): Likewise.
11455         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
11456         Likewise.
11458 2014-09-23  Will Newton  <will.newton@linaro.org>
11460         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
11461         _LINUX_ARM_SYSDEP_H include guard too.
11462         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
11463         define.
11465 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11467         * sysdeps/unix/sysv/linux/eventfd.c:
11468         Make first argument unsigned.
11469         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
11470         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
11472 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
11474         * socket/recvmmsg.c (recvmmsg): Drop const argument.
11475         * socket/sys/socket.h: Likewise
11476         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
11478 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11480         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
11482 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
11484         * time/tst-ftime.c: New test.
11485         * time/Makefile (tests): Add tst-ftime.
11487 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
11489         * soft-fp/extended.h: Fix comment formatting.
11490         * soft-fp/op-1.h: Likewise.
11491         * soft-fp/op-2.h: Likewise.
11492         * soft-fp/op-4.h: Likewise.
11493         * soft-fp/op-8.h: Likewise.
11494         * soft-fp/op-common.h: Likewise.
11495         * soft-fp/soft-fp.h: Likewise.
11497         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
11499 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
11501         [BZ #6652]
11502         * Makeconfig (soversions-default-setname): Remove variable.
11503         ($(common-objpfx)soversions.i): Don't pass default_setname to
11504         soversions.awk.
11505         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
11506         oldest_abi to abi-versions.awk.
11507         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
11508         * config.make.in (oldest-abi): Remove variable.
11509         * configure.ac (--enable-oldest-abi): Remove configure option.
11510         * configure: Regenerated.
11511         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
11512         text.
11513         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
11514         * scripts/soversions.awk: Do not handle default_setname variable.
11515         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
11516         variable.
11517         * sysdeps/mach/hurd/configure: Regenerated.
11518         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
11519         variable.
11520         * sysdeps/unix/sysv/linux/configure: Regenerated.
11522 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11524         * elf/Makefile (CFLAGS-interp.c): Remove.
11525         ($(elf-objpfx)runtime-linker.h): Generate header with linker
11526         path string.
11527         * elf/interp.c: Include generated runtime-linker.h
11529         * Makerules (lib%.so): Don't include $(+interp) in
11530         prerequisites.
11531         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
11532         * dlfcn/eval.c: Remove file.
11534         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
11535         macros.
11537         [BZ #17266]
11538         * misc/sys/cdefs.h: Define __extern_always_inline for clang
11539         4.2 and newer.
11541         [BZ #17370]
11542         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
11544 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11545             Jakub Jelinek  <jakub@redhat.com>
11547         [BZ #17266]
11548         * libio/stdio.h: Check definition of __fortify_function
11549         instead of __extern_always_inline to include bits/stdio2.h.
11550         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
11551         check if __extern_always_inline is defined.
11552         [__USE_MISC || __USE_XOPEN]: Likewise.
11553         [__USE_ISOC99] Likewise.
11554         * misc/sys/cdefs.h (__fortify_function): Define only if
11555         __extern_always_inline is defined.
11556         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
11557         __extern_always_inline and __extern_inline only for g++-4.3
11558         and newer or a compatible gcc.
11560 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
11562         [BZ #17371]
11563         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11564         last change to handle zero prefix length.
11566 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11568         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
11569         _SC_REGEX_VERSION.
11571         * posix/getconf.c (vars): Add _POSIX_IPV6 and
11572         _POSIX_RAW_SOCKETS.
11574 2014-09-13  Allan McRae  <allan@archlinux.org>
11576         * po/ru.po: Update Russian translation from translation project.
11578 2014-09-12  Roland McGrath  <roland@hack.frob.com>
11580         * locale/programs/locale.c (show_locale_vars): Inline local function
11581         into its sole call site.  Clean up some style nits.
11582         (print_item): New function, broken out of ...
11583         (show_info): ... local function here.  Clean up style nits.
11585         * locale/programs/ld-ctype.c (set_one_default): New function, broken
11586         out of ...
11587         (set_class_defaults): ... local function set_default here.
11588         Define set_default as a macro locally to pass constant parameters.
11589         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
11590         rather than a shared local.
11592         * stdlib/rpmatch.c (try): New function, broken out of ...
11593         (rpmatch): ... local function here.  Also, prototypify definition.
11595 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
11597         * scripts/soversions.awk: Do not handle configuration names.
11598         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
11599         vendor and os variables to soversions.awk.
11600         * configure.ac: Do not modify gnu-* host_os.
11601         * configure: Regenerated
11602         * shlib-versions: Remove first column with configuration names.
11603         * nptl/shlib-versions: Likewise.
11604         * nptl_db/shlib-versions: Likewise.
11605         * sysdeps/hppa/shlib-versions: Likewise.
11606         * sysdeps/m68k/shlib-versions: Likewise.
11607         * sysdeps/mach/hurd/shlib-versions: Likewise.
11608         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
11609         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
11610         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
11611         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
11612         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
11613         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
11614         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
11615         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
11616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
11617         Likewise.
11618         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
11619         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
11620         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
11621         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
11622         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
11623         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
11624         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
11625         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
11627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11628         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
11629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
11630         Regenerated.
11631         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
11632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
11633         Condition symbol version definitions on [HAVE_ELFV2_ABI].
11635         * shlib-versions: Remove OS-specific entries.  Moved to files in
11636         sysdeps.
11637         * sysdeps/mach/hurd/shlib-versions: New file.
11638         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
11640         * nptl/shlib-versions: Remove architecture-specific entries.
11641         Moved to files in sysdeps.
11642         * shlib-versions: Likewise.
11643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
11644         file.
11645         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
11646         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
11647         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
11648         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
11650         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
11651         (UDP_NO_CHECK6_RX): Likewise.
11653 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
11655         * sysdeps/posix/sysconf.c (__sysconf): Spell
11656         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
11658 2014-08-12  Florian Weimer  <fweimer@redhat.com>
11660         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
11661         loading.
11662         * iconv/Versions (__gconv_transliterate): Export for use from
11663         gconv modules.
11664         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
11665         (struct __gconv_trans_data, __gconv_trans_fct,
11666         __gconv_trans_context_fct, __gconv_trans_query_fct,
11667         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
11668         definitions.
11669         (struct __gconv_step_data): Remove __trans member.
11670         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
11671         longer hidden.  Remove unused trans_data argument.
11672         * iconv/gconv_int.h (struct trans_struct): Remove definition.
11673         (__gconv_translit_find): Remove declaration.
11674         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
11675         prototype.
11676         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
11677         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
11678         trans_data argument.  Add hidden definition.
11679         (__gconv_translit_find): Remove.
11680         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
11681         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
11682         * iconv/skeleton.c: Remove transliteration initialization.
11683         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
11684         __gconv_step_data initialization.
11685         * libio/iofwide.c (__libio_translit_): Remove.
11686         (_IO_fwide): Adjust struct __gconv_step_data initialization.
11687         * wcsmbs/btowc.c (__btowc): Likewise.
11688         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11689         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11690         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
11691         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
11692         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
11693         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
11694         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
11695         * wcsmbs/wctob.c (wctob): Likewise.
11697 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
11699         [BZ #16194]
11700         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
11701         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
11702         register usage.
11703         * sysdeps/x86/Makefile: Adjust.
11705 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11706             Roland McGrath  <roland@hack.frob.com>
11708         * locale/weight.h: Add include guard.
11709         (findidx): Make static rather than auto; take new parameters
11710         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
11711         * locale/weightwc.h: Likewise.
11712         * posix/fnmatch_loop.c
11713         (FCT): Change type of EXTRA from int32_t to wint_t.
11714         Don't include either header inside the function.
11715         Call FINDIDX rather than findidx, and pass new arguments.
11716         #undef FINDIDX at the end of the file.
11717         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
11718         FINDIDX before including fnmatch_loop.c for the non-wide version.
11719         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
11720         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
11721         for the wide version.
11722         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
11723         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
11724         Pass new arguments to findidx.
11725         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
11726         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
11727         Don't #include it inside the function.  Pass new arguments to findidx.
11728         * posix/regex_internal.h
11729         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
11730         (re_string_elem_size_at): Don't #include it inside the function.
11731         Pass new arguments to findidx.
11732         * string/strcoll_l.c: #include WEIGHT_H at top level.
11733         (get_next_seq): Don't #include it inside the function.
11734         Pass new arguments to findidx.
11735         (get_next_seq_nocache): Likewise.
11736         * string/strxfrm_l.c: #include WEIGHT_H at top level.
11737         (STRXFRM): Don't #include it inside the function.
11738         Pass new arguments to findidx.
11740 2014-09-11  Florian Weimer  <fweimer@redhat.com>
11742         [BZ #17344]
11743         * malloc/malloc.c (unlink): Turn asserts into a call to
11744         malloc_printerr.
11746 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
11748         [BZ #17370]
11749         * libio/wfileops (do_ftell_wide): Free OUT.
11751 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
11753         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
11755 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11757         [BZ #17363]
11758         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
11759         group if the current group is empty.
11761 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11763         * benchtests/bench-memset.c (test_main): Add more test from size
11764         from 32 to 512 bytes.
11765         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
11766         Add POWER8 memset object.
11767         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11768         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
11769         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
11770         implementation.
11771         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
11772         Likewise.
11773         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
11774         multiarch POWER8 memset optimization.
11775         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
11776         POWER8 memset optimization.
11778         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
11779         Remove bzero multiarch objects.
11780         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
11781         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
11782         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
11783         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
11784         Remove define.
11785         [__bzero]: Redefine to specific name.
11786         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
11787         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
11788         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
11789         define.
11790         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
11791         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
11793 2014-09-10  Florian Weimer  <fweimer@redhat.com>
11795         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
11796         warnings into errors.
11798         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
11799         __cxa_thread_atexit_impl prototype.
11801 2014-09-09  Steve Ellcey  <sellcey@mips.com>
11803         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
11804         Fix capitalization of error message.
11806 2014-09-09  Steve Ellcey  <sellcey@mips.com>
11808         * sysdeps/mips/preconfigure: Modify ABI tests.
11810 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
11812         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
11814 2014-09-07  Roland McGrath  <roland@hack.frob.com>
11815             Carlos O'Donell  <carlos@systemhalted.org>
11817         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
11818         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
11819         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
11820         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
11821         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
11822         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
11823         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
11824         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
11825         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
11826         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
11827         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
11828         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
11829         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
11830         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
11831         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
11832         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
11833         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
11834         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
11835         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
11836         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
11837         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
11838         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
11839         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
11840         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
11841         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
11842         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
11843         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
11844         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
11845         Deconditionalize the code that was previously under [RESET_PID].
11846         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
11847         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
11848         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
11849         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
11850         include sysdep.h.
11852 2014-09-08  Allan McRae  <allan@archlinux.org>
11854         * version.h (RELEASE): Set to "development".
11855         (VERSION): Set to "2.20.90"
11857 2014-09-07  Allan McRae  <allan@archlinux.org
11859         * version.h (RELEASE): Set to "stable".
11860         (VERSION): Set to "2.20"
11861         * include/features.h (__GLIBC_MINOR__): Set to 20.
11863         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
11864         Liebler.
11866         * po/ko.po: Update Korean translation from translation project.
11868 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
11870         [BZ #17354]
11871         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
11872         macro for handling signed relocations.
11874 2014-09-03  Florian Weimer  <fweimer@redhat.com>
11876         [BZ #17325]
11877         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
11878         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
11879         assert.
11880         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
11881         * iconvdata/ibm935.c (BODY): Likewise.
11882         * iconvdata/ibm937.c (BODY): Likewise.
11883         * iconvdata/ibm939.c (BODY): Likewise.
11884         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
11885         assert.
11886         * iconvdata/Makefile (iconv-test.out): Pass module list to test
11887         script.
11888         * iconvdata/run-iconv-test.sh: New test loop for checking for
11889         decoder crashers.
11891 2014-09-02  Khem Raj  <raj.khem@gmail.com>
11893         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
11894         libm_hidden_ver.
11896 2014-09-01  Allan McRae  <allan@archlinux.org>
11898         * po/eo.po: Update Esperanto translation from translation project.
11900         * po/ca.po: Update Catalan translation from translation project.
11902 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11904         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
11905         __proc_dostop call.
11907 2014-08-27  Mark Wielaard  <mjw@redhat.com>
11909         [BZ #17319]
11910         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
11911         to call set_thread_area instead of hand written asm.
11912         (__NR_set_thread_area): Removed define.
11913         (TLS_FLAG_WRITABLE): Likewise.
11914         (__ASSUME_SET_THREAD_AREA): Remove check.
11915         (TLS_EBX_ARG): Remove define.
11916         (TLS_LOAD_EBX): Likewise.
11918 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11920         Simplify atomicity of socket creation in bind.
11922         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
11923         looking up the name after linking the file.
11925 2014-08-27  Allan McRae  <allan@archlinux.org>
11927         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
11929 2014-08-26  Florian Weimer  <fweimer@redhat.com>
11931         [BZ #17187]
11932         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
11933         trans_compare, open_translit, __gconv_translit_find):
11934         Remove module loading code.
11936 2014-08-26  Allan McRae  <allan@archlinux.org>
11938         * po/vi.po: Update Vietnamese translation from translation project.
11940         * po/uk.po: Update Ukrainian translation from translation project.
11942         * po/fr.po: Update French translation from translation project.
11944         * po/ru.po: Update Russian translation from translation project.
11946         * po/pl.po: Update Polish translation from translation project.
11948         * po/cs.po: Update Czech translation from translation project.
11950         * po/de.po: Update German translation from translation project.
11952         * po/bg.po: Update Bulgarian translation from translation project.
11954         * po/sv.po: Update Sweedish translation from translation project.
11956         * po/nl.po: Update Dutch translation from translation project.
11958         * po/es.po: Update Spanish translation from translation project.
11960 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11962         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
11964         * catgets/Makefile (CPPFLAGS-gencat): Remove.
11965         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
11966         (CPPFLAGS-iconvconfig): Likewise.
11967         * timezone/Makefile (CPPFLAGS-zic): Likewise.
11969         * include/libc-symbols.h: Remove unnecessary check for
11970         NOT_IN_libc.
11971         * nptl/pthreadP.h: Likewise.
11972         * sysdeps/aarch64/setjmp.S: Likewise.
11973         * sysdeps/alpha/setjmp.S: Likewise.
11974         * sysdeps/arm/sysdep.h: Likewise.
11975         * sysdeps/i386/setjmp.S: Likewise.
11976         * sysdeps/m68k/setjmp.c: Likewise.
11977         * sysdeps/posix/getcwd.c: Likewise.
11978         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
11979         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
11980         * sysdeps/s390/s390-32/setjmp.S: Likewise.
11981         * sysdeps/s390/s390-64/setjmp.S: Likewise.
11982         * sysdeps/sh/sh3/setjmp.S: Likewise.
11983         * sysdeps/sh/sh4/setjmp.S: Likewise.
11984         * sysdeps/unix/alpha/sysdep.h: Likewise.
11985         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
11986         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11987         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
11988         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
11989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
11990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
11991         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11992         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11993         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
11994         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
11995         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
11996         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
11997         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11998         * sysdeps/x86_64/setjmp.S: Likewise.
12000 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
12002         [BZ #17263]
12003         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
12004         <stdint.h>.
12005         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
12006         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
12008 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
12010         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
12012         [BZ #17262]
12013         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
12014         and __x86_64__ when disabling x87 inline functions.
12016 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
12018         [BZ #17259]
12019         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
12020         asm statement with __cpuid_count.
12022 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
12024         * configure.ac: Change __ehdr_start code to dereference the struct.
12025         Run readelf on the output to look for relocations.
12026         * configure: Regenerated.
12028 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
12030         [BZ #17261]
12031         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
12032         value to 0.
12033         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
12035 2014-08-12  Roland McGrath  <roland@hack.frob.com>
12037         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
12039 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
12041         [BZ #16892]
12042         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
12043         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
12045 2014-08-12  Sean Anderson  <seanga2@gmail.com>
12047         * malloc/malloc.c: Fix typo in comment.
12049 2014-08-09  Allan McRae  <allan@archlinux.org>
12051         * Regenerate libc.po.
12053 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
12055         * intl/tst-gettext2.sh: Check every lang file for creation.
12057 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
12059         * sysdeps/aarch64/fpu/math_private.h
12060         (libc_feholdsetround_noex_aarch64_ctx): New function.
12062 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
12064         * sysdeps/arm/armv6/strcpy.S (strcpy):
12065         Fix performance issue in misaligned cases.
12067 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12069         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
12070         Move definition from termios.h.
12071         (struct termio): Likewise.
12072         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12073         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
12074         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
12075         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
12076         Likewise.
12077         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
12078         Move definition to ioctl-types.h
12079         (struct termio): Likewise.
12080         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12081         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
12082         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
12083         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
12084         Likewise.
12086 2014-08-05  Richard Henderson  <rth@redhat.com>
12088         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
12089         exceptions.
12090         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
12091         Add fraiseexcpt.
12092         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
12093         Use __feraiseexcept.
12094         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
12095         Protect libm symbols with IS_IN_libm.
12097         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
12099 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
12101         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
12103 2014-08-04  Will Newton  <will.newton@linaro.org>
12105         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
12106         file.
12108 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
12110         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
12111         variants for each function.
12113 2014-08-04  Roland McGrath  <roland@hack.frob.com>
12115         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
12116         appended ...
12117         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
12118         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
12119         appended ...
12120         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
12121         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
12122         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
12123         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
12124         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
12125         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
12126         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
12127         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
12128         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
12129         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
12130         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
12131         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
12132         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
12133         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
12134         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
12135         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
12136         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
12137         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
12138         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
12139         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
12140         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
12141         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
12142         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
12143         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
12144         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
12145         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
12146         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
12147         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
12148         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
12149         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
12150         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
12151         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
12152         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
12153         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
12154         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
12155         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
12156         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
12157         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
12158         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
12159         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
12160         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
12161         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
12162         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
12163         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
12164         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
12165         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
12166         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
12167         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
12168         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
12169         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
12170         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
12171         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
12172         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
12173         Update #include.
12174         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
12175         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
12177 2014-08-04  Roland McGrath  <roland@hack.frob.com>
12179         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
12180         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
12181         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
12182         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
12183         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
12184         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
12186 2014-08-04  Roland McGrath  <roland@hack.frob.com>
12188         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
12189         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
12190         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12191         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
12193 2014-08-04  Roland McGrath  <roland@hack.frob.com>
12195         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
12196         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
12197         (__libc_vfork): Define function under this name.
12198         (__vfork): Define as an alias.
12199         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
12200         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
12202 2014-08-04  Roland McGrath  <roland@hack.frob.com>
12204         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
12205         that was previously under [RESET_PID].
12206         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
12208 2014-08-04  Andreas Schwab  <schwab@suse.de>
12210         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
12212 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
12214         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
12215         (main): Likewise.
12217 2014-08-01  Roland McGrath  <roland@hack.frob.com>
12219         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
12221 2014-08-01  Richard Henderon  <rth@redhat.com>
12223         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
12224         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
12225         typo in exact zero test.
12226         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12227         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12228         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12230 2014-08-01  Roland McGrath  <roland@hack.frob.com>
12232         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
12233         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
12234         * sysdeps/arm/sysdep.h: ... here.
12235         [!__ASSEMBLER__]: Include <stdint.h>.
12237 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
12239         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
12240         (HAVE_WCTYPE_H): Likewise.
12241         (HAVE_ISWCTYPE): Likewise.
12242         (ENABLE_NLS): Likewise.
12243         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
12244         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
12246         * posix/regex_internal.c: Check if DEBUG is defined and is
12247         set.
12249         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
12250         (HAVE_MBSRTOWCS): Likewise.
12251         * posix/fnmatch.c: Include string.h unconditionally.
12253 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
12255         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
12256         reversal.
12258 2014-07-31  Roland McGrath  <roland@hack.frob.com>
12260         * sysdeps/generic/safe-fatal.h: New file.
12261         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
12262         * nptl/forward.c: Include it.
12263         (__pthread_unwind): Use __safe_fatal as default action, rather
12264         than a bogus use of INTERNAL_SYSCALL that could never work.
12266         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
12267         * configure.ac (libc_cv_builtin_trap): New test.
12268         * configure: Regenerated.
12269         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
12270         (ABORT_INSTRUCTION): Define using __builtin_trap.
12272         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
12273         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
12274         * sysdeps/nptl/nptl-signals.h: New file.
12275         * nptl/pthreadP.h: Include <nptl-signals.h>.
12277 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
12279         * sysdeps/s390/s390-64/utf16-utf32-z9.c
12280         (ONE_DIRECTION): Define.
12281         * sysdeps/s390/s390-64/utf8-utf16-z9.c
12282         (ONE_DIRECTION): Define.
12283         * sysdeps/s390/s390-64/utf8-utf32-z9.c
12284         (ONE_DIRECTION): Define.
12286 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
12288         * sysdeps/s390/Makefile: Delete file.
12289         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
12290         * sysdeps/s390/__longjmp.c: Delete file.
12291         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
12292         Remove fields __flags and __reserved.
12293         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
12294         and add versioning.
12295         * sysdeps/s390/rtld-__longjmp.c: Delete file.
12296         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
12297         * sysdeps/s390/rtld-setjmp.S: Likewise.
12298         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
12299         * sysdeps/s390/s390-32/__longjmp.c: ... here.
12300         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
12301         * sysdeps/s390/s390-32/setjmp.S: ... here.
12302         Add versioning.
12303         (__sigsetjmp): Remove setting __flags field.
12304         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
12305         * sysdeps/s390/s390-64/__longjmp.c: ... here.
12306         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
12307         * sysdeps/s390/s390-64/setjmp.S: ... here.
12308         Add versioning.
12309         (__sigsetjmp): Remove setting __flags field.
12310         * sysdeps/s390/setjmp.S: Delete file.
12311         * sysdeps/s390/sigjmp.c: Likewise.
12312         * sysdeps/s390/v1-longjmp.c: Likewise.
12313         * sysdeps/s390/v1-setjmp.h: Likewise.
12314         * sysdeps/s390/v1-sigjmp.c: Likewise.
12315         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
12316         Remove v1-longjmp_chk.
12317         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
12318         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
12319         Include debug/longjmp_chk.c and add versioning.
12320         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
12321         Include nptl/pt-longjmp.c and add versioning.
12322         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
12323         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
12324         Include __longjmp.c.
12325         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12326         Move to ...
12327         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
12328         (__getcontext): Remove setting __flags field.
12329         Add versioning.
12330         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
12331         Don't restore upper high grps.
12332         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
12333         Likewise.
12334         (__swapcontext): Remove setting uc_flags field.
12335         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
12336         Delete file.
12337         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12338         Include __longjmp.c.
12339         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12340         Move to ...
12341         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
12342         (__getcontext): Remove setting __flags field.
12343         Add versioning.
12344         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
12345         (__swapcontext): Remove setting uc_flags field.
12346         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
12347         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
12348         Remove fields uc_high_gprs and __reserved.
12349         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
12350         New file with reverted content.
12351         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
12352         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
12353         Regenerated.
12354         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
12355         Regenerated.
12357 2014-07-31  Andreas Schwab  <schwab@suse.de>
12359         * config.h.in (HAVE_IFUNC): Define to 0.
12360         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
12361         definedness.
12363 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
12365         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
12366         memmove-avx-unaligned, memcpy-avx-unaligned and
12367         mempcpy-avx-unaligned.
12368         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12369         Add tests for AVX memcpy functions.
12370         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
12371         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
12372         memcpy_chk.
12373         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
12374         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
12375         memmove_chk.
12376         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
12377         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
12378         mempcpy_chk.
12379         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
12380         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
12381         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
12383 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12385         [BZ #17213]
12386         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
12387         powerpc64le.
12389 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
12391         [BZ #16839]
12392         * manual/llio.texi: Add section about open file description locks.
12393         * manual/examples/ofdlocks.c: Example of open file description
12394         lock usage.
12395         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
12396         F_OFD_SETLK, and F_OFD_SETLKW.
12398 2014-07-23  Allan McRae  <allan@archlinux.org>
12400         * po/es.po: Update Spanish translation from translation project.
12402 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
12404         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
12406 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
12408         [BZ #17078]
12409         * sysdeps/arm/dl-machine.h (elf_machine_rela)
12410         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
12411         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
12413 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
12415         [BZ #17088]
12416         * math/fesetenv.c (__fesetenv)
12417         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
12418         * math/feupdateenv.c (__feupdateenv)
12419         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
12421         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
12422         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12423         (__ASSUME_SOCKETCALL): Do not define.
12425         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
12426         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
12427         (__ASSUME_SOCKETCALL): Do not define.
12428         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
12429         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
12430         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
12431         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
12432         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
12433         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
12434         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
12435         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12437         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
12438         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
12439         (__ASSUME_SOCKETCALL): Do not define.
12440         (__ASSUME_IPC64): Define unconditionally.
12441         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
12442         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
12443         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
12444         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
12445         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
12446         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
12447         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
12448         Likewise.
12450         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
12451         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
12452         (__ASSUME_SOCKETCALL): Do not define.
12453         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
12454         (__ASSUME_FUTEX_LOCK_PI): Likewise.
12455         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
12456         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
12457         (__ASSUME_REQUEUE_PI): Define unconditionally.
12458         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
12459         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
12460         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12461         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
12462         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
12463         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12465         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
12466         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
12467         (__ASSUME_SOCKETCALL): Do not define.
12468         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
12469         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
12470         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12471         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
12472         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
12473         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
12475         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
12476         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
12477         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
12478         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
12479         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
12480         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
12481         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
12482         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
12483         (__ASSUME_GETCPU_SYSCALL): Likewise.
12485         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
12486         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
12487         cases for individual architectures.
12488         * sysdeps/gnu/configure: Regenerated.
12489         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
12490         LIBC_SLIBDIR_RTLDDIR.
12491         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
12492         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
12493         LIBC_SLIBDIR_RTLDDIR.
12494         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
12496         LIBC_SLIBDIR_RTLDDIR.
12497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
12498         Regenerated.
12499         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
12500         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
12501         file.
12502         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
12503         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
12504         file.
12505         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
12506         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
12507         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
12508         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
12510         * sysdeps/aarch64/shlib-versions: Move to ...
12511         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
12512         * sysdeps/alpha/shlib-versions: Move to ...
12513         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
12514         * sysdeps/arm/shlib-versions: Move to ...
12515         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
12516         * sysdeps/hppa/shlib-versions: Move all contents except for
12517         libgcc_s entry to ...
12518         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
12519         entry from ...
12520         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
12521         * sysdeps/ia64/shlib-versions: Move to ...
12522         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
12523         entry from ...
12524         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
12525         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
12526         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
12527         * sysdeps/microblaze/shlib-versions: Move to ...
12528         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
12529         * sysdeps/mips/shlib-versions: Move to ...
12530         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
12531         entry from ...
12532         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
12533         * sysdeps/tile/shlib-versions: Move to ...
12534         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
12535         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
12536         from ...
12537         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
12538         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
12539         entry from ...
12540         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
12542 2014-07-17  Will Newton  <will.newton@linaro.org>
12544         * sysdeps/arm/bits/atomic.h
12545         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
12546         (__arch_compare_and_exchange_bool_16_int): Likewise.
12547         (__arch_compare_and_exchange_bool_64_int): Likewise.
12549         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
12550         into an #else block.
12552 2014-07-16  Roland McGrath  <roland@hack.frob.com>
12554         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
12555         just Linux configurations.  Test empirically that the compiler sets
12556         __ARM_EABI__, rather than using the tuple to decide.
12557         * sysdeps/arm/preconfigure: Regenerated.
12558         * sysdeps/unix/sysv/linux/arm/configure: File removed.
12559         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
12560         contents appended ...
12561         * sysdeps/arm/configure.ac: ... here.
12562         * sysdeps/arm/configure: Regenerated.
12564 2014-07-15  Roland McGrath  <roland@hack.frob.com>
12566         * nptl/pthread_kill.c: New file.
12567         * nptl/pthread_sigmask.c: New file.
12568         * nptl/pthread_sigqueue.c: New file.
12570         * sysdeps/nptl/lowlevellock.h: New file.
12571         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
12572         * sysdeps/nptl/lowlevellock-futex.h: New file.
12574         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
12575         Remove dead declarations.
12577 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
12579         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
12580         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
12581         config-cflags-avx2.
12582         * sysdeps/x86_64/configure.ac: Likewise.
12583         * sysdeps/i386/configure: Regenerated.
12584         * sysdeps/x86_64/configure: Likewise.
12585         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
12586         memset-avx2 only if config-cflags-avx2 is yes.
12587         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12588         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
12589         defined.
12590         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
12591         only if HAVE_AVX2_SUPPORT is defined.
12592         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12594 2014-07-14  Alan Modra  <amodra@gmail.com>
12596         [BZ #17153]
12597         * elf/elf.h (DT_PPC64_NUM): Correct value.
12598         * NEWS: Add to fixed bug list.
12600 2014-07-13  Jim Meyering  <meyering@fb.com>
12602         [BZ 17150]
12603         regex: don't deref NULL upon heap allocation failure
12604         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
12605         failure in one more place.
12606         To trigger the segfault, configure grep -with-included-regex,
12607         build it, and run these commands:
12608         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
12610 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
12612         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12614 2014-07-11  Richard Henderson  <rth@redhat.com>
12616         * sysdeps/aarch64/libm-test-ulps: Update.
12618 2014-07-10  Florian Weimer  <fweimer@redhat.com>
12620         [BZ #17135]
12621         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
12622         * nptl/allocatestack.c (__nptl_setxid_error): New function.
12623         (__nptl_setxid): Initialize error member.  Call
12624         __nptl_setxid_error.
12625         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
12626         * nptl/descr.h (struct xid_command): Add error member.
12627         * nptl/tst-setuid3.c: New file.
12628         * nptl/Makefile (tests): Add it.
12630 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12632         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
12633         New define.
12634         (__lll_trylock): Use __lll_base_trylock.
12635         (__lll_cond_trylock): Likewise.
12637 2014-07-10  Roland McGrath  <roland@hack.frob.com>
12639         * nptl/pthread_create.c (start_thread): Use atomic_or and
12640         lll_futex_wake directly rather than lll_robust_dead.
12641         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
12642         (lll_robust_dead): Macro removed.
12643         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
12644         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
12645         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
12646         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
12647         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
12648         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
12649         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
12650         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
12651         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
12652         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
12653         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
12654         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
12655         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
12656         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
12657         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
12659         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
12660         Use atomic_compare_and_exchange_val_acq directly rather than
12661         lll_robust_trylock.
12662         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
12663         (__lll_robust_trylock, lll_robust_trylock): Removed.
12664         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
12665         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
12666         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
12667         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
12668         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
12669         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
12670         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
12671         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
12672         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
12673         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
12674         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
12675         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
12676         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
12677         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
12679 2014-07-02  Florian Weimer  <fweimer@redhat.com>
12681         * manual/locale.texi (Locale Names): New section documenting
12682         locale name syntax.  Adjust menu and node chaining accordingly.
12683         (Choosing Locale): Reference Locale Names, Locale Categories.
12684         Mention setting LC_ALL=C.  Reflect that name syntax is now
12685         documented.
12686         (Locale Categories): New section title.  Reference Locale Names.
12687         LC_ALL is an environment variable, but not a category.
12688         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
12689         description, now in Locale Name.  Reference that section.  Locale
12690         name syntax is now documented.
12692 2014-07-02  Florian Weimer  <fweimer@redhat.com>
12694         [BZ #17137]
12695         * locale/findlocale.c (name_present, valid_locale_name): New
12696         functions.
12697         (_nl_find_locale): Use the loc_name variable to store name
12698         candidates.  Call name_present and valid_locale_name to check and
12699         validate locale names.  Return an error if the locale is invalid.
12701 2014-07-02  Florian Weimer  <fweimer@redhat.com>
12703         * locale/setlocale.c (setlocale): Use strdup for allocating
12704         composite name copy.
12706 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12708         Sync up with gnulib.
12709         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
12710         [!_LIBC && ENABLE_NLS]: Include gettext.h.
12711         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
12712         and _GL_ARG_NONNULL.
12713         [USE_UNLOCKED_IO]: Include unlocked-io.h.
12714         [!_LIBC]: Include code for Windows and Cygwin.
12715         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
12716         Include prototype for int strerror_r.
12717         [!_LIBC] (is_open): New function.
12718         (flush_stdout): New function.
12719         (print_errno_message): Use it.
12720         (error): Likewise.
12721         (error_at_line): Likewise.
12722         (error_tail) Add function attribute macros.  Use
12723         __builtin_expect.
12725         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
12727         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
12729         * io/ftw.c: Include sys/param.h unconditionally.
12731         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
12733         [BZ #17125]
12734         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
12735         libc_freeres_ptr.
12736         (freecache): New function to free CACHE on exit.
12738         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
12739         initialization.
12741 2014-07-09  David S. Miller  <davem@davemloft.net>
12743         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12745         * sysdeps/sparc/nptl/internaltypes.h: Delete.
12746         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
12747         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
12748         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
12749         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
12750         * sysdeps/sparc/nptl/sem_init.c: Likewise.
12751         * sysdeps/sparc/nptl/sem_post.c: Likewise.
12752         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
12753         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
12754         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
12755         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
12756         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
12757         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
12759 2014-07-09  Andreas Schwab  <schwab@suse.de>
12761         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
12762         output.
12763         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
12764         (do_test): Likewise.
12766         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
12768 2014-07-09  Will Newton  <will.newton@linaro.org>
12770         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
12771         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
12772         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
12773         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
12774         * sysdeps/hppa/start.S (_start): Likewise.
12776 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
12778         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
12780         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
12781         defined.
12783 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
12785         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
12786         after checking that it is non-NULL.
12788         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
12790 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12792         * sysdeps/powerpc/memmove.c: Remove file.
12793         * sysdeps/powerpc/powerpc32/power4/memcopy.h
12794         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
12795         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
12796         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
12797         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
12798         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
12799         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
12800         string memmove instead of removed powerpc one.
12802         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
12803         [weak_alias]: Fix compiler warning due trailing data.
12804         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
12805         [weak_alias]: Likewise.
12806         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
12807         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
12809         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12810         (__libc_ifunc_impl_list): Add memmove functions.
12812 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
12814         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
12815         Remove code.
12816         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
12817         Likewise
12818         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
12819         Likewise
12820         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
12821         Likewise
12822         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
12823         Likewise
12824         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
12825         Likewise
12826         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
12827         Likewise
12828         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
12829         Likewise
12830         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
12831         Likewise
12832         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
12833         Likewise
12834         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
12835         Likewise
12836         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
12837         Likewise
12838         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
12839         Likewise
12840         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
12841         Likewise
12842         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
12843         Likewise
12844         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
12845         Likewise
12846         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
12847         Likewise
12849 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12851         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
12852         to avoid alignment traps in non-cacheable memory.
12853         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
12855         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
12856         multiarch objects.
12857         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
12858         file: multiarch power7 memmove.
12859         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
12860         multiarch default memmove.
12861         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
12862         multiarch memove for powerpc32/power4.
12864         * string/bcopy.c: Use full path to include memmove.c.
12865         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
12866         multiarch objects.
12867         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
12868         bcopy for powerpc64.
12869         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
12870         bcopy for powerpc64.
12871         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
12872         and memmove implementations.
12873         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
12874         optimized multiarch memmove for POWER7/powerpc64.
12875         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
12876         default multiarch memmove for powerpc64.
12877         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
12878         multiarch for powerpc64.
12879         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
12880         for POWER7/powerpc64.
12881         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
12882         memmove for POWER7/powerpc64.
12884         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
12885         glibc default one.
12887         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
12888         __ELF_NATIVE_CLASS equal to 64.
12890 2014-07-07  Roland McGrath  <roland@hack.frob.com>
12892         * sysdeps/nptl/lowlevellock.h: File removed.
12894         * NEWS: NPTL is no longer an add-on!
12895         * nptl/internaltypes.h: Moved ...
12896         * sysdeps/nptl/internaltypes.h: ... here.
12897         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
12898         * sysdeps/nptl/fork.c: Likewise.
12899         * sysdeps/nptl/gai_misc.h: Likewise.
12900         * sysdeps/nptl/librt-cancellation.c: Likewise.
12901         * sysdeps/nptl/jmp-unwind.c: Likewise.
12902         * sysdeps/nptl/setxid.h: Likewise.
12903         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
12904         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
12905         * sysdeps/unix/sysv/linux/arm/Implies: New file.
12906         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
12907         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
12908         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
12909         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
12910         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
12911         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
12912         * sysdeps/unix/sysv/linux/mips/Implies: New file.
12913         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
12914         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
12915         * sysdeps/unix/sysv/linux/sh/Implies: New file.
12916         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
12917         * sysdeps/unix/sysv/linux/tile/Implies: New file.
12918         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
12919         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
12920         * nptl/Makeconfig: Moved ...
12921         * sysdeps/nptl/Makeconfig: ... here.
12922         * nptl/configure: File removed.
12923         * nptl/ANNOUNCE: File removed.
12924         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
12925         * sysdeps/unix/sysv/linux/configure: Regenerated.
12927         * nptl/Makefile (routines): Add libc_pthread_init,
12928         libc_multiple_threads, register-atfork and unregister-atfork.
12929         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
12930         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
12931         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
12932         pthread-pi-defines.sym, structsem.sym.
12933         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
12934         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
12935         [$(subdir) = nptl] (tests): Add tst-setgetname.
12936         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
12937         * sysdeps/unix/sysv/linux/sigaction.c: Just include
12938         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
12939         [!LIBC_SIGACTION]: Remove aliases.
12940         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
12941         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
12942         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
12943         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
12944         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
12945         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
12946         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
12947         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
12948         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
12949         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
12950         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
12951         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
12952         __libc_allocate_rtsig_private.
12953         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
12954         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
12955         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
12956         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
12957         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
12958         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
12959         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
12960         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
12961         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
12962         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
12963         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
12964         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
12965         * nptl/internaltypes.h: ... here.
12966         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
12967         * sysdeps/nptl/jmp-unwind.c: ... here.
12968         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
12969         * nptl/libc-lowlevellock.c: ... here.
12970         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
12971         * nptl/libc_multiple_threads.c: ... here.
12972         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
12973         * nptl/libc_pthread_init.c: ... here.
12974         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
12975         * nptl/lowlevelbarrier.sym: ... here.
12976         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
12977         * nptl/lowlevelcond.sym: ... here.
12978         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
12979         * nptl/lowlevellock.c: ... here.
12980         * nptl/lowlevellock.h: Moved ...
12981         * sysdeps/nptl/lowlevellock.h: ... here.
12982         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
12983         * nptl/lowlevelrobustlock.c: ... here.
12984         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
12985         * nptl/lowlevelrobustlock.sym: ... here.
12986         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
12987         * nptl/lowlevelrwlock.sym: ... here.
12988         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
12989         * nptl/pt-fork.c: ... here.
12990         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
12991         * nptl/pthread-pi-defines.sym: ... here.
12992         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
12993         * nptl/pthread_attr_getaffinity.c: ... here.
12994         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
12995         * nptl/pthread_attr_setaffinity.c: ... here.
12996         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
12997         * nptl/pthread_mutex_cond_lock.c: ... here.
12998         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12999         Update #include.
13000         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
13001         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
13002         * nptl/pthread_once.c: ... here, replacing old file.
13003         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
13004         * nptl/pthread_yield.c: ... here.
13005         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
13006         * nptl/register-atfork.c: ... here.
13007         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
13008         * nptl/sem_post.c: ... here.
13009         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
13010         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
13011         * nptl/sem_timedwait.c: ... here.
13012         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
13013         * nptl/sem_trywait.c: ... here.
13014         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
13015         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
13016         * nptl/sem_wait.c: ... here.
13017         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
13018         * nptl/structsem.sym: ... here.
13019         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
13020         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
13021         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
13022         * nptl/unregister-atfork.c: ... here.
13023         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
13024         * nptl/unwindbuf.sym: ... here.
13025         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
13026         * sysdeps/nptl/fork.c: ... here.
13027         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
13028         * sysdeps/nptl/fork.h: ... here.
13029         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
13030         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
13031         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
13032         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
13033         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
13034         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
13035         * sysdeps/unix/sysv/linux/getpid.c: ... here.
13036         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
13037         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
13038         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
13039         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
13040         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
13041         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
13042         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
13043         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
13044         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
13045         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
13046         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
13047         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
13048         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
13049         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
13050         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
13051         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
13052         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
13053         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
13054         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
13055         * sysdeps/unix/sysv/linux/raise.c: ... here.
13056         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
13057         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
13058         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
13059         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
13060         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
13061         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
13062         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
13063         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
13064         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
13065         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
13066         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
13067         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
13068         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
13069         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
13070         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
13072 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13074         * sysdeps/generic/memcopy.h: Add comment for
13075         MEMCPY_OK_FOR_FWD_MEMMOVE.
13077 2014-07-04  Will Newton  <will.newton@linaro.org>
13079         * string/memchr.c: Merge from gnulib.
13080         [_LIBC]: Remove conditionals.
13081         (__ptr_t): Remove define.
13082         (LONG_MAX_32_BITS): Likewise.
13083         (LONG_MAX): Likewise.
13084         (MEMCHR): Use ANSI prototype and optimize algorithm.
13086         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
13088 2014-07-03  Roland McGrath  <roland@hack.frob.com>
13090         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
13091         (lll_futex_timed_wait_bitset): Fix syscall argument count.
13093         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
13094         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
13095         in a bare environment with no <stdlib.h> installed.
13096         * sysdeps/nptl/configure: Regenerated.
13098         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
13100         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
13101         AC_EGREP_CPP for kernel header checks, so they only succeed if
13102         including <linux/version.h> actually works right.
13103         * sysdeps/unix/sysv/linux/configure: Regenerated.
13105         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
13106         value so it's not diagnosed as unused.
13108         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
13109         thing) with "ifeq ($(subdir),rt)".
13111 2014-07-03  Richard Henderson  <rth@redhat.com>
13113         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
13114         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
13115         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
13117         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
13118         (math_force_eval): New.
13120         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
13121         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
13123         * sysdeps/alpha/fpu/s_round.c: Remove file.
13124         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
13126         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
13127         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
13128         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
13129         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
13130         (_dl_start, print_statistics): Likewise.
13131         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
13132         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
13134         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13135         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13136         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13137         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13138         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
13139         (HP_SMALL_TIMING_AVAIL): Define.
13140         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13141         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
13142         (HP_SMALL_TIMING_AVAIL): Define.
13143         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13144         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
13146         * sysdeps/aarch64/hp-timing.h: New file.
13148         * sysdeps/generic/hp-timing.h: Remove dead comment.
13149         * sysdeps/generic/hp-timing-common.h: New file.
13150         * sysdeps/alpha/hp-timing.h: Include it.
13151         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
13152         * sysdeps/i386/i686/hp-timing.h: Likewise.
13153         * sysdeps/ia64/hp-timing.h: Likewise.
13154         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
13155         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
13156         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
13157         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
13158         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
13159         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
13160         (hp_timing_t): New.
13162         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
13163         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
13164         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
13165         * elf/rtld.c (_dl_start_final): Likewise.
13166         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
13167         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
13168         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
13169         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
13170         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
13171         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
13172         (HP_TIMING_DIFF_INIT): Remove.
13173         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
13174         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
13175         (HP_TIMING_DIFF_INIT): Remove.
13176         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
13177         * sysdeps/i386/i686/hp-timing.c: Remove file.
13178         * sysdeps/x86_64/hp-timing.c: Remove file.
13179         * sysdeps/ia64/hp-timing.c: Remove file.
13180         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
13181         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
13182         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
13183         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
13185         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
13186         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
13187         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
13188         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
13189         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
13190         (HP_TIMING_ACCUM): Remove.
13191         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
13192         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
13193         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
13195         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
13196         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
13197         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
13198         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
13199         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
13200         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
13201         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
13202         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
13204         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
13206 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
13208         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
13210 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13212         Sync up with gettext.
13213         * intl/loadmsgcat.c: Define O_BINARY if not defined.
13214         [_MSC_VER]: Include malloc.h
13215         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
13216         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
13217         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
13218         TEMP_FAILURE_RETRY.  Cast return of alloca.
13219         [!_LIBC] Call gl_rwlock_init.
13220         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
13222 2014-07-02  Roland McGrath  <roland@hack.frob.com>
13224         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
13225         before checking its value.
13227 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13229         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
13231         * debug/memcpy_chk.c: Don't include pagecopy.h.
13232         * debug/mempcpy_chk.c: Likewise.
13233         * string/memcpy.c: Likewise.
13234         * string/memmove.c: Likewise.
13235         * sysdeps/powerpc/memmove.c: Likewise.
13236         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
13237         definition of PAGE_COPY_FWD_MAYBE here...
13238         * sysdeps/generic/pagecopy.h: ... from here.
13239         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
13241 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13242             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13244         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
13245         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
13246         optimizations.
13247         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13248         (__libc_ifunc_impl_list): Likewise.
13249         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
13250         multiarch strcat for PPC64.
13251         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
13252         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
13254 2014-07-02  Roland McGrath  <roland@hack.frob.com>
13256         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
13258 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13260         * intl/loadmsgcat.c: Remove declaration of
13261         get_sysdep_segment_value.
13262         (get_sysdep_segment_value): Use ISO C style.
13263         (_nl_load_domain): Use ISO C style.  Get rid of redundant
13264         semicolon.  Fix typo and formatting in comment.
13265         (_nl_unload_domain): Use ISO C style.
13267         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
13269 2014-07-02  Will Newton  <will.newton@linaro.org>
13271         * malloc/obstack.c: Merge from gnulib master.
13272         [HAVE_CONFIG_H]: Remove conditional code.
13273         [!_LIBC]: Include config.h.
13274         [!ELIDE_CODE]: Don't include inttypes.h, include
13275         stdint.h unconditionally.
13276         (print_and_abort): Mark as _Noreturn.
13277         (_obstack_allocated_p): Mark as __attribute_pure__.
13278         (obstack_free): Rename to __obstack_free.
13279         [!__attribute__]: Remove conditional code.
13280         * malloc/obstack.h: Merge from gnulib master.
13281         [__cplusplus]: Move conditional down.
13282         [!__attribute_pure__]: Define __attribute_pure__ here
13283         if it is not already defined.
13284         (_obstack_memory_used): Mark as __attribute_pure__.
13285         [!__obstack_free]: Define as obstack_free.
13286         [__GNUC__]: Remove check for ancient NeXT gcc.
13288 2014-07-02  Will Newton  <will.newton@linaro.org>
13289             Paul Eggert  <eggert@cs.ucla.edu>
13291         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
13293 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13295         * resolv/gethnamaddr.c: Add comment warning that the file is
13296         not maintained.
13298 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
13300         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
13301         entries.
13303         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
13304         entry for aio_cancel and aio_cancel64.
13305         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
13306         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
13307         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
13308         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
13309         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
13310         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
13311         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
13312         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
13313         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
13314         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
13315         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
13316         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
13317         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
13319 2014-07-01  Roland McGrath  <roland@hack.frob.com>
13321         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
13322         * nptl/pthread_mutex_lock.c: Likewise.
13323         * nptl/pthread_mutex_timedlock.c: Likewise.
13324         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
13326 2014-07-01  Richard henderson  <rth@redhat.com>
13328         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
13329         (__isnan, __isnanl): Remove.
13330         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
13332         * sysdeps/alpha/fpu/libm-test-ulps: Update.
13334 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
13336         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13338 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
13340         * resolv/nss_dns/dns-host.c (getanswer_r)
13341         [MULTI_PTRS_ARE_ALIASES]: Remove code.
13343 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
13345         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13346         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
13347         undefine.
13348         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
13349         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
13351 2014-07-01  Roland McGrath <roland@hack.frob.com>
13353         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
13354         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
13356         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
13357         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
13359         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
13360         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
13361         ... here.
13362         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
13363         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
13365         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
13366         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
13367         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
13368         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
13370         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
13371         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
13372         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
13373         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
13374         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
13375         Moved ...
13376         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
13377         ... here.
13378         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
13379         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
13380         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
13381         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
13382         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
13383         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
13384         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
13385         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
13386         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
13387         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
13388         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
13389         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
13390         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
13391         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
13392         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
13393         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
13394         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
13395         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
13396         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
13397         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
13398         ... here.
13399         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
13400         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
13401         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
13402         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
13403         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
13404         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
13405         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
13406         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
13408 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
13410         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
13411         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
13412         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
13413         Add sysdep.
13415 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13417         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13419 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
13421         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
13422         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13424         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13426         * sysdeps/arm/libm-test-ulps: Regenerated.
13428 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
13429             Roland McGrath <roland@hack.frob.com>
13431         * test-skeleton.c (signal_handler): Kill the whole process group
13432         before killing the child individually.
13433         (main): Report any failure on `setpgid'.
13435 2014-06-30  Roland McGrath  <roland@hack.frob.com>
13437         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
13438         from _TLS_H to _ARM_NPTL_TLS_H.
13439         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
13440         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
13442 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
13444         [BZ #16539]
13445         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
13446         (__expm1l): Return argument unchanged when small but not
13447         subnormal.
13449         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
13450         include macro name.
13451         (_FP_UNPACK_RAW_1_P): Likewise.
13452         (_FP_PACK_RAW_1): Likewise.
13453         (_FP_PACK_RAW_1_P): Likewise.
13454         (_FP_MUL_MEAT_1_wide): Likewise.
13455         (_FP_MUL_MEAT_DW_1_hard): Likewise.
13456         (_FP_MUL_MEAT_1_hard): Likewise.
13457         (_FP_DIV_MEAT_1_imm): Likewise.
13458         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
13459         (_FP_DIV_MEAT_1_udiv): Likewise.
13460         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
13461         (_FP_UNPACK_RAW_2): Likewise.
13462         (_FP_UNPACK_RAW_2_P): Likewise.
13463         (_FP_PACK_RAW_2): Likewise.
13464         (_FP_PACK_RAW_2_P): Likewise.
13465         (_FP_MUL_MEAT_DW_2_wide): Likewise.
13466         (_FP_MUL_MEAT_2_wide): Likewise.
13467         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
13468         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
13469         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
13470         (_FP_MUL_MEAT_2_gmp): Likewise.
13471         (_FP_DIV_MEAT_2_udiv): Likewise.
13472         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
13473         (_FP_FRAC_SRL_4): Likewise.
13474         (_FP_FRAC_SRST_4): Likewise.
13475         (_FP_FRAC_SRS_4): Likewise.
13476         (_FP_UNPACK_RAW_4): Likewise.
13477         (_FP_UNPACK_RAW_4_P): Likewise.
13478         (_FP_PACK_RAW_4): Likewise.
13479         (_FP_PACK_RAW_4_P): Likewise.
13480         (_FP_MUL_MEAT_DW_4_wide): Likewise.
13481         (_FP_MUL_MEAT_4_wide): Likewise.
13482         (_FP_MUL_MEAT_4_gmp): Likewise.
13483         (umul_ppppmnnn): Likewise.
13484         (_FP_DIV_MEAT_4_udiv): Likewise.
13485         (__FP_FRAC_ADD_4): Likewise.
13486         (__FP_FRAC_SUB_3): Likewise.
13487         (__FP_FRAC_SUB_4): Likewise.
13488         (__FP_FRAC_DEC_3): Likewise.
13489         (__FP_FRAC_DEC_4): Likewise.
13490         (__FP_FRAC_ADDI_4): Likewise.
13491         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
13492         (_FP_FRAC_SRL_8): Likewise.
13493         (_FP_FRAC_SRS_8): Likewise.
13495         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
13496         include macro name.
13497         (FP_UNPACK_RAW_EP): Likewise.
13498         (FP_PACK_RAW_E): Likewise.
13499         (FP_PACK_RAW_EP): Likewise.
13500         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
13501         (_FP_ISSIGNAN): Likewise.
13502         (_FP_ADD_INTERNAL): Likewise.
13503         (_FP_FMA): Likewise.
13504         (_FP_CMP): Likewise.
13505         (_FP_SQRT): Likewise.
13506         (_FP_TO_INT): Likewise.
13507         (_FP_FROM_INT): Likewise.
13508         (FP_EXTEND): Likewise.
13509         (_FP_DIV_MEAT_N_loop): Likewise.
13511 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
13513         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
13514         throughout.
13516 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
13518         [BZ #17097]
13519         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
13520         result with correct sign in case of exponents that produce
13521         overflow except for X very close to 1.
13523 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
13525         mktime: merge #if/#ifdef usage from glibc
13526         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
13527         as that works with both Glibc's and Gnulib's style.
13528         See thread starting at Siddhesh Poyarekar's bug report at:
13529         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
13531 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
13533         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
13534         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
13535         * sysdeps/tile/tilegx/memmove.c: Remove file.
13537 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
13539         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
13540         abi-name definition.
13541         * scripts/soversions.awk: Do not handle or generate ABI lines.
13542         * shlib-versions: Remove ABI entries.
13543         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
13544         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
13546 2014-06-27  Roland McGrath  <roland@hack.frob.com>
13548         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
13549         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
13550         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
13551         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
13552         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
13553         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
13554         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
13555         Moved ...
13556         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
13557         ... here.
13558         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
13559         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
13560         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
13561         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
13562         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
13563         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
13564         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
13565         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
13566         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
13567         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
13568         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
13569         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
13570         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
13571         Moved ...
13572         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
13573         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
13574         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
13575         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
13576         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
13577         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
13578         Moved ...
13579         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
13580         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
13581         Moved ...
13582         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
13583         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
13584         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
13585         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
13586         Moved ...
13587         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
13588         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
13589         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
13590         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
13591         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
13592         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
13593         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
13594         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
13595         Moved ...
13596         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
13597         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
13598         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
13599         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
13600         Moved ...
13601         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
13602         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
13603         Moved ...
13604         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
13605         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
13606         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
13607         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
13608         Moved ...
13609         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
13610         ... here.
13611         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
13612         Identical file removed.
13613         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
13614         Moved ...
13615         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
13616         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
13617         Identical file removed.
13618         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
13619         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
13620         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
13621         Moved ...
13622         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
13623         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
13624         Identical file removed.
13625         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
13626         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
13627         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
13628         Identical file removed.
13629         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
13630         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
13631         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
13632         Identical file removed.
13633         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
13634         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
13635         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
13636         Identical file removed.
13637         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
13638         Moved ...
13639         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
13640         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
13641         Identical file removed.
13642         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
13643         Moved ...
13644         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
13645         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
13646         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
13647         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
13648         Identical file removed.
13649         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
13650         Moved ...
13651         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
13652         ... here.
13653         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
13654         Identical file removed.
13655         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
13656         Moved ...
13657         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
13658         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
13659         Identical file removed.
13660         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
13661         Moved ...
13662         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
13663         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
13664         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
13665         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
13666         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
13667         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
13668         Moved ...
13669         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
13670         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
13671         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
13673         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
13674         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
13675         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
13676         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
13677         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
13679 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
13681         [BZ #17092]
13682         * nscd/nscd.c (monitor_child): Return exit status of child
13683         instead of return value from wait syscall.
13685 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
13687         * configure.ac (libc_commonpagesize): Remove variable.
13688         (libc_relro_required): Likewise.
13689         (libc_cv_z_relro): Remove configure test.
13690         * configure: Regenerated.
13691         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
13692         variable.
13693         (libc_relro_required): Likewise.
13694         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
13695         (libc_relro_required): Likewise.
13696         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
13697         (libc_relro_required): Likewise.
13698         * sysdeps/arm/preconfigure: Regenerated.
13699         * sysdeps/ia64/preconfigure: Remove file.
13700         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
13701         variable.
13702         (libc_relro_required): Likewise.
13704         [BZ #16561]
13705         [BZ #16562]
13706         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
13707         (__ieee754_yn): Set FE_TONEAREST mode internally and then
13708         recompute overflowing results in original rounding mode.
13709         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
13710         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
13711         recompute overflowing results in original rounding mode.
13712         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
13713         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
13714         recompute overflowing results in original rounding mode.
13715         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
13716         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
13717         recompute overflowing results in original rounding mode.
13718         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
13719         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
13720         recompute overflowing results in original rounding mode.
13721         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
13722         (libc_feholdsetround_ctx): New macro.
13723         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
13724         * sysdeps/i386/fpu/libm-test-ulps: Update.
13725         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
13727 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
13729         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
13730         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
13731         corresponding .cpsetup call.
13733 2014-06-26  Roland McGrath  <roland@hack.frob.com>
13735         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
13736         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
13737         * sysdeps/arm/Makefile [$(subdir) = csu]
13738         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
13739         (static-only-routines): Add aeabi_read_tp here.
13740         (shared-only-routines): Add libc-aeabi_read_tp here.
13741         (CFLAGS-libc-start.c): Add -fexceptions here.
13742         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
13743         (sysdep_routines, static-only-routines, shared-only-routines):
13744         Don't add to these here.
13745         (CFLAGS-libc-start.c): Likewise.
13747         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
13748         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13749         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
13750         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13751         * sysdeps/arm/Makefile [$(subdir) = rt]
13752         (librt-sysdep_routines, librt-shared-only-routines):
13753         Append rt-aeabi_unwind_cpp_pr1 here.
13754         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
13755         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
13756         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
13757         (libpthread-sysdep_routines, libpthread-shared-only-routines):
13758         Append nptl-aeabi_unwind_cpp_pr1 here.
13759         (tests): Filter out tst-cleanupx4 here.
13760         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
13761         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
13762         Don't do those here.
13764 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
13766         * scripts/list-sources.sh: Do not handle ports specially.
13768 2014-06-26  Roland McGrath  <roland@hack.frob.com>
13770         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
13771         * sysdeps/arm/feupdateenv.c: Likewise.
13773         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
13775 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
13777         * manual/texinfo.tex: Update to version 2014-05-05.10 with
13778         trailing whitespace removed.
13779         * scripts/config.guess: Update to version 2014-03-23.
13780         * scripts/config.sub: Update to version 2014-05-01
13781         * scripts/install-sh: Update to version 2013-12-25.23.
13782         * scripts/move-if-change: Update from gnulib.
13784 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13786         * debug/memmove_chk.c: Remove pagecopy.h include.
13788 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
13790         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
13791         identical to gnulib mktime.
13793 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
13795         * configure.ac: Do not test for machine being rs6000.  Do not test
13796         for powerpc*-*soft.
13797         * configure: Regenerated.
13799         [BZ #11505]
13800         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
13801         test.
13802         * configure: Regenerated.
13803         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
13804         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
13805         Remove configure test.
13806         * sysdeps/arm/configure: Regenerated.
13807         * sysdeps/nptl/configure.ac: Do not check
13808         libc_cv_asm_cfi_directives.
13809         * sysdeps/nptl/configure: Regenerated.
13810         * sysdeps/x86_64/nptl/configure.ac: Remove file.
13811         * sysdeps/x86_64/nptl/configure: Remove generated file.
13812         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
13813         unconditional.
13814         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
13816 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13818         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
13819         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
13820         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
13821         it is defined.
13823         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
13824         instead of whether it is defined.
13825         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
13826         * sysdeps/hppa/dl-machine.h: Likewise.
13827         * sysdeps/ia64/dl-machine.h: Likewise.
13828         * sysdeps/m68k/dl-machine.h: Likewise.
13829         * sysdeps/microblaze/dl-machine.h: Likewise.
13830         * sysdeps/mips/dl-machine.: Likewise.
13831         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
13832         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
13833         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
13834         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
13835         * sysdeps/sh/dl-machine.h: Likewise.
13836         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
13837         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
13838         * sysdeps/tile/dl-machine.h: Likewise.
13839         * sysdeps/x86_64/dl-machine.h: Likewise.
13841         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
13842         code.
13843         (verify_persistent_db): Likewise.
13845 2014-06-26  Roland McGrath  <roland@hack.frob.com>
13847         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
13848         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
13849         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
13850         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
13851         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
13852         Moved ...
13853         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
13854         ... here.
13855         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
13856         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
13857         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
13858         Identical file removed.
13859         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
13860         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
13861         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
13862         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
13863         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
13864         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
13865         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
13866         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
13867         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
13868         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
13869         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13870         Moved ...
13871         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
13872         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
13873         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
13874         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
13875         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
13876         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
13877         Moved ...
13878         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
13879         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
13880         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
13881         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
13882         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
13883         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
13884         Identical file removed.
13885         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
13886         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
13887         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
13888         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
13889         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
13890         Moved ...
13891         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
13892         ... here.
13893         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
13894         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
13895         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
13896         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
13897         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
13898         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
13899         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
13900         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
13901         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
13902         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
13903         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13904         Moved ...
13905         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
13906         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
13907         Moved ...
13908         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
13909         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
13910         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
13911         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
13912         Moved ...
13913         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
13914         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
13915         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
13917         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
13918         folded into ...
13919         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
13920         * sysdeps/unix/sysv/linux/s390/Versions
13921         (libpthread: GLIBC_2.19): New version set.
13922         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
13923         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
13924         (librt: GLIBC_2.3.3): New version set.
13925         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
13926         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
13927         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
13928         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
13929         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
13930         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
13931         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
13932         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
13933         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
13934         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
13935         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
13936         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
13937         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
13938         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
13939         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
13940         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
13941         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
13942         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
13943         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
13944         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
13945         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
13946         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
13947         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
13948         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
13949         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
13950         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
13951         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
13952         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
13953         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
13954         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
13955         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
13956         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
13957         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
13958         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
13959         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
13960         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
13961         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
13962         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
13963         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
13964         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
13965         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
13966         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
13967         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
13968         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
13969         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
13971         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
13972         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
13973         (__libc_vfork): Define the function under this name.
13974         [!NOT_IN_libc] (__vfork): Make this an alias.
13975         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
13976         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
13977         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
13978         (__libc_vfork): Define the function under this name.
13979         [!NOT_IN_libc] (__vfork): Make this an alias.
13980         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
13981         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
13982         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
13983         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
13984         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
13985         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
13987         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
13988         code that was previously under [RESET_PID].
13989         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
13990         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
13991         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
13993         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
13994         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
13995         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
13996         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
13997         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
13998         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
13999         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
14000         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
14001         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
14002         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
14003         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
14004         Moved ...
14005         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
14006         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
14007         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
14008         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
14009         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
14010         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
14011         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
14012         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
14013         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
14014         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
14015         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
14016         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
14017         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
14018         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
14019         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
14020         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
14021         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
14022         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
14023         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
14024         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
14025         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
14026         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
14027         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
14028         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
14029         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
14030         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
14031         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
14032         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
14033         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
14035 2014-06-25  Roland McGrath  <roland@hack.frob.com>
14037         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
14038         that was previously under [RESET_PID].
14039         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
14041 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
14043         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
14044         not undefine and redefine.
14045         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
14046         [O_CLOEXEC]: Make code unconditional.
14047         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
14048         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
14049         <kernel-features.h>.
14050         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
14051         conditional variable definition.
14052         (shm_open) [O_CLOEXEC]: Make code unconditional.
14053         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
14054         code.
14056         * configure.ac (USE_REGPARMS): Don't define here.
14057         * configure: Regenerated.
14058         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
14059         * sysdeps/i386/configure: Regenerated.
14061         * nptl/createthread.c: Don't include kernel-features.h.
14062         * nptl/pthread_cancel.c: Likewise.
14063         * nptl/pthread_condattr_setclock.c: Likewise.
14064         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
14065         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
14066         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
14067         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
14068         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
14069         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
14070         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
14071         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
14072         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
14073         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
14074         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
14075         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
14076         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
14077         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
14078         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
14079         * nscd/gai.c: Likewise.
14080         * nss/nss_db/db-open.c: Likewise.
14081         * sysdeps/generic/ldsodefs.h: Likewise.
14082         * sysdeps/sh/nptl/tls.h: Likewise.
14083         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
14084         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
14085         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
14086         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
14087         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
14088         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
14089         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
14090         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
14091         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
14092         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
14093         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
14094         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
14095         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
14096         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
14097         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
14098         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
14099         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
14100         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
14101         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
14102         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
14103         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
14104         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
14105         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
14106         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
14107         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
14108         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
14109         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
14110         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
14111         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
14112         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
14113         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
14114         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
14115         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
14116         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
14117         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
14118         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
14119         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
14120         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
14121         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
14122         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
14123         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
14124         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
14125         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
14126         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
14127         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
14128         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
14129         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
14130         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
14131         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
14132         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
14133         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
14134         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
14135         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
14136         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
14137         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
14138         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
14139         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
14140         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
14141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
14142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
14143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
14144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
14145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
14146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
14147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
14148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
14149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
14150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
14151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
14152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
14153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
14154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
14155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
14156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
14157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
14158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
14159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
14160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
14161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
14162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
14163         * sysdeps/unix/sysv/linux/pread.c: Likewise.
14164         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
14165         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
14166         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
14167         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
14168         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
14169         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
14170         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
14171         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
14172         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
14173         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
14174         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
14175         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
14176         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
14177         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
14178         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
14179         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14180         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
14181         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
14182         * sysdeps/unix/sysv/linux/system.c: Likewise.
14183         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
14184         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
14185         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
14186         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
14187         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
14188         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
14189         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
14191         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
14192         * configure: Regenerated.
14193         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
14195         * configure.ac (base_machine): Do not set specially for particular
14196         machines here.
14197         * configure: Regenerated.
14198         * sysdeps/powerpc/preconfigure: Move machine and base_machine
14199         settings from configure.ac.
14200         * sysdeps/i386/preconfigure: New file.
14201         * sysdeps/s390/preconfigure: Likewise.
14202         * sysdeps/sh/preconfigure: Likewise.
14203         * sysdeps/sparc/preconfigure: Likewise.
14205 2014-06-25  Roland McGrath  <roland@hack.frob.com>
14207         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
14208         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
14209         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
14210         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
14211         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
14212         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
14213         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
14214         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
14215         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
14216         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
14217         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
14218         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
14219         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
14220         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
14221         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
14222         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
14223         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
14224         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
14225         * sysdeps/sparc/sparc64/Makefile: ... appended here.
14227         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
14228         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
14229         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
14230         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
14231         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
14232         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
14233         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
14234         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
14235         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
14236         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
14237         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
14238         * sysdeps/sparc/sparc32/sem_post.c: ... here.
14239         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
14240         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
14241         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
14242         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
14243         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
14244         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
14245         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
14246         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
14247         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
14248         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
14249         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
14250         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
14251         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
14252         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
14253         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
14254         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
14255         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
14256         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
14257         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
14258         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
14259         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
14260         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
14261         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
14262         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
14263         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
14264         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
14266         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
14267         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
14268         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
14269         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
14270         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
14271         Moved ...
14272         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
14273         ... here.
14274         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
14275         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
14276         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
14277         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
14278         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
14279         Moved ...
14280         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
14281         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
14282         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
14283         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
14284         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
14285         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
14286         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
14287         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
14288         Moved ...
14289         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
14290         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
14291         Moved ...
14292         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
14293         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
14294         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
14295         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
14296         Moved ...
14297         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
14298         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
14299         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
14300         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
14301         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
14302         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
14303         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
14304         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
14305         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
14306         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
14307         Moved ...
14308         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
14309         ... here.
14310         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
14311         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
14312         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
14313         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
14314         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
14315         Moved ...
14316         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
14317         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
14318         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
14319         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
14320         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
14321         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
14322         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
14323         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
14324         Moved ...
14325         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
14326         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
14327         Moved ...
14328         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
14329         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
14330         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
14331         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
14332         Moved ...
14333         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
14334         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
14335         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
14336         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
14337         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
14339 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
14341         * timezone/checktab.awk: Update from tzcode 2014e.
14342         * timezone/private.h: Likewise.
14343         * timezone/tzfile.h: Likewise.
14344         * timezone/zdump.c: Likewise.
14345         * timezone/zic.c: Likewise.
14347         * sysdeps/unix/sysv/linux/kernel-features.h
14348         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
14349         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
14350         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
14351         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
14352         Remove conditional code.
14354 2014-06-25  Will Newton  <will.newton@linaro.org>
14356         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
14357         (_dl_arm_cap_flags): Add HWCAP2 values.
14358         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
14359         (_DL_HWCAP_COUNT): Increase to 37.
14360         (_DL_HWCAP_LAST): New define.
14361         (_DL_HWCAP2_LAST): New define.
14362         (_dl_procinfo): Add support for printing
14363         AT_HWCAP2 entries.
14364         (_dl_string_hwcap): Use _dl_hwcap_string.
14366 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14368         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14370 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
14372         * README: Do not mention ports directory.
14374         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
14375         Remove macro.
14376         * sysdeps/unix/sysv/linux/futimes.c: Do not include
14377         <kernel-features.h>.
14378         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
14379         conditional variable definition.
14380         (__futimes): Update comment.
14381         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
14382         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
14384         [BZ #16560]
14385         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
14386         arguments close to 0.
14387         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
14388         Likewise.
14389         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
14390         Likewise.
14391         * math/auto-libm-test-in: Add more tests of exp10.
14392         * math/auto-libm-test-out: Regenerated.
14393         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14395         * sysdeps/unix/sysv/linux/kernel-features.h
14396         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
14397         * sysdeps/unix/sysv/linux/readv.c: Do not include
14398         <kernel-features.h>.
14399         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
14400         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
14401         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
14402         unconditional.
14403         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
14404         conditional code.
14405         * sysdeps/unix/sysv/linux/writev.c: Do not include
14406         <kernel-features.h>.
14407         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
14408         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
14409         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
14410         unconditional.
14411         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
14412         conditional code.
14414 2014-06-25  Will Newton  <will.newton@linaro.org>
14416         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
14417         comment changes throughout the file.  Remove checks
14418         for HAVE_*_H definitions that are not required.
14419         (__gen_tempname): Call abort if an unknown kind value is
14420         passed.
14422 2014-06-25  Andreas Schwab  <schwab@suse.de>
14424         [BZ #17086]
14425         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
14426         scalbln, scalblnf, scalblnl in libc.
14428 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
14430         [BZ #17086]
14431         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
14432         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
14433         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
14435 2014-06-24  Roland McGrath  <roland@hack.frob.com>
14437         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
14438         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
14439         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
14440         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
14441         Update #include.
14442         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
14443         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
14444         Update #include.
14445         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
14446         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
14447         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
14448         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
14449         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
14450         * sysdeps/x86/bits/pthreadtypes.h: ... here.
14451         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
14452         * sysdeps/x86/bits/semaphore.h: ... here.
14453         * sysdeps/x86/nptl/elide.h: Moved ...
14454         * sysdeps/x86/elide.h: ... here.
14455         * sysdeps/x86_64/nptl/Implies: File removed.
14456         * sysdeps/i386/nptl/Implies: File removed.
14458 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
14460         [BZ #16539]
14461         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
14462         return the argument for normal arguments with exponent below -64.
14463         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
14464         Likewise.
14465         * math/auto-libm-test-in: Add another test of expm1.
14466         * math/auto-libm-test-out: Regenerated.
14468         [BZ #16287]
14469         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
14470         calling __erfcl for arguments at least 16.
14471         * math/auto-libm-test-in: Add more tests of erf.
14472         * math/auto-libm-test-out: Regenerated.
14474         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
14475         individual architectures.
14476         * sysdeps/unix/sysv/linux/configure: Regenerated.
14477         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
14478         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
14479         * sysdeps/unix/sysv/linux/powerpc/configure.ac
14480         (ldd_rewrite_script): Define variable.
14481         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
14482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
14483         file.
14484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
14485         generated file.
14486         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
14487         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
14488         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
14489         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
14490         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
14491         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
14492         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
14493         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
14495 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14497         [BZ #17084]
14498         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
14499         Rename member __data.d to __data.__elision_data.
14501 2014-06-24  Wilco  <wdijkstr@arm.com>
14503         * NEWS: Add 16918 to fixed bug list.
14505 2014-06-24  Wilco  <wdijkstr@arm.com>
14507         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
14509 2014-06-24  Wilco  <wdijkstr@arm.com>
14511         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
14512         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
14513         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
14514         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
14515         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
14516         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
14517         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
14518         Use _FPU_MASK_RM.
14520 2014-06-24  Wilco  <wdijkstr@arm.com>
14522         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
14524 2014-06-24  Wilco  <wdijkstr@arm.com>
14526         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
14527         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
14528         * sysdeps/arm/fesetround.c (fesetround): Remove space.
14529         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
14531 2014-06-24  Wilco  <wdijkstr@arm.com>
14533         [BZ #16918]
14534         * sysdeps/arm/feupdateenv.c (feupdateenv):
14535         Rewrite to reduce FPSCR accesses and fix return value.
14537 2014-06-24  Wilco  <wdijkstr@arm.com>
14539         * sysdeps/arm/fclrexcpt.c (feclearexcept):
14540         Optimize to avoid unnecessary FPSCR writes.
14541         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
14542         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
14543         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
14544         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
14546 2014-06-24  Wilco  <wdijkstr@arm.com>
14548         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
14549         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
14550         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
14551         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
14552         Call libc_fetestexcept_vfp.
14553         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
14554         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
14555         __SOFTFP__ ifdef so that they can be built for softfp.
14557 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14559         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
14560         argument type signed char.
14562         * Makerules (check-abi): Dump diff of symlist if the test
14563         fails.
14565 2014-06-23  Roland McGrath  <roland@hack.frob.com>
14567         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
14568         using abort.
14570         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
14571         Remove unused variable ST.
14573 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
14575         [BZ #16354]
14576         [BZ #17061]
14577         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
14578         small arguments before calling __expm1.
14579         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
14580         small arguments before calling __expm1f.
14581         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
14582         small arguments before calling __expm1l.
14583         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
14584         Likewise.
14585         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
14586         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
14587         spurious underflow for some cosh tests.
14588         * math/auto-libm-test-out: Regenerated.
14589         * sysdeps/i386/fpu/libm-test-ulps: Update.
14591         [BZ #17050]
14592         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
14593         (__ieee754_y1): Set errno if return value overflows.
14594         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
14595         (__ieee754_y1f): Set errno if return value overflows.
14596         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
14597         (__ieee754_y1l): Set errno if return value overflows.
14598         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
14599         (__ieee754_y1l): Set errno if return value overflows.
14600         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
14601         * math/auto-libm-test-out: Regenerated.
14603         * math/gen-auto-libm-tests.c: Document use of
14604         ignore-zero-inf-sign.
14605         (input_flag_type): Add value flag_ignore_zero_inf_sign.
14606         (input_flags): Add ignore-zero-inf-sign.
14607         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
14608         * math/gen-libm-test.pl (generate_testfile): Handle
14609         ignore-zero-inf-sign.
14610         * math/auto-libm-test-in: Mark some cpow tests with
14611         ignore-zero-inf-sign and some with xfail-rounding.
14612         * math/auto-libm-test-out: Regenerated.
14613         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
14614         * sysdeps/i386/fpu/libm-test-ulps: Update.
14615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14617         [BZ #16315]
14618         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
14619         overflowing or underflowing operations take place with sign of
14620         result.
14621         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14622         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
14623         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
14624         (__ieee754_pow): Recompute overflowing and underflowing results in
14625         original rounding mode.
14626         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
14627         (__powl_helper): Allow negative argument X and scale negated value
14628         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
14629         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
14630         overflowing or underflowing operations take place with sign of
14631         result.
14632         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
14633         Include <math.h>.
14634         * math/auto-libm-test-in: Add more tests of pow.
14635         * math/auto-libm-test-out: Regenerated.
14636         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
14637         (pow_tonearest_test_data): Remove.
14638         (pow_test_tonearest): Likewise.
14639         (pow_towardzero_test_data): Likewise.
14640         (pow_test_towardzero): Likewise.
14641         (pow_downward_test_data): Likewise.
14642         (pow_test_downward): Likewise.
14643         (pow_upward_test_data): Likewise.
14644         (pow_test_upward): Likewise.
14645         (main): Don't call removed functions.
14646         * sysdeps/i386/fpu/libm-test-ulps: Update.
14647         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14649 2014-06-23  Roland McGrath  <roland@hack.frob.com>
14651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
14652         Moved ...
14653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
14654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
14655         Moved ...
14656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
14657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
14658         Moved ...
14659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
14660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
14661         Moved ...
14662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
14663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
14664         File removed.
14665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
14666         File removed.
14667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
14668         File removed.
14669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
14670         File removed.
14671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
14672         File removed.
14673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
14674         File removed.
14675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
14676         File removed.
14677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
14678         File removed.
14679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
14680         File removed.
14681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
14682         File removed.
14683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
14684         File removed.
14685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
14686         File removed.
14687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
14688         Moved ...
14689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
14690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
14691         Moved ...
14692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
14693         ... here.
14694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
14695         Moved ...
14696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
14697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
14698         Moved ...
14699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
14700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
14701         Moved ...
14702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
14703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
14704         Moved ...
14705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
14706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
14707         Moved ...
14708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
14709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
14710         Moved ...
14711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
14712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
14713         Moved ...
14714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
14715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
14716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
14717         ... here.
14718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
14719         Moved ...
14720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
14721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14722         Moved ...
14723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
14724         ... here.
14725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
14726         Moved ...
14727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
14728         ... here.
14729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
14730         Moved ...
14731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
14732         ... here.
14733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
14734         Moved ...
14735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
14736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
14737         Moved ...
14738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
14739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
14740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
14741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
14742         Moved ...
14743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
14744         ... here.
14745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
14746         Moved ...
14747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
14748         ... here.
14749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
14750         Moved ...
14751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
14752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
14753         Moved ...
14754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
14755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
14756         Moved ...
14757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
14758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
14759         Moved ...
14760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
14761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
14762         Moved ...
14763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
14764         ... here.
14765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
14766         Moved ...
14767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
14768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
14769         Moved ...
14770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
14771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
14772         Moved ...
14773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
14774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
14775         Moved ...
14776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
14777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
14778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
14779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
14780         Moved ...
14781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
14782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
14783         Moved ...
14784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
14785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
14786         Moved ...
14787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
14788         ... here.
14789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
14790         Moved ...
14791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
14792         ... here.
14793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
14794         Moved ...
14795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
14796         ... here.
14797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
14798         Moved ...
14799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
14800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
14801         Moved ...
14802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
14803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
14804         Moved ...
14805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
14806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
14807         Moved ...
14808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
14809         ... here.
14810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
14811         Moved ...
14812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
14813         ... here.
14814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
14815         Moved ...
14816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
14817         ... here.
14818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
14819         Moved ...
14820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
14821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
14822         Moved ...
14823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
14825 2014-06-23  Will Newton  <will.newton@linaro.org>
14826             Wilco  <wdijkstr@arm.com>
14828         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
14829         implementation.  Include get-rounding-mode.h.
14830         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
14831         [!libc_feholdsetround_noex_ctx]: Define
14832         libc_feholdsetround_noex_ctx.
14833         [!libc_feholdsetround_noexf_ctx]: Define
14834         libc_feholdsetround_noexf_ctx.
14835         [!libc_feholdsetround_noexl_ctx]: Define
14836         libc_feholdsetround_noexl_ctx.
14837         (libc_feholdsetround_ctx): New function.
14838         (libc_feresetround_ctx): New function.
14839         (libc_feholdsetround_noex_ctx): New function.
14840         (libc_feresetround_noex_ctx): New function.
14842 2014-06-23  Roland McGrath  <roland@hack.frob.com>
14844         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
14845         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
14846         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
14847         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
14848         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
14849         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
14851         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
14852         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
14853         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
14854         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
14855         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
14856         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
14857         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
14858         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
14859         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
14860         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
14861         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
14862         Moved ...
14863         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
14864         ... here.
14865         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
14866         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
14867         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
14868         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
14869         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
14870         Moved ...
14871         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
14872         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
14873         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
14874         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
14875         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
14876         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
14877         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
14878         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
14879         Moved ...
14880         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
14881         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
14882         Moved ...
14883         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
14884         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
14885         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
14886         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
14887         Moved ...
14888         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
14889         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
14890         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
14891         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
14892         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
14893         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
14894         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
14895         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
14896         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
14897         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
14898         Moved ...
14899         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
14900         ... here.
14901         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
14902         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
14903         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
14904         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
14905         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
14906         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
14907         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
14908         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
14909         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
14910         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
14911         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
14912         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
14913         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
14914         Moved ...
14915         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
14916         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
14917         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
14918         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
14919         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
14920         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
14921         Moved ...
14922         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
14923         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
14924         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
14925         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
14926         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
14928         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
14929         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
14930         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
14931         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
14932         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
14933         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
14934         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
14935         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
14936         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
14937         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
14938         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
14939         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
14940         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
14941         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
14942         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
14943         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
14944         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
14945         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
14946         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
14947         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
14948         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
14949         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
14950         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
14951         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
14952         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
14953         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
14954         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
14955         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
14957 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
14959         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
14960         (FALLOC_FL_COLLAPSE_RANGE): New macro.
14961         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
14962         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
14963         (IPV6_PMTUDISC_INTERFACE): Likewise.
14964         (IPV6_PMTUDISC_OMIT): Likewise.
14966 2014-06-23  Andreas Schwab  <schwab@suse.de>
14968         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
14969         Remove unused errout label.
14971 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14973         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
14974         macro: hardware supports Vector Crypto instructions.
14976 2014-06-23  Will Newton  <will.newton@linaro.org>
14978         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
14979         rather than __builtin_expect.
14981         * elf/dl-lookup.c (undefined_msg): Remove variable.
14982         (_dl_lookup_symbol_x): Replace undefined_msg with string
14983         literal.
14985         * elf/dl-lookup.c (do_lookup_unique): New function.
14986         (do_lookup_x): Move STB_GNU_UNIQUE handling code
14987         to a separate function.
14989 2014-06-23  Andreas Schwab  <schwab@suse.de>
14991         [BZ #17079]
14992         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
14993         before reading the next line.
14995 2014-06-23  Will Newton  <will.newton@linaro.org>
14997         * test-skeleton.c (signal_handler): Use printf and %m
14998         rather than perror.  Use printf rather than fprintf to
14999         stderr.  Use puts rather than fputs to stderr.
15000         (main): Likewise.
15002 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
15004         * nscd/nscd.c (thread_info_t): Remove typedef.
15005         (thread_info): Remove variable.
15007 2014-06-21  Allan McRae  <allan@archlinux.org>
15009         * NEWS: Mention CVE-2014-4043.
15011 2014-06-20  Roland McGrath  <roland@hack.frob.com>
15013         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
15014         * nptl/smp.h: ... here.
15016         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
15018         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
15019         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
15020         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
15021         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
15023         * nptl/allocatestack.c: Include <stack-aliasing.h>.
15024         * nptl/stack-aliasing.h: New file.
15025         * sysdeps/i386/i686/stack-aliasing.h: New file.
15026         * sysdeps/i386/i686/nptl/Makefile: File removed.
15027         * sysdeps/x86_64/stack-aliasing.h: New file.
15028         * sysdeps/x86_64/nptl/Makefile
15029         (CFLAGS-pthread_create.c): Variable removed.
15031         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
15032         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
15033         old file.
15034         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
15035         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
15036         old file.
15038 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
15040         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15041         (__ASSUME_SIGFRAME_V2): Remove macro.
15042         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
15043         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
15044         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
15045         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
15046         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
15047         Declare as function.  Remove conditional macro definitions.
15048         (__default_rt_sa_restorer): Likewise.
15049         (__default_sa_restorer_v1): Remove declaration.
15050         (__default_sa_restorer_v2): Likewise.
15051         (__default_rt_sa_restorer_v1): Likewise.
15052         (__default_rt_sa_restorer_v2): Likewise.
15053         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
15054         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
15055         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
15057 2014-06-20  Roland McGrath  <roland@hack.frob.com>
15059         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
15060         (libpthread-routines): Add sysdep.
15061         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
15062         * sysdeps/unix/sysv/linux/sparc/Versions
15063         (libpthread: GLIBC_2.3.3): New version set.
15064         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
15065         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
15066         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
15067         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
15068         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
15069         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
15070         Moved ...
15071         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
15072         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
15073         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
15074         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
15075         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
15076         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
15077         * sysdeps/sparc/nptl/sem_init.c: ... here.
15078         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
15079         * sysdeps/sparc/nptl/sem_post.c: ... here.
15080         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
15081         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
15082         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
15083         * sysdeps/sparc/nptl/sem_wait.c: ... here.
15084         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
15085         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
15086         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
15087         (libpthread-routines): Add cpu_relax.
15088         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
15089         File removed.
15090         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
15091         (librt: GLIBC_2.3.3): New version set.
15092         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
15093         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
15094         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
15095         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
15096         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
15097         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
15098         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
15099         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
15100         Moved ...
15101         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
15102         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
15103         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
15104         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
15105         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
15106         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
15107         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
15108         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
15109         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
15110         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
15111         Moved ...
15112         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
15113         Update #include.
15114         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
15115         Moved ...
15116         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
15117         Update #include.
15118         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
15119         Moved ...
15120         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
15121         Update #include.
15122         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
15123         Moved ...
15124         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
15125         Update #include.
15126         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
15127         Moved ...
15128         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
15129         Update #include.
15130         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
15131         Moved ...
15132         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
15133         Update #include.
15134         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
15135         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
15136         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
15137         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
15138         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
15139         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
15140         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
15141         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
15142         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
15143         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
15144         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
15145         Moved ...
15146         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
15147         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
15148         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
15149         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
15150         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
15152 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
15154         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
15155         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
15156         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
15157         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
15158         * nscd/nscd.c: Likewise.
15159         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
15160         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
15161         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
15162         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
15164         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
15165         <kernel-features.h>.
15166         (init_mq_netlink): Remove conditional have_sock_cloexec
15167         definitions.  Remove code conditional on have_sock_cloexec < 0.
15168         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
15169         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
15170         * sysdeps/unix/sysv/linux/opensock.c: Do not include
15171         <kernel-features.h>.
15172         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
15173         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
15175 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
15177         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
15178         Add tests for memset_chk and memset.
15180         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
15181         with AVX2_Usable.
15183 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
15185         [BZ #16046]
15186         * elf/tst-dl-iter-static.c: New file.
15187         * elf/Makefile (tests-static): Add tst-dl-iter-static.
15189         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
15190         error.
15192 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
15194         * sysdeps/unix/sysv/linux/kernel-features.h
15195         (__ASSUME_F_GETOWN_EX): Remove macro.
15196         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
15197         <kernel-features.h>.
15198         (miss_F_GETOWN_EX): Remove variable or macro.
15199         (do_fcntl): Do not check miss_F_GETOWN_EX.
15200         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
15202         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
15203         Remove macro.
15204         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
15205         [!__ASSUME_AT_RANDOM]: Remove conditional code.
15206         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
15208         * sysdeps/unix/sysv/linux/kernel-features.h
15209         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
15210         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
15211         [ADJ_OFFSET_SS_READ]: Make code unconditional.
15212         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
15214 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
15216         [BZ #17075]
15217         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
15218         Fix calculation of the symbol's value.
15219         * sysdeps/arm/tst-armtlsdescloc.c: New file.
15220         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
15221         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
15222         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
15223         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
15224         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
15225         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
15226         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
15227         (modules-names): Add `tst-armtlsdescmod',
15228         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
15229         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
15230         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
15231         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
15232         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
15233         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
15234         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
15235         ($(objpfx)tst-armtlsdescloc): New dependency.
15236         ($(objpfx)tst-armtlsdescextnow): Likewise.
15237         ($(objpfx)tst-armtlsdescextlazy): Likewise.
15238         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
15239         TLS scheme support.
15240         * sysdeps/arm/configure: Regenerate.
15242 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
15244         * include/fcntl.h (__atfct_seterrno): Remove prototype.
15245         (__atfct_seterrno_2): Likewise.
15246         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
15247         <kernel-features.h>.
15248         (__ASSUME_ATFCTS): Do not undefine and redefine.
15249         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
15250         (__have_atfcts): Remove conditional definition.
15251         (__fxstatat([__NR_fstatat64]: Make code unconditional.
15252         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
15253         unreachable if [__ASSUME_ATFCTS].
15254         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
15255         not undefine and redefine.
15256         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
15257         <kernel-features.h>.
15258         (faccessat) [__NR_faccessat]: Make code unconditional.
15259         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
15260         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
15261         <kernel-features.h>.
15262         (fchmodat) [__NR_fchmodat]: Make code unconditional.
15263         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
15264         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
15265         <kernel-features.h>.
15266         (fchownat) [__NR_fchownat]: Make code unconditional.
15267         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
15268         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
15269         <kernel-features.h>.
15270         (futimesat) [__NR_futimesat]: Make code unconditional.
15271         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
15272         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
15273         <kernel-features.h>.
15274         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
15275         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
15276         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
15277         <kernel-features.h>.
15278         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
15279         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
15280         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
15281         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
15282         <kernel-features.h>.
15283         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
15284         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
15285         * sysdeps/unix/sysv/linux/linkat.c: Do not include
15286         <kernel-features.h>.
15287         (linkat) [__NR_linkat]: Make code unconditional.
15288         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
15289         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
15290         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
15291         <kernel-features.h>.
15292         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
15293         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
15294         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
15295         <kernel-features.h>.
15296         (mkdirat) [__NR_mkdirat]: Make code unconditional.
15297         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
15298         * sysdeps/unix/sysv/linux/openat.c: Do not include
15299         <kernel-features.h>.
15300         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
15301         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
15302         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
15303         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
15304         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
15305         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
15306         <kernel-features.h>.
15307         (readlinkat) [__NR_readlinkat]: Make code unconditional.
15308         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
15309         result of INLINE_SYSCALL directly, not via int variable.
15310         * sysdeps/unix/sysv/linux/renameat.c: Do not include
15311         <kernel-features.h>.
15312         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
15313         (renameat) [__NR_renameat]: Make code unconditional.
15314         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
15315         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
15316         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
15317         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
15318         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
15319         (__ASSUME_ATFCTS): Do not undefine and redefine.
15320         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
15321         <kernel-features.h>.
15322         (symlinkat) [__NR_symlinkat]: Make code unconditional.
15323         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
15324         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
15325         <kernel-features.h>.
15326         (unlinkat) [__NR_unlinkat]: Make code unconditional.
15327         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
15328         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
15329         (__ASSUME_ATFCTS): Do not undefine and redefine.
15330         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
15331         <kernel-features.h>.
15332         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
15333         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
15334         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
15335         <kernel-features.h>.
15336         (__xmknodat) [__NR_mknodat]: Make code unconditional.
15337         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
15339 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
15341         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
15343 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
15345         [BZ #17069]
15346         * posix/regcomp.c (parse_reg_exp): Deallocate partially
15347         constructed tree before returning error.
15348         * posix/bug-regexp36.c: Expand test case.
15350 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
15352         [BZ #6803]
15353         * math/libm-test.inc (scalbln_test_date):
15354         Add errno expectations.
15355         * math/w_scalblnf.c: New File.
15356         Add wrapper which checks for setting errno to ERANGE.
15357         Add weak_alias for corresponding scalbln function.
15358         * math/w_scalbln.c: Likewise.
15359         * math/w_scalblnl.c: Likewise.
15360         * math/Makefile (libm-calls): Add w_scalbln.
15361         * sysdeps/ieee754/flt-32/s_scalblnf.c:
15362         Remove weak_alias for corresponding scalbln function.
15363         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15364         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
15365         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
15366         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
15367         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
15368         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
15369         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
15370         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
15371         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
15372         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
15373         Remove long_double_symbol for scalblnl function in libm, libc.
15374         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
15375         Add wrapper which checks for setting errno to ERANGE.
15376         Add long_double_symbol for scalblnl function in libm, libc.
15377         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
15378         Remove long_double_symbol for scalblnl in libm.
15379         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
15380         Add wrapper which checks for setting errno to ERANGE.
15381         Add long_double_symbol for scalblnl function in libm.
15382         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
15383         Do not use wrapper because of own implementation.
15385 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
15387         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
15388         3 bytes for __pad1 for x32.
15389         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
15391 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
15392             H.J. Lu  <hongjiu.lu@intel.com>
15394         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
15395         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
15396         * sysdeps/x86_64/multiarch/memset.S: Likewise.
15397         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
15398         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
15400 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
15402         [BZ #17069]
15403         * posix/regcomp.c (parse_expression): Deallocate partially
15404         constructed tree before returning error.
15405         * posix/Makefile.c (tests): Add bug-regex36.
15406         (generated): Add bug-regex36.mtrace.
15407         (tests-special): Add $(objpfx)bug-regex36-mem.out
15408         (bug-regex36-ENV): New variable.
15409         ($(objpfx)bug-regex36-mem.out): New rule.
15410         * posix/bug-regex36.c: New file.
15412 2014-06-19  Will Newton  <will.newton@linaro.org>
15414         * malloc/malloc.c (systrim): If extra is zero then return
15415         early.
15417 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
15419         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
15421 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
15423         * sysdeps/aarch64/strchr.S: New file.
15425 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
15427         [BZ #17022]
15428         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
15429         from arguments -2 or below.
15430         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15431         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
15433 2014-06-18  Andreas Schwab  <schwab@suse.de>
15435         [BZ #17062]
15436         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
15437         of a bracket expr not to run off the end of the string.
15438         * posix/Makefile (tests): Add tst-fnmatch3.
15439         * posix/tst-fnmatch3.c: New file.
15441 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
15443         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
15444         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
15445         [$(cross-compiling) = no]: Likewise.
15446         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
15447         [$(cross-compiling) = no]: Likewise.
15449 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15451         [BZ #17031]
15452         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
15453         double, adjusted for any remainder from the high double.
15454         * math/libm-test.inc (nearbyint): Add tests.
15455         (rint): Likewise.
15457 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15459         * nptl/sysdeps/powerpc/Makefile: Moved ...
15460         * sysdeps/powerpc/nptl/Makefile: ... here.
15461         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
15462         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
15463         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
15464         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
15465         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
15466         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
15467         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
15468         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
15469         * nptl/sysdeps/powerpc/tls.h: Moved ...
15470         * sysdeps/powerpc/nptl/tls.h: ... here.
15472 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
15474         [BZ #16681]
15475         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
15476         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
15477         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
15478         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
15479         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
15480         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
15481         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
15482         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
15483         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
15485 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
15487         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
15489 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
15491         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
15492         defined operator.
15494         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
15495         $TIMEOUTFACTOR.
15497 2014-06-16  Florian Weimer  <fweimer@redhat.com>
15499         [BZ #17058]
15500         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
15501         non-executed part of the test.
15503 2014-06-16  Andreas Schwab  <schwab@suse.de>
15505         * string/bits/string2.h (strdup, strndup): Update feature guard.
15507 2014-06-14  David S. Miller  <davem@davemloft.net>
15509         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15511 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
15513         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
15514         that was previously under [RESET_PID].
15515         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
15517         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
15518         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
15519         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
15520         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15521         (__libc_vfork): New strong alias.
15522         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
15524 2014-06-14 Andi Kleen  <ak@linux.intel.com>
15526         * sysdeps/generic/elide.h: New file.
15528 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
15530         * Makefile (installed-headers): Adjust path of pthread.h header.
15532 2014-06-13  Roland McGrath  <roland@hack.frob.com>
15534         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
15535         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
15536         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
15537         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
15539         * nptl/sysdeps/s390/Makefile: Moved ...
15540         * sysdeps/s390/nptl/Makefile: ... here.
15541         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
15542         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
15543         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
15544         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
15545         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
15546         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
15547         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
15548         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
15549         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
15550         * sysdeps/s390/nptl/pthreaddef.h: ... here.
15551         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
15552         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
15553         * nptl/sysdeps/s390/tls.h: Moved ...
15554         * sysdeps/s390/nptl/tls.h: ... here.
15556         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
15557         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
15559 2014-06-13  David S. Miller  <davem@davemloft.net>
15561         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
15562         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
15563         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
15564         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
15565         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
15566         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
15567         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
15568         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
15569         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
15570         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
15571         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
15572         Remove RESET_PID cpp guards.
15573         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
15574         Remove RESET_PID cpp guards.
15575         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
15577 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
15579         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
15580         __sp to uintptr_t.
15582 2014-06-13  Andi Kleen  <ak@linux.intel.com>
15584         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
15585         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
15586         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
15587         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
15588         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
15589         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
15590         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
15591         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
15592         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
15593         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
15594         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
15595         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
15596         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
15597         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
15598         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
15599         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
15600         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
15601         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
15602         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
15603         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
15605         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
15606         (pthread_rwlock_rdlock): Add elision.
15607         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
15608         (pthread_rwlock_wrlock): Add elision.
15609         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
15610         (pthread_rwlock_trywrlock): Add elision.
15611         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
15612         (pthread_rwlock_tryrdlock): Add elision.
15613         * nptl/pthread_rwlock_unlock.c: Include elide.h.
15614         (pthread_rwlock_tryrdlock): Add elision unlock.
15615         * nptl/sysdeps/pthread/pthread.h:
15616         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
15617         (PTHREAD_RWLOCK_INITIALIZER,
15618         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
15619         Handle new elision field.
15620         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
15621         * sysdeps/arm/nptl/bits/pthreadtypes.h
15622         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15623         * sysdeps/sh/nptl/bits/pthreadtypes.h
15624         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15625         * sysdeps/tile/nptl/bits/pthreadtypes.h
15626         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15627         * sysdeps/a/nptl/bits/pthreadtypes.h
15628         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15629         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15630         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15631         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15632         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15633         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
15634         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15635         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15636         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15637         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15638         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15639         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15640         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15641         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15642         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15643         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
15644         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15645         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
15646         (elision_init): Set try_xbegin to zero when no RTM.
15647         * sysdeps/x86/nptl/bits/pthreadtypes.h
15648         (pthread_rwlock_t): Change __pad1 to __rwelision.
15649         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
15651 2014-06-13  Andi Kleen  <ak@linux.intel.com>
15653         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
15654         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
15655         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
15656         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
15658 2014-06-13  Meador Inge  <meadori@codesourcery.com>
15660         [BZ #16996]
15661         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
15662         that the cached result has been set before returning it.
15664 2014-06-12  Roland McGrath  <roland@hack.frob.com>
15666         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
15667         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
15668         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
15669         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
15670         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
15671         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
15673         * nptl/sysdeps/sparc/Makefile: Moved ...
15674         * sysdeps/sparc/nptl/Makefile: ... here.
15675         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
15676         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
15677         * nptl/sysdeps/sparc/tls.h: Moved ...
15678         * sysdeps/sparc/nptl/tls.h: ... here.
15679         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
15680         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
15681         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
15682         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
15683         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
15684         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
15685         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
15686         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
15687         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
15688         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
15689         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
15690         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
15691         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
15692         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
15693         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
15694         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
15695         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
15696         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
15697         Update #include.
15698         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
15699         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
15700         Update #include.
15701         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
15702         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
15703         Update #include.
15704         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
15705         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
15706         Update #include.
15708         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
15710         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
15711         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
15713         * sysdeps/pthread/posix-timer.h: Include <list.h>.
15714         (struct list_links): Type removed.
15715         (struct thread_node, struct timer_node): Replace struct list_links
15716         with struct list_head.
15717         (list_unlink_ip): Likewise.
15718         * sysdeps/pthread/timer_routines.c
15719         (timer_free_list, thread_free_list, thread_active_list): Likewise.
15720         (list_append, list_insbefore): Likewise.
15721         (list_init): Function removed.
15722         (thread_init, init_module): Use INIT_LIST_HEAD instead.
15723         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
15724         * sysdeps/pthread/Makefile: ... here, new file.
15726         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
15727         * sysdeps/nptl/Implies: ... here.
15728         * sysdeps/unix/sysv/linux/Implies: Add nptl.
15729         * nptl/sysdeps/pthread/list.h: Moved ...
15730         * include/list.h: ... here.
15731         * nptl/sysdeps/pthread/createthread.c: Moved ...
15732         * nptl/createthread.c: ... here.
15733         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
15734         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
15735         * nptl/pt-longjmp.c: ... here.
15736         * nptl/sysdeps/pthread/Makefile: Moved ...
15737         * sysdeps/nptl/Makefile: ... here.
15738         * nptl/sysdeps/pthread/Subdirs: Moved ...
15739         * sysdeps/nptl/Subdirs: ... here.
15740         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
15741         * sysdeps/nptl/aio_misc.h: ... here.
15742         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
15743         * sysdeps/nptl/bits/libc-lock.h: ... here.
15744         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
15745         * sysdeps/nptl/bits/libc-lockP.h: ... here.
15746         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
15747         * sysdeps/nptl/bits/stdio-lock.h: ... here.
15748         * nptl/sysdeps/pthread/configure: Moved ...
15749         * sysdeps/nptl/configure: ... here.
15750         * nptl/sysdeps/pthread/configure.ac: Moved ...
15751         * sysdeps/nptl/configure.ac: ... here.
15752         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
15753         * sysdeps/nptl/gai_misc.h: ... here.
15754         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
15755         * sysdeps/nptl/librt-cancellation.c: ... here.
15756         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
15757         * sysdeps/nptl/malloc-machine.h: ... here.
15758         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
15759         * sysdeps/nptl/pthread-functions.h: ... here.
15760         * nptl/sysdeps/pthread/pthread.h: Moved ...
15761         * sysdeps/nptl/pthread.h: ... here.
15762         * nptl/sysdeps/pthread/setxid.h: Moved ...
15763         * sysdeps/nptl/setxid.h: ... here.
15764         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
15765         * sysdeps/nptl/sigfillset.c: ... here.
15766         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
15767         * sysdeps/nptl/tcb-offsets.h: ... here.
15768         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
15769         * sysdeps/nptl/tst-mqueue8x.c: ... here.
15770         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
15771         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
15772         * nptl/sysdeps/pthread/allocalim.h: Moved ...
15773         * sysdeps/pthread/allocalim.h: ... here.
15774         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
15775         * sysdeps/pthread/bits/sigthread.h: ... here.
15776         * nptl/sysdeps/pthread/flockfile.c: Moved ...
15777         * sysdeps/pthread/flockfile.c: ... here.
15778         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
15779         * sysdeps/pthread/ftrylockfile.c: ... here.
15780         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
15781         * sysdeps/pthread/funlockfile.c: ... here.
15782         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
15783         * sysdeps/pthread/posix-timer.h: ... here.
15784         * nptl/sysdeps/pthread/timer_create.c: Moved ...
15785         * sysdeps/pthread/timer_create.c: ... here.
15786         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
15787         * sysdeps/pthread/timer_delete.c: ... here.
15788         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
15789         * sysdeps/pthread/timer_getoverr.c: ... here.
15790         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
15791         * sysdeps/pthread/timer_gettime.c: ... here.
15792         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
15793         * sysdeps/pthread/timer_routines.c: ... here.
15794         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
15795         * sysdeps/pthread/timer_settime.c: ... here.
15796         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
15797         * sysdeps/pthread/tst-timer.c: ... here.
15798         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
15799         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
15801         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
15802         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
15804         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
15805         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
15806         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
15807         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
15808         Update #include target.
15809         * nptl/sysdeps/i386/i686/Makefile: Moved ...
15810         * sysdeps/i386/i686/nptl/Makefile: ... here.
15811         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
15812         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
15813         Update #include target.
15814         * nptl/sysdeps/i386/i686/tls.h: Moved ...
15815         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
15816         * nptl/sysdeps/i386/Makefile: Moved ...
15817         * sysdeps/i386/nptl/Makefile: ... here.
15818         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
15819         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
15820         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
15821         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
15822         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
15823         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
15824         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
15825         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
15826         * sysdeps/i386/nptl/pthreaddef.h: ... here.
15827         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
15828         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
15829         * nptl/sysdeps/i386/tls.h: Moved ...
15830         * sysdeps/i386/nptl/tls.h: ... here.
15832         * sysdeps/sh/Makefile [$(subdir) = csu]
15833         (gen-as-const-headers): Add tcb-offsets.sym.
15834         * nptl/sysdeps/sh/Makefile: File removed.
15835         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
15836         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
15837         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
15838         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
15839         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
15840         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
15841         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
15842         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
15843         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
15844         * sysdeps/sh/nptl/pthreaddef.h: ... here.
15845         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
15846         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
15847         * nptl/sysdeps/sh/tls.h: Moved ...
15848         * sysdeps/sh/nptl/tls.h: ... here.
15849         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
15850         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
15851         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
15852         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
15853         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
15854         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
15855         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
15856         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
15857         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
15858         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
15859         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
15860         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
15861         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
15862         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
15863         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
15864         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
15865         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
15866         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
15867         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
15868         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
15869         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
15870         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
15871         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
15872         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
15873         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
15874         Moved ...
15875         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
15876         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
15877         Moved ...
15878         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
15879         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
15880         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
15881         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
15882         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
15883         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
15884         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
15885         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
15886         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
15887         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
15888         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
15889         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
15890         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
15891         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
15892         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
15893         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
15894         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
15895         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
15896         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
15898 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
15900         * posix/spawn_faction_addopen.c: Include string.h.
15902 2014-06-11  Roland McGrath  <roland@hack.frob.com>
15904         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
15905         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
15906         * nptl/sysdeps/x86_64/Makefile: Moved ...
15907         * sysdeps/x86_64/nptl/Makefile: ... here.
15908         * nptl/sysdeps/x86_64/configure: Moved ...
15909         * sysdeps/x86_64/nptl/configure: ... here.
15910         * nptl/sysdeps/x86_64/configure.ac: Moved ...
15911         * sysdeps/x86_64/nptl/configure.ac: ... here.
15912         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
15913         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
15914         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
15915         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
15916         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
15917         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
15918         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
15919         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
15920         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
15921         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
15922         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
15923         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
15924         * nptl/sysdeps/x86_64/tls.h: Moved ...
15925         * sysdeps/x86_64/nptl/tls.h: ... here.
15926         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
15927         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
15928         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
15929         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
15931         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
15933 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15935         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15937 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
15939         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
15940         type.
15941         [POSIX] (off_t): Likewise.
15942         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
15943         [POSIX] (S_ISBLK): Require macro.
15944         [POSIX] (S_ISCHR): Likewise.
15945         [POSIX] (S_ISDIR): Likewise.
15946         [POSIX] (S_ISFIFO): Likewise.
15947         [POSIX] (S_ISREG): Likewise.
15948         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
15949         optional-macro.
15950         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
15951         type.
15952         [POSIX] (time_t): Likewise.
15953         [POSIX] (timer_t): Likewise.
15955 2014-06-11  Florian Weimer  <fweimer@redhat.com>
15957         [BZ #17048]
15958         * posix/spawn_int.h (struct __spawn_action): Make the path string
15959         non-const to support deallocation.
15960         * posix/spawn_faction_addopen.c
15961         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
15962         * posix/spawn_faction_destroy.c
15963         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
15964         path in all spawn_do_open actions.
15965         * posix/tst-spawn.c (do_test): Exercise the copy operation in
15966         posix_spawn_file_actions_addopen.
15968 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
15970         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
15971         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
15972         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
15973         conditional code always true.
15974         (__libc_vfork): New alias.
15976 2014-06-11  Roland McGrath  <roland@hack.frob.com>
15978         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
15979         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
15981         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
15983         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
15984         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
15986         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
15987         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
15989         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
15990         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
15992 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15994         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
15995         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
15996         multiarch strcmp for PPC64.
15997         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
15998         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
15999         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
16000         multiarch optimizations.
16001         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16002         (__libc_ifunc_impl_list): Likewise.
16004 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16006         * benchtests/scripts/validate_benchout.py: New script.
16007         * benchtests/Makefile (bench-func): Call it.
16008         * benchtests/scripts/benchout.schema.json: New file.
16010 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
16012         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
16013         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
16014         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
16015         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
16016         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
16017         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
16018         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
16019         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
16020         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
16021         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
16022         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
16023         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
16024         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
16025         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
16026         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
16027         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
16028         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
16029         Moved ...
16030         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
16031         ... here.
16032         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
16033         Moved ...
16034         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
16035         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
16036         Moved ...
16037         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
16038         ... here.
16039         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
16040         Moved ...
16041         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
16042         ... here.
16043         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
16044         Moved ...
16045         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
16046         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
16047         Moved ...
16048         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
16049         ... here.
16050         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
16051         Moved ...
16052         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
16053         ... here.
16054         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
16055         Moved ...
16056         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
16057         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
16058         Moved ...
16059         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
16060         ... here.
16061         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
16062         Moved ...
16063         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
16064         ... here.
16065         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
16066         Moved ...
16067         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
16068         ... here.
16069         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
16070         Moved ...
16071         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
16072         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
16073         Moved ...
16074         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
16075         ... here.
16076         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
16077         Moved ...
16078         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
16079         ... here.
16080         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
16081         Moved ...
16082         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
16083         ... here.
16084         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
16085         Moved ...
16086         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
16087         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
16088         Moved ...
16089         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
16090         ... here.
16091         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
16092         Moved ...
16093         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
16094         ... here.
16095         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
16096         Moved ...
16097         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
16098         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
16099         Moved ...
16100         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
16101         ... here.
16102         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
16103         Moved ...
16104         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
16105         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
16106         Moved ...
16107         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
16108         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
16109         Moved ...
16110         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
16111         ... here.
16112         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
16113         Moved ...
16114         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
16115         ... here.
16116         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
16117         Moved ...
16118         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
16119         ... here.
16120         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
16121         Moved ...
16122         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
16123         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
16124         Moved ...
16125         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
16126         ... here.
16127         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
16128         Moved ...
16129         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
16130         ... here.
16131         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
16132         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
16133         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
16134         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
16135         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
16136         Moved ...
16137         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
16138         ... here.
16139         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
16140         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
16141         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
16142         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
16143         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
16144         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
16145         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
16146         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
16147         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
16148         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
16149         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
16150         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
16151         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
16152         Moved ...
16153         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
16154         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
16155         Moved ...
16156         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
16157         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
16158         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
16159         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
16160         Moved ...
16161         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
16162         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
16163         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
16164         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
16165         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
16166         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
16167         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
16169 2014-06-10  Wilco  <wdijkstr@arm.com>
16171         * math/test-fenv-return.c: New file.
16172         * math/Makefile: Add new test test-fenv-return.
16174 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
16176         [BZ #17042]
16177         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
16178         when x - 1 is zero.
16179         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
16180         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
16181         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
16182         0.0L for an argument of 1.0L.
16183         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
16184         Likewise.
16185         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
16186         value when x - 1 is zero.
16187         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
16188         * sysdeps/i386/fpu/libm-test-ulps: Update.
16189         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16191 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
16193         [BZ #15119]
16194         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
16196 2014-06-09  Roland McGrath  <roland@hack.frob.com>
16198         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
16199         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
16201 2014-06-09  Roland McGrath  <roland@hack.frob.com>
16203         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
16204         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
16206         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
16207         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
16209         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
16210         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
16212         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
16213         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
16215         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
16216         if not already defined.
16217         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
16218         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
16219         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
16220         (TLS_INIT_TP): Use it.
16221         (TLS_DEFINE_INIT_TP): New macro.
16222         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
16224 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
16226         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
16227         constant.
16228         [POSIX] (IXANY): Likewise.
16229         [POSIX] (OLCUC): Likewise.
16230         [POSIX || POSIX2008] (CBAUD): Do not allow.
16231         [POSIX || POSIX2008] (DEFECHO): Likewise.
16232         [POSIX || POSIX2008] (ECHOCTL): Likewise.
16233         [POSIX || POSIX2008] (ECHOKE): Likewise.
16234         [POSIX || POSIX2008] (ECHOPRT): Likewise.
16235         [POSIX || POSIX2008] (EXTA): Likewise.
16236         [POSIX || POSIX2008] (EXTB): Likewise.
16237         [POSIX || POSIX2008] (FLUSHO): Likewise.
16238         [POSIX || POSIX2008] (LOBLK): Likewise.
16239         [POSIX || POSIX2008] (PENDIN): Likewise.
16240         [POSIX || POSIX2008] (SWTCH): Likewise.
16241         [POSIX || POSIX2008] (VDISCARD): Likewise.
16242         [POSIX || POSIX2008] (VDSUSP): Likewise.
16243         [POSIX || POSIX2008] (VLNEXT): Likewise.
16244         [POSIX || POSIX2008] (VREPRINT): Likewise.
16245         [POSIX || POSIX2008] (VSTATUS): Likewise.
16246         [POSIX || POSIX2008] (VWERASE): Likewise.
16247         (B*): Change to B[0123456789]*.
16248         * conform/data/time.h-data [POSIX || UNIX98]
16249         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
16250         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
16251         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
16252         [POSIX] (tm_*): Do not allow.
16254 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
16256         * Makefile (install): Don't set LANGUAGE.
16257         * Makefile.in (install): Likewise.
16258         * assert/Makefile (test-assert-ENV): Remove variable.
16259         (test-assert-perr-ENV): Likewise.
16260         * elf/Makefile (neededtest4-ENV): Likewise.
16261         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
16262         [$(cross-compiling) = no]: Don't set LANGUAGE.
16263         * io/ftwtest-sh (LANG): Remove variable.
16264         * libio/Makefile (tst-widetext-ENV): Likewise.
16265         * manual/install.texi (Running make install): Don't refer to
16266         environment settings for make install.
16267         * INSTALL: Regenerated.
16268         * nptl/tst-tls6.sh: Don't set LANG.
16269         * posix/globtest.sh (LANG): Remove variable.
16270         * string/Makefile (tester-ENV): Likewise.
16271         (inl-tester-ENV): Likewise.
16272         (noinl-tester-ENV): Likewise.
16273         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
16274         [$(cross-compiling) = no]: Don't set LANGUAGE.
16275         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
16276         without explicit environment settings.
16278 2014-06-06  Roland McGrath  <roland@hack.frob.com>
16280         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
16281         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
16282         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
16283         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
16285 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
16287         * crypt/crypt-private.h [DOS]: Add some includes taken from the
16288         other files in the crypt directory.
16289         * crypt/crypt.c: Remove duplicate includes.
16290         * crypt/crypt-entry.c: Likewise.
16291         * crypt/crypt_util.c: Likewise.
16293 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
16295         * Makeconfig (run-program-env): New variable.
16296         (run-program-prefix-before-env): Likewise.
16297         (run-program-prefix-after-env): Likewise.
16298         (run-program-prefix): Define in terms of new variables.
16299         (built-program-cmd-before-env): New variable.
16300         (built-program-cmd-after-env): Likewise.
16301         (built-program-cmd): Define in terms of new variables.
16302         (test-program-prefix-before-env): New variable.
16303         (test-program-prefix-after-env): Likewise.
16304         (test-program-prefix): Define in terms of new variables.
16305         (test-program-cmd-before-env): New variable.
16306         (test-program-cmd-after-env): Likewise.
16307         (test-program-cmd): Define in terms of new variables.
16308         * Rules (make-test-out): Use $(run-program-env).
16309         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
16310         (help): Do not mention environment variables.  Mention
16311         --timeoutfactor option.
16312         (timeoutfactor): New variable.
16313         (blacklist_exports): Remove function.
16314         (exports): Remove variable.
16315         (command): Do not include ${exports}.
16316         * manual/install.texi (Configuring and compiling): Do not mention
16317         test wrappers preserving environment variables.  Mention that last
16318         assignment to a variable must take precedence.
16319         * INSTALL: Regenerated.
16320         * benchtests/Makefile (run-bench): Use $(run-program-env).
16321         * catgets/Makefile ($(objpfx)test1.cat): Use
16322         $(built-program-cmd-before-env), $(run-program-env) and
16323         $(built-program-cmd-after-env).
16324         ($(objpfx)test2.cat): Do not specify environment variables
16325         explicitly.
16326         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
16327         $(run-program-env) and $(built-program-cmd-after-env).
16328         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
16329         $(run-program-env) and $(test-program-cmd-after-env).
16330         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
16331         explicitly.
16332         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
16333         run_program_env and test_program_cmd_after_env arguments.
16334         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
16335         * elf/tst-pathopt.sh: Use run_program_env argument.
16336         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
16337         $(test-wrapper-env) and $(run-program-env).
16338         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
16339         run_program_env arguments.
16340         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
16341         * intl/Makefile ($(objpfx)tst-gettext.out): Use
16342         $(test-program-prefix-before-env), $(run-program-env) and
16343         $(test-program-prefix-after-env).
16344         ($(objpfx)tst-gettext2.out): Likewise.
16345         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
16346         run_program_env and test_program_prefix_after_env arguments.
16347         * intl/tst-gettext2.sh: Likewise.
16348         * intl/tst-gettext4.sh: Do not set environment variables
16349         explicitly.
16350         * intl/tst-gettext6.sh: Likewise.
16351         * intl/tst-translit.sh: Likewise.
16352         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
16353         $(test-program-prefix-before-env), $(run-program-env) and
16354         $(test-program-prefix-after-env).
16355         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
16356         run_program_env and test_program_prefix_after_env arguments.
16357         * math/Makefile (run-regen-ulps): Use $(run-program-env).
16358         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
16359         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
16360         explicitly with each use of ${test_wrapper_env}.
16361         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
16362         $(test-program-prefix-before-env), $(run-program-env) and
16363         $(test-program-prefix-after-env).
16364         * posix/tst-getconf.sh: Do not set environment variables
16365         explicitly.
16366         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
16367         run_program_env and test_program_prefix_after_env arguments.
16368         * stdio-common/tst-printf.sh: Do not set environment variables
16369         explicitly.
16370         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
16371         $(test-program-prefix-before-env), $(run-program-env) and
16372         $(test-program-prefix-after-env).
16373         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
16374         run_program_env and test_program_prefix_after_env arguments.
16375         Split $test calls into $test_pre and $test.
16376         * timezone/Makefile (build-testdata): Use
16377         $(built-program-cmd-before-env), $(run-program-env) and
16378         $(built-program-cmd-after-env).
16380 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16382         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
16383         strlen for non SHARED builds.
16385 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
16387         * nptl/allocatestack.c (check_list): Inlined function...
16388         (__reclaim_stacks): ... here.
16390 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
16392         [BZ #15698]
16393         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
16394         memory overrun.
16396 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
16398         * Rules (make-test-out): Include
16399         LOCPATH=$(common-objpfx)localedata in default environment.
16400         * debug/Makefile (tst-chk1-ENV): Remove variable.
16401         (tst-chk2-ENV): Likewise.
16402         (tst-chk3-ENV): Likewise.
16403         (tst-chk4-ENV): Likewise.
16404         (tst-chk5-ENV): Likewise.
16405         (tst-chk6-ENV): Likewise.
16406         (tst-lfschk1-ENV): Likewise.
16407         (tst-lfschk2-ENV): Likewise.
16408         (tst-lfschk3-ENV): Likewise.
16409         (tst-lfschk4-ENV): Likewise.
16410         (tst-lfschk5-ENV): Likewise.
16411         (tst-lfschk6-ENV): Likewise.
16412         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
16413         (tst-iconv7-ENV): Likewise.
16414         * intl/Makefile (LOCPATH-ENV): Likewise.
16415         (tst-codeset-ENV): Likewise.
16416         (tst-gettext3-ENV): Likewise.
16417         (tst-gettext5-ENV): Likewise.
16418         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
16419         (tst-fopenloc-ENV): Likewise.
16420         (tst-fgetws-ENV): Remove variable.
16421         (tst-ungetwc1-ENV): Likewise.
16422         (tst-ungetwc2-ENV): Likewise.
16423         (bug-ungetwc2-ENV): Likewise.
16424         (tst-swscanf-ENV): Likewise.
16425         (bug-ftell-ENV): Likewise.
16426         (tst-fgetwc-ENV): Likewise.
16427         (tst-fseek-ENV): Likewise.
16428         (tst-ftell-partial-wide-ENV): Likewise.
16429         (tst-ftell-active-handler-ENV): Likewise.
16430         (tst-ftell-append-ENV): Likewise.
16431         * posix/Makefile (tst-fnmatch-ENV): Likewise.
16432         (tst-regexloc-ENV): Likewise.
16433         (bug-regex1-ENV): Likewise.
16434         (tst-regex-ENV): Likewise.
16435         (tst-regex2-ENV): Likewise.
16436         (bug-regex5-ENV): Likewise.
16437         (bug-regex6-ENV): Likewise.
16438         (bug-regex17-ENV): Likewise.
16439         (bug-regex18-ENV): Likewise.
16440         (bug-regex19-ENV): Likewise.
16441         (bug-regex20-ENV): Likewise.
16442         (bug-regex22-ENV): Likewise.
16443         (bug-regex23-ENV): Likewise.
16444         (bug-regex25-ENV): Likewise.
16445         (bug-regex26-ENV): Likewise.
16446         (bug-regex30-ENV): Likewise.
16447         (bug-regex32-ENV): Likewise.
16448         (bug-regex33-ENV): Likewise.
16449         (bug-regex34-ENV): Likewise.
16450         (bug-regex35-ENV): Likewise.
16451         (tst-rxspencer-ENV): Likewise.
16452         (tst-rxspencer-no-utf8-ENV): Likewise.
16453         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
16454         (tst-sscanf-ENV): Likewise.
16455         (tst-swprintf-ENV): Likewise.
16456         (tst-swscanf-ENV): Likewise.
16457         (test-vfprintf-ENV): Likewise.
16458         (scanf13-ENV): Likewise.
16459         (bug14-ENV): Likewise.
16460         (tst-grouping-ENV): Likewise.
16461         * stdlib/Makefile (tst-strtod-ENV): Likewise.
16462         (tst-strtod3-ENV): Likewise.
16463         (tst-strtod4-ENV): Likewise.
16464         (tst-strtod5-ENV): Likewise.
16465         (testmb2-ENV): Likewise./
16466         * string/Makefile (tst-strxfrm-ENV): Likewise.
16467         (tst-strxfrm2-ENV): Likewise.
16468         (bug-strcoll1-ENV): Likewise.
16469         (test-strcasecmp-ENV): Likewise.
16470         (test-strncasecmp-ENV): Likewise.
16471         * time/Makefile (tst-strptime-ENV): Likewise.
16472         (tst-ftime_l-ENV): Likewise.
16473         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
16474         (tst-mbrtowc-ENV): Likewise.
16475         (tst-wcrtomb-ENV): Likewise.
16476         (tst-mbrtowc2-ENV): Likewise.
16477         (tst-c16c32-1-ENV): Likewise.
16478         (tst-mbsnrtowcs-ENV): Likewise.
16480 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
16482         * manual/resource.texi (How to get information about the memory
16483         subsystem?): Fix typo.
16484         Reported by Peon de la Parra Ivan <peon@keba.com>
16486 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
16488         [BZ #16882]
16489         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
16490         (pthread_spin_lock): Branch out of spin loop to proper location.
16491         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
16492         (pthread_spin_lock): Likewise.
16494         * nptl/tst-spin4.c: New test.
16495         * nptl/Makefile (tests): Add tst-spin4.
16497 2014-06-03  Andreas Schwab  <schwab@suse.de>
16499         [BZ #15946]
16500         * resolv/res_send.c (send_dg): Reload file descriptor after
16501         calling reopen.
16503 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
16505         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16507 2014-06-03  Richard Henderson  <rth@redhat.com>
16509         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
16510         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
16511         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
16512         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
16513         in the SAVE_PID block.
16514         (__libc_vfork): New alias.
16515         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
16517         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
16518         child in registers, not on the stack.  Remove RESET_PID conditionals.
16519         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
16521 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16523         * sysdeps/aarch64/libm-test-ulps: Regenerate.
16525 2014-06-03  Wilco  <wdijkstr@arm.com>
16527         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
16528         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
16529         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
16530         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
16531         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
16532         Likewise.
16534 2014-06-03  Wilco  <wdijkstr@arm.com>
16536         * sysdeps/aarch64/fpu/math_private.h
16537         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
16538         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
16539         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
16540         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
16541         Fix declarations.
16543 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
16545         * crypt/crypt-private.h: Include ufc-crypt.h.
16546         (__b64_from_24bit): Declare extern.
16547         * crypt/crypt_util.c(__b64_from_24bit): New function.
16548         (b64t): New static const variable.
16549         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
16550         (b64t): Remove variable.
16551         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
16552         * crypt/sha256-crypt.c: Include crypt-private.h.
16553         (b64t): Remove variable.
16554         (__sha256_crypt_r): Remove b64_from_24bit and replace
16555         with __b64_from_24bit.
16556         * crypt/sha512-crypt.c: Likewise.
16558 2014-06-02  Roland McGrath  <roland@hack.frob.com>
16560         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
16561         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
16562         Label the code __libc_vfork rather than __vfork.
16563         [!NOT_IN_libc] (vfork): Define as weak alias.
16564         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
16565         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
16566         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
16568 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16570         * malloc/malloc.c (malloc_info): Fix format specifier for
16571         n_mmaps.
16573 2014-06-02  Wilco  <wdijkstr@arm.com>
16575         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
16576         FPCR write.
16578 2014-06-02  Wilco  <wdijkstr@arm.com>
16580         [BZ #17009]
16581         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
16582         Rewrite to reduce FPCR/FPSR accesses.
16584 2014-06-01  David S. Miller  <davem@davemloft.net>
16586         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16588 2014-05-31  David S. Miller  <davem@davemloft.net>
16590         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
16591         to occur in round to nearest mode when |x| >= 2.0
16593 2014-05-30  Richard Henderson  <rth@twiddle.net>
16595         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
16596         (PSEUDO_RET_NOERRNO): Remove.
16597         (ret): Don't redefine.
16598         (ret_NOERRNO): Define in terms of ret.
16599         (ret_ERRVAL): Likewise.
16601         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
16602         use of PSEUDO_RET; perform the error check directly.
16604 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
16606         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
16607         with __int128_t.
16609 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16611         * malloc/malloc (malloc_info): Fix formatting.
16613 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16614             Roland McGrath  <roland@hack.frob.com>
16616         * malloc/malloc (malloc_info): Also print mmapped statistics.
16618 2014-05-30  Roland McGrath  <roland@hack.frob.com>
16620         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
16621         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
16623 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
16625         * malloc/malloc.c (malloc_info): Inline mi_arena.
16627 2014-05-29  Richard Henderson  <rth@twiddle.net>
16629         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
16630         Remove comma before expanding ASM_ARGS_##nr.
16631         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
16632         Make _x0 a strict output; make _x8 a strict input; adjust expansion
16633         of ASM_ARGS_##nr.
16634         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
16635         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
16636         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
16637         (ASM_ARGS_1): Add leading comma.
16639         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
16640         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
16641         to __errno_location.
16642         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
16643         Remove the expected plt for __errno_location.
16645         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
16646         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
16647         call to __read_tp.
16649         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
16650         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
16651         it and break it down.
16652         (DOCARGS_0, DOCARGS_1): Do nothing.
16653         (DOCARGS_2): Update to store into the new stack frame.
16654         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
16655         (UNDOCARGS_1): Update to restore from the new stack frame.
16656         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
16657         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
16659         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
16660         (SINGLE_THREAD_P): New parameter for result regno.
16661         (PSEUDO): Update to match; use cbz instead of beq.
16663         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
16664         Use ENTRY to define the _nocancel entry point.  Share the syscall
16665         and syscall error check paths with the cancel path.
16666         (PSEUDO_END): New.
16668         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
16669         whitespace; tabs before and after asm mnemonics.
16671 2014-05-29  Eric Wong  <normalperson@yhbt.net>
16673         [BZ #15132]
16674         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
16675         Call fstat64 or stat64 internally, depending on arguments passed.
16676         Replace stat buffer argument with file descriptor argument.
16677         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
16678         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
16679         Pass fd to __internal_statvfs instead of calling fstat64.
16680         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
16681         Pass fd to __internal_statvfs64 instead of calling fstat64.
16682         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
16683         Pass -1 to __internal_statvfs instead of calling stat64.
16684         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
16685         Pass -1 to __internal_statvfs64 instead of calling stat64.
16687 2014-05-28  Roland McGrath  <roland@hack.frob.com>
16689         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
16690         that was previously under [RESET_PID].
16691         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
16693         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
16694         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
16696 2014-05-27  Roland McGrath  <roland@hack.frob.com>
16698         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
16700         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
16701         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
16703 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
16705         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
16707 2014-05-27  Andreas Schwab  <schwab@suse.de>
16709         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
16710         TLS_INIT_TP macro.
16711         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
16712         * elf/rtld.c (init_tls, dl_main): Likewise.
16713         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
16714         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
16715         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
16716         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
16717         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
16718         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
16719         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
16720         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
16721         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
16722         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
16723         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
16724         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
16725         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
16726         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
16727         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
16728         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
16729         * sysdeps/generic/tls.h: Update description.
16731 2014-05-27  Will Newton  <will.newton@linaro.org>
16733         [BZ #16990]
16734         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
16735         and restore r2 rather than just restoring.
16737 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16739         [BZ #16724]
16740         * libio/tst-ftell-append.c: New test case.
16741         * libio/Makefile (tests): Add test case.
16742         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
16743         append mode.
16744         * libio/wfileops.c (do_ftell_wide): Likewise.
16746 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16748         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16750         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
16751         ...
16752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
16753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
16754         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
16755         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
16756         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
16757         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
16758         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
16759         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
16760         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
16761         Moved ...
16762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
16763         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
16764         Moved ...
16765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
16766         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
16767         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
16768         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
16769         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
16770         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
16771         ...
16772         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
16773         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
16774         Moved ...
16775         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
16776         here.
16777         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
16778         ...
16779         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
16780         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
16781         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
16783         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
16784         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
16785         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
16786         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
16788         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
16789         merge into ...
16790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
16791         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
16792         ...
16793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
16794         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
16795         ...
16796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
16797         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
16798         Moved ...
16799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
16800         here.
16801         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
16802         Moved ...
16803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
16804         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
16805         Moved ...
16806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
16808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
16809         conditional [RESET_PID].
16810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
16811         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
16812         removed.
16813         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
16814         removed.
16816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
16817         <tcb-offsets.h>.
16818         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
16819         (__libc_vfork): New strong alias.
16820         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
16821         removed.
16822         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
16823         Removed.
16825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
16826         <tcb-offsets.h>.
16827         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
16828         (__libc_vfork): New strong alias.
16829         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
16830         removed.
16831         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
16832         removed.
16834 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
16836         * malloc/malloc.c (mi_arena): New function.
16837         (malloc_info): Remove nested function mi_arena. Call non-nosted
16838         function mi_arena.
16840 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16842         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
16843         by insrwi.
16844         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
16845         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
16846         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
16847         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
16848         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
16849         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
16850         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
16852 2014-05-26  Andreas Schwab  <schwab@suse.de>
16854         [BZ #16984]
16855         * locale/programs/repertoire.c (repertoire_read): Add slash
16856         between I18NPATH element and file name.
16857         * locale/programs/locfile.c (locfile_read): Likewise.
16859 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
16861         * nptl/pthread_mutexattr_settype.c
16862         (__pthread_mutexattr_settype):
16863         Disable lock elision for PTHREAD_MUTEX_NORMAL.
16865 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
16867         * nptl/tst-mutex5 (do_test):
16868         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
16870 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16872         * benchtests/README: Document 'init' directive.
16873         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
16874         BENCH_INIT.
16875         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
16876         (parse_file): Recognize 'init' directive.
16878 2014-05-26  Kyle McMartin  <kyle@redhat.com>
16880         [BZ #16796]
16881         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
16882         alignment of struct pthread.
16884 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16886         [BZ #16878]
16887         * nscd/netgroupcache.c (addgetnetgrentX): Look for
16888         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
16889         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
16890         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
16892 2014-05-25  Richard Henderson  <rth@twiddle.net>
16894         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
16895         (SINGLE_THREAD_P_PIC): Remove.
16896         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
16897         (SINGLE_THREAD_P_PIC): Remove.
16899         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
16900         branch to syscall error ...
16901         (PSEUDO): ... here.
16902         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
16903         from __local_syscall_error to .Lsyscall_error.
16904         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
16905         (SYSCALL_ERROR): Update label name.
16907         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
16908         Do not use DOARGS/UNDOARGS.
16909         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
16910         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
16911         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
16912         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
16913         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
16915         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
16916         block comment.
16918         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
16919         define if !NOT_IN_libc.
16920         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
16921         define with non-default symbol versions.
16923 2014-05-23  Richard Henderson  <rth@twiddle.net>
16925         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
16926         (vfork, __vfork): Define via compat_symbol.
16928         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
16929         [!HAVE_IFUNC] (vfork_compat): Remove.
16930         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
16932 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
16934         [BZ #16978]
16935         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
16936         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
16937         variable.
16939 2014-05-23  Richard Henderson  <rth@twiddle.net>
16941         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
16942         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
16943         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
16944         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
16946         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
16947         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
16948         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
16949         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
16950         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
16951         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
16952         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
16953         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
16954         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
16955         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
16956         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
16957         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
16958         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
16959         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
16960         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
16961         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
16962         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
16963         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
16964         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
16965         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
16966         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
16967         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
16968         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
16969         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
16970         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
16971         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
16972         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
16973         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
16974         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
16975         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
16976         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
16977         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
16978         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
16979         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
16980         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
16981         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
16982         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
16983         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
16984         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
16985         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
16986         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
16987         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
16988         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
16989         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
16990         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
16991         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
16992         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
16993         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
16994         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
16995         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
16996         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
16997         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
16998         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
16999         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
17000         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
17001         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
17003         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
17004         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
17005         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
17006         before exiting on error.
17007         (__libc_vfork): New strong alias.
17008         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
17009         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
17011         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
17012         that was previously under [RESET_PID].
17013         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
17015         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
17017 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
17019         [BZ #16977]
17020         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
17021         value when x - 1 is zero.
17022         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
17023         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
17024         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
17025         0.0L for an argument of 1.0L.
17026         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
17027         Likewise.
17028         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
17029         value when x - 1 is zero.
17030         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
17031         * sysdeps/i386/fpu/libm-test-ulps: Update.
17032         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17034 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
17036         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
17037         alphasort and versionsort.
17039 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17041         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
17042         macro.
17043         [copysignf]: Likewise.
17045 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
17047         * crypt/md5-crypt.c: Fix formatting.
17049 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
17051         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
17052         (b64_from_24bit): New function.
17054 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17056         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
17057         libc_hidden_builtin_def to ifunc.
17058         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
17059         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
17061 2014-05-21  Roland McGrath  <roland@hack.frob.com>
17063         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
17064         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
17066 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
17068         * nscd/Depend (linuxthreads): Remove.
17069         (nptl): Add.
17070         * resolv/Depend (linuxthreads): Remove.
17071         * rt/Depend (linuxthreads): Remove.
17073         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
17074         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
17075         $(common-objpfx)elf/.
17076         (link-libc-before-gnulib): Likewise.
17077         (elfobjdir): Remove variable.
17078         * Makefile (install): Use $(elf-objpfx) instead of
17079         $(common-objpfx)elf/.
17080         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
17081         $(elfobjdir)/.
17082         (link-libc-deps): Likewise.
17083         ($(common-objpfx)libc.so): Likewise.
17084         ($(common-objpfx)linkobj/libc.so): Likewise.
17085         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
17086         instead of $(common-objpfx)elf/.
17087         (symbolic-link-list): Likewise.
17088         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
17089         [$(cross-compiling) = no]: Likewise.
17090         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
17091         $(elfobjdir)/.
17092         (static-gnulib-arch): Likewise.
17093         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
17094         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
17095         $(common-objpfx)elf/.
17097 2014-05-21  Richard Henderson  <rth@redhat.com>
17099         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
17100         (SINGLE_THREAD_P): Use the correct width load.  Fold
17101         into the ldr offset.
17103         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
17104         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
17106 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
17108         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
17109         (libgcc_s_resume): Use __attribute_used__.
17110         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
17111         Likewise.
17113 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17115         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
17116         optimization when used with float constants.
17118         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17120 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
17122         [BZ #16915]
17123         * locale/nl_langinfo_l.c: Make direct reference to every
17124         _nl_current_CATEGORY symbol.
17125         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
17126         (tests-static): Add tst-langinfo-static.
17127         (tests-special): Add tst-langinfo-static.out.
17128         ($(objpfx)tst-langinfo.out): Redirect output.
17129         ($(objpfx)tst-langinfo-static.out): New.
17130         * localedata/tst-langinfo.sh: Send output to stdout.
17131         * localedata/tst-langinfo-static.c: New file.
17133         [BZ #16965]
17134         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
17135         when the shift amount is modulo the limb size.
17137 2014-05-20  Richard Henderson  <rth@redhat.com>
17139         [BZ #16967]
17140         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
17141         Change type of sa_flags from unsigned int to int.
17143         [BZ #16966]
17144         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
17146         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
17148 2014-05-20  Will Newton  <will.newton@linaro.org>
17150         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
17151         Test the return value of the system call in the nocancel case.
17153 2014-05-20  Will Newton  <will.newton@linaro.org>
17154             Yvan Roux  <yvan.roux@linaro.org>
17156         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
17157         #include of asm/ptrace.h.
17158         (PTRACE_GET_THREAD_AREA): Remove #undef.
17159         (PTRACE_GETHBPREGS): Likewise.
17160         (PTRACE_SETHBPREGS): Likewise.
17161         (struct user_regs_struct): New structure.
17162         (struct user_fpsimd_struct): New structure.
17163         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
17164         #include of asm/ptrace.h and second #include of sys/user.h.
17165         (PTRACE_GET_THREAD_AREA): Remove #undef.
17166         (PTRACE_GETHBPREGS): Likewise.
17167         (PTRACE_SETHBPREGS): Likewise.
17168         (ELF_NGREG): Use new struct user_regs_struct.
17169         (elf_fpregset_t): Use new struct user_fpsimd_struct.
17171 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17173         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
17174         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
17176 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
17178         [BZ #16958]
17179         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
17180         membar to avoid block loads/stores to overlap previous stores.
17182 2014-05-17  Richard Henderson  <rth@redhat.com>
17184         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
17185         Create the __##syscall_name##_nocancel entry point.
17186         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
17187         Remove; let the sysdep-cancel.h code create it.
17189 2014-05-17  David S. Miller  <davem@davemloft.net>
17191         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
17192         Protect with __USE_GNU.
17193         (TIOCSET_TEMPT): Likewise.
17194         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
17195         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
17196         these are already provided in bits/ioctl-types.h
17198 2014-05-16  Roland McGrath  <roland@hack.frob.com>
17200         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
17201         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
17203         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
17204         Use wait4 regardless of [__NR_waitpid].
17206 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
17208         PR libgcc/60166
17209         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17210         (_FP_NANSIGN_Q): Set the quiet bit.
17212 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
17214         * benchtests/Makefile
17215         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
17216         not $(common-objpfx)math/libm.so.
17217         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
17218         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
17219         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
17220         $(common-objpfx)dlfcn/libdl.so.
17221         ($(objpfx)tst-audit8): Depend on $(libm), not
17222         $(common-objpfx)math/libm.so.
17223         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
17224         not $(common-objpfx)dlfcn/libdl.so.
17225         * math/Makefile
17226         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17227         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
17228         [$(build-shared) = yes].
17229         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
17230         $(common-objpfx)nptl/libpthread.so.
17231         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
17232         $(common-objpfx)math/libm.so$(libm.so-version) or
17233         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
17234         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
17235         $(common-objpfx)dlfcn/libdl.so.
17236         * setjmp/Makefile (link-libm): Remove variable.
17237         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
17238         * stdio-common/Makefile (link-libm): Remove variable.
17239         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
17240         * stdlib/Makefile (link-libm): Remove variable.
17241         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
17242         ($(objpfx)tst-strtod-round): Likewise.
17243         ($(objpfx)tst-tininess): Likewise.
17244         ($(objpfx)tst-strtod-underflow): Likewise.
17245         ($(objpfx)tst-strtod6): Likewise.
17246         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
17247         $(libdl), not $(common-objpfx)nptl/libpthread.so and
17248         $(common-objpfx)dlfcn/libdl.so.
17250 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17252         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
17253         BSD terminal modes definitions.
17255 2014-05-16  Roland McGrath  <roland@hack.frob.com>
17257         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
17258         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
17260         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
17261         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
17262         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
17263         Don't do #include_next.
17264         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
17265         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
17266         Don't do #include_next.
17267         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
17268         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
17269         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
17270         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
17272 2014-05-16  Allan McRae  <allan@archlinux.org>
17274         * po/sv.po: Update Swedish translation from translation project.
17276         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
17277         in sed expression.
17279 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
17281         [BZ #16917]
17282         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
17283         errno if the TIOCGPTN ioctl fails with an error different than
17284         EINVAL.
17285         * login/tst-ptsname.c: New file.
17286         * login/Makefile (tests): Add tst-ptsname.
17288         [BZ #16943]
17289         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
17290         and prlimit64.
17292 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17294         [BZ #16849]
17295         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
17296         herrno to return EAI_AGAIN.
17298 2014-05-14  Roland McGrath  <roland@hack.frob.com>
17300         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
17301         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
17302         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
17303         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
17304         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
17305         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
17306         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
17307         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
17308         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
17309         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
17310         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
17311         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
17312         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
17313         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
17314         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
17315         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
17316         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
17317         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
17318         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
17319         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
17320         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
17321         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
17322         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
17323         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
17324         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
17325         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
17326         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
17327         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
17328         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
17329         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
17330         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
17331         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
17332         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
17333         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
17334         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
17335         Moved ...
17336         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
17337         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
17338         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
17339         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
17340         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
17341         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
17342         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
17343         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
17344         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
17345         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
17346         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
17347         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
17348         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
17349         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
17350         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
17351         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
17352         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
17353         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
17354         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
17355         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
17356         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
17357         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
17358         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
17359         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
17360         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
17361         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
17362         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
17363         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
17364         Moved ...
17365         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
17366         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
17367         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
17368         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
17369         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
17370         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
17371         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
17372         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
17373         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
17374         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
17375         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
17376         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
17377         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
17378         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
17379         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
17380         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
17381         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
17382         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
17383         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
17384         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
17385         Moved ...
17386         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
17387         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
17388         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
17390         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
17391         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
17392         (libpthread-sysdep_routines): Add elision-related stuff here instead.
17393         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
17394         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
17395         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
17396         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
17397         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
17398         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
17399         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
17400         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
17401         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
17402         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
17403         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
17404         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
17405         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
17406         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
17407         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
17408         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
17409         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
17410         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
17411         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
17412         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
17413         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
17414         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
17415         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
17416         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
17417         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
17418         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
17419         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
17420         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
17422         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
17423         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
17425         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
17426         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
17427         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
17428         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
17429         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
17430         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
17431         Moved ...
17432         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
17433         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
17434         Moved ...
17435         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
17436         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
17437         Moved ...
17438         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
17439         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
17440         Moved ...
17441         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
17442         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
17443         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
17444         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
17445         Moved ...
17446         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
17447         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
17448         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
17449         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
17450         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
17451         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
17452         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
17453         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
17454         Moved ...
17455         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
17456         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
17457         Moved ...
17458         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
17459         ... here.
17460         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
17461         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
17462         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
17463         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
17464         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
17465         Moved ...
17466         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
17467         ... here.
17468         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
17469         Moved ...
17470         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
17471         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
17472         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
17473         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
17474         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
17475         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
17476         Moved ...
17477         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
17478         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
17479         Moved ...
17480         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
17481         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
17482         Moved ...
17483         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
17484         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
17485         Moved ...
17486         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
17487         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
17488         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
17489         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
17490         Moved ...
17491         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
17492         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
17493         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
17494         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
17495         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
17496         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
17497         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
17498         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
17499         Moved ...
17500         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
17501         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
17502         Moved ...
17503         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
17504         ... here.
17505         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
17506         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
17507         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
17508         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
17509         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
17510         Moved ...
17511         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
17512         ... here.
17513         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
17514         Moved ...
17515         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
17516         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
17517         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
17518         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
17519         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
17520         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
17521         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
17522         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
17523         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
17524         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
17525         Moved ...
17526         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
17527         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
17528         Moved ...
17529         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
17530         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
17531         Moved ...
17532         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
17533         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
17534         Moved ...
17535         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
17536         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
17537         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
17538         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
17539         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
17540         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
17541         Moved ...
17542         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
17543         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
17544         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
17545         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
17546         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
17547         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
17548         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
17549         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
17550         Moved ...
17551         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
17552         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
17553         Moved ...
17554         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
17555         ... here.
17556         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
17557         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
17558         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
17559         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
17560         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
17561         Moved ...
17562         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
17563         ... here.
17564         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
17565         Moved ...
17566         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
17567         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
17568         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
17569         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
17570         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
17571         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
17572         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
17573         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
17574         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
17575         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
17576         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
17578         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
17579         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
17581         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
17582         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
17584         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
17585         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
17586         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
17587         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
17588         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
17589         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
17590         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
17591         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
17592         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
17593         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
17594         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
17595         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
17596         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
17597         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
17598         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
17599         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
17600         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
17601         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
17602         Moved ...
17603         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
17604         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
17605         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
17606         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
17607         Moved ...
17608         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
17609         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
17610         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
17611         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
17612         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
17613         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
17614         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
17615         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
17616         Moved ...
17617         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
17618         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
17619         Moved ...
17620         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
17621         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
17622         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
17623         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
17624         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
17625         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
17626         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
17627         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
17628         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
17629         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
17630         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
17631         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
17632         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
17633         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
17634         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
17635         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
17636         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
17638         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
17639         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
17640         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
17641         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
17642         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
17644         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
17645         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
17646         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
17647         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
17648         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
17649         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
17650         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
17651         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
17652         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
17653         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
17655         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
17656         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
17658         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
17659         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
17660         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
17661         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
17662         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
17663         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
17664         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
17665         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
17666         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
17667         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
17668         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
17669         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
17670         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
17671         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
17672         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
17673         Update #include.
17674         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
17675         Likewise.
17676         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
17677         Likewise.
17678         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
17679         Likewise.
17680         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
17681         Likewise.
17682         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
17683         Likewise.
17684         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
17685         Likewise.
17686         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
17687         Likewise.
17688         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
17689         Likewise.
17690         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
17691         Likewise.
17692         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
17693         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
17694         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
17695         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
17696         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
17697         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
17698         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
17699         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
17700         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
17701         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
17702         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
17703         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
17704         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
17705         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
17706         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
17708         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
17709         that was previously under [RESET_PID].
17710         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
17711         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
17712         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
17714         * sysdeps/i386/nptl/Implies: New file.
17715         * sysdeps/x86_64/nptl/Implies: New file.
17716         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
17717         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
17718         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
17719         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
17721         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
17722         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
17723         (__libc_vfork): New strong alias.
17724         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
17725         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
17727         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
17728         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
17729         (__libc_vfork): New strong alias.
17730         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
17731         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
17733         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
17734         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
17735         (__libc_vfork): New strong alias.
17736         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
17737         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
17738         * nptl/pt-vfork.c: New file.
17739         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
17740         (libpthread: GLIBC_2.20): New version set (empty).
17742 2014-05-14  Will Newton  <will.newton@linaro.org>
17744         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
17745         rather than #if.
17747 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
17749         [BZ #16564]
17750         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
17751         arguments with exponent 65 or above.
17752         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
17753         arguments 0x1p113L or above.
17754         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
17755         to arguments 0x1p107L or above.
17756         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
17757         positive arguments with exponent 65 or above.
17758         * math/auto-libm-test-in: Add more tests of log1p.
17759         * math/auto-libm-test-out: Regenerated.
17761         [BZ #16928]
17762         * math/s_cacos.c (__cacos): Ensure zero real part of result from
17763         non-finite arguments is +0.
17764         * math/s_cacosf.c (__cacosf): Likewise.
17765         * math/s_cacosl.c (__cacosl): Likewise.
17766         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
17767         * sysdeps/i386/fpu/libm-test-ulps: Update.
17768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17770         [BZ #16927]
17771         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
17772         value.
17773         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
17774         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
17775         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
17776         for explicit high bit of mantissa when testing for argument equal
17777         to 1.
17778         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
17779         * sysdeps/i386/fpu/libm-test-ulps: Update.
17780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17782         [BZ #16516]
17783         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
17784         (__erf): Scale by 16 instead of 8 in potentially underflowing
17785         case.  Ensure exception if result actually underflows.
17786         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
17787         (__erff): Scale by 16 instead of 8 in potentially underflowing
17788         case.  Ensure exception if result actually underflows.
17789         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
17790         (efx8): Remove variable.
17791         (__erfl): Scale by 16 instead of 8 in potentially underflowing
17792         case.  Ensure exception if result actually underflows.
17793         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
17794         (efx8): Remove variable.
17795         (__erfl): Scale by 16 instead of 8 in potentially underflowing
17796         case.  Ensure exception if result actually underflows.
17797         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
17798         (efx8): Remove variable.
17799         (__erfl): Scale by 16 instead of 8 in potentially underflowing
17800         case.  Ensure exception if result actually underflows.
17801         * math/auto-libm-test-in: Add more tests of erf.
17802         * math/auto-libm-test-out: Regenerated.
17804 2014-05-14  Andreas Schwab  <schwab@suse.de>
17806         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
17807         Remove code conditionalized on USE___THREAD.
17809         * config.h.in (HAVE_PT_CHOWN): Define as 0.
17810         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
17811         not definedness.
17813 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
17815         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
17816         Define unconditionally.
17817         (__ASSUME_O_CLOEXEC): Likewise.
17818         (__ASSUME_SOCK_CLOEXEC): Likewise.
17819         (__ASSUME_IN_NONBLOCK): Likewise.
17820         (__ASSUME_PIPE2): Likewise.
17821         (__ASSUME_EVENTFD2): Likewise.
17822         (__ASSUME_SIGNALFD4): Likewise.
17823         (__ASSUME_DUP3): Likewise.
17824         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17825         (__ASSUME_DUP3): Do not define.
17826         (__ASSUME_EVENTFD2): Likewise.
17827         (__ASSUME_IN_NONBLOCK): Likewise.
17828         (__ASSUME_O_CLOEXEC): Likewise.
17829         (__ASSUME_PIPE2): Likewise.
17830         (__ASSUME_SIGNALFD4): Likewise.
17831         (__ASSUME_SOCK_CLOEXEC): Likewise.
17832         (__ASSUME_UTIMES): Undefine.
17833         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17834         (__ASSUME_UTIMES): Do not define.
17835         (__ASSUME_O_CLOEXEC): Likewise.
17836         (__ASSUME_SOCK_CLOEXEC): Likewise.
17837         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
17838         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
17839         0x020621].
17840         (__ASSUME_PIPE2): Likewise.
17841         (__ASSUME_EVENTFD2): Likewise.
17842         (__ASSUME_SIGNALFD4): Likewise.
17843         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
17844         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
17845         Do not define.
17846         (__ASSUME_EVENTFD2): Likewise.
17847         (__ASSUME_SIGNALFD4): Likewise.
17848         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
17849         (__ASSUME_32BITUIDS): Likewise.
17850         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
17851         (__ASSUME_IPC64): Likewise.
17852         (__ASSUME_ST_INO_64_BIT): Likewise.
17853         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
17854         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
17855         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17856         (__ASSUME_UTIMES): Do not define.
17857         (__ASSUME_PSELECT): Likewise.
17858         (__ASSUME_PPOLL): Likewise.
17859         (__ASSUME_O_CLOEXEC): Likewise.
17860         (__ASSUME_SOCK_CLOEXEC): Likewise.
17861         (__ASSUME_IN_NONBLOCK): Likewise.
17862         (__ASSUME_PIPE2): Likewise.
17863         (__ASSUME_EVENTFD2): Likewise.
17864         (__ASSUME_SIGNALFD4): Likewise.
17865         (__ASSUME_DUP3): Likewise.
17866         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17867         (__ASSUME_UTIMES): Likewise.
17868         (__ASSUME_O_CLOEXEC): Likewise.
17869         (__ASSUME_SOCK_CLOEXEC): Likewise.
17870         (__ASSUME_IN_NONBLOCK): Likewise.
17871         (__ASSUME_PIPE2): Likewise.
17872         (__ASSUME_EVENTFD2): Likewise.
17873         (__ASSUME_SIGNALFD4): Likewise.
17874         (__ASSUME_DUP3): Likewise.
17875         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17876         (__ASSUME_UTIMES): Likewise.
17877         (__ASSUME_O_CLOEXEC): Likewise.
17878         (__ASSUME_SOCK_CLOEXEC): Likewise.
17879         (__ASSUME_IN_NONBLOCK): Likewise.
17880         (__ASSUME_PIPE2): Likewise.
17881         (__ASSUME_EVENTFD2): Likewise.
17882         (__ASSUME_SIGNALFD4): Likewise.
17883         (__ASSUME_DUP3): Likewise.
17884         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
17885         Likewise.
17886         (__ASSUME_UTIMES): Likewise.
17887         (__ASSUME_EVENTFD2): Likewise.
17888         (__ASSUME_SIGNALFD4): Likewise.
17889         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17890         (__ASSUME_O_CLOEXEC): Likewise.
17891         (__ASSUME_SOCK_CLOEXEC): Likewise.
17892         (__ASSUME_IN_NONBLOCK): Likewise.
17893         (__ASSUME_PIPE2): Likewise.
17894         (__ASSUME_EVENTFD2): Likewise.
17895         (__ASSUME_SIGNALFD4): Likewise.
17896         (__ASSUME_DUP3): Likewise.
17897         (__ASSUME_UTIMES): Undefine.
17899         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
17900         feclearexcept.  Remove symbol versioning code.
17901         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
17902         symbol versioning code.
17903         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
17904         symbol versioning code.
17905         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
17906         feupdateenv.  Remove symbol versioning code.
17907         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
17908         fegetexceptflag.  Remove symbol versioning code.
17909         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
17910         fesetexceptflag.  Remove symbol versioning code.
17911         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
17912         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
17913         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
17914         (__posix_fadvise64_l32): Remove prototype.
17915         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
17916         code.
17918 2014-05-13  Roland McGrath  <roland@hack.frob.com>
17920         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
17921         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
17922         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
17923         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
17925 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
17927         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
17928         current working directory
17930 2014-05-13  Roland McGrath  <roland@hack.frob.com>
17932         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
17933         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
17934         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
17935         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
17936         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
17937         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
17938         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
17939         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
17940         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
17941         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
17942         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
17943         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
17944         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
17945         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
17946         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
17947         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
17948         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
17949         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
17950         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
17951         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
17952         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
17953         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
17954         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
17955         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
17956         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
17957         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
17958         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
17959         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
17960         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
17961         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
17962         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
17963         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
17964         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
17965         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
17966         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
17967         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
17968         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
17969         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
17970         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
17971         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
17972         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
17973         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
17975         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
17976         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
17978         * sysdeps/unix/sysv/linux/arm/Makefile
17979         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
17980         Add rt-aeabi_unwind_cpp_pr1.
17981         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
17982         Add nptl-aeabi_unwind_cpp_pr1.
17983         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
17984         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
17985         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
17986         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
17987         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
17988         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
17990         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
17991         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
17992         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
17993         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
17995         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
17996         Deconditionalize the code that was previously under [RESET_PID].
17997         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
17999         * sysdeps/generic/exit-thread.h: New file.
18000         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
18001         * include/unistd.h (__exit_thread): Remove declaration.
18002         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
18003         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
18004         * csu/libc-start.c: Include <exit-thread.h>.
18005         (LIBC_START_MAIN): Pass no argument to __exit_thread.
18006         * nptl/pthread_create.c: Include <exit-thread.h>.
18007         (start_thread): Call __exit_thread in place of __exit_thread_inline.
18008         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
18009         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
18010         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
18011         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
18012         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
18013         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
18014         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
18015         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
18016         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
18017         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
18018         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
18019         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
18020         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
18021         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
18022         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
18023         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
18025 2014-05-13  Andreas Schwab  <schwab@suse.de>
18027         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
18029 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
18031         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
18032         (__ASSUME_UTIMES): Do not condition on kernel version.
18033         (__ASSUME_PSELECT): Define unconditionally.
18034         (__ASSUME_PPOLL): Likewise.
18035         (__ASSUME_ATFCTS): Likewise.
18036         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
18037         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
18038         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
18039         (__ASSUME_UTIMENSAT): Define unconditionally.
18040         (__ASSUME_PRIVATE_FUTEX): Likewise.
18041         (__ASSUME_FALLOCATE): Likewise.
18042         (__ASSUME_O_CLOEXEC): Likewise.
18043         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
18044         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
18045         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
18046         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
18047         (__ASSUME_IN_NONBLOCK): Likewise.
18048         (__ASSUME_PIPE2): Likewise.
18049         (__ASSUME_EVENTFD2): Likewise.
18050         (__ASSUME_SIGNALFD4): Likewise.
18051         (__ASSUME_DUP3): Likewise.
18052         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18053         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
18054         (__ASSUME_AT_RANDOM): Likewise.
18055         (__ASSUME_PREADV): Likewise.
18056         (__ASSUME_PWRITEV): Likewise.
18057         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
18058         (__ASSUME_F_GETOWN_EX): Define unconditionally.
18059         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
18060         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
18061         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
18062         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18063         (__ASSUME_O_CLOEXEC): Define unconditionally.
18064         (__ASSUME_PSELECT): Do not undefine conditionally.
18065         (__ASSUME_PPOLL): Likewise.
18066         (__ASSUME_ATFCTS): Likewise.
18067         (__ASSUME_SET_ROBUST_LIST): Likewise.
18068         (__ASSUME_UTIMENSAT): Likewise.
18069         (__ASSUME_FDATASYNC): Define unconditionally.
18070         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18071         (__ASSUME_SIGFRAME_V2): Likewise.
18072         )__ASSUME_EVENTFD2): Likewise.
18073         (__ASSUME_SIGNALFD4): Likewise.
18074         (__ASSUME_PSELECT): Do not undefine conditionally.
18075         (__ASSUME_PPOLL): Likewise.
18076         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18077         (__ASSUME_PSELECT): Define unconditionally.
18078         (__ASSUME_PPOLL): Likewise.
18079         (__ASSUME_O_CLOEXEC): Likewise.
18080         (__ASSUME_SOCK_CLOEXEC): Likewise.
18081         (__ASSUME_IN_NONBLOCK): Likewise.
18082         (__ASSUME_PIPE2): Likewise.
18083         (__ASSUME_EVENTFD2): Likewise.
18084         (__ASSUME_SIGNALFD4): Likewise.
18085         (__ASSUME_DUP3): Likewise.
18086         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18087         (__ASSUME_O_CLOEXEC): Likewise.
18088         (__ASSUME_SOCK_CLOEXEC): Likewise.
18089         (__ASSUME_IN_NONBLOCK): Likewise.
18090         (__ASSUME_PIPE2): Likewise.
18091         (__ASSUME_EVENTFD2): Likewise.
18092         (__ASSUME_SIGNALFD4): Likewise.
18093         (__ASSUME_DUP3): Likewise.
18094         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18095         (__ASSUME_EVENTFD2): Likewise.
18096         (__ASSUME_SIGNALFD4): Likewise.
18097         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18099 2014-05-12  Andreas Schwab  <schwab@suse.de>
18101         [BZ #16932]
18102         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
18103         (_nss_nis_gethostbyname4_r): Return error if item length is larger
18104         than maximum RPC packet size.
18105         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
18106         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
18107         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
18108         (_nss_nis_getservbyport_r): Likewise.
18110 2014-05-12  Will Newton  <will.newton@linaro.org>
18112         * malloc/Makefile (tests): Add tst-mallopt.
18113         * malloc/tst-mallopt.c: New file.
18115 2014-05-09  Roland McGrath  <roland@hack.frob.com>
18117         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
18118         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
18120 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18122         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
18123         (tst-tlsmod6.so): Likewise.
18125 2014-05-09  Roland McGrath  <roland@hack.frob.com>
18127         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
18129 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
18131         [BZ #16064]
18132         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
18133         and <dl-procinfo.h>.
18134         (__fegetenv): Save SSE state in envp->__eip if supported.
18135         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
18136         envp->__eip if supported.
18137         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
18138         and <dl-procinfo.h>.
18139         (__fesetenv): Always set __eip, __cs_selector, __opcode,
18140         __data_offset and __data_selector in environment to 0.  Set SSE
18141         state if supported.
18142         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
18143         test-fenv-sse.
18144         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
18145         -mfpmath=sse.
18146         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
18148 2014-05-09  Will Newton  <will.newton@linaro.org>
18150         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
18151         and libc_relro_required for ARM.
18152         * sysdeps/arm/preconfigure: Regenerate.
18154 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18155             Stefan Liebler  <stli@linux.vnet.ibm.com>
18157         * config.make.in (enable-lock-elision): New Makefile variable.
18158         * configure.ac: Likewise.
18159         * configure: Regenerate.
18160         * sysdeps/s390/configure.ac:
18161         Add check for gcc transactions support.
18162         * sysdeps/s390/configure: Regenerate.
18163         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
18164         Build elision files if enabled.
18165         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
18166         Add lock elision support for s390.
18167         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
18168         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
18169         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
18170         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
18171         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
18172         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
18173         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
18174         Likewise.
18175         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
18176         Likewise.
18177         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
18178         Likewise.
18179         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
18180         Likewise.
18181         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
18182         (__lll_timedlock_elision, __lll_lock_elision)
18183         (__lll_unlock_elision, __lll_trylock_elision)
18184         (lll_timedlock_elision, lll_lock_elision)
18185         (lll_unlock_elision, lll_trylock_elision): Add.
18186         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
18187         (pthread_mutex_t): Add lock elision support for s390.
18189 2014-05-14  Wilco  <wdijkstr@arm.com>
18191         * sysdeps/arm/fclrexcpt.c: Cleanup.
18192         * sysdeps/arm/fedisblxcpt.c: Cleanup.
18193         * sysdeps/arm/feenablxcpt.c: Cleanup.
18194         * sysdeps/arm/fegetenv.c: Cleanup.
18195         * sysdeps/arm/fegetexcept.c: Cleanup.
18196         * sysdeps/arm/fegetround.c: Cleanup.
18197         * sysdeps/arm/feholdexcpt.c: Cleanup.
18198         * sysdeps/arm/fesetenv.c: Cleanup.
18199         * sysdeps/arm/fesetround.c: Cleanup.
18200         * sysdeps/arm/feupdateenv.c: Cleanup.
18201         * sysdeps/arm/fgetexcptflg.c: Cleanup.
18202         * sysdeps/arm/fraiseexcpt.c: Cleanup.
18203         * sysdeps/arm/fsetexcptflg.c: Cleanup.
18204         * sysdeps/arm/ftestexcept.c: Cleanup.
18205         * sysdeps/arm/get-rounding-mode.h: Cleanup.
18206         * sysdeps/arm/setfpucw.c: Cleanup.
18208 2014-05-09  Will Newton  <will.newton@linaro.org>
18210         * sysdeps/arm/armv7/strcmp.S: New file.
18211         * NEWS: Mention addition of ARMv7 optimized strcmp.
18213 2014-05-08  Roland McGrath  <roland@hack.frob.com>
18215         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
18216         look for %.ac rather than %.in.
18218         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
18219         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
18220         * sysdeps/mach/hurd/configure: Regenerated.
18221         * sysdeps/unix/sysv/linux/configure: Regenerated.
18223         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
18225 2014-05-07  Steve Ellcey  <sellcey@mips.com>
18227         [BZ# 16922]
18228         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
18229         (LONG_SUB): Ditto.
18230         (PTR_SUB): Ditto.
18232 2014-05-07  Andreas Schwab  <schwab@suse.de>
18234         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
18235         when skipping over non-matching result from nscd.
18237 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
18239         [BZ #16876]
18240         * nptl/sockperf.c (client): Check socket return value.
18242         [BZ #16877]
18243         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
18244         nscd security class.
18246 2014-05-06  Roland McGrath  <roland@hack.frob.com>
18248         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
18249         * sysdeps/arm/unwind.h: ... here.
18251 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
18253         [BZ# 16916]
18254         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
18255         Define.
18257 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
18259         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
18260         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
18261         multiarch strncpy for PPC64.
18262         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
18263         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
18264         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
18265         multiarch optimizations.
18266         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18267         (__libc_ifunc_impl_list): Likewise.
18268         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
18269         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
18270         multiarch stpncpy for PPC64.
18271         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
18272         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
18274 2014-05-06  Andreas Schwab  <schwab@suse.de>
18276         [BZ #16912]
18277         * gmon/mcount.c (_MCOUNT_DECL): Use
18278         atomic_compare_and_exchange_bool_acq instead of
18279         catomic_compare_and_exchange_bool_acq.
18281 2014-05-05  Roland McGrath  <roland@hack.frob.com>
18283         * elf/Makefile (others, install-bin): Remove pldd.
18284         (pldd-modules): Variable removed.
18285         ($(objpfx)pldd): Target removed.
18286         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
18287         (others, install-bin): Append pldd here.
18288         ($(objpfx)pldd): New target.
18290         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
18291         to 0, so the first #if test emitted later doesn't see it undefined.
18292         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
18293         * sysdeps/gnu/errlist.c: Regenerated.
18295 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18297         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
18298         [libc_hidden_builtin_def]: Define to empty value.
18299         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
18300         [libc_hidden_builtin_def]: Likewise.
18301         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
18302         [libc_hidden_builtin_def]: Likewise.
18303         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
18304         [libc_hidden_builtin_def]: Likewise.
18305         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
18306         __redirect_memcpy and define ifunc as default hidden symbol.
18307         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
18308         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
18310 2014-05-04  Adam Conrad  <adconrad@0c3.net>
18312         * locale/iso-4217.def: Reintroduce XDR currency.
18314 2014-05-04  Allan McRae  <allan@archlinux.org>
18316         * po/eo.po: Update Esperanto translation from translation project.
18318 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
18320         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
18321         and FEATURE_INDEX_MAX to 1.
18322         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
18324 2014-05-01  Steve Ellcey  <sellcey@mips.com>
18326         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
18327         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
18328         * iconvdata/big5.c (ONE_DIRECTION): Define.
18329         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
18330         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
18331         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
18332         * iconvdata/cp932.c (ONE_DIRECTION): Define.
18333         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
18334         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
18335         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
18336         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
18337         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
18338         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
18339         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
18340         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
18341         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
18342         * iconvdata/gbk.c (ONE_DIRECTION): Define.
18343         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
18344         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
18345         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
18346         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
18347         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
18348         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
18349         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
18350         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
18351         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
18352         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
18353         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
18354         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
18355         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
18356         * iconvdata/iso646.c (ONE_DIRECTION): Define.
18357         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
18358         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
18359         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
18360         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
18361         * iconvdata/johab.c (ONE_DIRECTION): Define.
18362         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
18363         * iconvdata/sjis.c (ONE_DIRECTION): Define.
18364         * iconvdata/t.61.c (ONE_DIRECTION): Define.
18365         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
18366         * iconvdata/tscii.c (ONE_DIRECTION): Define.
18367         * iconvdata/uhc.c (ONE_DIRECTION): Define.
18368         * iconvdata/unicode.c (ONE_DIRECTION): Define.
18369         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
18370         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
18371         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
18373 2014-05-01  Roland McGrath  <roland@hack.frob.com>
18375         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
18376         (_IO_JUMPS_OFFSET): Define to 0.
18378         * nptl/sysdeps/pthread/bits/libc-lock.h
18379         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
18380         (__libc_lock_define_initialized_recursive): Always define using
18381         initializer.  Modern compilers treat uninitialized (implicit zero) and
18382         explicit zero initializers the same (i.e. put the datum in bss).
18384 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
18386         * nscd/nscd-client.h: Include <string.h>.
18388 2014-05-01  David S. Miller  <davem@davemloft.net>
18390         [BZ #16885]
18391         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
18392         multiple zero bytes exist at the end of a string.
18393         Reported by Aurelien Jarno <aurelien@aurel32.net>
18395         * string/test-strcmp.c (check): Add explicit test for situations where
18396         there are multiple zero bytes after the first.
18398 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
18400         [BZ #16890]
18401         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
18402         when compiling wprintf.
18403         * stdio-common/tstdiomisc.c (t3): New function.
18404         (main): Call it.
18406 2014-05-01  Steve Ellcey  <sellcey@mips.com>
18408         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
18409         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
18410         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
18411         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
18413 2014-05-01  Steve Ellcey  <sellcey@mips.com>
18415         * stdlib/longlong.h: Updated from GCC.
18417 2014-05-01  Will Newton  <will.newton@linaro.org>
18418             Bernard Ogden  <bernie.ogden@linaro.org>
18420         * NEWS: Update fixed bug list.
18422         [BZ #15119]
18423         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
18425 2014-04-30  David S. Miller  <davem@davemloft.net>
18427         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
18428         (libc_feholdexcept_setround_sparc_ctx): New function.
18429         (libc_fesetenv_sparc_ctx): Likewise.
18430         (libc_feupdateenv_sparc_ctx): Likewise.
18431         (libc_feholdsetround_sparc_ctx): Likewise.
18432         (libc_feholdexcept_setround_ctx): Define.
18433         (libc_feholdexcept_setroundf_ctx): Likewise.
18434         (libc_feholdexcept_setroundl_ctx): Likewise.
18435         (libc_fesetenv_ctx): Likewise.
18436         (libc_fesetenvf_ctx): Likewise.
18437         (libc_fesetenvl_ctx): Likewise.
18438         (libc_feupdateenv_ctx): Likewise.
18439         (libc_feupdateenvf_ctx): Likewise.
18440         (libc_feupdateenvl_ctx): Likewise.
18441         (libc_feresetround_ctx): Likewise.
18442         (libc_feresetroundf_ctx): Likewise.
18443         (libc_feresetroundl_ctx): Likewise.
18444         (libc_feholdsetround_ctx): Likewise.
18445         (libc_feholdsetroundf_ctx): Likewise.
18446         (libc_feholdsetroundl_ctx): Likewise.
18448         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
18449         with __USE_GNU instead of XOPEN cpp guards.
18451         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
18452         0.
18454         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
18455         with XOPEN cpp guards.
18457 2014-04-30  Julian Brown  <julian@codesourcery.com>
18459         [BZ #16888]
18460         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
18461         handling.
18463 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
18465         [BZ #9894]
18466         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
18467         Change to 2.6.32.
18468         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
18469         * sysdeps/unix/sysv/linux/configure: Regenerated.
18470         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
18471         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
18472         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
18473         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
18474         * README: Update reference to required Linux kernel version.
18475         * manual/install.texi (Linux): Update reference to required Linux
18476         kernel headers version.
18477         * INSTALL: Regenerated.
18479         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
18480         header inclusion.
18481         [POSIX] (limits.h): Likewise.
18482         [POSIX] (math.h): Likewise.
18483         [POSIX] (sys/wait.h): Likewise.
18484         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
18485         function.
18486         [POSIX] (stddef.h): Do not allow header inclusion.
18488 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18490         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
18492 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
18494         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
18495         Return immediately after lll_futex_wake.
18497 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18499         [BZ #16791]
18500         * nscd/nscd-client.h (datahead_init_common): Initialize entire
18501         structure.
18502         (datahead_init_pos): Call datahead_init_common early.
18503         (datahead_init_neg): Likewise.
18505         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
18506         datahead_init_neg): New functions.
18507         * nscd/aicache.c (addhstaiX): Use them.
18508         * nscd/grpcache.c (cache_addgr): Likewise.
18509         * nscd/hstcache.c (cache_addhst): Likewise.
18510         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18511         * nscd/netgroupcache.c (do_notfound): Likewise.
18512         (addgetnetgrentX): Likewise.
18513         (addinnetgrX): Likewise.
18514         * nscd/pwdcache.c (cache_addpw): Likewise.
18515         * nscd/servicescache.c (cache_addserv): Likewise.
18517 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18518             Atsushi Onoe  <atsushi@onoe.org>
18520         [BZ #14308]
18521         [BZ #12994]
18522         [BZ #13651]
18523         * resolv/res_query.c (__libc_res_nsearch): Return if at least
18524         one response is valid.
18525         * resolv/res_send.c (send_dg): Check for validity of other
18526         response if the current response is a referral.
18528 2014-04-29  Steve Ellcey  <sellcey@mips.com>
18530         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
18532 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
18534         [BZ #16823]
18535         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
18536         Always divide by positive zero when computing -Inf result.
18537         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18538         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
18540 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18542         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
18543         FPSCR if value do not change.
18544         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
18545         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
18546         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
18547         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18548         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
18549         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
18550         function.
18552 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
18554         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
18555         * sysdeps/unix/sysv/linux/hppa: Move directory from
18556         ports/systeps/unix/sysv/linux/hppa.
18557         * README: Update listing for hppa-*-linux-gnu.
18559 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
18561         [BZ #16754]
18562         * manual/stdio.texi (Hook functions): Fix types of stream hook
18563         functions.
18564         [BZ #16854]
18565         * socket/sys/socket.h: Fix typo in comment.
18567 2014-04-28  Wilco  <wdijkstr@arm.com>
18569         * sysdeps/arm/fenv_private.h: New file.
18570         * sysdeps/arm/math_private.h: New file.
18571         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
18573 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
18575         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
18576         with __int128_t.
18577         (La_x86_64_retval): Likewise.
18579 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
18581         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
18582         fpsr if value didn't change.
18583         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
18584         to fpcr if value didn't change.
18585         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
18586         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
18587         fpsr or fpcr if value didn't change.
18588         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
18589         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
18590         fpcr if value didn't change.
18591         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
18592         to fpsr if value didn't change.
18594 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
18596         * nptl/tst-sem3.c: Use test-skeleton.c
18597         (main): Rename to do_test.  Use return instead of
18598         exit.
18599         * nptl/tst-sem4.c: Use test-skeleton.c
18600         (main): Rename to do_test.
18602 2014-04-22  David S. Miller  <davem@davemloft.net>
18604         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
18605         (struct sigaction): New struct member __glibc_reserved0, change
18606         type of sa_flags to int.
18608 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
18610         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
18611         (COUNT_LEADING_ZEROS_0): Define for AArch64.
18613 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
18615         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
18616         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
18618 2014-04-22  Will Newton  <will.newton@linaro.org>
18619             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
18621         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
18622         (__longjmp): Add longjmp and longjmp_target SystemTap
18623         probes.
18624         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
18625         (__sigsetjmp): Add setjmp SystemTap probe.
18627 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
18629         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
18630         match manual order.
18632 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18634         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
18636         * sysdeps/powerpc/fpu/fenv_private.h
18637         (libc_feholdexcept_setroundl_ctx): Define to
18638         libc_feholdexcept_setround_ppc_ctx.
18639         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
18640         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
18641         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
18642         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
18644 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
18646         * sysdeps/aarch64/math-tests.h: New file.
18648 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
18650         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
18651         New.
18652         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18653         Check and set bit_AVX2_Usable.
18654         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
18655         macro.
18656         (bit_AVX2): Likewise.
18657         (index_AVX2_Usable): Likewise.
18658         (CPUID_AVX2): Likewise.
18659         (HAS_AVX2): Likewise.
18661 2014-04-17  Will Newton  <will.newton@linaro.org>
18663         * manual/setjmp.texi (System V contexts): Add note that
18664         calling setcontext on a context created by a call to a
18665         signal handler is undefined.  Update text to note that
18666         setcontext from a signal handler is possible but not
18667         recommended.
18669         [BZ #16629]
18670         * stdlib/tst-setcontext.c: Include signal.h.
18671         (main): Check that the signal stack before and
18672         after swapcontext is the same.
18674         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
18675         Re-implement to restore registers in user code and avoid
18676         rt_sigreturn system call.
18678 2014-04-17  Wilco  <wdijkstr@arm.com>
18680         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
18681         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
18682         * math/test-fenv.c: Skip exception trap tests on targets which only
18683         support non-stop mode.
18685 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
18686             Wilco Dijkstra  <wilco.dijkstra@arm.com>
18688         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
18689         (libc_feholdsetround_aarch64_ctx)
18690         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
18691         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
18692         (libc_feresetround_ctx, libc_feresetroundf_ctx)
18693         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
18694         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
18695         (libc_feresetround_noexl_ctx): Define.
18697 2014-04-16  Richard Henderson  <rth@redhat.com>
18699         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
18701         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
18702         unwind tables.
18704         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
18705         const from the non-libc, non-ldso copy.
18707         * sysdeps/alpha/libm-test-ulps: Regenerate.
18709 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
18710             Wilco Dijkstra  <wilco.dijkstra@arm.com>
18712         * sysdeps/aarch64/fpu/math_private.h: New file.
18714 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18716         * sysdeps/aarch64/libm-test-ulps: Regenerate.
18718 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
18720         [BZ #16275]
18721         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
18722         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
18723         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
18724         Intel MPX bound registers before _dl_profile_fixup.
18725         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
18726         registers after _dl_profile_fixup.  Save and restore bound
18727         registers bnd0/bnd1 when calling _dl_call_pltexit.
18728         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
18729         (LR_BND_OFFSET): Likewise.
18730         (LRV_BND0_OFFSET): Likewise.
18731         (LRV_BND1_OFFSET): Likewise.
18733 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18735         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
18736         to...
18737         * sysdeps/mach/hurd/i386/tls.h: ... here.
18738         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
18739         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
18740         fields.
18742 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18744         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
18746 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
18748         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18750 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
18752         [BZ #14770]
18753         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
18754         * sysdeps/s390/configure: Regenerate.
18756         [BZ #16824]
18757         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
18758         Set round-to-nearest internally to reduce error accumulation.
18760 2014-04-16  Alan Modra  <amodra@gmail.com>
18762         [BZ #16740]
18763         [BZ #16619]
18764         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
18765         * math/libm-test.inc (frexp_test_data): Add tests.
18766         * NEWS: Update fixed bug list.
18768 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18770         * benchtests/Makefile: Depend on libraries in build directory.
18771         (bench-math): Separate out math tests.
18772         (bench-pthread): Separate out pthread tests.
18773         (bench): Include math and pthread tests.
18775 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
18777         [BZ #16831]
18778         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
18779         _dl_debug_initialize.
18781         * configure.ac: Remove SELinux header check.
18782         * configure: Regenerate.
18783         * nscd/selinux.c (perms): Array of const char* to permission names.
18784         (nscd_request_avc_has_perm): Call security_deny_unknown to find
18785         default policy. Call string_to_security_class and string_to_av_perm to
18786         translate strings. Enforce default policy and call avs_has_perm with
18787         results of translated strings.
18789 2014-04-13  David S. Miller  <davem@davemloft.net>
18791         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18793 2014-04-12  Allan McRae  <allan@archlinux.org>
18795         [BZ #16838]
18796         * manual/string.texi (Collation Functions): Fix qsort argument
18797         order in example.
18798         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
18800 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
18802         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
18803         Make the test a no-op if there are no exceptions defined.
18805 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
18807         * elf/Makefile (tests): make tst-dlopen-aout conditional on
18808         enable-hardcoded-path-in-tests
18810 2014-04-11  Will Newton  <will.newton@linaro.org>
18812         * benchtests/Makefile (extra-objs): Add json-lib.o.
18813         (bench-func): Tidy up JSON output.
18814         * benchtests/bench-skeleton.c: Include json-lib.h.
18815         (main): Use JSON library functions to do output of
18816         benchmark results.
18817         * benchtests/bench-timing-type.c (main): Output the
18818         timing type simply, leaving formatting to the user.
18819         * benchtests/json-lib.c: New file.
18820         * benchtests/json-lib.h: Likewise.
18822 2014-04-11  Torvald Riegel  <triegel@redhat.com>
18824         [BZ #15215]
18825         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
18826         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
18827         memory barriers.  Add comments.
18828         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
18829         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
18830         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
18831         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
18832         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
18833         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
18835 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18837         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
18838         * sysdeps/s390/s390-64/configure.ac: ... this ...
18839         * sysdeps/s390/configure.ac: ... to here.
18840         * sysdeps/s390/s390-32/configure: Delete file.
18841         * sysdeps/s390/s390-64/configure: Delete file.
18842         * sysdeps/s390/configure: Regenerate.
18844 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
18846         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
18848 2014-04-11  Will Newton  <will.newton@linaro.org>
18850         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
18851         to zero if it is not defined elsewhere.  (mtrim): Test
18852         the value of MALLOC_DEBUG with #if rather than #ifdef.
18854 2014-04-10 Torvald Riegel  <triegel@redhat.com>
18856         * benchtests/pthread_once-inputs: New file.
18857         * benchtests/pthread_once-source.c: New file.
18858         * benchtests/README: Update documentation.
18860 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
18861             H.J. Lu  <hongjiu.lu@intel.com>
18863         [BZ #16275]
18864         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
18865         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
18866         * sysdeps/x86_64/configure: Regenerated.
18867         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
18868         macro.
18869         (REGISTER_SAVE_RAX): Likewise.
18870         (REGISTER_SAVE_RCX): Likewise.
18871         (REGISTER_SAVE_RDX): Likewise.
18872         (REGISTER_SAVE_RSI): Likewise.
18873         (REGISTER_SAVE_RDI): Likewise.
18874         (REGISTER_SAVE_R8): Likewise.
18875         (REGISTER_SAVE_R9): Likewise.
18876         (REGISTER_SAVE_BND0): Likewise.
18877         (REGISTER_SAVE_BND1): Likewise.
18878         (REGISTER_SAVE_BND2): Likewise.
18879         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
18880         bound registers when calling _dl_fixup.
18882 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18884         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
18885         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
18886         of its definition.
18887         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
18888         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
18889         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
18890         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
18891         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
18892         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
18893         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
18895 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
18897         [BZ #15514]
18898         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
18899         pathconf(_PC_NAME_MAX).
18901 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18903         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
18904         Remove macro usage.
18905         (__PTHREAD_SPINS): Move definition to ...
18906         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
18907         (__PTHREAD_SPINS): ... here.
18908         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
18909         (__PTHREAD_SPIN): Likewise.
18910         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
18911         (__PTHREAD_SPIN): Likewise.
18912         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
18913         (__PTHREAD_SPIN): Likewise.
18914         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
18915         (__PTHREAD_SPIN): Likewise.
18916         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
18917         (__PTHREAD_SPIN): Likewise.
18918         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
18919         (__PTHREAD_SPIN): Likewise.
18920         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
18921         (__PTHREAD_SPIN): Likewise.
18922         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
18923         (__PTHREAD_SPIN): Likewise.
18924         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
18925         (__PTHREAD_SPIN): Likewise.
18926         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
18927         (__PTHREAD_SPIN): Likewise.
18928         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
18929         (__PTHREAD_SPIN): Likewise.
18930         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
18931         (__PTHREAD_SPIN): Likewise.
18933         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
18934         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
18935         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
18936         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
18937         imply folder.
18938         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
18939         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
18940         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
18941         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
18942         correct imply path.
18943         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
18944         strlen symbol for non multi-arch builds.
18945         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
18946         missing hidden_def and weak_alias.
18948 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
18950         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
18952 2014-04-07  Will Newton  <will.newton@linaro.org>
18954         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
18955         and contents.  [!_LIBC] Remove #ifndef and contents.
18956         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
18957         * string/memccpy.c (__memccpy): Use ANSI prototype.
18958         * string/memfrob.c (memfrob): Likewise.
18959         * string/strcoll.c (STRCOLL): Likewise.
18960         * string/strlen.c (strlen): Likewise.
18961         * string/strtok.c (STRTOK): Likewise.
18962         * string/strcat.c: Remove unused #include of memcopy.h.
18963         (strcat): Use ANSI prototype.
18964         * string/strchr.c: Remove unused #include of memcopy.h.
18965         (strchr): Use ANSI prototype.
18966         * string/strcmp.c: Remove unused #include of memcopy.h.
18967         (strcmp): Use ANSI prototype.
18968         * string/strcpy.c: Remove unused #include of memcopy.h.
18969         (strcpy): Use ANSI prototype.
18971 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18973         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
18974         * config.make.in (config-extra-cppflags): Set it from
18975         libc_extra_cppflags.
18976         * configure.ac (libc_extra_cflags): Make it accumulate over
18977         configure fragments.
18978         (libc_extra_cppflags): New flag.
18979         * configure. Regenerate.
18980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
18981         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
18982         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
18983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
18985         [BZ #16815]
18986         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
18987         result for FE_DOWNWARD rounding mode.
18988         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
18989         Likewise.
18990         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18992 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
18994         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
18995         in function argument name.
18997 2014-04-03  David Svoboda  <svoboda@cert.org>
18999         [BZ #5666]
19000         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
19001         explicitly.
19003 2014-04-03  Roland McGrath  <roland@hack.frob.com>
19005         * elf/dl-unmap-segments.h: New file.
19006         * sysdeps/generic/ldsodefs.h
19007         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
19008         * elf/dl-close.c: Include <dl-unmap-segments.h>.
19009         * elf/dl-fptr.c: Likewise.
19010         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
19011         * sysdeps/aarch64/tlsdesc.c: Likewise.
19012         * sysdeps/arm/tlsdesc.c: Likewise.
19013         * sysdeps/i386/tlsdesc.c: Likewise.
19014         * sysdeps/tile/dl-runtime.c: Likewise.
19015         * sysdeps/x86_64/tlsdesc.c: Likewise.
19016         * elf/dl-load.h: New file.
19017         * elf/dl-load.c: Include it.
19018         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
19019         Macros moved to dl-load.h.
19020         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
19021         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
19022         Use _dl_unmap_segments in place of __munmap.
19023         Break out segment-mapping loop into ...
19024         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
19026 2014-04-03  Will Newton  <will.newton@linaro.org>
19028         * elf/dl-lookup.c (do_lookup_x): Remove comment
19029         referring to nested function and move variable
19030         declarations down to before first use.
19032 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
19034         [BZ #16799]
19035         [BZ #16800]
19036         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
19037         with 0 numerator.
19038         * math/s_catanf.c (__catanf): Likewise.
19039         * math/s_catanh.c (__catanh): Likewise.
19040         * math/s_catanhf.c (__catanhf): Likewise.
19041         * math/s_catanhl.c (__catanhl): Likewise.
19042         * math/s_catanl.c (__catanl): Likewise.
19043         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
19044         by positive zero when computing -Inf result.
19045         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
19046         (catanh_test): Likewise.
19047         * sysdeps/i386/fpu/libm-test-ulps: Update.
19048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19050         [BZ #16789]
19051         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
19052         instead of using underflowing value in computing result.
19053         * math/s_clog10.c (__clog10): Likewise.
19054         * math/s_clog10f.c (__clog10f): Likewise.
19055         * math/s_clog10l.c (__clog10l): Likewise.
19056         * math/s_clogf.c (__clogf): Likewise.
19057         * math/s_clogl.c (__clogl): Likewise.
19058         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
19059         (clog10_test): Likewise.
19060         * sysdeps/i386/fpu/libm-test-ulps: Update.
19061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19063 2014-04-02  Alan Modra  <amodra@gmail.com>
19065         [BZ #16739]
19066         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
19067         output when value is near a power of two.  Use int64_t for lx and
19068         remove casts.  Use decimal rather than hex exponent constants.
19069         Don't use long double multiplication when double will suffice.
19070         * math/libm-test.inc (nextafter_test_data): Add tests.
19071         * NEWS: Add 16739 and 16786 to bug list.
19073         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
19075         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
19077 2014-04-01  Will Newton  <will.newton@linaro.org>
19079         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
19080         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
19082 2014-04-01  Florian Weimer  <fweimer@redhat.com>
19084         [BZ #13347]
19085         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
19086         * nptl/tst-setuid2.c: New file.
19087         * nptl/Makefile (xtests): Add tst-setuid2.
19089 2014-04-01  Alan Modra  <amodra@gmail.com>
19091         [BZ #16786]
19092         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
19094 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
19096         [BZ #6803]
19097         [BZ #6804]
19098         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
19099         set errno as appropriate.
19100         * math/w_scalbf.c (__scalbf): Likewise.
19101         * math/w_scalbl.c (__scalbl): Likewise.
19102         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
19103         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
19104         * math/libm-test.inc (scalb_test_data): Add errno expectations.
19105         Add more NaN tests.
19107         [BZ #16349]
19108         * math/w_atan2.c: Include <errno.h>.
19109         (__atan2): Set errno for result underflowing to zero.
19110         * math/w_atan2f.c: Include <errno.h>.
19111         (__atan2f): Set errno for result underflowing to zero.
19112         * math/w_atan2l.c: Include <errno.h>.
19113         (__atan2l): Set errno for result underflowing to zero.
19114         * math/auto-libm-test-in: Don't allow missing errno for some atan2
19115         tests.
19116         * math/auto-libm-test-out: Regenerated.
19118 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19120         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
19121         Encode instruction correctly in little endian.
19122         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
19123         Likewise.
19124         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
19125         Likewise.
19126         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
19127         Likewise.
19128         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
19129         Likewise.
19131 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
19133         [BZ #9894]
19134         * sysdeps/unix/sysv/linux/kernel-features.h
19135         [__sparc__ && !__arch64__ && !__sparc_v9__]
19136         (__ASSUME_SET_ROBUST_LIST): Do not define.
19137         [__sparc__ && !__arch64__ && !__sparc_v9__]
19138         (__ASSUME_FUTEX_LOCK_PI): Likewise.
19139         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
19140         Likewise.
19141         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19142         (__ASSUME_FUTEX_LOCK_PI): Undefine.
19143         (__ASSUME_REQUEUE_PI): Likewise.
19144         (__ASSUME_SET_ROBUST_LIST): Likewise.
19145         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19146         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
19147         Undefine.
19148         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19149         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
19150         Likewise.
19151         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
19152         Likewise.
19153         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
19154         Likewise.
19155         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19156         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
19157         Undefine.
19158         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
19159         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
19160         Likewise.
19162         [BZ #16648]
19163         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19164         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
19165         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
19167 2014-03-31  Will Newton  <will.newton@linaro.org>
19169         * benchtests/Makefile (bench): Add ffs and ffsll to list
19170         of tests.
19171         * benchtests/ffs-inputs: New file.
19172         * benchtests/ffsll-inputs: Likewise.
19174 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
19176         [BZ #16770]
19177         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
19178         too large before casting to int.
19179         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
19180         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
19181         * math/libm-test.inc (scalb_test_data): Add more tests.
19183 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19185         * benchtests/Makefile (DETAILED_OPT): New make option.
19186         (bench-func): Run benchmark program with -d if DETAILED_OPT is
19187         set.
19188         * benchtests/bench-skeleton.c: Include stdbool.h.
19189         (main): Store and print timings per input.
19190         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
19191         member to each argument value.
19192         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
19193         (_print_arg_data): Initialize per-input timing to 0.
19195         * benchtests/Makefile (timing-type): New binary.
19196         (bench-clean): Also remove bench-timing-type.
19197         (bench): New target for timing-type.
19198         (bench-func): Print output in JSON format.
19199         * benchtests/bench-skeleton.c (main): Print output in JSON
19200         format.
19201         * benchtests/bench-timing-type.c: New file.
19202         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
19203         (TIMING_PRINT_STATS): Remove.
19204         * benchtests/scripts/bench.py (_print_arg_data): Store variant
19205         name separately.
19207         * benchtests/bench-modf.c: Remove.
19208         * benchtests/modf-inputs: New inputs file.
19210 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
19212         [BZ #16362]
19213         * math/s_clog10.c (M_PI_LOG10E): New macro.
19214         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
19215         imaginary parts are 0.
19216         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
19217         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
19218         imaginary parts are 0.
19219         * math/s_clog10l.c (M_PI_LOG10El): New macro.
19220         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
19221         imaginary parts are 0.
19222         * math/libm-test.inc (clog10_test_data): Update expected results
19223         for when real and imaginary parts are 0.
19225 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
19227         * elf/dl-load.c: Finish conversion of __builtin_expect into
19228         __glibc_{un}likely.
19230 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
19232         [BZ #16348]
19233         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
19234         1+x for argument with exponent below -67.
19235         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
19236         Likewise.
19237         * math/auto-libm-test-in: Add more tests of exp.
19238         * math/auto-libm-test-out: Regenerated.
19240 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19242         [BZ #16759]
19243         * inet/getnetgrent_r.c (get_nonempty_val): New function.
19244         (nscd_getnetgrent): Use it.
19246         [BZ #16760]
19247         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
19248         of stpcpy.
19250 2014-03-27  Andi Kleen  <ak@linux.intel.com>
19252         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
19253         (lll_robust_lock, lll_cond_lock, lll_timedlock)
19254         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
19255         (lll_robust_unlock): Remove out of line section. Use cfi
19256         intrinsics.
19257         (LLL_STUB_UNWIND_INFO*): Remove.
19258         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
19259         (lll_robust_lock, lll_cond_lock, lll_timedlock)
19260         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
19261         (lll_robust_unlock): Remove out of line section. Use cfi
19262         intrinsics.
19263         (LLL_STUB_UNWIND_INFO*): Remove.
19265 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19267         [BZ #16758]
19268         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
19269         blank values.
19271 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
19273         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
19275 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
19277         [BZ #16198]
19278         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
19279         fnstenv.
19280         * math/test-fenv-preserve.c: New file.
19281         * math/Makefile (tests): Add test-fenv-preserve.
19283 2014-03-26  Will Newton <will.newton@linaro.org>
19285         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
19287 2014-03-25  Roland McGrath  <roland@hack.frob.com>
19289         * scripts/versionlist.awk: Partition the version sets and emit all
19290         GLIBC_* (sorted) before all others (sorted).
19292 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
19294         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
19295         GLIBC_2.2.5 version.
19297 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19299         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
19300         calls.
19302         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
19303         previous change.
19305         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19307 2014-03-25  Andreas Schwab  <schwab@suse.de>
19309         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
19310         label to be used after in6ailist is initialized.
19312 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19314         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
19315         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
19317 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
19319         [BZ #16357]
19320         [BZ #16599]
19321         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
19322         min_plus_half.
19323         (fp_formats): Update initializers.
19324         (init_fp_formats): Initialize new field.
19325         (output_for_one_input_case): Allow underflow for results up to
19326         min_plus_half.
19327         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
19328         * math/auto-libm-test-in: Don't mark some underflows from asin and
19329         atanh as spurious.
19330         * math/auto-libm-test-out: Regenerated.
19331         * sysdeps/i386/fpu/libm-test-ulps: Update.
19332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19334 2014-03-25  Andreas Schwab  <schwab@suse.de>
19336         * libio/Makefile (tst-ftell-partial-wide-ENV)
19337         (tst-ftell-active-handler-ENV): Define.
19339 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
19341         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
19343 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
19345         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
19347 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
19349         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
19350         * sysdeps/x86_64/fpu/multiarch/e_exp.c
19351         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
19353 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
19355         [BZ #16634]
19356         * elf/dl-load.c (open_verify): Add mode parameter.
19357         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
19358         (open_path): Change from boolean 'secure' to complete flag 'mode'
19359         (_dl_map_object): Adjust.
19360         * elf/Makefile (tests): Add tst-dlopen-aout.
19361         * elf/tst-dlopen-aout.c: New test.
19363 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
19365         [BZ #16714]
19366         * sysdeps/unix/sysv/linux/s390/bits/stat.h
19367         (struct stat): Rename member pad0 to __glibc_reserved0.
19369         [BZ #16712]
19370         * sysdeps/s390/s390-32/bits/wordsize.h
19371         (__WORDSIZE32_SIZE_ULONG): New define.
19372         * sysdeps/s390/s390-64/bits/wordsize.h
19373         (__WORDSIZE32_SIZE_ULONG): Likewise.
19374         * sysdeps/generic/stdint.h (SIZE_MAX):
19375         Define as UL if __WORDSIZE32_SIZE_ULONG.
19377         [BZ #16713]
19378         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
19379         (__glibc_reserved0): New variable.
19380         (sa_flags): Change type to int.
19382         * posix/Makefile (before-compile): Use += before-compile instead
19383         of a :=.
19385         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
19386         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
19388 2014-03-20  Andreas Schwab  <schwab@suse.de>
19390         [BZ #16743]
19391         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
19392         non-matching result from nscd.
19394 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19396         * scripts/bench.py: Moved to ...
19397         * benchtests/scripts/bench.py: ... here.
19398         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
19400 2014-03-24  Andreas Schwab  <schwab@suse.de>
19402         [BZ #16002]
19403         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
19404         alloca_account and account alloca use for struct in6ailist.
19406 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
19408         [BZ #16284]
19409         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
19410         rounding mode to recompute results that overflow to infinity or
19411         underflow to zero.
19412         * math/auto-libm-test-in: Don't mark tests as expected to fail for
19413         bug 16284.
19414         * math/auto-libm-test-out: Regenerated.
19415         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
19416         (ccosh_test): Likewise.
19417         (csin_test_data): Use plus_oflow.
19418         (csin_test): Use ALL_RM_TEST.
19419         (csinh_test_data): Use plus_oflow.
19420         (csinh_test): Use ALL_RM_TEST.
19421         * sysdeps/i386/fpu/libm-test-ulps: Update.
19422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19424 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
19426         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
19427         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
19428         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
19430         [BZ #16731]
19431         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
19432         when x - 1 is zero.
19433         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
19434         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
19435         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
19436         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
19437         argument is 1.
19438         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
19439         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
19440         zero.
19441         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
19442         * sysdeps/i386/fpu/libm-test-ulps: Update.
19443         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19445 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19447         * scripts/bench.pl: Remove file.
19448         * scripts/bench.py: New benchmark script.
19449         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
19450         * benchtests/README: Mention python dependency.
19451         * scripts/pylintrc: New file.
19452         * scripts/pylint: New file.
19454         * bits/mathdef.h: Use #ifdef instead of #if.
19455         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
19456         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
19457         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
19458         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
19459         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
19460         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
19462 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19463             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
19465         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
19466         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
19467         and strpbrk-ppc64 objects.
19468         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19469         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
19470         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
19471         multiarch strpbrk for POWER7.
19472         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
19473         multiarch strpbrk for PPC64.
19474         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
19475         ifunc selector.
19476         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
19477         strpbrk for POWER7.
19479 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
19481         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
19482         (atan_test): Likewise.
19483         (atanh_test_data): Use NO_TEST_INLINE for two tests.
19484         (atanh_test): Use ALL_RM_TEST.
19485         (atan2_test_data): Likewise.
19486         (cabs_test): Likewise.
19487         (cacosh_test): Likewise.
19488         (carg_test): Likewise.
19489         (casin_test): Likewise.
19490         (casinh_test): Likewise.
19491         (cbrt_test): Likewise.
19492         (csqrt_test): Likewise.
19493         (erf_test): Likewise.
19494         (erfc_test): Likewise.
19495         (pow10_test): Likewise.
19496         (exp2_test): Likewise.
19497         (hypot_test): Likewise.
19498         (j0_test): Likewise.
19499         (j1_test): Likewise.
19500         (lgamma_test): Likewise.
19501         (gamma_test): Likewise.
19502         (sincos_test): Likewise.
19503         (tanh_test): Likewise.
19504         (y0_test): Likewise.
19505         (y1_test): Likewise.
19506         * sysdeps/i386/fpu/libm-test-ulps: Update.
19507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19509 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19511         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
19512         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
19513         and strcspn-ppc64 objects.
19514         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19515         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
19516         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
19517         multiarch strcspn for POWER7.
19518         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
19519         multiarch strcspn for PPC64.
19520         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
19521         ifunc selector.
19522         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
19523         strcspn for POWER7.
19525 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
19527         * math/gen-libm-test.pl (generate_testfile): Expect only function
19528         name as argument to AUTO_TESTS_* and pass results for all rounding
19529         modes to parse_args.
19530         (parse_auto_input): Separate inputs of automatic tests from
19531         outputs before storing in %auto_tests.
19532         * math/libm-test.inc (acos_test_data): Update call to
19533         AUTO_TESTS_f_f.
19534         (acos_test): Use ALL_RM_TEST.
19535         (acos_tonearest_test_data): Remove.
19536         (acos_test_tonearest): Likewise.
19537         (acos_towardzero_test_data): Likewise.
19538         (acos_test_towardzero): Likewise.
19539         (acos_downward_test_data): Likewise.
19540         (acos_test_downward): Likewise.
19541         (acos_upward_test_data): Likewise.
19542         (acos_test_upward): Likewise.
19543         (acosh_test_data): Update call to AUTO_TESTS_f_f.
19544         (asin_test_data): Likewise.
19545         (asin_test): Use ALL_RM_TEST.
19546         (asin_tonearest_test_data): Remove.
19547         (asin_test_tonearest): Likewise.
19548         (asin_towardzero_test_data): Likewise.
19549         (asin_test_towardzero): Likewise.
19550         (asin_downward_test_data): Likewise.
19551         (asin_test_downward): Likewise.
19552         (asin_upward_test_data): Likewise.
19553         (asin_test_upward): Likewise.
19554         (asinh_test_data): Update call to AUTO_TESTS_f_f.
19555         (atan_test_data): Likewise.
19556         (atanh_test_data): Likewise.
19557         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
19558         (cabs_test_data): Update call to AUTO_TESTS_c_f.
19559         (carg_test_data): Likewise.
19560         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
19561         (ccos_test_data): Update call to AUTO_TESTS_c_c.
19562         (ccosh_test_data): Likewise.
19563         (cexp_test_data): Likewise.
19564         (clog_test_data): Likewise.
19565         (clog10_test_data): Likewise.
19566         (cos_test_data): Update call to AUTO_TESTS_f_f.
19567         (cos_test): Use ALL_RM_TEST.
19568         (cos_tonearest_test_data): Remove.
19569         (cos_test_tonearest): Likewise.
19570         (cos_towardzero_test_data): Likewise.
19571         (cos_test_towardzero): Likewise.
19572         (cos_downward_test_data): Likewise.
19573         (cos_test_downward): Likewise.
19574         (cos_upward_test_data): Likewise.
19575         (cos_test_upward): Likewise.
19576         (cosh_test_data): Update call to AUTO_TESTS_f_f.
19577         (cosh_test): Use ALL_RM_TEST.
19578         (cosh_tonearest_test_data): Remove.
19579         (cosh_test_tonearest): Likewise.
19580         (cosh_towardzero_test_data): Likewise.
19581         (cosh_test_towardzero): Likewise.
19582         (cosh_downward_test_data): Likewise.
19583         (cosh_test_downward): Likewise.
19584         (cosh_upward_test_data): Likewise.
19585         (cosh_test_upward): Likewise.
19586         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
19587         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
19588         (ctan_test_data): Likewise.
19589         (ctan_test): Use ALL_RM_TEST.
19590         (ctan_tonearest_test_data): Remove.
19591         (ctan_test_tonearest): Likewise.
19592         (ctan_towardzero_test_data): Likewise.
19593         (ctan_test_towardzero): Likewise.
19594         (ctan_downward_test_data): Likewise.
19595         (ctan_test_downward): Likewise.
19596         (ctan_upward_test_data): Likewise.
19597         (ctan_test_upward): Likewise.
19598         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
19599         (ctanh_test): Use ALL_RM_TEST.
19600         (ctanh_tonearest_test_data): Remove.
19601         (ctanh_test_tonearest): Likewise.
19602         (ctanh_towardzero_test_data): Likewise.
19603         (ctanh_test_towardzero): Likewise.
19604         (ctanh_downward_test_data): Likewise.
19605         (ctanh_test_downward): Likewise.
19606         (ctanh_upward_test_data): Likewise.
19607         (ctanh_test_upward): Likewise.
19608         (erf_test_data): Update call to AUTO_TESTS_f_f.
19609         (erfc_test_data): Likewise.
19610         (exp_test_data): Likewise.
19611         (exp_test): Use ALL_RM_TEST.
19612         (exp_tonearest_test_data): Remove.
19613         (exp_test_tonearest): Likewise.
19614         (exp_towardzero_test_data): Likewise.
19615         (exp_test_towardzero): Likewise.
19616         (exp_downward_test_data): Likewise.
19617         (exp_test_downward): Likewise.
19618         (exp_upward_test_data): Likewise.
19619         (exp_test_upward): Likewise.
19620         (exp10_test_data): Update call to AUTO_TESTS_f_f.
19621         (exp10_test): Use ALL_RM_TEST.
19622         (exp10_tonearest_test_data): Remove.
19623         (exp10_test_tonearest): Likewise.
19624         (exp10_towardzero_test_data): Likewise.
19625         (exp10_test_towardzero): Likewise.
19626         (exp10_downward_test_data): Likewise.
19627         (exp10_test_downward): Likewise.
19628         (exp10_upward_test_data): Likewise.
19629         (exp10_test_upward): Likewise.
19630         (exp2_test_data): Update call to AUTO_TESTS_f_f.
19631         (expm1_test_data): Likewise.
19632         (expm1_test): Use ALL_RM_TEST.
19633         (expm1_tonearest_test_data): Remove.
19634         (expm1_test_tonearest): Likewise.
19635         (expm1_towardzero_test_data): Likewise.
19636         (expm1_test_towardzero): Likewise.
19637         (expm1_downward_test_data): Likewise.
19638         (expm1_test_downward): Likewise.
19639         (expm1_upward_test_data): Likewise.
19640         (expm1_test_upward): Likewise.
19641         (fma_test_data): Update call to AUTO_TESTS_fff_f.
19642         (fma_test): Use ALL_RM_TEST.
19643         (fma_towardzero_test_data): Remove.
19644         (fma_test_towardzero): Likewise.
19645         (fma_downward_test_data): Likewise.
19646         (fma_test_downward): Likewise.
19647         (fma_upward_test_data): Likewise.
19648         (fma_test_upward): Likewise.
19649         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
19650         (j0_test_data): Update call to AUTO_TESTS_f_f.
19651         (j1_test_data): Likewise.
19652         (jn_test_data): Update call to AUTO_TESTS_if_f.
19653         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
19654         (log_test_data): Update call to AUTO_TESTS_f_f.
19655         (log10_test_data): Likewise.
19656         (log1p_test_data): Likewise.
19657         (log2_test_data): Likewise.
19658         (pow_test_data): Update call to AUTO_TESTS_ff_f.
19659         (pow_tonearest_test_data): Likewise.
19660         (sin_test_data): Update call to AUTO_TESTS_f_f.
19661         (sin_test): Use ALL_RM_TEST.
19662         (sin_tonearest_test_data): Remove.
19663         (sin_test_tonearest): Likewise.
19664         (sin_towardzero_test_data): Likewise.
19665         (sin_test_towardzero): Likewise.
19666         (sin_downward_test_data): Likewise.
19667         (sin_test_downward): Likewise.
19668         (sin_upward_test_data): Likewise.
19669         (sin_test_upward): Likewise.
19670         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
19671         (sinh_test_data): Update call to AUTO_TESTS_f_f.
19672         (sinh_test): Use ALL_RM_TEST.
19673         (sinh_tonearest_test_data): Remove.
19674         (sinh_test_tonearest): Likewise.
19675         (sinh_towardzero_test_data): Likewise.
19676         (sinh_test_towardzero): Likewise.
19677         (sinh_downward_test_data): Likewise.
19678         (sinh_test_downward): Likewise.
19679         (sinh_upward_test_data): Likewise.
19680         (sinh_test_upward): Likewise.
19681         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
19682         (sqrt_test): Use ALL_RM_TEST.
19683         (sqrt_tonearest_test_data): Remove.
19684         (sqrt_test_tonearest): Likewise.
19685         (sqrt_towardzero_test_data): Likewise.
19686         (sqrt_test_towardzero): Likewise.
19687         (sqrt_downward_test_data): Likewise.
19688         (sqrt_test_downward): Likewise.
19689         (sqrt_upward_test_data): Likewise.
19690         (sqrt_test_upward): Likewise.
19691         (tan_test_data): Update call to AUTO_TESTS_f_f.
19692         (tan_test): Use ALL_RM_TEST.
19693         (tan_tonearest_test_data): Remove.
19694         (tan_test_tonearest): Likewise.
19695         (tan_towardzero_test_data): Likewise.
19696         (tan_test_towardzero): Likewise.
19697         (tan_downward_test_data): Likewise.
19698         (tan_test_downward): Likewise.
19699         (tan_upward_test_data): Likewise.
19700         (tan_test_upward): Likewise.
19701         (tanh_test_data): Update call to AUTO_TESTS_f_f.
19702         (tgamma_test_data): Likewise.
19703         (y0_test_data): Likewise.
19704         (y1_test_data): Likewise.
19705         (yn_test_data): Update call to AUTO_TESTS_if_f.
19706         (main): Do not call removed functions.
19708 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
19710         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
19711         (ldexp_test_data): Remove.
19712         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
19713         scalbn_test_data.
19714         (scalb_test): Use ALL_RM_TEST.
19716 2014-03-19  Andreas Schwab  <schwab@suse.de>
19718         * nscd/nscd.service: Also invalidate netgroup cache on reload.
19720 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
19722         [BZ #16649]
19723         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19724         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
19725         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
19726         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19727         (__ASSUME_PREADV): Undefine.
19728         (__ASSUME_PWRITEV): Likewise.
19730 2014-03-18  Roland McGrath  <roland@hack.frob.com>
19732         * bits/mman-linux.h: Add comment about non-Linux use.
19733         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
19734         bits/mman-linux.h resting place.
19736         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
19737         * bits/mman-linux.h: ... here.
19739 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19741         * conform/conformtest.pl: Add standard definition when calling C
19742         preprocessor on data files.
19743         (checknamespace): Remove unused variable.
19745 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
19747         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
19748         minus_oflow, plus_uflow and minus_uflow in expected results.
19749         * math/libm-test.inc (scalbn_test_data): Add more tests of
19750         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
19751         minus_uflow.
19752         (scalbn_test): Use ALL_RM_TEST.
19753         (scalbln_test_data): Add more tests of negative arguments.  Use
19754         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
19755         (scalbln_test): Use ALL_RM_TEST.
19757 2014-03-18  Roland McGrath  <roland@hack.frob.com>
19759         * scripts/abilist.awk: Ignore symbols marked with .hidden.
19761 2014-03-18  Will Newton  <will.newton@linaro.org>
19763         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
19764         inaccurate comment.
19766 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
19768         * Makerules [!subdir] (check-abi): Exit with error status if a
19769         test failed.
19771 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
19773         * math/libm-test.inc (nearbyint_test_data): Include all tests used
19774         for rint.  Include results for all rounding modes.
19775         (nearbyint_test): Use ALL_RM_TEST.
19776         (rint_test_data): Include all tests used for nearbyint.
19778 2014-03-17  Will Newton  <will.newton@linaro.org>
19780         * nptl/sysdeps/pthread/pthread.h: Revert previous
19781         change.
19783         * sysdeps/generic/ldsodefs.h: Revert previous
19784         change.
19786         * libio/genops.c: Revert previous change.
19787         * libio/libioP.h: Likewise.
19788         * stdio-common/vfprintf.c: Likewise.
19790         * sysdeps/generic/math_private.h: Revert previous
19791         change.
19793         * sysdeps/generic/math_private.h: Check whether
19794         HAVE_RM_CTX is defined with #ifdef rather
19795         than #if.
19797         * argp/argp-fmtstream.h: Check whether
19798         __STRICT_ANSI__ is defined with #ifdef rather
19799         than #if.
19800         * argp/argp.h: Likewise.
19802         * libio/genops.c: Check whether
19803         _IO_JUMPS_OFFSET is defined with #ifdef rather
19804         than #if.
19805         * libio/libioP.h: Likewise.
19806         * stdio-common/vfprintf.c: Likewise.
19808         * sysdeps/generic/ldsodefs.h: Check whether
19809         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
19810         than #if.
19812         * nptl/sysdeps/pthread/pthread.h: Check
19813         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
19814         its value.
19816 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
19818         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
19819         setting O_APPEND.
19820         * libio/tst-ftell-active-handler.c (do_append_test): Add a
19821         test case.
19823         [BZ #16680]
19824         * libio/fileops.c (_IO_file_open): Seek to end of file but
19825         don't cache the offset.
19826         (get_file_offset): Remove function.
19827         (do_ftell): Use cached offset when available.
19828         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
19829         don't cache the offset.
19830         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
19831         case.
19832         (do_one_test): Call it.
19833         (do_ftell_test): Fix up expected old offset for a+ mode.
19834         * libio/wfileops.c (do_ftell_wide): Used cached offset when
19835         available.
19837         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
19838         up test status with function return status.
19839         (do_write_test): Likewise.
19840         (do_append_test): Likewise.
19842         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
19843         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
19844         Remove.
19846 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
19848         * math/gen-libm-test.pl (parse_args): Handle results specified for
19849         each rounding mode separately.
19850         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
19851         tests and results from lrint_tonearest_test_data,
19852         lrint_towardzero_test_data, lrint_downward_test_data and
19853         lrint_upward_test_data.
19854         (lrint_test): Use ALL_RM_TEST.
19855         (lrint_tonearest_test_data): Remove.
19856         (lrint_test_tonearest): Likewise.
19857         (lrint_towardzero_test_data): Likewise.
19858         (lrint_test_towardzero): Likewise.
19859         (lrint_downward_test_data): Likewise.
19860         (lrint_test_downward): Likewise.
19861         (lrint_upward_test_data): Likewise.
19862         (lrint_test_upward): Likewise.
19863         (llrint_test_data): Merge in per-rounding-mode tests and results
19864         from llrint_tonearest_test_data, llrint_towardzero_test_data,
19865         llrint_downward_test_data and llrint_upward_test_data.
19866         (llrint_test): Use ALL_RM_TEST.
19867         (llrint_tonearest_test_data): Remove.
19868         (llrint_test_tonearest): Likewise.
19869         (llrint_towardzero_test_data): Likewise.
19870         (llrint_test_towardzero): Likewise.
19871         (llrint_downward_test_data): Likewise.
19872         (llrint_test_downward): Likewise.
19873         (llrint_upward_test_data): Likewise.
19874         (llrint_test_upward): Likewise.
19875         (rint_test_data): Merge in per-rounding-mode tests and results
19876         from rint_tonearest_test_data, rint_towardzero_test_data,
19877         rint_downward_test_data and rint_upward_test_data.  Add
19878         per-rounding-mode results for tests not in those arrays.
19879         (rint_test): Use ALL_RM_TEST.
19880         (rint_tonearest_test_data): Remove.
19881         (rint_test_tonearest): Likewise.
19882         (rint_towardzero_test_data): Likewise.
19883         (rint_test_towardzero): Likewise.
19884         (rint_downward_test_data): Likewise.
19885         (rint_test_downward): Likewise.
19886         (rint_upward_test_data): Likewise.
19887         (rint_test_upward): Likewise.
19888         (main): Don't call removed functions.
19890 2014-03-14  Roland McGrath  <roland@hack.frob.com>
19892         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
19893         "Compiled on ..." crapola.  It is anti-useful.
19895 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
19897         * scripts/evaluate-test.sh: Handle fourth argument to determine
19898         whether test run should stop on failure.
19899         * Makeconfig (stop-on-test-failure): New variable.
19900         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
19901         $(stop-on-test-failure).
19902         * Makefile (tests): Give a summary of results from testing and
19903         exit with failure status if they include an ERROR or FAIL.
19904         (xtests): Likewise.
19905         * manual/install.texi (Configuring and compiling): Mention
19906         stop-on-test-failure=y.
19907         * INSTALL: Regenerated.
19909 2014-03-14  Roland McGrath  <roland@hack.frob.com>
19911         * scripts/versionlist.awk: New file.
19912         * Makerules [$(build-shared) = yes]
19913         (postclean-generated): Add Versions.def, not Versions.def.v and
19914         Versions.def.v.i.
19915         ($(common-objpfx)Versions.def.v.i): Target removed.
19916         ($(common-objpfx)Versions.def): New target.
19917         ($(common-objpfx)Versions.all): Depend on that rather that
19918         $(common-objpfx)Versions.def.v.
19919         * Versions.def: File removed.
19921         * Makeconfig (+gccwarn): Add -Wundef.
19922         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
19923         a dl-sysdep.h breaking its contract.
19924         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
19925         * include/stackinfo.h: New file.
19926         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
19927         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
19928         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
19929         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
19930         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
19931         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
19932         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19933         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19934         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19935         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19936         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19937         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
19938         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19939         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19940         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
19942 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19944         [BZ #16707]
19945         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
19946         implementation.
19947         * math/libm-test.inc (round_test_data): Add more tests.
19949         [BZ #16706]
19950         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
19951         implementation.
19952         * math/libm-test.inc (nearbyint_test_data): Add more tests.
19954         [BZ #16701]
19955         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
19956         implementation.
19957         * math/libm-test.inc (ceil_test_data): Add more tests.
19959         * math/libm-test.inc (trunc_test_data): Add more tests related to
19960         BZ#16414.
19962 2014-03-14  Roland McGrath  <roland@hack.frob.com>
19964         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
19965         with #if rather than #ifdef.
19966         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
19968 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
19970         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
19971         first.  Disable AVX-512 GCC support if assembler doesn't support
19972         it.
19973         * sysdeps/x86_64/configure: Regenerated.
19975 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
19977         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
19978         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
19979         (__old_pthread_attr_setstack): Likewise.
19980         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
19981         [!_STACK_GROWS_DOWN]: Likewise.
19983 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
19985         * config.make.in (have-bash2): Delete.
19986         * configure.ac (libc_cv_have_bash2): Delete.
19987         * configure: Regenerate.
19988         * elf/Makefile (common-ldd-rewrite): Rename to ...
19989         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
19990         (sh-ldd-rewrite): Delete.
19991         (bash-ldd-rewrite): Delete.
19992         (have-bash2): Delete checks.
19993         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
19994         ldd-rewrite.
19996         * config.make.in (have-ksh): Delete.
19997         (KSH): Delete.
19998         * configure.ac (libc_cv_have_ksh): Delete.
19999         * configure: Regenerate.
20001         * elf/Makefile: Delete $(have-ksh) check.
20002         ($(objpfx)sotruss): Change KSH to BASH.
20003         * elf/sotruss.ksh: Rename to ...
20004         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
20005         function style to match POSIX.  Drop ksh vim mode setting.
20007         * manual/time.texi (Specifying the Time Zone with TZ): Change
20008         Tuesday to Thursday.
20010         * debug/tst-longjmp_chk2.c: Update header comment.
20011         (stackoverflow_handler): Add comment.  Call assert on pass value.
20013 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
20015         [BZ #16194]
20016         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
20017         (HAVE_AVX512_ASM_SUPPORT): Likewise.
20018         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
20019         (La_x86_64_vector): Add zmm.
20020         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
20021         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
20022         ($(objpfx)tst-audit10): New target.
20023         ($(objpfx)tst-audit10.out): Likewise.
20024         (tst-audit10-ENV): New.
20025         (AVX512-CFLAGS): Likewise.
20026         (CFLAGS-tst-audit10.c): Likewise.
20027         (CFLAGS-tst-auditmod10a.c): Likewise.
20028         (CFLAGS-tst-auditmod10b.c): Likewise.
20029         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
20030         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
20031         * sysdeps/x86_64/configure: Regenerated.
20032         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
20033         AVX-512 zmm register support.
20034         (_dl_x86_64_save_sse): Likewise.
20035         (_dl_x86_64_restore_sse): Likewise.
20036         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
20037         size vector registers.
20038         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
20039         (ZMM_SIZE): Likewise.
20040         * sysdeps/x86_64/tst-audit10.c: New file.
20041         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
20042         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
20044 2014-03-13  Roland McGrath  <roland@hack.frob.com>
20046         * configure.ac (HAVE_EHDR_START): New check.
20047         * configure: Regenerated.
20048         * config.h.in (HAVE_EHDR_START): New #undef.
20049         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
20050         assuming the lowest-addressed segment maps the start of the file.
20052 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
20054         * INSTALL: Regenerated.
20056 2014-03-13  Will Newton  <will.newton@linaro.org>
20058         * manual/setjmp.texi (System V contexts): Improve
20059         clarity and grammar of documentation.
20061 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
20063         [BZ #16381]
20064         * elf/Makefile (tests): Add tst-pie2.
20065         (tests-pie): Add tst-pie2.
20066         * elf/tst-pie2.c: New file.
20067         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
20068         for ET_EXEC.
20069         * elf/rtld.c (map_doit): Load executable as lt_executable.
20070         (dl_main): Likewise.
20072 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
20074         [BZ #16642]
20075         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
20076         (__ASSUME_PSELECT): Undefine.
20078 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20080         [BZ #16689]
20081         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
20082         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
20083         static build.
20084         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
20085         selector for static builds.
20087 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20089         [BZ #16695]
20090         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
20091         key in the buffer.
20093 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20095         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
20096         IFUNC selector for static builds.
20098 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
20100         * sysdeps/mips/math_private.h [__mips_hard_float]
20101         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
20102         libc_feresetround_mips_ctx.
20103         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
20104         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
20105         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
20107         [BZ #16677]
20108         * math/s_nextafter.c (__nextafter): Do not return value from
20109         overflowing computation.
20110         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
20111         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
20112         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
20113         Likewise.
20114         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
20115         Likewise.
20116         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
20117         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
20119 2014-03-11  Roland McGrath  <roland@hack.frob.com>
20121         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
20122         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
20123         Move sfi_sp use from the load-multiple (that no longer sets sp) to
20124         the new mov targetting sp.
20126 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20128         [BZ #16683]
20129         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
20130         Define it for static builds as well.
20131         (NO_BZERO_IMPL): Likewise.
20133 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
20135         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
20136         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
20137         multiarch strspn for PPC64.
20138         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
20139         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
20140         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20141         (__libc_ifunc_impl_list): Likewise.
20142         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
20143         multiarch optimizations
20144         * string/strspn.c (strspn): Using macro to redefine symbol name.
20146 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
20147             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20149         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
20150         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
20151         multiarch strncat for PPC64.
20152         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
20153         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
20154         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20155         (__libc_ifunc_impl_list): Likewise.
20156         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
20157         multiarch optimizations
20159 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20161         [BZ #16639]
20162         * nscd/nscd.service: Make service type forking.
20164 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20166         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
20167         sign in non default rounding modes.
20168         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
20170 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
20172         * math/libm-test.inc (ALL_RM_TEST): New macro.
20173         (ceil_test): Use ALL_RM_TEST.
20174         (cimag_test): Likewise.
20175         (conj_test): Likewise.
20176         (copysign_test): Likewise.
20177         (cproj_test): Likewise.
20178         (creal_test): Likewise.
20179         (fabs_test): Likewise.
20180         (floor_test): Likewise.
20181         (fmax_test): Likewise.
20182         (fmin_test): Likewise.
20183         (fmod_test): Likewise.
20184         (fpclassify_test): Likewise.
20185         (frexp_test): Likewise.
20186         (ilogb_test): Likewise.
20187         (isfinite_test): Likewise.
20188         (finite_test): Likewise.
20189         (isgreater_test): Likewise.
20190         (isgreaterequal_test): Likewise.
20191         (isinf_test): Likewise.
20192         (isless_test): Likewise.
20193         (islessequal_test): Likewise.
20194         (islessgreater_test): Likewise.
20195         (isnan_test): Likewise.
20196         (isnormal_test): Likewise.
20197         (issignaling_test): Likewise.
20198         (isunordered_test): Likewise.
20199         (logb_test): Likewise.
20200         (logb_downward_test_data): Remove.
20201         (logb_test_downward): Likewise.
20202         (lround_test): Use ALL_RM_TEST.
20203         (llround_test): Likewise.
20204         (modf_test): Likewise.
20205         (nexttoward_test): Likewise.
20206         (remainder_test): Likewise.
20207         (drem_test): Likewise.
20208         (remainder_tonearest_test_data): Likewise.
20209         (remainder_test_tonearest): Likewise.
20210         (drem_test_tonearest): Likewise.
20211         (remainder_towardzero_test_data): Likewise.
20212         (remainder_test_towardzero): Likewise.
20213         (drem_test_towardzero): Likewise.
20214         (remainder_downward_test_data): Likewise.
20215         (remainder_test_downward): Likewise.
20216         (drem_test_downward): Likewise.
20217         (remainder_upward_test_data): Likewise.
20218         (remainder_test_upward): Likewise.
20219         (drem_test_upward): Likewise.
20220         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
20221         (round_test): Use ALL_RM_TEST.
20222         (signbit_test): Likewise.
20223         (trunc_test): Likewise.
20224         (significand_test): Likewise.
20225         (main): Don't call removed functions.
20227 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
20229         [BZ #16674]
20230         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
20231         || __USE_XOPEN2K8].
20232         (ILL_ILLOPN): Likewise.
20233         (ILL_ILLADR): Likewise.
20234         (ILL_ILLTRP): Likewise.
20235         (ILL_PRVOPC): Likewise.
20236         (ILL_PRVREG): Likewise.
20237         (ILL_COPROC): Likewise.
20238         (ILL_BADSTK): Likewise.
20239         (FPE_INTDIV): Likewise.
20240         (FPE_INTOVF): Likewise.
20241         (FPE_FLTDIV): Likewise.
20242         (FPE_FLTOVF): Likewise.
20243         (FPE_FLTUND): Likewise.
20244         (FPE_FLTRES): Likewise.
20245         (FPE_FLTINV): Likewise.
20246         (FPE_FLTSUB): Likewise.
20247         (SEGV_MAPERR): Likewise.
20248         (SEGV_ACCERR): Likewise.
20249         (BUS_ADRALN): Likewise.
20250         (BUS_ADRERR): Likewise.
20251         (BUS_OBJERR): Likewise.
20252         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20253         (TRAP_TRACE): Likewise.
20254         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20255         __USE_XOPEN2K8].
20256         (CLD_KILLED): Likewise.
20257         (CLD_DUMPED): Likewise.
20258         (CLD_TRAPPED): Likewise.
20259         (CLD_STOPPED): Likewise.
20260         (CLD_CONTINUED): Likewise.
20261         (POLL_IN): Likewise.
20262         (POLL_OUT): Likewise.
20263         (POLL_MSG): Likewise.
20264         (POLL_ERR): Likewise.
20265         (POLL_PRI): Likewise.
20266         (POLL_HUP): Likewise.
20267         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
20268         Likewise.
20269         (ILL_ILLOPN): Likewise.
20270         (ILL_ILLADR): Likewise.
20271         (ILL_ILLTRP): Likewise.
20272         (ILL_PRVOPC): Likewise.
20273         (ILL_PRVREG): Likewise.
20274         (ILL_COPROC): Likewise.
20275         (ILL_BADSTK): Likewise.
20276         (FPE_INTDIV): Likewise.
20277         (FPE_INTOVF): Likewise.
20278         (FPE_FLTDIV): Likewise.
20279         (FPE_FLTOVF): Likewise.
20280         (FPE_FLTUND): Likewise.
20281         (FPE_FLTRES): Likewise.
20282         (FPE_FLTINV): Likewise.
20283         (FPE_FLTSUB): Likewise.
20284         (SEGV_MAPERR): Likewise.
20285         (SEGV_ACCERR): Likewise.
20286         (BUS_ADRALN): Likewise.
20287         (BUS_ADRERR): Likewise.
20288         (BUS_OBJERR): Likewise.
20289         (BUS_MCEERR_AR): Likewise.
20290         (BUS_MCEERR_AO): Likewise.
20291         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20292         (TRAP_TRACE): Likewise.
20293         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20294         __USE_XOPEN2K8].
20295         (CLD_KILLED): Likewise.
20296         (CLD_DUMPED): Likewise.
20297         (CLD_TRAPPED): Likewise.
20298         (CLD_STOPPED): Likewise.
20299         (CLD_CONTINUED): Likewise.
20300         (POLL_IN): Likewise.
20301         (POLL_OUT): Likewise.
20302         (POLL_MSG): Likewise.
20303         (POLL_ERR): Likewise.
20304         (POLL_PRI): Likewise.
20305         (POLL_HUP): Likewise.
20306         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
20307         (ILL_ILLOPN): Likewise.
20308         (ILL_ILLADR): Likewise.
20309         (ILL_ILLTRP): Likewise.
20310         (ILL_PRVOPC): Likewise.
20311         (ILL_PRVREG): Likewise.
20312         (ILL_COPROC): Likewise.
20313         (ILL_BADSTK): Likewise.
20314         (FPE_INTDIV): Likewise.
20315         (FPE_INTOVF): Likewise.
20316         (FPE_FLTDIV): Likewise.
20317         (FPE_FLTOVF): Likewise.
20318         (FPE_FLTUND): Likewise.
20319         (FPE_FLTRES): Likewise.
20320         (FPE_FLTINV): Likewise.
20321         (FPE_FLTSUB): Likewise.
20322         (SEGV_MAPERR): Likewise.
20323         (SEGV_ACCERR): Likewise.
20324         (BUS_ADRALN): Likewise.
20325         (BUS_ADRERR): Likewise.
20326         (BUS_OBJERR): Likewise.
20327         (BUS_MCEERR_AR): Likewise.
20328         (BUS_MCEERR_AO): Likewise.
20329         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20330         (TRAP_TRACE): Likewise.
20331         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20332         __USE_XOPEN2K8].
20333         (CLD_KILLED): Likewise.
20334         (CLD_DUMPED): Likewise.
20335         (CLD_TRAPPED): Likewise.
20336         (CLD_STOPPED): Likewise.
20337         (CLD_CONTINUED): Likewise.
20338         (POLL_IN): Likewise.
20339         (POLL_OUT): Likewise.
20340         (POLL_MSG): Likewise.
20341         (POLL_ERR): Likewise.
20342         (POLL_PRI): Likewise.
20343         (POLL_HUP): Likewise.
20344         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
20345         Likewise.
20346         (ILL_ILLOPN): Likewise.
20347         (ILL_ILLADR): Likewise.
20348         (ILL_ILLTRP): Likewise.
20349         (ILL_PRVOPC): Likewise.
20350         (ILL_PRVREG): Likewise.
20351         (ILL_COPROC): Likewise.
20352         (ILL_BADSTK): Likewise.
20353         (ILL_BADIADDR): Likewise.
20354         (ILL_BREAK): Likewise.
20355         (FPE_INTDIV): Likewise.
20356         (FPE_INTOVF): Likewise.
20357         (FPE_FLTDIV): Likewise.
20358         (FPE_FLTOVF): Likewise.
20359         (FPE_FLTUND): Likewise.
20360         (FPE_FLTRES): Likewise.
20361         (FPE_FLTINV): Likewise.
20362         (FPE_FLTSUB): Likewise.
20363         (FPE_DECOVF): Likewise.
20364         (FPE_DECDIV): Likewise.
20365         (FPE_DECERR): Likewise.
20366         (FPE_INVASC): Likewise.
20367         (FPE_INVDEC): Likewise.
20368         (SEGV_MAPERR): Likewise.
20369         (SEGV_ACCERR): Likewise.
20370         (SEGV_PSTKOVF): Likewise.
20371         (BUS_ADRALN): Likewise.
20372         (BUS_ADRERR): Likewise.
20373         (BUS_OBJERR): Likewise.
20374         (BUS_MCEERR_AR): Likewise.
20375         (BUS_MCEERR_AO): Likewise.
20376         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20377         (TRAP_TRACE): Likewise.
20378         (TRAP_BRANCH): Likewise.
20379         (TRAP_HWBKPT): Likewise.
20380         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20381         __USE_XOPEN2K8].
20382         (CLD_KILLED): Likewise.
20383         (CLD_DUMPED): Likewise.
20384         (CLD_TRAPPED): Likewise.
20385         (CLD_STOPPED): Likewise.
20386         (CLD_CONTINUED): Likewise.
20387         (POLL_IN): Likewise.
20388         (POLL_OUT): Likewise.
20389         (POLL_MSG): Likewise.
20390         (POLL_ERR): Likewise.
20391         (POLL_PRI): Likewise.
20392         (POLL_HUP): Likewise.
20393         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
20394         (ILL_ILLOPN): Likewise.
20395         (ILL_ILLADR): Likewise.
20396         (ILL_ILLTRP): Likewise.
20397         (ILL_PRVOPC): Likewise.
20398         (ILL_PRVREG): Likewise.
20399         (ILL_COPROC): Likewise.
20400         (ILL_BADSTK): Likewise.
20401         (FPE_INTDIV): Likewise.
20402         (FPE_INTOVF): Likewise.
20403         (FPE_FLTDIV): Likewise.
20404         (FPE_FLTOVF): Likewise.
20405         (FPE_FLTUND): Likewise.
20406         (FPE_FLTRES): Likewise.
20407         (FPE_FLTINV): Likewise.
20408         (FPE_FLTSUB): Likewise.
20409         (SEGV_MAPERR): Likewise.
20410         (SEGV_ACCERR): Likewise.
20411         (BUS_ADRALN): Likewise.
20412         (BUS_ADRERR): Likewise.
20413         (BUS_OBJERR): Likewise.
20414         (BUS_MCEERR_AR): Likewise.
20415         (BUS_MCEERR_AO): Likewise.
20416         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20417         (TRAP_TRACE): Likewise.
20418         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20419         __USE_XOPEN2K8].
20420         (CLD_KILLED): Likewise.
20421         (CLD_DUMPED): Likewise.
20422         (CLD_TRAPPED): Likewise.
20423         (CLD_STOPPED): Likewise.
20424         (CLD_CONTINUED): Likewise.
20425         (POLL_IN): Likewise.
20426         (POLL_OUT): Likewise.
20427         (POLL_MSG): Likewise.
20428         (POLL_ERR): Likewise.
20429         (POLL_PRI): Likewise.
20430         (POLL_HUP): Likewise.
20431         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
20432         (ILL_ILLOPN): Likewise.
20433         (ILL_ILLADR): Likewise.
20434         (ILL_ILLTRP): Likewise.
20435         (ILL_PRVOPC): Likewise.
20436         (ILL_PRVREG): Likewise.
20437         (ILL_COPROC): Likewise.
20438         (ILL_BADSTK): Likewise.
20439         (FPE_INTDIV): Likewise.
20440         (FPE_INTOVF): Likewise.
20441         (FPE_FLTDIV): Likewise.
20442         (FPE_FLTOVF): Likewise.
20443         (FPE_FLTUND): Likewise.
20444         (FPE_FLTRES): Likewise.
20445         (FPE_FLTINV): Likewise.
20446         (FPE_FLTSUB): Likewise.
20447         (SEGV_MAPERR): Likewise.
20448         (SEGV_ACCERR): Likewise.
20449         (BUS_ADRALN): Likewise.
20450         (BUS_ADRERR): Likewise.
20451         (BUS_OBJERR): Likewise.
20452         (BUS_MCEERR_AR): Likewise.
20453         (BUS_MCEERR_AO): Likewise.
20454         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20455         (TRAP_TRACE): Likewise.
20456         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20457         __USE_XOPEN2K8].
20458         (CLD_KILLED): Likewise.
20459         (CLD_DUMPED): Likewise.
20460         (CLD_TRAPPED): Likewise.
20461         (CLD_STOPPED): Likewise.
20462         (CLD_CONTINUED): Likewise.
20463         (POLL_IN): Likewise.
20464         (POLL_OUT): Likewise.
20465         (POLL_MSG): Likewise.
20466         (POLL_ERR): Likewise.
20467         (POLL_PRI): Likewise.
20468         (POLL_HUP): Likewise.
20469         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
20470         (ILL_ILLOPN): Likewise.
20471         (ILL_ILLADR): Likewise.
20472         (ILL_ILLTRP): Likewise.
20473         (ILL_PRVOPC): Likewise.
20474         (ILL_PRVREG): Likewise.
20475         (ILL_COPROC): Likewise.
20476         (ILL_BADSTK): Likewise.
20477         (FPE_INTDIV): Likewise.
20478         (FPE_INTOVF): Likewise.
20479         (FPE_FLTDIV): Likewise.
20480         (FPE_FLTOVF): Likewise.
20481         (FPE_FLTUND): Likewise.
20482         (FPE_FLTRES): Likewise.
20483         (FPE_FLTINV): Likewise.
20484         (FPE_FLTSUB): Likewise.
20485         (SEGV_MAPERR): Likewise.
20486         (SEGV_ACCERR): Likewise.
20487         (BUS_ADRALN): Likewise.
20488         (BUS_ADRERR): Likewise.
20489         (BUS_OBJERR): Likewise.
20490         (BUS_MCEERR_AR): Likewise.
20491         (BUS_MCEERR_AO): Likewise.
20492         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20493         (TRAP_TRACE): Likewise.
20494         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20495         __USE_XOPEN2K8].
20496         (CLD_KILLED): Likewise.
20497         (CLD_DUMPED): Likewise.
20498         (CLD_TRAPPED): Likewise.
20499         (CLD_STOPPED): Likewise.
20500         (CLD_CONTINUED): Likewise.
20501         (POLL_IN): Likewise.
20502         (POLL_OUT): Likewise.
20503         (POLL_MSG): Likewise.
20504         (POLL_ERR): Likewise.
20505         (POLL_PRI): Likewise.
20506         (POLL_HUP): Likewise.
20507         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
20508         (ILL_ILLOPN): Likewise.
20509         (ILL_ILLADR): Likewise.
20510         (ILL_ILLTRP): Likewise.
20511         (ILL_PRVOPC): Likewise.
20512         (ILL_PRVREG): Likewise.
20513         (ILL_COPROC): Likewise.
20514         (ILL_BADSTK): Likewise.
20515         (ILL_DBLFLT): Likewise.
20516         (ILL_HARDWALL): Likewise.
20517         (FPE_INTDIV): Likewise.
20518         (FPE_INTOVF): Likewise.
20519         (FPE_FLTDIV): Likewise.
20520         (FPE_FLTOVF): Likewise.
20521         (FPE_FLTUND): Likewise.
20522         (FPE_FLTRES): Likewise.
20523         (FPE_FLTINV): Likewise.
20524         (FPE_FLTSUB): Likewise.
20525         (SEGV_MAPERR): Likewise.
20526         (SEGV_ACCERR): Likewise.
20527         (BUS_ADRALN): Likewise.
20528         (BUS_ADRERR): Likewise.
20529         (BUS_OBJERR): Likewise.
20530         (BUS_MCEERR_AR): Likewise.
20531         (BUS_MCEERR_AO): Likewise.
20532         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20533         (TRAP_TRACE): Likewise.
20534         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20535         __USE_XOPEN2K8].
20536         (CLD_KILLED): Likewise.
20537         (CLD_DUMPED): Likewise.
20538         (CLD_TRAPPED): Likewise.
20539         (CLD_STOPPED): Likewise.
20540         (CLD_CONTINUED): Likewise.
20541         (POLL_IN): Likewise.
20542         (POLL_OUT): Likewise.
20543         (POLL_MSG): Likewise.
20544         (POLL_ERR): Likewise.
20545         (POLL_PRI): Likewise.
20546         (POLL_HUP): Likewise.
20547         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
20548         (ILL_ILLOPN): Likewise.
20549         (ILL_ILLADR): Likewise.
20550         (ILL_ILLTRP): Likewise.
20551         (ILL_PRVOPC): Likewise.
20552         (ILL_PRVREG): Likewise.
20553         (ILL_COPROC): Likewise.
20554         (ILL_BADSTK): Likewise.
20555         (FPE_INTDIV): Likewise.
20556         (FPE_INTOVF): Likewise.
20557         (FPE_FLTDIV): Likewise.
20558         (FPE_FLTOVF): Likewise.
20559         (FPE_FLTUND): Likewise.
20560         (FPE_FLTRES): Likewise.
20561         (FPE_FLTINV): Likewise.
20562         (FPE_FLTSUB): Likewise.
20563         (SEGV_MAPERR): Likewise.
20564         (SEGV_ACCERR): Likewise.
20565         (BUS_ADRALN): Likewise.
20566         (BUS_ADRERR): Likewise.
20567         (BUS_OBJERR): Likewise.
20568         (BUS_MCEERR_AR): Likewise.
20569         (BUS_MCEERR_AO): Likewise.
20570         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
20571         (TRAP_TRACE): Likewise.
20572         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
20573         __USE_XOPEN2K8].
20574         (CLD_KILLED): Likewise.
20575         (CLD_DUMPED): Likewise.
20576         (CLD_TRAPPED): Likewise.
20577         (CLD_STOPPED): Likewise.
20578         (CLD_CONTINUED): Likewise.
20579         (POLL_IN): Likewise.
20580         (POLL_OUT): Likewise.
20581         (POLL_MSG): Likewise.
20582         (POLL_ERR): Likewise.
20583         (POLL_PRI): Likewise.
20584         (POLL_HUP): Likewise.
20585         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
20586         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
20588         [BZ #16670]
20589         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
20590         before #include of <time.h>.
20591         [!__USE_XOPEN2K] (__need_timespec): Likewise.
20592         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
20593         (test-xfail-UNIX98/sched.h/conform): Likewise.
20595 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
20597         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
20598         error absence of trapping exception support.
20599         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
20601 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
20603         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
20604         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
20605         * timezone/Makefile (testdata): Move definition above include of
20606         Rules.
20607         (test-zones): New variable.
20608         (tests-special): Add zone files.
20609         (build-testdata): Use $(evaluate-test).
20611         * elf/Makefile (tests-special): Rename tests to end with .out.
20612         ($(objpfx)noload-mem): Likewise.
20613         ($(objpfx)tst-leaks1-mem): Likewise.
20614         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
20615         * iconv/Makefile (xtests-special): Change test-iconvconfig to
20616         $(objpfx)test-iconvconfig.out.
20617         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
20618         set -e inside subshell and redirect output to file.
20619         * iconvdata/Makefile (generated): Rename tests to end with .out.
20620         Correct type.
20621         (tests-special): Rename tests to end with .out.
20622         ($(objpfx)mtrace-tst-loading): Likewise.
20623         * intl/Makefile (generated): Likewise.
20624         (tests-special): Likewise.
20625         ($(objpfx)mtrace-tst-gettext): Likewise.
20626         * misc/Makefile (generated): Likewise.
20627         (tests-special): Likewise.
20628         ($(objpfx)tst-error1-mem): Likewise.
20629         * nptl/Makefile (tests-special): Likewise.
20630         ($(objpfx)tst-stack3-mem): Likewise.
20631         (generated): Likewise.
20632         * posix/Makefile (generated): Likewise.
20633         (tests-special): Likewise.
20634         (xtests-special): Likewise.
20635         ($(objpfx)tst-fnmatch-mem): Likewise.
20636         ($(objpfx)bug-regex2-mem): Likewise.
20637         ($(objpfx)bug-regex14-mem): Likewise.
20638         ($(objpfx)bug-regex21-mem): Likewise.
20639         ($(objpfx)bug-regex31-mem): Likewise.
20640         ($(objpfx)tst-vfork3-mem): Likewise.
20641         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
20642         ($(objpfx)tst-pcre-mem): Likewise.
20643         ($(objpfx)tst-boost-mem): Likewise.
20644         ($(objpfx)bug-ga2-mem): Likewise.
20645         ($(objpfx)bug-glob2-mem): Likewise.
20646         * resolv/Makefile (generate): Likewise.
20647         (tests-special): Likewise.
20648         (xtests-special): Likewise.
20649         (generated): Likewise.
20650         ($(objpfx)mtrace-tst-leaks): Likewise.
20651         ($(objpfx)mtrace-tst-leaks2): Likewise.
20653         * scripts/merge-test-results.sh: New file.
20654         * Makefile (tests-special-notdir): New variable.
20655         (tests): Run merge-test-results.sh.
20656         (xtests): Likewise.
20657         * Rules (tests-special-notdir): New variable.
20658         (xtests-special-notdir): Likewise.
20659         (tests): Run merge-test-results.sh
20660         (xtests): Likewise.
20662         * Makeconfig (test-xfail-name): New variable.
20663         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
20664         compute variable name for expected failures.
20665         * conform/Makefile (conformtest-headers-data): New variable.
20666         (conformtest-standards): Likewise.
20667         (conformtest-headers-ISO): Likewise.
20668         (conformtest-headers-ISO99): Likewise.
20669         (conformtest-headers-ISO11): Likewise.
20670         (conformtest-headers-POSIX): Likewise.
20671         (conformtest-headers-XPG3): Likewise.
20672         (conformtest-headers-XPG4): Likewise.
20673         (conformtest-headers-UNIX98): Likewise.
20674         (conformtest-headers-XOPEN2K): Likewise.
20675         (conformtest-headers-POSIX2008): Likewise.
20676         (conformtest-headers-XOPEN2K8): Likewise.
20677         (conformtest-header-list-base): Likewise.
20678         (conformtest-header-list-tests): Likewise.
20679         (conformtest-header-base): Likewise.
20680         (conformtest-header-tests): Likewise.
20681         (tests-special): Add $(conformtest-header-list-tests).  If
20682         [$(fast-check) && !$(cross-compiling)], add
20683         $(conformtest-header-tests) instead of
20684         $(objpfx)run-conformtest.out.
20685         (generated): Add $(conformtest-header-list-base).  If
20686         [$(fast-check) && !$(cross-compiling)], add
20687         $(conformtest-header-base).  Remove previous setting.
20688         ($(conformtest-header-list-tests)): New target.
20689         (test-xfail-run-conformtest): Remove variable.
20690         ($(objpfx)run-conformtest.out): Remove target.
20691         (test-xfail-ISO11/complex.h/conform): New variable.
20692         (test-xfail-ISO11/stdalign.h/conform): Likewise.
20693         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
20694         (test-xfail-XPG3/varargs.h/conform): Likewise.
20695         (test-xfail-XPG4/varargs.h/conform): Likewise.
20696         (test-xfail-UNIX98/varargs.h/conform): Likewise.
20697         (test-xfail-XPG4/ndbm.h/conform): Likewise.
20698         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
20699         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
20700         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
20701         (test-xfail-XPG3/fcntl.h/conform): Likewise.
20702         (test-xfail-XPG3/ftw.h/conform): Likewise.
20703         (test-xfail-XPG3/grp.h/conform): Likewise.
20704         (test-xfail-XPG3/langinfo.h/conform): Likewise.
20705         (test-xfail-XPG3/limits.h/conform): Likewise.
20706         (test-xfail-XPG3/pwd.h/conform): Likewise.
20707         (test-xfail-XPG3/search.h/conform): Likewise.
20708         (test-xfail-XPG3/signal.h/conform): Likewise.
20709         (test-xfail-XPG3/stdio.h/conform): Likewise.
20710         (test-xfail-XPG3/stdlib.h/conform): Likewise.
20711         (test-xfail-XPG3/string.h/conform): Likewise.
20712         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
20713         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
20714         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
20715         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
20716         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
20717         (test-xfail-XPG3/sys/types.h/conform): Likewise.
20718         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
20719         (test-xfail-XPG3/termios.h/conform): Likewise.
20720         (test-xfail-XPG3/time.h/conform): Likewise.
20721         (test-xfail-XPG3/unistd.h/conform): Likewise.
20722         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
20723         (test-xfail-XPG4/fcntl.h/conform): Likewise.
20724         (test-xfail-XPG4/langinfo.h/conform): Likewise.
20725         (test-xfail-XPG4/netdb.h/conform): Likewise.
20726         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
20727         (test-xfail-XPG4/signal.h/conform): Likewise.
20728         (test-xfail-XPG4/stdio.h/conform): Likewise.
20729         (test-xfail-XPG4/stdlib.h/conform): Likewise.
20730         (test-xfail-XPG4/stropts.h/conform): Likewise.
20731         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
20732         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
20733         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
20734         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
20735         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
20736         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
20737         (test-xfail-XPG4/sys/time.h/conform): Likewise.
20738         (test-xfail-XPG4/sys/types.h/conform): Likewise.
20739         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
20740         (test-xfail-XPG4/termios.h/conform): Likewise.
20741         (test-xfail-XPG4/ucontext.h/conform): Likewise.
20742         (test-xfail-XPG4/unistd.h/conform): Likewise.
20743         (test-xfail-XPG4/utmpx.h/conform): Likewise.
20744         (test-xfail-POSIX/sched.h/conform): Likewise.
20745         (test-xfail-POSIX/signal.h/conform): Likewise.
20746         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
20747         (test-xfail-POSIX/tar.h/conform): Likewise.
20748         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
20749         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
20750         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
20751         (test-xfail-UNIX98/netdb.h/conform): Likewise.
20752         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
20753         (test-xfail-UNIX98/sched.h/conform): Likewise.
20754         (test-xfail-UNIX98/signal.h/conform): Likewise.
20755         (test-xfail-UNIX98/stdio.h/conform): Likewise.
20756         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
20757         (test-xfail-UNIX98/stropts.h/conform): Likewise.
20758         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
20759         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
20760         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
20761         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
20762         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
20763         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
20764         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
20765         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
20766         (test-xfail-UNIX98/unistd.h/conform): Likewise.
20767         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
20768         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
20769         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
20770         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
20771         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
20772         (test-xfail-XOPEN2K/math.h/conform): Likewise.
20773         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
20774         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
20775         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
20776         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
20777         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
20778         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
20779         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
20780         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
20781         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
20782         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
20783         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
20784         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
20785         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
20786         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
20787         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
20788         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
20789         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
20790         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
20791         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
20792         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
20793         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
20794         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
20795         (test-xfail-POSIX2008/signal.h/conform): Likewise.
20796         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
20797         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
20798         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
20799         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
20800         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
20801         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
20802         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
20803         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
20804         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
20805         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
20806         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
20807         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
20808         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
20809         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
20810         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
20811         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
20812         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
20813         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
20814         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
20815         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
20816         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
20817         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
20818         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
20819         (conformtest-cc-flags): Likewise.
20820         ($(conformtest-header-tests): New target.
20821         * conform/check-header-lists.sh: New file.
20822         * conform/run-conformtest.sh: Remove.
20824         * conform/conformtest.pl: Allow ' and \ in values given for
20825         constants.
20826         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
20827         inclusion.
20828         [POSIX] (sys/types.h): Likewise.
20829         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
20830         inclusion.
20831         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
20832         inclusion.
20833         * conform/data/signal.h-data (SIGIO): Remove expectation.
20834         [XPG3] (SIGBUS): Do not expect.
20835         [POSIX || XPG3] (SIGPOLL): Likewise.
20836         [POSIX || XPG3] (SIGPROF): Likewise.
20837         [POSIX || XPG3] (SIGSYS): Likewise.
20838         [XPG3] (SIGTRAP): Likewise.
20839         [POSIX || XPG3] (SIGURG): Likewise.
20840         [POSIX || XPG3] (SIGVTALRM): Likewise.
20841         [POSIX || XPG3] (SIGXCPU): Likewise.
20842         [POSIX || XPG3] (SIGXFSZ): Likewise.
20843         [POSIX] (SA_SIGINFO): Expect.
20844         [XPG3] (siginfo_t): Do not expect type or contents.
20845         [POSIX] (si_pid): Do not expect element.
20846         [POSIX] (si_uid): Likewise.
20847         [POSIX] (si_addr): Likewise.
20848         [POSIX] (si_status): Likewise.
20849         [POSIX] (si_band): Likewise.
20850         [XPG4] (si_value): Likewise.
20851         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
20852         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
20853         [POSIX || XPG3] (ILL_ILLADR): Likewise.
20854         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
20855         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
20856         [POSIX || XPG3] (ILL_PRVREG): Likewise.
20857         [POSIX || XPG3] (ILL_COPROC): Likewise.
20858         [POSIX || XPG3] (ILL_BADSTK): Likewise.
20859         [POSIX || XPG3] (FPE_INTDIV): Likewise.
20860         [POSIX || XPG3] (FPE_INTOVF): Likewise.
20861         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
20862         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
20863         [POSIX || XPG3] (FPE_FLTUND): Likewise.
20864         [POSIX || XPG3] (FPE_FLTRES): Likewise.
20865         [POSIX || XPG3] (FPE_FLTINV): Likewise.
20866         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
20867         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
20868         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
20869         [POSIX || XPG3] (BUS_ADRALN): Likewise.
20870         [POSIX || XPG3] (BUS_ADRERR): Likewise.
20871         [POSIX || XPG3] (BUS_OBJERR): Likewise.
20872         [POSIX || XPG3] (CLD_EXITED): Likewise.
20873         [POSIX || XPG3] (CLD_KILLED): Likewise.
20874         [POSIX || XPG3] (CLD_DUMPED): Likewise.
20875         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
20876         [POSIX || XPG3] (CLD_STOPPED): Likewise.
20877         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
20878         [POSIX || XPG3] (POLL_IN): Likewise.
20879         [POSIX || XPG3] (POLL_OUT): Likewise.
20880         [POSIX || XPG3] (POLL_MSG): Likewise.
20881         [POSIX || XPG3] (POLL_ERR): Likewise.
20882         [POSIX || XPG3] (POLL_PRI): Likewise.
20883         [POSIX || XPG3] (POLL_HUP): Likewise.
20884         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
20885         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
20886         (SIG*): Do not allow.
20887         [XPG3] (si_*): Likewise.
20888         [XPG3] (SI_*): Likewise.
20889         [XPG3 || XPG4] (sigev_*): Likewise.
20890         [XPG3 || XPG4] (SIGEV_*): Likewise.
20891         [XPG3 || XPG4] (sival_*): Likewise.
20892         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
20893         [POSIX || XPG3] (BUS_*): Likewise.
20894         [POSIX || XPG3] (CLD_*): Likewise.
20895         [POSIX || XPG3] (FPE_*): Likewise.
20896         [POSIX || XPG3] (ILL_*): Likewise.
20897         [POSIX || XPG3] (POLL_*): Likewise.
20898         [POSIX || XPG3] (SEGV_*): Likewise.
20899         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
20900         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
20901         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
20902         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
20903         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
20904         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
20905         Specify type and value.
20906         (TVERSLEN): Likewise.
20907         (REGTYPE): Likewise.
20908         (AREGTYPE): Likewise.
20909         (LNKTYPE): Likewise.
20910         (SYMTYPE): Likewise.
20911         (CHRTYPE): Likewise.
20912         (BLKTYPE): Likewise.
20913         (DIRTYPE): Likewise.
20914         (FIFOTYPE): Likewise.
20915         (CONTTYPE): Likewise.
20916         (TSUID): Likewise.
20917         (TSGID): Likewise.
20918         (TSVTX): Likewise.
20919         (TUREAD): Likewise.
20920         (TUWRITE): Likewise.
20921         (TUEXEC): Likewise.
20922         (TGREAD): Likewise.
20923         (TGWRITE): Likewise.
20924         (TGEXEC): Likewise.
20925         (TOREAD): Likewise.
20926         (TOWRITE): Likewise.
20927         (TOEXEC): Likewise.
20928         [POSIX] (TSVTX): Expect constant.
20930 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
20932         * Makefile (tests): Change dependencies to ....
20933         (tests-special): ... additions to this variable.
20934         (tests): Depend on $(tests-special).
20935         * Makerules (check-abi-list): New variable.
20936         (check-abi): Depend on $(check-abi-list).
20937         [$(subdir) = elf] (tests-special): Add
20938         $(objpfx)check-abi-libc.out.
20939         [$(build-shared) = yes && subdir] (tests-special): Add
20940         $(check-abi-list).
20941         [$(build-shared) = yes && subdir] (tests): Do not depend on
20942         check-abi.
20943         * Rules (tests): Depend on $(tests-special).
20944         (xtests): Depend on $(xtests-special).
20945         * catgets/Makefile (tests): Change dependencies to ....
20946         (tests-special): ... additions to this variable.
20947         * conform/Makefile (tests): Change dependencies to ....
20948         (tests-special): ... additions to this variable.
20949         * elf/Makefile (tests): Change dependencies to ....
20950         (tests-special): ... additions to this variable.
20951         * grp/Makefile (tests): Change dependencies to ....
20952         (tests-special): ... additions to this variable.
20953         * iconv/Makefile (xtests): Change dependencies to ....
20954         (xtests-special): ... additions to this variable.
20955         * iconvdata/Makefile (tests): Change dependencies to ....
20956         (tests-special): ... additions to this variable.
20957         * intl/Makefile (tests): Change dependencies to ....
20958         (tests-special): ... additions to this variable.  Also add
20959         $(objpfx)tst-gettext.out.
20960         * io/Makefile (tests): Change dependencies to ....
20961         (tests-special): ... additions to this variable.
20962         * libio/Makefile (tests): Change dependencies to ....
20963         (tests-special): ... additions to this variable.
20964         * malloc/Makefile (tests): Change dependencies to ....
20965         (tests-special): ... additions to this variable.
20966         * misc/Makefile (tests): Change dependencies to ....
20967         (tests-special): ... additions to this variable.
20968         * nptl/Makefile (tests): Change dependencies to ....
20969         (tests-special): ... additions to this variable.
20970         * nptl_db/Makefile (tests): Change dependencies to ....
20971         (tests-special): ... additions to this variable.
20972         * posix/Makefile (tests): Change dependencies to ....
20973         (tests-special): ... additions to this variable.
20974         (xtests): Change dependencies to ....
20975         (xtests-special): ... additions to this variable.
20976         * resolv/Makefile (tests): Change dependencies to ....
20977         (tests-special): ... additions to this variable.
20978         (xtests): Change dependencies to ....
20979         (xtests-special): ... additions to this variable.
20980         * stdio-common/Makefile (tests): Change dependencies to ....
20981         (tests-special): ... additions to this variable.
20982         (do-tst-unbputc): Remove target.
20983         (do-tst-printf): Likewise.
20984         * stdlib/Makefile (tests): Change dependencies to ....
20985         (tests-special): ... additions to this variable.
20986         * string/Makefile (tests): Change dependencies to ....
20987         (tests-special): ... additions to this variable.
20988         * sysdeps/x86/Makefile (tests): Change dependencies to ....
20989         (tests-special): ... additions to this variable.
20991         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
20992         whole file.
20993         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
20994         whole file.
20995         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
20996         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
20998         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
20999         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
21000         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
21001         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
21002         * conform/data/libgen.h-data [XPG3]: Likewise.
21003         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
21004         * conform/data/ndbm.h-data [XPG3]: Likewise.
21005         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
21006         * conform/data/netdb.h-data [XPG3]: Likewise.
21007         * conform/data/netinet/in.h-data [XPG3]: Likewise.
21008         * conform/data/poll.h-data [XPG3]: Likewise.
21009         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
21010         * conform/data/strings.h-data [XPG3]: Likewise.
21011         * conform/data/stropts.h-data [XPG3]: Likewise.
21012         * conform/data/sys/mman.h-data [XPG3]: Likewise.
21013         * conform/data/sys/resource.h-data [XPG3]: Likewise.
21014         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
21015         Likewise.
21016         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
21017         * conform/data/sys/time.h-data [XPG3]: Likewise.
21018         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
21019         * conform/data/sys/uio.h-data [XPG3]: Likewise.
21020         * conform/data/sys/un.h-data [XPG3]: Likewise.
21021         * conform/data/syslog.h-data [XPG3]: Likewise.
21022         * conform/data/ucontext.h-data [XPG3]: Likewise.
21023         * conform/data/utmpx.h-data [XPG3]: Likewise.
21024         * conform/data/varargs.h-data [UNIX98]: Enable file.
21026         * manual/Makefile (INSTALL_INFO): Remove variable setting.
21028         * math/libm-test.inc (struct test_f_f_data): Move expected results
21029         into structure for each rounding mode.
21030         (struct test_ff_f_data): Likewise.
21031         (struct test_ff_f_data_nexttoward): Likewise.
21032         (struct test_fi_f_data): Likewise.
21033         (struct test_fl_f_data): Likewise.
21034         (struct test_if_f_data): Likewise.
21035         (struct test_fff_f_data): Likewise.
21036         (struct test_c_f_data): Likewise.
21037         (struct test_f_f1_data): Likewise.
21038         (struct test_fF_f1_data): Likewise.
21039         (struct test_ffI_f1_data): Likewise.
21040         (struct test_c_c_data): Likewise.
21041         (struct test_cc_c_data): Likewise.
21042         (struct test_f_i_data): Likewise.
21043         (struct test_ff_i_data): Likewise.
21044         (struct test_f_l_data): Likewise.
21045         (struct test_f_L_data): Likewise.
21046         (struct test_fFF_11_data): Likewise.
21047         (RM_): New macro.
21048         (RM_FE_DOWNWARD): Likewise.
21049         (RM_FE_TONEAREST): Likewise.
21050         (RM_FE_TOWARDZERO): Likewise.
21051         (RM_FE_UPWARD): Likewise.
21052         (RUN_TEST_LOOP_f_f): Update references to expected results.
21053         (RUN_TEST_LOOP_2_f): Likewise.
21054         (RUN_TEST_LOOP_fff_f): Likewise.
21055         (RUN_TEST_LOOP_c_f): Likewise.
21056         (RUN_TEST_LOOP_f_f1): Likewise.
21057         (RUN_TEST_LOOP_fF_f1): Likewise.
21058         (RUN_TEST_LOOP_fI_f1): Likewise.
21059         (RUN_TEST_LOOP_ffI_f1): Likewise.
21060         (RUN_TEST_LOOP_c_c): Likewise.
21061         (RUN_TEST_LOOP_cc_c): Likewise.
21062         (RUN_TEST_LOOP_f_i): Likewise.
21063         (RUN_TEST_LOOP_f_i_tg): Likewise.
21064         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21065         (RUN_TEST_LOOP_f_b): Likewise.
21066         (RUN_TEST_LOOP_f_b_tg): Likewise.
21067         (RUN_TEST_LOOP_f_l): Likewise.
21068         (RUN_TEST_LOOP_f_L): Likewise.
21069         (RUN_TEST_LOOP_fFF_11): Likewise.
21070         * math/gen-libm-test.pl (parse_args): Output four copies of
21071         expected results for each test.
21073         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
21074         (__ASSUME_UTIMES): Remove.
21075         * sysdeps/unix/sysv/linux/tile/kernel-features.h
21076         (__ASSUME_UTIMES): Likewise.
21078         * math/gen-auto-libm-tests.c: Update comment on output format.
21079         (output_for_one_input_case): Generate before-rounding and
21080         after-rounding information as conditions on output flags not
21081         floating-point format.
21082         * math/auto-libm-test-out: Regenerated.
21083         * math/gen-libm-test.pl (cond_value): New function.
21084         (or_cond_value): Use cond_value.
21085         (generate_testfile): Handle conditional exceptions.
21087 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
21089         * math/libm-test.inc (max_valid_error): New variable.
21090         (init_max_error): Take new argument specifying whether function
21091         results are exactly determined.  Set max_valid_error and bound
21092         other variables for errors based on this argument.
21093         (set_max_error): Do not record results above max_valid_error.
21094         (check_float_internal): Only accept errors of up to 0.5ulps if
21095         also at most max_valid_error.
21096         (START): Take new argument EXACT and pass it to init_max_error.
21097         (acos_test): Update call to START.
21098         (acos_test_tonearest): Likewise.
21099         (acos_test_towardzero): Likewise.
21100         (acos_test_downward): Likewise.
21101         (acos_test_upward): Likewise.
21102         (acosh_test): Likewise.
21103         (asin_test): Likewise.
21104         (asin_test_tonearest): Likewise.
21105         (asin_test_towardzero): Likewise.
21106         (asin_test_downward): Likewise.
21107         (asin_test_upward): Likewise.
21108         (asinh_test): Likewise.
21109         (atan_test): Likewise.
21110         (atanh_test): Likewise.
21111         (atan2_test): Likewise.
21112         (cabs_test): Likewise.
21113         (cacos_test): Likewise.
21114         (cacosh_test): Likewise.
21115         (carg_test): Likewise.
21116         (casin_test): Likewise.
21117         (casinh_test): Likewise.
21118         (catan_test): Likewise.
21119         (catanh_test): Likewise.
21120         (cbrt_test): Likewise.
21121         (ccos_test): Likewise.
21122         (ccosh_test): Likewise.
21123         (ceil_test): Likewise.
21124         (cexp_test): Likewise.
21125         (cimag_test): Likewise.
21126         (clog_test): Likewise.
21127         (clog10_test): Likewise.
21128         (conj_test): Likewise.
21129         (copysign_test): Likewise.
21130         (cos_test): Likewise.
21131         (cos_test_tonearest): Likewise.
21132         (cos_test_towardzero): Likewise.
21133         (cos_test_downward): Likewise.
21134         (cos_test_upward): Likewise.
21135         (cosh_test): Likewise.
21136         (cosh_test_tonearest): Likewise.
21137         (cosh_test_towardzero): Likewise.
21138         (cosh_test_downward): Likewise.
21139         (cosh_test_upward): Likewise.
21140         (cpow_test): Likewise.
21141         (cproj_test): Likewise.
21142         (creal_test): Likewise.
21143         (csin_test): Likewise.
21144         (csinh_test): Likewise.
21145         (csqrt_test): Likewise.
21146         (ctan_test): Likewise.
21147         (ctan_test_tonearest): Likewise.
21148         (ctan_test_towardzero): Likewise.
21149         (ctan_test_downward): Likewise.
21150         (ctan_test_upward): Likewise.
21151         (ctanh_test): Likewise.
21152         (ctanh_test_tonearest): Likewise.
21153         (ctanh_test_towardzero): Likewise.
21154         (ctanh_test_downward): Likewise.
21155         (ctanh_test_upward): Likewise.
21156         (erf_test): Likewise.
21157         (erfc_test): Likewise.
21158         (exp_test): Likewise.
21159         (exp_test_tonearest): Likewise.
21160         (exp_test_towardzero): Likewise.
21161         (exp_test_downward): Likewise.
21162         (exp_test_upward): Likewise.
21163         (exp10_test): Likewise.
21164         (exp10_test_tonearest): Likewise.
21165         (exp10_test_towardzero): Likewise.
21166         (exp10_test_downward): Likewise.
21167         (exp10_test_upward): Likewise.
21168         (pow10_test): Likewise.
21169         (exp2_test): Likewise.
21170         (expm1_test): Likewise.
21171         (expm1_test_tonearest): Likewise.
21172         (expm1_test_towardzero): Likewise.
21173         (expm1_test_downward): Likewise.
21174         (expm1_test_upward): Likewise.
21175         (fabs_test): Likewise.
21176         (fdim_test): Likewise.
21177         (floor_test): Likewise.
21178         (fma_test): Likewise.
21179         (fma_test_towardzero): Likewise.
21180         (fma_test_downward): Likewise.
21181         (fma_test_upward): Likewise.
21182         (fmax_test): Likewise.
21183         (fmin_test): Likewise.
21184         (fmod_test): Likewise.
21185         (fpclassify_test): Likewise.
21186         (frexp_test): Likewise.
21187         (hypot_test): Likewise.
21188         (ilogb_test): Likewise.
21189         (isfinite_test): Likewise.
21190         (finite_test): Likewise.
21191         (isgreater_test): Likewise.
21192         (isgreaterequal_test): Likewise.
21193         (isinf_test): Likewise.
21194         (isless_test): Likewise.
21195         (islessequal_test): Likewise.
21196         (islessgreater_test): Likewise.
21197         (isnan_test): Likewise.
21198         (isnormal_test): Likewise.
21199         (issignaling_test): Likewise.
21200         (isunordered_test): Likewise.
21201         (j0_test): Likewise.
21202         (j1_test): Likewise.
21203         (jn_test): Likewise.
21204         (ldexp_test): Likewise.
21205         (lgamma_test): Likewise.
21206         (gamma_test): Likewise.
21207         (lrint_test): Likewise.
21208         (lrint_test_tonearest): Likewise.
21209         (lrint_test_towardzero): Likewise.
21210         (lrint_test_downward): Likewise.
21211         (lrint_test_upward): Likewise.
21212         (llrint_test): Likewise.
21213         (llrint_test_tonearest): Likewise.
21214         (llrint_test_towardzero): Likewise.
21215         (llrint_test_downward): Likewise.
21216         (llrint_test_upward): Likewise.
21217         (log_test): Likewise.
21218         (log10_test): Likewise.
21219         (log1p_test): Likewise.
21220         (log2_test): Likewise.
21221         (logb_test): Likewise.
21222         (logb_test_downward): Likewise.
21223         (lround_test): Likewise.
21224         (llround_test): Likewise.
21225         (modf_test): Likewise.
21226         (nearbyint_test): Likewise.
21227         (nextafter_test): Likewise.
21228         (nexttoward_test): Likewise.
21229         (pow_test): Likewise.
21230         (pow_test_tonearest): Likewise.
21231         (pow_test_towardzero): Likewise.
21232         (pow_test_downward): Likewise.
21233         (pow_test_upward): Likewise.
21234         (remainder_test): Likewise.
21235         (drem_test): Likewise.
21236         (remainder_test_tonearest): Likewise.
21237         (drem_test_tonearest): Likewise.
21238         (remainder_test_towardzero): Likewise.
21239         (drem_test_towardzero): Likewise.
21240         (remainder_test_downward): Likewise.
21241         (drem_test_downward): Likewise.
21242         (remainder_test_upward): Likewise.
21243         (drem_test_upward): Likewise.
21244         (remquo_test): Likewise.
21245         (rint_test): Likewise.
21246         (rint_test_tonearest): Likewise.
21247         (rint_test_towardzero): Likewise.
21248         (rint_test_downward): Likewise.
21249         (rint_test_upward): Likewise.
21250         (round_test): Likewise.
21251         (scalb_test): Likewise.
21252         (scalbn_test): Likewise.
21253         (scalbln_test): Likewise.
21254         (signbit_test): Likewise.
21255         (sin_test): Likewise.
21256         (sin_test_tonearest): Likewise.
21257         (sin_test_towardzero): Likewise.
21258         (sin_test_downward): Likewise.
21259         (sin_test_upward): Likewise.
21260         (sincos_test): Likewise.
21261         (sinh_test): Likewise.
21262         (sinh_test_tonearest): Likewise.
21263         (sinh_test_towardzero): Likewise.
21264         (sinh_test_downward): Likewise.
21265         (sinh_test_upward): Likewise.
21266         (sqrt_test): Likewise.
21267         (sqrt_test_tonearest): Likewise.
21268         (sqrt_test_towardzero): Likewise.
21269         (sqrt_test_downward): Likewise.
21270         (sqrt_test_upward): Likewise.
21271         (tan_test): Likewise.
21272         (tan_test_tonearest): Likewise.
21273         (tan_test_towardzero): Likewise.
21274         (tan_test_downward): Likewise.
21275         (tan_test_upward): Likewise.
21276         (tanh_test): Likewise.
21277         (tgamma_test): Likewise.
21278         (trunc_test): Likewise.
21279         (y0_test): Likewise.
21280         (y1_test): Likewise.
21281         (yn_test): Likewise.
21282         (significand_test): Likewise.
21284         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
21285         individual tests in comment.
21286         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
21287         (prev_max_error): New variable.
21288         (prev_real_max_error): Likewise.
21289         (prev_imag_max_error): Likewise.
21290         (compare_ulp_data): Don't refer to test names in comment.
21291         (find_test_ulps): Remove function.
21292         (find_function_ulps): Likewise.
21293         (find_complex_function_ulps): Likewise.
21294         (init_max_error): Take function name as argument.  Look up ulps
21295         for that function.
21296         (print_ulps): Remove function.
21297         (print_max_error): Use prev_max_error instead of calling
21298         find_function_ulps.
21299         (print_complex_max_error): Use prev_real_max_error and
21300         prev_imag_max_error instead of calling find_complex_function_ulps.
21301         (check_float_internal): Take max_ulp parameter instead of calling
21302         find_test_ulps.  Don't call print_ulps.
21303         (check_float): Update call to check_float_internal.
21304         (check_complex): Update calls to check_float_internal.
21305         (START): Pass argument to init_max_error.
21306         * math/gen-libm-test.pl (%results): Don't include "kind"
21307         information.
21308         (parse_ulps): Don't handle ulps of individual tests.
21309         (print_ulps_file): Likewise.
21310         (output_ulps): Likewise.
21311         * math/README.libm-test: Update.
21312         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
21313         individual tests.
21314         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
21315         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
21316         * sysdeps/arm/libm-test-ulps: Likewise.
21317         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
21318         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
21319         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
21320         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
21321         * sysdeps/microblaze/libm-test-ulps: Likewise.
21322         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
21323         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
21324         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21325         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
21326         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21327         * sysdeps/sh/libm-test-ulps: Likewise.
21328         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21329         * sysdeps/tile/libm-test-ulps: Likewise.
21330         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21332 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
21334         * math/libm-test.inc (print_complex_max_error): Check separately
21335         whether real and imaginary errors are within allowed range and
21336         pass 0 to print_complex_function_ulps instead of value within
21337         allowed range.
21339 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21341         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
21342         formatting.
21343         (get_handles_fopen): Likewise.
21344         (do_write_test): Likewise.
21346         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
21348         * libio/fileops.c (do_ftell): Use cached offset when
21349         available.
21350         * libio/iofwide.c (do_ftell_wide): Likewise.
21351         * libio/iofdopen.c (_IO_new_fdopen): Don't use
21352         _IO_file_attach.
21353         * libio/wfileops.c (_IO_fwide): Don't cache offset.
21355         [BZ #16532]
21356         * libio/libioP.h (get_file_offset): New function.
21357         * libio/fileops.c (get_file_offset): Likewise.
21358         (do_ftell): Likewise.
21359         (_IO_new_file_seekoff): Split out ftell logic.
21360         * libio/wfileops.c (do_ftell_wide): Likewise.
21361         (_IO_wfile_seekoff): Split out ftell logic.
21362         * libio/tst-ftell-active-handler.c: New test case.
21363         * libio/Makefile (tests): Add it.
21365 2014-03-03  Roland McGrath  <roland@hack.frob.com>
21367         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
21368         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
21370 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21372         [BZ #16639]
21373         * nscd/connections.c (nscd_init): Call do_exit.
21374         (start_threads): Call do_exit and notify_parent.
21375         (begin_drop_privileges): Call do_exit.
21376         (finish_drop_privileges): Likewise.
21377         * nscd/selinux.c (preserve_capabilities): Likewise.
21378         (install_real_capabilities): Likewise.
21379         (nscd_selinux_enabled): Likewise.
21380         (avc_create_thread): Likewise.
21381         (avc_alloc_lock): Likewise.
21382         (nscd_avc_init): Likewise.
21383         * nscd/nscd.c (parent_fd): New static variable.
21384         (main): Create a pipe between parent and child processes.
21385         Skip closing parent_fd.
21386         (monitor_child): New function.
21387         (do_exit): Likewise.
21388         (notify_parent): Likewise.
21389         * nscd/nscd.h (notify_parent): Likewise.
21390         (do_exit): Likewise.
21392 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
21394         * malloc/malloc.c (__libc_calloc): Revert last change.
21396 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21398         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21400 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
21402         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
21403         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
21404         implementation.
21405         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21406         (__libc_ifunc_impl_list): Likewise.
21407         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
21408         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
21409         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
21410         * string/strrchr.c: Define STRRCHR.
21412 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
21414         * benchtest/bench-strtok.c (simple_strtok): Delete.
21415         (strtok_string): Use as benchmark.
21416         * string/strtok (STRTOK): New macro.
21418 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
21420         * manual/threads.texi: Add header and standard comments to all
21421         functions.
21423         * elf/dl-lookup.c (check_match): New function.
21424         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
21425         (do_lookup_x): Remove nested function check_match. Use non-nested
21426         function check_match.
21428 2014-02-28  Roland McGrath  <roland@hack.frob.com>
21430         * csu/Makefile (generated, before-compile): Use += rather than =.
21431         * catgets/Makefile (generated, generated-dirs): Likewise.
21432         * debug/Makefile (generated): Likewise.
21433         * dlfcn/Makefile (generated): Likewise.
21434         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
21435         * iconvdata/Makefile (before-compile, generated): Likewise.
21436         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
21437         * libio/Makefile (generated): Likewise.
21438         * malloc/Makefile (generated): Likewise.
21439         * manual/Makefile (generated, generated-dirs): Likewise.
21440         * misc/Makefile (generated): Likewise.
21441         * posix/Makefile (generated): Likewise.
21442         * resolv/Makefile (generated): Likewise.
21443         * sunrpc/Makefile (generated, generated-dirs): Likewise.
21444         * timezone/Makefile (generated, generated-dirs): Likewise.
21446         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
21448 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21450         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21451         power8 implementation.
21452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
21453         file: POWER8 llround ifunc implementation.
21454         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
21455         (__lllround): Add POWER8 implementation.
21456         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
21457         POWER8 llround implementation.
21459         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
21460         power8 implementation.
21461         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
21462         file: POWER8 llrint ifunc implementation.
21463         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
21464         Add POWER8 implementation.
21465         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
21466         POWER8 llrint implementation.
21468         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
21469         power8 implementation.
21470         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
21471         file: POWER8 finite ifunc implementation.
21472         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
21473         Add POWER8 implementation.
21474         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
21475         Likewise.
21476         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
21477         POWER8 finite implementation.
21478         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
21480         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
21481         power8 implementation.
21482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
21483         file: POWER8 isinf ifunc implementation.
21484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
21485         POWER8 implementation.
21486         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
21487         Likewise.
21488         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
21489         isinf implementation.
21490         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
21492         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
21493         (INIT_ARCH): Add hwcap2 initialization.
21494         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21495         power8 implementation.
21496         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
21497         file: POWER8 isnan ifunc implementation.
21498         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
21499         POWER8 implementation.
21500         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
21501         Likewise.
21502         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
21503         isnan implementation.
21504         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
21506 2014-02-27  Joey Ye  <joey.ye@arm.com>
21508         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
21509         (_FP_NANFRAC_Q): Set to zero.
21511 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
21513         [BZ #16623]
21514         * math/auto-libm-test-in: New test inputs.
21515         * math/auto-libm-test-out: Regenerate.
21516         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
21517         and DA.
21518         (__cos): Likewise.
21519         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
21521 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
21523         * scripts/evaluate-test.sh: Take new argument indicating whether
21524         failure is expected.
21525         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
21526         indicating whether failure is expected.
21527         * conform/Makefile (test-xfail-run-conformtest): New variable.
21528         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
21529         level.
21530         * posix/Makefile (test-xfail-annexc): New variable.
21531         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
21533 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
21535         * argp/Makefile: Include Makeconfig immediately after defining
21536         subdir.
21537         * assert/Makefile: Likewise.
21538         * benchtests/Makefile: Likewise.
21539         * catgets/Makefile: Likewise.
21540         * conform/Makefile: Likewise.
21541         * crypt/Makefile: Likewise.
21542         * csu/Makefile: Likewise.
21543         (all): Remove target.
21544         * ctype/Makefile: Include Makeconfig immediately after defining
21545         subdir.
21546         * debug/Makefile: Likewise.
21547         * dirent/Makefile: Likewise.
21548         * dlfcn/Makefile: Likewise.
21549         * gmon/Makefile: Likewise.
21550         * gnulib/Makefile: Likewise.
21551         * grp/Makefile: Likewise.
21552         * gshadow/Makefile: Likewise.
21553         * hesiod/Makefile: Likewise.
21554         * hurd/Makefile: Likewise.
21555         (all): Remove target.
21556         * iconvdata/Makefile: Include Makeconfig immediately after
21557         defining subdir.
21558         * inet/Makefile: Likewise.
21559         * intl/Makefile: Likewise.
21560         * io/Makefile: Likewise.
21561         * libio/Makefile: Likewise.
21562         (all): Remove target.
21563         * locale/Makefile: Include Makeconfig immediately after defining
21564         subdir.
21565         * login/Makefile: Likewise.
21566         * mach/Makefile: Likewise.
21567         (all): Remove target.
21568         * malloc/Makefile: Include Makeconfig immediately after defining
21569         subdir.
21570         (all): Remove target.
21571         * manual/Makefile: Include Makeconfig immediately after defining
21572         subdir.
21573         * math/Makefile: Likewise.
21574         * misc/Makefile: Likewise.
21575         * nis/Makefile: Likewise.
21576         * nss/Makefile: Likewise.
21577         * po/Makefile: Likewise.
21578         (all): Remove target.
21579         * posix/Makefile: Include Makeconfig immediately after defining
21580         subdir.
21581         * pwd/Makefile: Likewise.
21582         * resolv/Makefile: Likewise.
21583         * resource/Makefile: Likewise.
21584         * rt/Makefile: Likewise.
21585         * setjmp/Makefile: Likewise.
21586         * shadow/Makefile: Likewise.
21587         * signal/Makefile: Likewise.
21588         * socket/Makefile: Likewise.
21589         * soft-fp/Makefile: Likewise.
21590         * stdio-common/Makefile: Likewise.
21591         * stdlib/Makefile: Likewise.
21592         * streams/Makefile: Likewise.
21593         * string/Makefile: Likewise.
21594         * sunrpc/Makefile: Likewise.
21595         (all): Remove target.
21596         * sysvipc/Makefile: Include Makeconfig immediately after defining
21597         subdir.
21598         * termios/Makefile: Likewise.
21599         * time/Makefile: Likewise.
21600         * timezone/Makefile: Likewise.
21601         (all): Remove target.
21602         * wcsmbs/Makefile: Include Makeconfig immediately after defining
21603         subdir.
21604         * wctype/Makefile: Likewise.
21606 2014-02-26  Steve Ellcey  <sellcey@mips.com>
21608         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
21609         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
21610         (libc_feholdexcept_setround_mips): Ditto.
21611         (libc_feholdsetround): New.
21612         (libc_feholdsetroundf): New.
21613         (libc_feholdsetroundl): New.
21614         (libc_feupdateenv_test_mips): New.
21615         (libc_feupdateenv_test): New.
21616         (libc_feupdateenv_testf): New.
21617         (libc_feupdateenv_testl): New.
21618         (libc_feresetround): New.
21619         (libc_feresetroundf): New.
21620         (libc_feresetroundl): New.
21621         (libc_fetestexcept_mips): New.
21622         (libc_fetestexcept): New.
21623         (libc_fetestexceptf): New.
21624         (libc_fetestexceptl): New.
21625         (HAVE_RM_CTX): New.
21626         (libc_feholdexcept_setround_mips_ctx): New.
21627         (libc_feholdexcept_setround_ctx): New.
21628         (libc_feholdexcept_setroundf_ctx): New.
21629         (libc_feholdexcept_setroundl_ctx): New.
21630         (libc_fesetenv_mips_ctx): New.
21631         (libc_fesetenv_ctx): New.
21632         (libc_fesetenv_ctxf): New.
21633         (libc_fesetenv_ctxl): New.
21634         (libc_feupdateenv_mips_ctx): New.
21635         (libc_feupdateenv_ctx): New.
21636         (libc_feupdateenvf_ctx): New.
21637         (libc_feupdateenvl_ctx): New.
21638         (libc_feholdsetround_mips_ctx): New.
21639         (libc_feholdsetround_ctx): New.
21640         (libc_feholdsetroundf_ctx): New.
21641         (libc_feholdsetroundl_ctx): New.
21642         (libc_feresetround_mips_ctx): New.
21643         (libc_feresetround_ctx): New.
21644         (libc_feresetroundf_ctx): New.
21645         (libc_feresetroundl_ctx): New.
21647 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
21649         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
21651         * manual/ipc.texi: New file.
21652         * manual/Makefile (chapters): Add ipc.
21653         * manual/job.texi: Add "Inter-Process Communication" to next.
21654         * manual/process.texi: Add "Inter-Process Communication" to prev.
21656 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21658         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21660 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
21662         * malloc/malloc.c (__libc_calloc): Simplify implementation.
21664         * manual/arith.texi: Fix spaces after sentences.
21665         * manual/charset.texi: Likewise.
21666         * manual/errno.texi: Likewise.
21667         * manual/install.texi: Likewise.
21668         * manual/llio.texi: Likewise.
21669         * manual/locale.texi: Likewise.
21670         * manual/maint.texi: Likewise.
21671         * manual/math.texi: Likewise.
21672         * manual/memory.texi: Likewise.
21673         * manual/message.texi: Likewise.
21674         * manual/probes.texi: Likewise.
21675         * manual/resource.texi: Likewise.
21676         * manual/signal.texi: Likewise.
21677         * manual/socket.texi: Likewise.
21678         * manual/stdio.texi: Likewise.
21679         * manual/string.texi: Likewise.
21680         * manual/time.texi: Likewise.
21681         * manual/users.texi: Likewise.
21683 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
21685         [BZ #16632]
21686         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
21687         _DEFAULT_SOURCE is defined.
21689 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
21690             Carlos O'Donell  <carlos@redhat.com>
21692         [BZ #16613]
21693         * elf/dl-tls.c (_dl_count_modids): New function.
21694         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
21695         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
21696         audit library and increment generation counter.
21697         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
21698         * elf/tst-audit9.c: New file.
21699         * elf/tst-auditmod9a.c: New file.
21700         * elf/tst-auditmod9b.c: New file.
21701         * elf/Makefile: Add rules to build and run tst-audit9.
21703 2014-02-25  Florian Weimer  <fweimer@redhat.com>
21705         [BZ #15347]
21706         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
21708 2014-02-25  Will Newton  <will.newton@linaro.org>
21710         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
21711         (__longjmp): Restore sp and lr before restoring callee
21712         saved registers.  Add longjmp and longjmp_target
21713         SystemTap probe point.
21714         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
21715         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
21716         Define to zero to match jmpbuf layout.
21717         * sysdeps/arm/setjmp.S: Include stap-probe.h.
21718         (__sigsetjmp): Save sp and lr before saving callee
21719         saved registers.  Add setjmp SystemTap probe point.
21721 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
21723         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
21725 2014-02-24  Andreas Schwab  <schwab@suse.de>
21727         [BZ #15804]
21728         * elf/pldd.c (wait_for_ptrace_stop): New function.
21729         (main): Call it after attaching.
21731 2014-02-22  Roland McGrath  <roland@hack.frob.com>
21733         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
21734         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
21735         Versions files is now verboten.
21736         * hurd/Versions (libc: GLIBC_2.0):
21737         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
21738         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
21739         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
21740         * mach/Versions: Likewise.
21742         * csu/Versions: Remove unused %include.
21743         * resolv/Versions: Likewise.
21745 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
21747         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
21748         ($(objpfx)check-local-headers.out): Likewise.
21749         ($(objpfx)begin-end-check.out): Likewise.
21750         * Makerules (check-abi-%.out): Likewise.
21751         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
21752         ($(objpfx)test2.cat): Likewise.
21753         ($(objpfx)de/libc.cat): Likewise.
21754         ($(objpfx)test-gencat.out): Likewise.
21755         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
21756         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
21757         ($(objpfx)noload-mem): Likewise.
21758         ($(objpfx)tst-pathopt.out): Likewise.
21759         ($(objpfx)tst-rtld-load-self.out): Likewise.
21760         ($(objpfx)tst-array1-cmp.out): Likewise.
21761         ($(objpfx)tst-array1-static-cmp.out): Likewise.
21762         ($(objpfx)tst-array2-cmp.out): Likewise.
21763         ($(objpfx)tst-array3-cmp.out): Likewise.
21764         ($(objpfx)tst-array4-cmp.out): Likewise.
21765         ($(objpfx)tst-array5-cmp.out): Likewise.
21766         ($(objpfx)tst-array5-static-cmp.out): Likewise.
21767         ($(objpfx)check-textrel.out): Likewise.
21768         ($(objpfx)check-execstack.out): Likewise.
21769         ($(objpfx)check-localplt.out): Likewise.
21770         ($(objpfx)order2-cmp.out): Likewise.
21771         ($(objpfx)tst-leaks1-mem): Likewise.
21772         ($(objpfx)tst-leaks1-static-mem): Likewise.
21773         ($(objpfx)tst-initorder-cmp.out): Likewise.
21774         ($(objpfx)tst-initorder2-cmp.out): Likewise.
21775         ($(objpfx)tst-unused-dep.out): Likewise.
21776         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
21777         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
21778         * iconv/Makefile (test-iconvconfig): Likewise.
21779         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
21780         ($(objpfx)iconv-test.out): Likewise.
21781         ($(objpfx)tst-tables.out): Likewise.
21782         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
21783         ($(objpfx)tst-gettext.out): Likewise.
21784         ($(objpfx)tst-translit.out): Likewise.
21785         ($(objpfx)tst-gettext2.out): Likewise.
21786         ($(objpfx)tst-gettext4.out): Likewise.
21787         ($(objpfx)tst-gettext6.out): Likewise.
21788         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
21789         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
21790         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
21791         ($(objpfx)tst-fopenloc-mem.out): Likewise.
21792         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
21793         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
21794         * posix/Makefile ($(objpfx)globtest.out): Likewise.
21795         ($(objpfx)wordexp-tst.out): Likewise.
21796         ($(objpfx)annexc.out): Likewise.
21797         ($(objpfx)tst-fnmatch-mem): Likewise.
21798         ($(objpfx)bug-regex2-mem): Likewise.
21799         ($(objpfx)bug-regex14-mem): Likewise.
21800         ($(objpfx)bug-regex21-mem): Likewise.
21801         ($(objpfx)bug-regex31-mem): Likewise.
21802         ($(objpfx)tst-vfork3-mem): Likewise.
21803         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
21804         ($(objpfx)tst-pcre-mem): Likewise.
21805         ($(objpfx)tst-boost-mem): Likewise.
21806         ($(objpfx)tst-getconf.out): Likewise.
21807         ($(objpfx)bug-ga2-mem): Likewise.
21808         ($(objpfx)bug-glob2-mem): Likewise.
21809         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
21810         ($(objpfx)mtrace-tst-leaks2): Likewise.
21811         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
21812         ($(objpfx)tst-printf.out): Likewise.
21813         ($(objpfx)tst-setvbuf1.out): Likewise.
21814         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
21815         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
21816         ($(objpfx)tst-fmtmsg.out): Likewise.
21817         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
21818         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
21820         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
21821         * bits/sigaction.h [__USE_MISC]: Likewise.
21822         * bits/waitstatus.h: Update #endif comments.
21823         * ctype/ctype.h: Likewise.
21824         * dirent/dirent.h: Likewise.
21825         [__USE_MISC]: Remove redundant conditionals.
21826         * grp/grp.h: Update #endif comments.
21827         [__USE_GNU]: Remove redundant conditionals.
21828         [__USE_MISC]: Likewise.
21829         * inet/netinet/in.h [__USE_GNU]: Likewise.
21830         * io/sys/stat.h [__USE_MISC]: Likewise.
21831         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
21832         * libio/bits/stdio.h: Update #endif comments.
21833         [__USE_MISC]: Remove redundant conditionals.
21834         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
21835         * libio/stdio.h: Update #endif comments.
21836         [__USE_MISC]: Remove redundant conditionals.
21837         * math/bits/math-finite.h [__USE_MISC]: Likewise.
21838         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
21839         * math/math.h: Update #else and #endif comments.
21840         [__USE_MISC]: Remove redundant conditionals.
21841         * misc/sys/uio.h: Update #endif comments.
21842         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
21843         * posix/glob.h [__USE_MISC]: Likewise.
21844         * posix/sys/types.h: Update #endif comments.
21845         [__USE_MISC]: Remove redundant conditionals.
21846         * posix/sys/wait.h: Update #endif comments.
21847         [__USE_MISC]: Remove redundant conditionals.
21848         * posix/unistd.h: Update #endif comments.
21849         [__USE_MISC]: Remove redundant conditionals.
21850         * pwd/pwd.h [__USE_GNU]: Likewise.
21851         [__USE_MISC]: Likewise.
21852         * resolv/netdb.h [__USE_GNU]: Likewise.
21853         * signal/signal.h: Update #endif comments.
21854         [__USE_MISC]: Remove redundant conditionals.
21855         * stdlib/stdlib.h: Update #else and #endif comments.
21856         [__USE_MISC]: Remove redundant conditionals.
21857         [__USE_GNU]: Likewise.
21858         * string/bits/string2.h [__USE_MISC]: Likewise.
21859         * string/string.h: Update #endif comments.
21860         [__USE_MISC]: Remove redundant conditionals.
21861         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
21862         Likewise.
21863         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
21864         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
21865         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
21866         Likewise.
21867         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
21868         Likewise.
21869         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
21870         comments.
21871         [__USE_MISC]: Remove redundant conditionals.
21872         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
21873         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
21874         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
21875         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
21876         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
21877         Likewise.
21878         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
21879         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
21880         Likewise.
21881         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
21882         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
21883         Likewise.
21884         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
21885         Likewise.
21886         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
21887         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
21888         Likewise.
21889         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
21890         Likewise.
21891         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
21892         * sysdeps/x86/bits/string.h: Update #endif comments.
21893         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
21894         conditionals.
21895         * time/sys/time.h: Update #endif comments.
21896         * time/time.h: Likewise.
21897         [__USE_MISC]: Remove redundant conditionals.
21899 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
21901         [BZ #16600]
21902         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
21904 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
21906         * Versions.def (librt): Add GLIBC_2.17.
21908 2014-02-21  Adam Conrad  <adconrad@0c3.net>
21910         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
21911         synonym for _SYS_AUXV_H to allow direct inclusion.
21912         * sysdeps/sparc/bits/hwcap.h: Likewise.
21913         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
21914         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
21915         * sysdeps/sparc/sysdep.h: Likewise.
21917 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21919         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
21921 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21923         * benchtests/bench-strrchr.c: Print length instead of position.
21925 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
21927         [BZ #16611]
21928         * sysdeps/unix/sysv/linux/kernel-features.h
21929         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
21930         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
21931         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
21932         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
21933         Likewise.
21934         [__i386__ || __powerpc__ || __sh__ || __sparc__]
21935         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
21936         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
21937         (__ASSUME_SENDMMSG): Define instead of using previous
21938         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
21939         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
21940         (__ASSUME_SENDMMSG_SYSCALL): Define.
21941         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
21942         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
21943         Likewise.
21944         * sysdeps/unix/sysv/linux/arm/kernel-features.h
21945         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
21946         Likewise.
21947         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
21948         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
21949         Likewise.
21950         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
21951         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
21952         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
21953         [__ASSUME_SENDMMSG]: Change conditionals to
21954         [__ASSUME_SENDMMSG_SOCKETCALL].
21955         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
21956         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
21957         Define.
21958         * sysdeps/unix/sysv/linux/mips/kernel-features.h
21959         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
21960         Likewise.
21961         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
21962         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
21963         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
21964         [!__ASSUME_SENDMMSG]: Change conditional to
21965         [!__ASSUME_SENDMMSG_SOCKETCALL].
21966         * sysdeps/unix/sysv/linux/tile/kernel-features.h
21967         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
21968         Define.
21970         [BZ #16610]
21971         * sysdeps/unix/sysv/linux/kernel-features.h
21972         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
21973         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
21974         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
21975         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
21976         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
21977         [__i386__ || __sparc__]
21978         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
21979         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
21980         (__ASSUME_RECVMMSG): Define instead of using previous
21981         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
21982         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
21983         (__ASSUME_RECVMMSG_SYSCALL): Define.
21984         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
21985         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
21986         Likewise.
21987         * sysdeps/unix/sysv/linux/arm/kernel-features.h
21988         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
21989         Likewise.
21990         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
21991         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
21992         Likewise.
21993         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
21994         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
21995         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
21996         [__ASSUME_RECVMMSG]: Change condition to
21997         [__ASSUME_RECVMMSG_SOCKETCALL].
21998         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
21999         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
22000         Define.
22001         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22002         * sysdeps/unix/sysv/linux/mips/kernel-features.h
22003         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
22004         Likewise.
22005         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
22006         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
22007         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
22008         [!__ASSUME_RECVMMSG]: Change condition to
22009         [!__ASSUME_RECVMMSG_SOCKETCALL].
22010         * sysdeps/unix/sysv/linux/tile/kernel-features.h
22011         (__ASSUME_RECVMMSG_SYSCALL): Define.
22013         [BZ #16609]
22014         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
22015         __powerpc__ || __s390__ || __sh__ || __sparc__]
22016         (__ASSUME_SOCKETCALL): Define.
22017         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
22018         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
22019         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
22020         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
22021         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
22022         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
22023         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
22024         (__ASSUME_ACCEPT4): Define instead of using previous
22025         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
22026         __powerpc__ || __sparc__ || __s390__)] condition.
22027         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
22028         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
22029         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
22030         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
22031         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
22032         [!__ASSUME_ACCEPT4]: Change condition to
22033         [!__ASSUME_ACCEPT4_SOCKETCALL].
22034         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
22035         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
22036         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
22037         * sysdeps/unix/sysv/linux/arm/kernel-features.h
22038         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
22039         __ASSUME_ACCEPT4_SYSCALL.
22040         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
22041         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
22042         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
22043         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
22044         __ASSUME_ACCEPT4_SYSCALL.
22045         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
22046         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
22047         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
22048         [__ASSUME_ACCEPT4]: Change condition to
22049         [__ASSUME_ACCEPT4_SOCKETCALL].
22050         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
22051         (__ASSUME_SOCKETCALL): Define.
22052         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
22053         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
22054         (__ASSUME_SOCKETCALL): Define.
22055         (__ASSUME_ACCEPT4): Remove.
22056         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
22057         Define.
22058         * sysdeps/unix/sysv/linux/mips/kernel-features.h
22059         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
22060         Likewise.
22061         * sysdeps/unix/sysv/linux/tile/kernel-features.h
22062         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
22064         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
22065         macro.
22066         (HWCAP_ARM_LPAE): Likewise.
22067         (HWCAP_ARM_EVTSTRM): Likewise.
22068         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
22069         Add vpfd32, lpae and evtstrm.
22070         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
22071         Increase to 22.
22073 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
22075         * math/auto-libm-test-in: Add tests of clog10.
22076         * math/auto-libm-test-out: Regenerated.
22077         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
22078         * sysdeps/i386/fpu/libm-test-ulps: Update.
22079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22081 2014-02-18  Andreas Schwab  <schwab@suse.de>
22083         [BZ #16574]
22084         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
22085         Store non-zero if the second buffer was newly allocated.
22086         (send_dg): Likewise.
22087         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
22088         to send_vc and send_dg.
22089         (res_nsend): Pass NULL for ansp2_malloced.
22090         * resolv/res_query.c (__libc_res_nquery): Add parameter
22091         answerp2_malloced and pass it down to __libc_res_nsend.
22092         (res_nquery): Pass additional NULL to __libc_res_nquery.
22093         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
22094         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
22095         second answer buffer if answerp2_malloced was set.
22096         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
22097         (__libc_res_nquerydomain): Add parameter
22098         answerp2_malloced and pass it down to __libc_res_nquery.
22099         (res_nquerydomain): Pass additional NULL to
22100         __libc_res_nquerydomain.
22101         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
22102         additional NULL to __libc_res_nsend and __libc_res_nquery.
22103         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
22104         additional NULL to __libc_res_nsearch.
22105         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
22106         parameter of __libc_res_nsearch to check for separately allocated
22107         second buffer.
22108         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
22109         __libc_res_nquery.
22110         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
22111         additional NULL to __libc_res_nquery.
22112         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
22113         __libc_res_nsearch.
22114         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
22115         * include/resolv.h: Update prototypes of __libc_res_nquery,
22116         __libc_res_nsearch, __libc_res_nsend.
22118 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
22120         * math/auto-libm-test-in: Add tests of fma.
22121         * math/auto-libm-test-out: Regenerated.
22122         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
22123         (fma_towardzero_test_data): Likewise.
22124         (fma_downward_test_data): Likewise.
22125         (fma_upward_test_data): Likewise.
22126         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
22127         mpc_mode.
22128         (rounding_modes): Add values for new field.
22129         (func_calc_method): Add value mpfr_fff_f.
22130         (func_calc_desc): Add mpfr_fff_f union field.
22131         (test_function): Add field exact_args.
22132         (FUNC): Add macro argument EXACT_ARGS.
22133         (FUNC_mpfr_f_f): Update call to FUNC.
22134         (FUNC_mpfr_f_f): Likewise.
22135         (FUNC_mpfr_ff_f): Likewise.
22136         (FUNC_mpfr_if_f): Likewise.
22137         (FUNC_mpc_c_f): Likewise.
22138         (FUNC_mpc_c_c): Likewise.
22139         (test_functions): Add fma.  Update calls to FUNC.
22140         (handle_input_arg): Add argument exact_args.
22141         (add_test): Update call to handle_input_arg.
22142         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
22143         (output_for_one_input_case): Update call to calc_generic_results.
22144         Recalculate exact zero results in each rounding mode.
22146         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
22147         non-negative before setting low bit.
22148         * math/auto-libm-test-in: Mark one asin test possibly having
22149         spurious underflow.
22150         * math/auto-libm-test-out: Regenerated.
22151         * sysdeps/i386/fpu/libm-test-ulps: Update.
22152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22154 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
22156         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
22157         * sysdeps/unix/sysv/linux/microblaze: Move directory from
22158         ports/sysdeps/unix/sysv/linux/microblaze.
22159         * README: Add missing listing for microblaze*-*-linux-gnu.
22161 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
22163         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
22164         duplicate code
22166 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
22168         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
22169         * sysdeps/unix/sysv/linux/ia64: Move directory from
22170         ports/sysdeps/unix/sysv/linux/ia64.
22171         * README: Update listing for ia64-*-linux-gnu.
22173 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
22174             Joseph Myers  <joseph@codesourcery.com>
22176         * Makeconfig (test-name): New variable.
22177         (evaluate-test): Likewise.
22178         * Makerules (do-test-clean): Remove .test-result files.
22179         (common-mostlyclean): Likewise.
22180         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
22181         * scripts/evaluate-test.sh: New file.
22183 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
22185         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
22186         separate $(objpfx)tst-fopenloc-cmp.out and
22187         $(objpfx)tst-fopenloc-mem.out targets.
22188         (tests): Update dependencies.
22189         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
22190         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
22191         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
22192         (tst-rxspencer-no-utf8-ARGS): New variable.
22193         (tst-rxspencer-no-utf8-ENV): Likewise.
22194         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
22195         instead of $(objpfx)tst-rxspencer-mem.
22196         ($(objpfx)tst-rxspencer-mem): Change target to
22197         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
22198         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
22199         * posix/tst-rxspencer-no-utf8.c: New file.
22201         * elf/Makefile ($(objpfx)order.out): Remove rule.
22202         [$(run-built-tests) = yes] (tests): Depend on
22203         $(objpfx)order-cmp.out.
22204         ($(objpfx)order-cmp.out): New rule.
22205         [$(run-built-tests) = yes] (tests): Depend on
22206         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
22207         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
22208         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
22209         $(objpfx)tst-array5-static-cmp.out.
22210         ($(objpfx)tst-array1.out): Remove rule.
22211         ($(objpfx)tst-array1-cmp.out): New rule.
22212         ($(objpfx)tst-array1-static.out): Remove rule.
22213         ($(objpfx)tst-array1-static-cmp.out): New rule.
22214         ($(objpfx)tst-array2.out): Remove rule.
22215         ($(objpfx)tst-array2-cmp.out): New rule.
22216         ($(objpfx)tst-array3.out): Remove rule.
22217         ($(objpfx)tst-array3-cmp.out): New rule.
22218         ($(objpfx)tst-array4.out): Remove rule.
22219         ($(objpfx)tst-array4-cmp.out): New rule.
22220         ($(objpfx)tst-array5.out): Remove rule.
22221         ($(objpfx)tst-array5-cmp.out): New rule.
22222         ($(objpfx)tst-array5-static.out): Remove rule.
22223         ($(objpfx)tst-array5-static-cmp.out): New rule.
22224         [$(run-built-tests) = yes] (tests): Depend on
22225         $(objpfx)order2-cmp.out.
22226         ($(objpfx)order2.out): Remove rule.
22227         ($(objpfx)order2-cmp.out): New rule.
22228         ($(objpfx)tst-initorder.out): Remove rule.
22229         [$(run-built-tests) = yes] (tests): Depend on
22230         $(objpfx)tst-initorder-cmp.out.
22231         ($(objpfx)tst-initorder-cmp.out): New rule.
22232         ($(objpfx)tst-initorder2.out): Remove rule.
22233         [$(run-built-tests) = yes] (tests): Depend on
22234         $(objpfx)tst-initorder2-cmp.out.
22235         ($(objpfx)tst-initorder2-cmp.out): New rule.
22236         [$(run-built-tests) = yes] (tests): Depend on
22237         $(objpfx)tst-unused-dep-cmp.out.
22238         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
22239         ($(objpfx)tst-unused-dep-cmp.out): New rule.
22240         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
22241         on $(objpfx)tst-setvbuf1-cmp.out.
22242         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
22243         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
22244         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
22245         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
22246         ($(objpfx)tst-svc.out): Remove rule.
22247         ($(objpfx)tst-svc-cmp.out): New rule.
22249 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
22251         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
22252         * ctype/ctype.h [__USE_MISC]: Likewise.
22253         * dirent/dirent.h [__USE_MISC]: Likewise.
22254         * grp/grp.h [__USE_MISC]: Likewise.
22255         * io/fcntl.h [__USE_MISC]: Likewise.
22256         * io/sys/stat.h [__USE_MISC]: Likewise.
22257         * libio/stdio.h [__USE_MISC]: Likewise.
22258         * posix/unistd.h [__USE_MISC]: Likewise.
22259         * pwd/pwd.h [__USE_MISC]: Likewise.
22260         * stdlib.h [__USE_MISC]: Likewise.
22261         * string/bits/string2.h [__USE_MISC]: Likewise.
22262         * string/string.h [__USE_MISC]: Likewise.
22263         * time/time.h [__USE_MISC]: Likewise.
22265 2014-02-13  Andreas Schwab  <schwab@suse.de>
22267         [BZ #16574]
22268         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
22269         second answer buffer if it was separately allocated.
22271 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
22273         * sysdeps/mips/math-tests.h: Include <features.h>.
22274         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
22275         (ROUNDING_TESTS_long_double): Do not define.
22276         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
22277         (EXCEPTION_TESTS_long_double): Likewise.
22278         * sysdeps/mips/mips64/libm-test-ulps: Update.
22280         * include/features.h (__USE_BSD): Remove macro definitions.
22281         (__USE_SVID): Likewise.
22282         (_BSD_SOURCE): Likewise.
22283         (_SVID_SOURCE): Likewise.
22284         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
22285         from definition of _DEFAULT_SOURCE.
22286         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
22287         [_DEFAULT_SOURCE].
22288         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
22289         * bits/mman.h [__USE_BSD]: Likewise.
22290         * bits/termios.h [__USE_BSD]: Likewise.
22291         * bits/waitstatus.h [__USE_BSD]: Likewise.
22292         * ctype/ctype.h [__USE_SVID]: Likewise.
22293         * dirent/dirent.h [__USE_BSD]: Likewise.
22294         * grp/grp.h [__USE_SVID]: Likewise.
22295         [__USE_BSD]: Likewise.
22296         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
22297         * io/fcntl.h [__USE_BSD]: Likewise.
22298         * io/ftw.h [__USE_BSD]: Likewise.
22299         * io/sys/stat.h [__USE_BSD]: Likewise.
22300         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
22301         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
22302         * libio/stdio.h [__USE_SVID]: Likewise.
22303         [__USE_BSD]: Likewise.
22304         * math/math.h [__USE_SVID]: Likewise.
22305         [__USE_BSD]: Likewise.
22306         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
22307         * misc/bits/syslog.h [__USE_BSD]: Likewise.
22308         * misc/search.h [__USE_SVID]: Likewise.
22309         * misc/sys/mman.h [__USE_BSD]: Likewise.
22310         * misc/sys/syslog.h [__USE_BSD]: Likewise.
22311         * misc/sys/uio.h [__USE_BSD]: Likewise.
22312         * posix/bits/unistd.h [__USE_BSD]: Likewise.
22313         * posix/glob.h [__USE_BSD]: Likewise.
22314         * posix/regex.h [__USE_BSD]: Likewise.
22315         * posix/sys/types.h [__USE_BSD]: Likewise.
22316         [__USE_SVID]: Likewise.
22317         * posix/sys/utsname.h [__USE_SVID]: Likewise.
22318         * posix/sys/wait.h [__USE_BSD]: Likewise.
22319         [__USE_SVID]: Likewise.
22320         * posix/unistd.h [__USE_BSD]: Likewise.
22321         [__USE_SVID]: Likewise.
22322         * pwd/pwd.h [__USE_SVID]: Likewise.
22323         * resolv/netdb.h [__USE_BSD]: Likewise.
22324         * setjmp/setjmp.h [__USE_BSD]: Likewise.
22325         * signal/signal.h [__USE_BSD]: Likewise.
22326         [__USE_SVID]: Likewise.
22327         * socket/sys/socket.h [__USE_BSD]: Likewise.
22328         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
22329         * stdlib/stdlib.h [__USE_BSD]: Likewise.
22330         [__USE_SVID]: Likewise.
22331         * string/bits/string2.h [__USE_BSD]: Likewise.
22332         [__USE_SVID]: Likewise.
22333         * string/bits/string3.h [__USE_BSD]: Likewise.
22334         * string/endian.h [__USE_BSD]: Likewise.
22335         * string/string.h [__USE_SVID]: Likewise.
22336         [__USE_BSD]: Likewise.
22337         * string/strings.h [__USE_BSD]: Likewise.
22338         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
22339         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
22340         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
22341         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
22342         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
22343         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
22344         Likewise.
22345         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
22346         Likewise.
22347         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
22348         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
22349         Likewise.
22350         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
22351         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
22352         Likewise.
22353         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
22354         Likewise.
22355         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
22356         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
22357         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
22358         Likewise.
22359         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
22360         Likewise.
22361         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
22362         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
22363         * termios/termios.h [__USE_BSD]: Likewise.
22364         * time/sys/time.h [__USE_BSD]: Likewise.
22365         * time/time.h [__USE_BSD]: Likewise.
22366         [__USE_SVID]: Likewise.
22368         * Makefile (subdir_targets): Remove subdir_lint.out.
22370         * stdio-common/Makefile (do-tst-unbputc): Remove target.
22371         (do-tst-printf): Likewise.
22372         (tests): Depend directly on $(objpfx)tst-unbputc.out and
22373         $(objpfx)tst-printf.out.
22375         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
22377         * Makerules (check-abi-%): Change target to
22378         $(objpfx)check-abi-%.out.
22379         (check-abi target): Update dependencies.
22380         (check-abi-pattern variable): Redirect output of diff to $@.
22381         (check-abi variable): Likewise.
22382         * elf/Makefile (check-abi): Update dependencies.
22384         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
22385         unused.
22386         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
22387         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
22388         subnormal range.
22389         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
22390         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
22391         value has largest subnormal exponent.
22392         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
22393         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
22394         * sysdeps/aarch64/soft-fp/sfp-machine.h
22395         (_FP_TININESS_AFTER_ROUNDING): New macro.
22396         * sysdeps/alpha/soft-fp/sfp-machine.h
22397         (_FP_TININESS_AFTER_ROUNDING): Likewise.
22398         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
22399         Likewise.
22400         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
22401         (_FP_TININESS_AFTER_ROUNDING): Likewise.
22402         * sysdeps/mips/soft-fp/sfp-machine.h
22403         (_FP_TININESS_AFTER_ROUNDING): Likewise.
22404         * sysdeps/powerpc/soft-fp/sfp-machine.h
22405         (_FP_TININESS_AFTER_ROUNDING): Likewise.
22406         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
22407         Likewise.
22408         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
22409         (_FP_TININESS_AFTER_ROUNDING): Likewise.
22410         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
22411         (_FP_TININESS_AFTER_ROUNDING): Likewise.
22412         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
22413         Likewise.
22415 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
22417         [BZ #16545]
22418         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
22419         model 1.
22421 2014-02-12  Richard Henderson  <rth@redhat.com>
22423         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
22424         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
22425         * sysdeps/unix/sysv/linux/alpha: Move directory from
22426         ports/sysdeps/unix/sysv/linux/alpha.
22427         * README: Update listing for alpha-*-linux-gnu.
22429 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
22431         * include/features.h: Update comment documenting feature test
22432         macros.
22433         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
22434         _DEFAULT_SOURCE.
22435         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
22436         (_SVID_SOURCE): Likewise.
22437         (_DEFAULT_SOURCE): Update description of default features.
22438         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
22439         with _GNU_SOURCE.
22440         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
22441         (S_ISVTX): Likewise.
22442         * manual/math.texi (Mathematical Constants): Likewise.
22443         * manual/signal.texi (Interrupted Primitives): Likewise.
22444         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
22445         * math/test-matherr.c (_SVID_SOURCE): Do not define.
22446         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
22447         Don't refer to _SVID_SOURCE in warning text.
22449         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22451         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
22452         already defined.
22453         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
22454         * sysdeps/mips/dl-lookup.c: Remove.
22455         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
22457 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
22459         [BZ #16447]
22460         * math/auto-libm-test-in: Add testcase for expl.
22461         * math/auto-libm-test-out: Regenerate.
22462         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
22463         calculation of unsafe.
22464         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
22466 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
22468         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
22469         * sysdeps/unix/sysv/linux/aarch64: Move directory from
22470         ports/sysdeps/unix/sysv/linux/aarch64.
22471         * README: Update listing for aarch64*-*-linux-gnu.
22473 2014-02-11  Will Newton  <will.newton@linaro.org>
22475         * manual/probes.texi (Mathematical Function Probes): Use
22476         "triggered" instead of "hit".
22478         * manual/probes.texi (Internal Probes): Add documentation
22479         of setjmp, longjmp and longjmp_target probes.
22481         * include/stap-probe.h: Add comment about probe argument
22482         format.
22484         * malloc/mtrace.c (attribute_hidden): Remove unused macro
22485         definition.  (tr_where, tr_freehook, tr_mallochook,
22486         tr_reallochook, tr_memalignhook): Use ANSI protoype.
22488 2014-02-11  David S. Miller  <davem@davemloft.net>
22490         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
22491         processing int_tests.
22493 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
22495         * sysdeps/mips: Move directory from ports/sysdeps/mips.
22496         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
22497         * sysdeps/unix/sysv/linux/mips: Move directory from
22498         ports/sysdeps/unix/sysv/linux/mips.
22499         * README: Update listing for mips-*-linux-gnu and
22500         mips64-*-linux-gnu.
22502 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
22504         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
22505         * sysdeps/unix/sysv/linux/m68k: Move directory from
22506         ports/sysdeps/unix/sysv/linux/m68k.
22507         * README: Update listing for m68k-*-linux-gnu.
22509 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
22511         * sysdeps/tile: Move directory from ports/sysdeps/tile.
22512         * sysdeps/unix/sysv/linux/generic: Move directory from
22513         ports/sysdeps/unix/sysv/linux/generic.
22514         * sysdeps/unix/sysv/linux/tile: Move directory from
22515         ports/sysdeps/unix/sysv/linux/tile.
22516         * README: Update listing for tile*-*-linux-gnu.
22518 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
22520         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
22521         __builtin_expect.
22522         * benchtests/bench-memmem.c (simple_memmem): Likewise.
22523         * catgets/open_catalog.c (__open_catalog): Likewise.
22524         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
22525         * debug/confstr_chk.c: Likewise.
22526         * debug/fread_chk.c (__fread_chk): Likewise.
22527         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
22528         * debug/getgroups_chk.c: Likewise.
22529         * debug/mbsnrtowcs_chk.c: Likewise.
22530         * debug/mbsrtowcs_chk.c: Likewise.
22531         * debug/mbstowcs_chk.c: Likewise.
22532         * debug/memcpy_chk.c: Likewise.
22533         * debug/memmove_chk.c: Likewise.
22534         * debug/mempcpy_chk.c: Likewise.
22535         * debug/memset_chk.c: Likewise.
22536         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22537         * debug/strcat_chk.c (__strcat_chk): Likewise.
22538         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
22539         * debug/strncat_chk.c (__strncat_chk): Likewise.
22540         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
22541         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
22542         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
22543         * debug/wcpncpy_chk.c: Likewise.
22544         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22545         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
22546         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
22547         * debug/wcsncpy_chk.c: Likewise.
22548         * debug/wcsnrtombs_chk.c: Likewise.
22549         * debug/wcsrtombs_chk.c: Likewise.
22550         * debug/wcstombs_chk.c: Likewise.
22551         * debug/wmemcpy_chk.c: Likewise.
22552         * debug/wmemmove_chk.c: Likewise.
22553         * debug/wmempcpy_chk.c: Likewise.
22554         * debug/wmemset_chk.c: Likewise.
22555         * dirent/scandirat.c (SCANDIRAT): Likewise.
22556         * dlfcn/dladdr1.c (dladdr1): Likewise.
22557         * dlfcn/dladdr.c (dladdr): Likewise.
22558         * dlfcn/dlclose.c (dlclose_doit): Likewise.
22559         * dlfcn/dlerror.c (__dlerror): Likewise.
22560         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
22561         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
22562         * dlfcn/dlopen.c (dlopen_doit): Likewise.
22563         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
22564         * dlfcn/dlsym.c (dlsym_doit): Likewise.
22565         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
22566         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
22567         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
22568         Likewise.
22569         * elf/dl-conflict.c: Likewise.
22570         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
22571         * elf/dl-dst.h: Likewise.
22572         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
22573         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
22574         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
22575         * elf/dl-init.c (call_init, _dl_init): Likewise.
22576         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
22577         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
22578         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
22579         Likewise.
22580         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
22581         Likewise.
22582         * elf/dl-minimal.c (__libc_memalign): Likewise.
22583         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
22584         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
22585         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
22586         * elf/dl-sym.c (do_sym): Likewise.
22587         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
22588         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
22589         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
22590         * elf/dl-writev.h (_dl_writev): Likewise.
22591         * elf/ldconfig.c (search_dir): Likewise.
22592         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
22593         (dl_main): Likewise.
22594         * elf/setup-vdso.h (setup_vdso): Likewise.
22595         * grp/compat-initgroups.c (compat_call): Likewise.
22596         * grp/fgetgrent.c (fgetgrent): Likewise.
22597         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
22598         * grp/putgrent.c (putgrent): Likewise.
22599         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22600         Likewise.
22601         * hurd/hurdinit.c: Likewise.
22602         * iconvdata/8bit-gap.c (struct): Likewise.
22603         * iconvdata/ansi_x3.110.c : Likewise.
22604         * iconvdata/big5.c : Likewise.
22605         * iconvdata/big5hkscs.c : Likewise.
22606         * iconvdata/cp1255.c: Likewise.
22607         * iconvdata/cp1258.c : Likewise.
22608         * iconvdata/cp932.c : Likewise.
22609         * iconvdata/euc-cn.c: Likewise.
22610         * iconvdata/euc-jisx0213.c : Likewise.
22611         * iconvdata/euc-jp.c: Likewise.
22612         * iconvdata/euc-jp-ms.c : Likewise.
22613         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
22614         * iconvdata/gb18030.c : Likewise.
22615         * iconvdata/gbbig5.c (const): Likewise.
22616         * iconvdata/gbgbk.c: Likewise.
22617         * iconvdata/gbk.c : Likewise.
22618         * iconvdata/ibm1364.c : Likewise.
22619         * iconvdata/ibm930.c : Likewise.
22620         * iconvdata/ibm932.c: Likewise.
22621         * iconvdata/ibm933.c : Likewise.
22622         * iconvdata/ibm935.c : Likewise.
22623         * iconvdata/ibm937.c : Likewise.
22624         * iconvdata/ibm939.c : Likewise.
22625         * iconvdata/ibm943.c: Likewise.
22626         * iconvdata/iso_11548-1.c: Likewise.
22627         * iconvdata/iso-2022-cn.c : Likewise.
22628         * iconvdata/iso-2022-cn-ext.c : Likewise.
22629         * iconvdata/iso-2022-jp-3.c: Likewise.
22630         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
22631         * iconvdata/iso-2022-kr.c : Likewise.
22632         * iconvdata/iso646.c (gconv_end): Likewise.
22633         * iconvdata/iso_6937-2.c : Likewise.
22634         * iconvdata/iso_6937.c : Likewise.
22635         * iconvdata/iso8859-1.c: Likewise.
22636         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
22637         * iconvdata/shift_jisx0213.c : Likewise.
22638         * iconvdata/sjis.c : Likewise.
22639         * iconvdata/t.61.c : Likewise.
22640         * iconvdata/tcvn5712-1.c : Likewise.
22641         * iconvdata/tscii.c: Likewise.
22642         * iconvdata/uhc.c : Likewise.
22643         * iconvdata/unicode.c (gconv_end): Likewise.
22644         * iconvdata/utf-16.c (gconv_end): Likewise.
22645         * iconvdata/utf-32.c (gconv_end): Likewise.
22646         * iconvdata/utf-7.c (base64): Likewise.
22647         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
22648         * iconv/gconv_close.c (__gconv_close): Likewise.
22649         * iconv/gconv_open.c (__gconv_open): Likewise.
22650         * iconv/gconv_simple.c (internal_ucs4_loop_single)
22651         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
22652         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
22653         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
22654         (ucs4le_internal_loop_single): Likewise.
22655         * iconv/iconv.c (iconv): Likewise.
22656         * iconv/iconv_close.c: Likewise.
22657         * iconv/loop.c (SINGLE): Likewise.
22658         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
22659         * include/atomic.h: Likewise.
22660         * inet/inet6_option.c (option_alloc): Likewise.
22661         * intl/bindtextdom.c (set_binding_values): Likewise.
22662         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
22663         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
22664         * intl/localealias.c (read_alias_file): Likewise.
22665         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
22666         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
22667         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
22668         * libio/fmemopen.c (fmemopen): Likewise.
22669         * libio/iofgets.c (_IO_fgets): Likewise.
22670         * libio/iofgets_u.c (fgets_unlocked): Likewise.
22671         * libio/iofgetws.c (fgetws): Likewise.
22672         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
22673         * libio/iogetdelim.c (_IO_getdelim): Likewise.
22674         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
22675         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
22676         * locale/findlocale.c (_nl_find_locale): Likewise.
22677         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
22678         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
22679         Likewise.
22680         * locale/setlocale.c (setlocale): Likewise.
22681         * login/programs/pt_chown.c (main): Likewise.
22682         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
22683         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
22684         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
22685         (mmap, mmap64, mremap, munmap): Likewise.
22686         * math/e_exp2l.c: Likewise.
22687         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
22688         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
22689         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
22690         * math/s_catan.c (__catan): Likewise.
22691         * math/s_catanf.c (__catanf): Likewise.
22692         * math/s_catanh.c (__catanh): Likewise.
22693         * math/s_catanhf.c (__catanhf): Likewise.
22694         * math/s_catanhl.c (__catanhl): Likewise.
22695         * math/s_catanl.c (__catanl): Likewise.
22696         * math/s_ccosh.c (__ccosh): Likewise.
22697         * math/s_ccoshf.c (__ccoshf): Likewise.
22698         * math/s_ccoshl.c (__ccoshl): Likewise.
22699         * math/s_cexp.c (__cexp): Likewise.
22700         * math/s_cexpf.c (__cexpf): Likewise.
22701         * math/s_cexpl.c (__cexpl): Likewise.
22702         * math/s_clog10.c (__clog10): Likewise.
22703         * math/s_clog10f.c (__clog10f): Likewise.
22704         * math/s_clog10l.c (__clog10l): Likewise.
22705         * math/s_clog.c (__clog): Likewise.
22706         * math/s_clogf.c (__clogf): Likewise.
22707         * math/s_clogl.c (__clogl): Likewise.
22708         * math/s_csin.c (__csin): Likewise.
22709         * math/s_csinf.c (__csinf): Likewise.
22710         * math/s_csinh.c (__csinh): Likewise.
22711         * math/s_csinhf.c (__csinhf): Likewise.
22712         * math/s_csinhl.c (__csinhl): Likewise.
22713         * math/s_csinl.c (__csinl): Likewise.
22714         * math/s_csqrt.c (__csqrt): Likewise.
22715         * math/s_csqrtf.c (__csqrtf): Likewise.
22716         * math/s_csqrtl.c (__csqrtl): Likewise.
22717         * math/s_ctan.c (__ctan): Likewise.
22718         * math/s_ctanf.c (__ctanf): Likewise.
22719         * math/s_ctanh.c (__ctanh): Likewise.
22720         * math/s_ctanhf.c (__ctanhf): Likewise.
22721         * math/s_ctanhl.c (__ctanhl): Likewise.
22722         * math/s_ctanl.c (__ctanl): Likewise.
22723         * math/w_pow.c: Likewise.
22724         * math/w_powf.c: Likewise.
22725         * math/w_powl.c: Likewise.
22726         * math/w_scalb.c (sysv_scalb): Likewise.
22727         * math/w_scalbf.c (sysv_scalbf): Likewise.
22728         * math/w_scalbl.c (sysv_scalbl): Likewise.
22729         * misc/error.c (error_tail): Likewise.
22730         * misc/pselect.c (__pselect): Likewise.
22731         * nis/nis_callback.c (__nis_create_callback): Likewise.
22732         * nis/nis_call.c (__nisfind_server): Likewise.
22733         * nis/nis_creategroup.c (nis_creategroup): Likewise.
22734         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
22735         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
22736         * nis/nis_getservlist.c (nis_getservlist): Likewise.
22737         * nis/nis_lookup.c (nis_lookup): Likewise.
22738         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
22739         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
22740         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
22741         * nis/nis_xdr.c (xdr_endpoint): Likewise.
22742         * nis/nss_compat/compat-grp.c (getgrent_next_file)
22743         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
22744         * nis/nss_compat/compat-initgroups.c (add_group)
22745         (internal_getgrent_r): Likewise.
22746         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
22747         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
22748         * nis/nss_compat/compat-spwd.c (getspent_next_file)
22749         (internal_getspnam_r): Likewise.
22750         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
22751         (_nss_nis_getaliasbyname_r): Likewise.
22752         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
22753         (_nss_nis_getntohost_r): Likewise.
22754         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
22755         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
22756         (_nss_nis_getgrgid_r): Likewise.
22757         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
22758         (internal_nis_gethostent_r, internal_gethostbyname2_r)
22759         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
22760         (_nss_nis_gethostbyname4_r): Likewise.
22761         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
22762         (initgroups_netid): Likewise.
22763         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
22764         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
22765         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
22766         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
22767         (_nss_nis_getprotobynumber_r): Likewise.
22768         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
22769         (_nss_nis_getsecretkey): Likewise.
22770         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
22771         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
22772         (_nss_nis_getpwuid_r): Likewise.
22773         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
22774         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
22775         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
22776         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
22777         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
22778         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
22779         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
22780         Likewise.
22781         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
22782         (_nss_nisplus_getntohost_r): Likewise.
22783         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
22784         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
22785         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
22786         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
22787         Likewise.
22788         * nis/nss_nisplus/nisplus-initgroups.c
22789         (_nss_nisplus_initgroups_dyn): Likewise.
22790         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
22791         (_nss_nisplus_getnetbyaddr_r): Likewise.
22792         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
22793         (_nss_nisplus_getprotobynumber_r): Likewise.
22794         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
22795         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
22796         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
22797         Likewise.
22798         * nis/nss_nisplus/nisplus-service.c
22799         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
22800         (_nss_nisplus_getservbyport_r): Likewise.
22801         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
22802         (_nss_nisplus_getspnam_r): Likewise.
22803         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
22804         Likewise.
22805         * nscd/aicache.c (addhstaiX): Likewise.
22806         * nscd/cache.c (cache_search, prune_cache): Likewise.
22807         * nscd/connections.c (register_traced_file, send_ro_fd)
22808         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
22809         (main_loop_epoll): Likewise.
22810         * nscd/grpcache.c (addgrbyX): Likewise.
22811         * nscd/hstcache.c (addhstbyX): Likewise.
22812         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22813         * nscd/mem.c (gc, mempool_alloc): Likewise.
22814         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
22815         (addinnetgrX): Likewise.
22816         * nscd/nscd-client.h (__nscd_acquire_maplock)
22817         (__nscd_drop_map_ref): Likewise.
22818         * nscd/nscd_getai.c (__nscd_getai): Likewise.
22819         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
22820         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
22821         Likewise.
22822         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
22823         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
22824         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
22825         (__nscd_get_map_ref): Likewise.
22826         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
22827         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
22828         Likewise.
22829         * nscd/pwdcache.c (addpwbyX): Likewise.
22830         * nscd/selinux.c (preserve_capabilities): Likewise.
22831         * nscd/servicescache.c (addservbyX): Likewise.
22832         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
22833         * posix/fnmatch.c (fnmatch): Likewise.
22834         * posix/getopt.c (_getopt_internal_r): Likewise.
22835         * posix/glob.c (glob, glob_in_dir): Likewise.
22836         * posix/wordexp.c (exec_comm_child): Likewise.
22837         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
22838         (getanswer_r, gaih_getanswer_slice): Likewise.
22839         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
22840         * resolv/res_init.c: Likewise.
22841         * resolv/res_mkquery.c (res_nmkquery): Likewise.
22842         * resolv/res_query.c (__libc_res_nquery): Likewise.
22843         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
22844         Likewise.
22845         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
22846         * stdio-common/perror.c (perror): Likewise.
22847         * stdio-common/printf_fp.c (___printf_fp): Likewise.
22848         * stdio-common/tmpnam.c (tmpnam): Likewise.
22849         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22850         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
22851         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
22852         Likewise.
22853         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
22854         * stdlib/putenv.c (putenv): Likewise.
22855         * stdlib/setenv.c (__add_to_environ): Likewise.
22856         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22857         * stdlib/strtol_l.c (INTERNAL): Likewise.
22858         * string/memmem.c (memmem): Likewise.
22859         * string/strerror.c (strerror): Likewise.
22860         * string/strnlen.c (__strnlen): Likewise.
22861         * string/test-memmem.c (simple_memmem): Likewise.
22862         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
22863         * sunrpc/pm_getport.c (__get_socket): Likewise.
22864         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
22865         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
22866         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
22867         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
22868         Likewise.
22869         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
22870         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
22871         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
22872         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
22873         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
22874         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
22875         Likewise.
22876         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
22877         Likewise.
22878         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
22879         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
22880         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22881         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
22882         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
22883         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
22884         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
22885         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
22886         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
22887         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
22888         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
22889         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
22890         Likewise.
22891         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
22892         Likewise.
22893         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
22894         Likewise.
22895         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
22896         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
22897         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
22898         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
22899         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
22900         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
22901         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
22902         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
22903         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
22904         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
22905         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
22906         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22907         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22908         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
22909         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
22910         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
22911         Likewise.
22912         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
22913         Likewise.
22914         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
22915         Likewise.
22916         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
22917         Likewise.
22918         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
22919         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
22920         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
22921         Likewise.
22922         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
22923         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
22924         * sysdeps/posix/opendir.c (__opendirat): Likewise.
22925         * sysdeps/posix/sleep.c: Likewise.
22926         * sysdeps/posix/tempname.c: Likewise.
22927         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
22928         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22929         Likewise.
22930         * sysdeps/powerpc/powerpc32/dl-machine.h
22931         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
22932         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22933         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22934         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
22935         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
22936         Likewise.
22937         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
22938         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
22939         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
22940         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
22941         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
22942         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
22943         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
22944         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
22945         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
22946         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
22947         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
22948         (elf_machine_lazy_rel): Likewise.
22949         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
22950         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
22951         (elf_machine_lazy_rel): Likewise.
22952         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
22953         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
22954         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
22955         * sysdeps/unix/grantpt.c (grantpt): Likewise.
22956         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
22957         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
22958         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
22959         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
22960         Likewise.
22961         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
22962         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
22963         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
22964         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
22965         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
22966         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
22967         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
22968         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
22969         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
22970         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
22971         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
22972         Likewise.
22973         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
22974         (__posix_fallocate64_l64): Likewise.
22975         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
22976         (posix_fallocate): Likewise.
22977         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
22978         Likewise.
22979         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
22980         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
22981         (getifaddrs_internal): Likewise.
22982         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
22983         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
22984         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
22985         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
22986         * sysdeps/unix/sysv/linux/posix_fallocate64.c
22987         (__posix_fallocate64_l64): Likewise.
22988         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
22989         Likewise.
22990         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
22991         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
22992         (__get_clockfreq): Likewise.
22993         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
22994         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
22995         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
22996         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
22997         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
22998         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
22999         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
23000         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
23001         Likewise.
23002         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
23003         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
23004         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
23005         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
23006         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
23007         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
23008         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
23009         Likewise.
23010         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
23011         (posix_fallocate): Likewise.
23012         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
23013         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
23014         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
23015         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
23016         (elf_machine_rela, elf_machine_rela_relative)
23017         (elf_machine_lazy_rel): Likewise.
23018         * time/asctime.c (asctime_internal): Likewise.
23019         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
23020         * time/tzset.c (__tzset_parse_tz): Likewise.
23021         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
23022         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
23023         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
23024         * wcsmbs/wcsmbsload.h: Likewise.
23026         [BZ #15894]
23027         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
23029         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
23030         (arena_get2): Remove THREAD_STATS conditionals.
23031         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
23032         (__malloc_stats, int): Likewise.
23034 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
23036         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
23037         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
23039         * manual/setjmp.texi: Fix typos/grammar errors.
23041         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
23042         Only return early when n is <= 0.  Delete unused return statement.
23044         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
23045         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
23046         * debug/tst-longjmp_chk3.c: New file.
23048         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
23049         (test_main): Replace code with set_fortify_handler call.
23050         * debug/test-strcpy_chk.c: Likewise.
23051         * debug/tst-chk1.c: Likewise.
23052         * debug/tst-longjmp_chk.c: Likewise.
23053         * test-skeleton.c: Include fcntl.h & paths.h
23054         (set_fortify_handler): Define.
23056         * debug/tst-longjmp_chk.c: Add header comment and include
23057         ../test-skeleton.c.
23058         (do_test): Mark static.
23059         (TEST_FUNCTION): Define.
23061         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
23062         (IP_PMTUDISC_INTERFACE): Likewise.
23063         (IP_MULTICAST_IF): Likewise.
23064         (IP_MULTICAST_TTL): Likewise.
23065         (IP_MULTICAST_LOOP): Likewise.
23066         (IP_ADD_MEMBERSHIP): Likewise.
23067         (IP_DROP_MEMBERSHIP): Likewise.
23068         (IP_UNBLOCK_SOURCE): Likewise.
23069         (IP_BLOCK_SOURCE): Likewise.
23070         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
23071         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
23072         (IP_MSFILTER): Likewise.
23073         (MCAST_JOIN_GROUP): Likewise.
23074         (MCAST_BLOCK_SOURCE): Likewise.
23075         (MCAST_UNBLOCK_SOURCE): Likewise.
23076         (MCAST_LEAVE_GROUP): Likewise.
23077         (MCAST_JOIN_SOURCE_GROUP): Likewise.
23078         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
23079         (MCAST_MSFILTER): Likewise.
23080         (IP_MULTICAST_ALL): Likewise.
23081         (IP_UNICAST_IF): Likewise.
23083         * timezone/Makefile: Delete $(have-ksh) check.
23084         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
23085         * timezone/tzselect.ksh: Add +x mode bits.
23087         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
23088         (ANON_INODE_FS_MAGIC): Likewise.
23089         (BDEVFS_MAGIC): Likewise.
23090         (BINFMTFS_MAGIC): Likewise.
23091         (BTRFS_TEST_MAGIC): Likewise.
23092         (CRAMFS_MAGIC_WEND): Likewise.
23093         (DEBUGFS_MAGIC): Likewise.
23094         (ECRYPTFS_SUPER_MAGIC): Likewise.
23095         (EXT3_SUPER_MAGIC): Likewise.
23096         (EXT4_SUPER_MAGIC): Likewise.
23097         (FUTEXFS_SUPER_MAGIC): Likewise.
23098         (HOSTFS_SUPER_MAGIC): Likewise.
23099         (HUGETLBFS_MAGIC): Likewise.
23100         (MINIX3_SUPER_MAGIC): Likewise.
23101         (MTD_INODE_FS_MAGIC): Likewise.
23102         (NILFS_SUPER_MAGIC): Likewise.
23103         (OPENPROM_SUPER_MAGIC): Likewise.
23104         (PIPEFS_MAGIC): Likewise.
23105         (PSTOREFS_MAGIC): Likewise.
23106         (QNX6_SUPER_MAGIC): Likewise.
23107         (RAMFS_MAGIC): Likewise.
23108         (REISERFS_SUPER_MAGIC_STRING): Likewise.
23109         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
23110         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
23111         (SECURITYFS_MAGIC): Likewise.
23112         (SELINUX_MAGIC): Likewise.
23113         (SMACK_MAGIC): Likewise.
23114         (SOCKFS_MAGIC): Likewise.
23115         (SQUASHFS_MAGIC): Likewise.
23116         (STACK_END_MAGIC): Likewise.
23117         (TMPFS_MAGIC): Likewise.
23118         (USBDEVICE_SUPER_MAGIC): Likewise.
23119         (V9FS_MAGIC): Likewise.
23120         (XENFS_SUPER_MAGIC): Likewise.
23121         (CRAMFS_MAGIC): Fix typo in comment.
23122         (EXT2_SUPER_MAGIC): Update comment.
23123         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
23125 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
23127         * sysdeps/arm: Move directory from ports/sysdeps/arm.
23128         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
23129         * sysdeps/unix/sysv/linux/arm: Move directory from
23130         ports/sysdeps/unix/sysv/linux/arm.
23131         * README: Update listing for arm-*-linux-gnueabi.
23133         * README: Remove mention of am33.
23135 2014-02-07  Roland McGrath  <roland@hack.frob.com>
23137         * bits/sigset.h (__sigemptyset): Use a statement expression rather
23138         than the comma operator, to avoid "rhs of comma has no effect"
23139         compiler warnings.
23140         (__sigfillset, __sigandset, __sigorset): Likewise.
23141         * include/signal.h (__sigemptyset): Likewise.
23142         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
23144 2014-02-07  Allan McRae  <allan@archlinux.org>
23146         * version.h (RELEASE): Set to "development".
23147         (VERSION): Set to "2.19.90"
23148         * NEWS: Add 2.20 section.
23150 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
23152         [BZ #16529]
23153         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
23155 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
23157         * manual/contrib.texi: Update entry for Carlos O'Donell,
23158         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
23160 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
23162         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
23164         * sysdeps/unix/sysv/linux/kernel-features.h
23165         [__LINUX_KERNEL_VERSION >= 0x020621]
23166         (__ASSUME_PROC_PID_TASK_COMM): Define.
23168 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23170         [BZ #16398]
23171         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
23172         conversion when destination buffer does not have enough space.
23173         * libio/tst-ftell-partial-wide.c: New test case.
23174         * libio/Makefile (tests): Add tst-ftell-partial-wide.
23176         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
23177         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
23178         Leonard and Allan McRae.
23180 2014-02-04  David S. Miller  <davem@davemloft.net>
23182         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
23183         32-bit.
23185 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
23188         New file
23189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
23190         New file
23191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
23192         New file.
23193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
23194         New file.
23195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
23196         New file.
23197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
23198         New file.
23199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
23200         New file.
23201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
23202         New file.
23203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
23204         New file.
23205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
23206         New file.
23207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
23208         New file.
23209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
23210         New file.
23211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
23212         New file.
23214 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23216         * nptl/shlib-versions: Change powerpc*le start to 2.17.
23217         * shlib-versions: Likewise.
23219 2014-02-04  Roland McGrath  <roland@hack.frob.com>
23220             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23222         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
23223         (abilist-pattern): New variable, set to %-le.abilist.
23225         * Makerules (abilist-pattern): New variable.
23226         (vpath): Use $(abilist-pattern) in place of %.abilist.
23227         (check-abi-% pattern rule): Likewise.
23228         (check-abi, update-abi): Likewise.
23230 2014-02-04  Eric Wong  <normalperson@yhbt.net>
23232         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23234 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
23236         * manual/startup.texi: Add next, previous, and top entries for
23237         the `Program Arguments' and `Environment Variables' nodes.
23239 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
23241         * manual/macros.texi: Add comments before MTASC-safety macros.
23243         * manual/users.texi: Document MTASC-safety properties.
23245         * manual/threads.texi (pthread_key_create, pthread_key_delete)
23246         (pthread_getspecific, pthread_setspecific): Format with
23247         @deftypefun, and add @safety note.
23248         * manual/signal.texi: Move comments that analyze the above
23249         functions to their home place.
23251 2014-02-03  Allan McRae  <allan@archlinux.org>
23253         * po/sl.po: Update Slovenian translation from translation project.
23255 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
23257         * manual/time.texi (timegm): Add missing blank after @c.
23258         Reported by Joseph Myers <joseph@codesourcery.com>.
23260 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
23262         * manual/check-safety.sh: New.
23263         * manual/Makefile ($(objpfx)stamp-summary): Run it.
23265         * manual/terminal.texi: Document MTASC-safety properties.
23267         * manual/filesys.texi: Document MTASC-safety properties.
23269         * manual/errno.texi: Document MTASC-safety properties.
23271         * manual/intro.texi: Document safety identifiers and
23272         conditionals.
23274         * manual/string.texi (wcstok): Fix prototype.
23275         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
23277         * manual/time.texi: Document MTASC-safety properties.
23279         * manual/string.texi: Document MTASC-safety properties.
23281         * manual/threads.texi: Document MTASC-safety properties.
23283         * manual/stdio.texi: Document MTASC-safety properties.
23285         * manual/syslog.texi: Document MTASC-safety properties.
23287         * manual/sysinfo.texi: Document MTASC-safety properties.
23289         * manual/startup.texi: Document MTASC-safety properties.
23291         * manual/socket.texi: Document MTASC-safety properties.
23293         * manual/signal.texi: Document MTASC-safety properties.
23295 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
23297         * manual/setjmp.texi: Document MTASC-safety properties.
23299         * manual/search.texi: Document MTASC-safety properties.
23301         * manual/resource.texi: Document MTASC-safety properties.
23303         * manual/process.texi: Document MTASC-safety properties.
23305         * manual/platform.texi: Document MTASC-safety properties.
23307         * manual/pipe.texi: Document MTASC-safety properties.
23309         * manual/pattern.texi: Document MTASC-safety properties.
23311         * manual/message.texi: Document MTASC-safety properties.
23313         [BZ #12751]
23314         * manual/memory.texi: Document MTASC-safety properties.
23316         * manual/math.texi: Document MTASC-safety properties.
23318         * manual/locale.texi: Document MTASC-safety properties.
23320         * manual/llio.texi: Document MTASC-safety properties.
23322         * manual/libdl.texi: New.
23324         * manual/lang.texi: Document MTASC-safety properties.
23326         * manual/job.texi: Document MTASC-safety properties.
23328         * manual/getopt.texi: Document MTASC-safety properties.
23330         * manual/ctype.texi: Document MTASC-safety properties.
23332 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
23334         [BZ #16046]
23335         * csu/libc-tls.c (static_map): Remove variable.
23336         (__libc_setup_tls): Use main executable's link map for TLS data.
23337         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
23338         casing for LM_ID_BASE and GL(dl_nns).
23339         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
23340         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
23341         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
23342         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
23343         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
23344         member.
23345         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
23346         l_phnum members.
23348 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
23350         * manual/debug.texi: Document MTASC-safety properties.
23352 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
23354         [BZ #16510]
23355         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
23356         of __x86_64__ when disabling x87 inline functions.
23358 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
23360         * manual/charset.texi: Document MTASC-safety properties.
23362         * manual/crypt.texi: Document MTASC-safety properties.
23364         * manual/conf.texi: Document MTASC-safety properties.
23366         * manual/arith.texi: Document MTASC-safety properties.
23368         * manual/argp.texi: Document MTASC-safety properties.
23370         * manual/macros.texi: Introduce macros to document multi
23371         thread, asynchronous signal and asynchronous cancellation
23372         safety properties.
23373         * manual/intro.texi: Introduce the properties themselves.
23375 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23377         * sysdeps/sh/sh4/Makefile: New file.
23379 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
23381         * math/gen-libm-test.pl ($srcdir): New variable.
23382         ($auto_input): Use it.
23384 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23386         [BZ #16506]
23387         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
23388         access beyond array bounds when parsing netgroups file.
23390         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
23391         the old buffer before realloc.
23393 2014-01-27  Allan McRae  <allan@archlinux.org>
23395         * po/fr.po: Update French translation from translation project.
23397 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23399         * sysdeps/sh/libm-test-ulps: Regenerate.
23401 2014-01-24  David S. Miller  <davem@davemloft.net>
23403         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
23405 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23407         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
23408         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
23410 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23412         [BZ #16474]
23413         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
23414         string pointers after reallocation.
23416 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23418         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
23419         __SH4A__ instead of __SH_FPU_ANY__.
23421 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23423         * sysdeps/sh/fpu_control.h: New file.
23424         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
23425         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
23426         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
23427         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
23428         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
23429         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
23430         * sysdeps/sh/sys/ucontext.h: Remove.
23431         * sysdeps/sh/sys: Remove directory.
23433 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23435         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
23436         s390/sys/ucontext.h.
23437         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
23438         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
23440 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
23442         [BZ #15605]
23443         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
23445 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23447         [BZ#16431]
23448         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23449         Adjust the vDSO correctly for internal calls.
23450         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
23452 2014-01-20  Allan McRae  <allan@archlinux.org>
23454         * po/ca.po: Update Catalan translation from translation project.
23456 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
23458         * sysdeps/s390/sotruss-lib.c: New file.
23460 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23462         [BZ#16430]
23463         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
23464         (__GI___gettimeofday): Alias for a different internal symbol to avoid
23465         local calls issues by not having a PLT stub required for IFUNC calls.
23466         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
23468 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
23470         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
23471         * math/test-fpucw-static.c: Likewise.
23473 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23475         [BZ #16453]
23476         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
23478 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23480         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
23481         implementation for powerpc.
23483 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
23485         [BZ #14782]
23486         * sysdeps/posix/system.c (__libc_system): Do not enable
23487         asynchronous cancellation.
23489 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23491         [BZ #16427]
23492         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
23493         handling only for numbers special also in the IEEE case.
23495 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23497         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
23499 2014-01-11  Allan McRae  <allan@archlinux.org>
23501         * po/bg.po: Update Bulgarian translation from translation project.
23503         * po/de.po: Update German translation from translation project.
23505 2014-01-10  Roland McGrath  <roland@hack.frob.com>
23507         * sysdeps/generic/gcc-compat.h: New file.
23509 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23511         * benchtests/asin-inputs: Correct slow inputs.
23512         * benchtests/acos-inputs: Likewise.
23514 2014-01-10  Allan McRae  <allan@archlinux.org>
23516         * po:sv.po: Update Swedish translation from translation project.
23518         * po/vi.po: Update Vietnamese translation from translation project.
23520         * po/eo.po: Update Esperanto translation from translation project.
23522         * po/cs.po: Update Czech translation from translation project.
23524         * po/nl.po: Update Dutch translation from translation project.
23526         * po/pl.po: Update Polish translation from translation project.
23528         * po/ru.po: Update Russian translation from translation project.
23530         * po/uk.po: Update Ukrainian translation from translation project.
23532 2014-01-08  Brooks Moses  <bmoses@google.com>
23534         * elf/dl-load.c: Fix comment typo.
23536 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
23538         * po/header.pot: Rename to...
23539         * po/pot.header: ... this.
23540         * po/Makefile: Use pot.header.
23542 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
23543             Maxim Kuvyrkov  <maxim@kugelworks.com>
23545         [BZ #16394]
23546         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
23547         SRC and DEST against LEN.
23549 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23551         [BZ #16414]
23552         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
23553         implementation.
23554         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
23556 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23558         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23560 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
23562         [BZ #16408]
23563         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
23564         for large positive arguments.
23566 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
23568         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
23570         * math/auto-libm-test-in: Mark various tests with
23571         xfail-rounding:ldbl-128ibm.
23572         * math/auto-libm-test-out: Regenerated.
23574         [BZ #16407]
23575         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
23576         Increase overflow threshold.
23578 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
23580         [BZ #14286]
23581         * stdio-common/vfprintf.c: Check for integer overflow.
23583 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23585         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
23586         the first argument and return value of __tls_get_addr_internal.
23588 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23590         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
23591         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
23593 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23595         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
23596         * sysdeps/s390/rtld-global-offsets.sym: New file.
23597         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
23598         GLIBC_2.19 symbol.
23599         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
23600         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
23601         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
23602         ... this.
23603         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
23604         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
23605         ... this.
23606         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
23607         Regenerate.
23608         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
23609         Regenerate.
23610         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
23611         halfs of GPRs for high_gprs contexts.
23612         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
23613         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
23614         field.
23615         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
23616         uc_flags field.
23617         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
23618         64 bit versions:
23619         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
23620         for high GPRs (uc_high_gprs) and for future extensions
23621         (__reserved).
23622         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
23623         for future extensions (__reserved).
23624         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
23625         64 bit versions:
23626         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
23627         SC_HIGHGPRS offset definition.
23628         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
23629         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
23631         * Versions.def: Add GLIBC_2.19 for libpthread.
23632         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
23633         siglongjmp for libpthread with GLIBC_2.19 symver.
23634         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
23635         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
23636         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
23637         * sysdeps/s390/__longjmp.c: New file.
23638         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
23639         * sysdeps/s390/longjmp.c: New file.
23640         * sysdeps/s390/setjmp.S: New file.
23641         * sysdeps/s390/sigjmp.S: New file.
23642         * sysdeps/s390/v1-longjmp.c: New file.
23643         * sysdeps/s390/v1-setjmp.h: New file.
23644         * sysdeps/s390/v1-sigjmp.c: New file.
23645         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
23646         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
23647         GLIBC_2.19 version.
23648         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
23649         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
23650         versioned symbols for ____longjmp_chk.
23651         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
23652         Likewise.
23653         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
23654         Regenerate.
23655         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23656         Regenerate.
23657         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
23658         Regenerate.
23659         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23660         Regenerate.
23661         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
23662         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
23663         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
23664         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
23665         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
23666         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
23667         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
23668         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
23669         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
23670         * sysdeps/s390/rtld-__longjmp.c: New file.
23671         * sysdeps/s390/rtld-setjmp.S: New file.
23673 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
23675         [BZ #16400]
23676         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
23677         Return -__logl (x) for small positive arguments without evaluating
23678         a polynomial.
23680 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
23682         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
23683         Rename to ...
23684         (__ptrace_peeksiginfo_args): ... this.
23685         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
23686         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
23687         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
23689 2014-01-06  Allan McRae  <allan@archlinux.org>
23691         * inet/netinet/in.h: Fix typo in comment.
23693 2014-01-05  Andreas Jaeger  <aj@suse.de>
23695         * sysdeps/i386/fpu/libm-test-ulps: Update.
23697 2014-01-05  Allan McRae  <allan@archlinux.org>
23699         * po/libc.pot: Regenerated.
23701         * malloc/memusagestat.c: Fix gettext call formatting.
23703 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
23705         * nscd/nscd.c: Improve usage() output.
23707 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
23709         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
23710         * sysdeps/unix/sysv/linux/configure: Regenerated.
23711         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
23712         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
23714 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
23716         [BZ #16390]
23717         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23718         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
23720 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23722         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
23723         extra tokens at end of #undef directive.
23724         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
23725         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
23726         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
23728 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
23730         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
23732         * math/auto-libm-test-in: Mark various tests with
23733         xfail-rounding:ldbl-128ibm.
23734         * math/auto-libm-test-out: Regenerated.
23736 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
23738         [BZ #16386]
23739         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
23740         numbers with subnormal high part when calculating exponent.
23742         [BZ #16385]
23743         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
23744         fabs.
23746         [BZ #16384]
23747         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
23748         M_LN2l.
23749         (__ieee754_acoshl): Use __log1pl not __log1p.
23751 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
23753         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
23754         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
23755         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
23756         (grow_heap, heap_trim, _int_new_arena, get_free_list)
23757         (reused_arena, arena_get2): Convert to GNU style.
23758         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
23759         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
23760         (memalign_check, __malloc_set_state): Likewise.
23761         * malloc/mallocbug.c (main): Likewise.
23762         * malloc/malloc.c (__malloc_assert, malloc_init_state)
23763         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
23764         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
23765         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
23766         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
23767         (__posix_memalign, malloc_info): Likewise.
23768         * malloc/malloc.h: Likewise.
23769         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
23770         (mallochook, memalignhook, reallochook, mabort): Likewise.
23771         * malloc/mcheck.h: Likewise.
23772         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
23773         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
23774         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
23775         * malloc/morecore.c (__default_morecore): Likewise.
23776         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
23777         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
23778         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
23779         (print_and_abort): Likewise.
23780         * malloc/obstack.h: Likewise.
23781         * malloc/set-freeres.c (__libc_freeres): Likewise.
23782         * malloc/tst-mallocstate.c (main): Likewise.
23783         * malloc/tst-mtrace.c (main): Likewise.
23784         * malloc/tst-realloc.c (do_test): Likewise.
23786 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23788         [BZ #16366]
23789         * nscd/netgroupcache.c (do_notfound): New function.
23790         (addgetnetgrentX): Use it.
23792         [BZ # 16365]
23793         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
23794         NSS_STATUS_NOTFOUND.
23796 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
23798         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
23799         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23801 2014-01-01  Allan McRae  <allan@archlinux.org>
23803         * scripts/update-copyrights: Update configure input file suffix.
23805         * NEWS: Update copyright year.
23806         * catgets/gencat.c: Likewise.
23807         * csu/version.c: Likewise.
23808         * debug/catchsegv.sh: Likewise.
23809         * debug/pcprofiledump.c: Likewise.
23810         * debug/xtrace.sh: Likewise.
23811         * elf/ldconfig.c: Likewise.
23812         * elf/ldd.bash.in: Likewise.
23813         * elf/pldd.c: Likewise.
23814         * elf/sotruss.ksh: Likewise.
23815         * elf/sprof.c: Likewise.
23816         * iconv/iconv_prog.c: Likewise.
23817         * iconv/iconvconfig.c: Likewise.
23818         * locale/programs/locale.c: Likewise.
23819         * locale/programs/localedef.c: Likewise.
23820         * login/programs/pt_chown.c: Likewise.
23821         * malloc/memusage.sh: Likewise.
23822         * malloc/memusagestat.c: Likewise.
23823         * malloc/mtrace.pl: Likewise.
23824         * manual/libc.texinfo: Likewise.
23825         * nscd/nscd.c: Likewise.
23826         * nss/getent.c: Likewise.
23827         * nss/makedb.c: Likewise.
23828         * posix/getconf.c: Likewise.
23829         * scripts/test-installation.pl: Likewise.
23831         * All files with FSF copyright notices: Update copyright dates
23832         using scripts/update-copyrights.
23833         * intl/plural.c: Regenerated.
23834         * locale/programs/charmap-kw.h: Likewise.
23835         * locale/programs/locfile-kw.h: Likewise.
23837 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
23839         * sysdeps/unix/sysv/linux/configure: Regenerated.
23840         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
23841         the linux/fanotify.h header.
23842         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
23843         HAVE_LINUX_FANOTIFY_H is defined.
23845 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
23847         * benchtests/cos-inputs: New inputs.
23848         * benchtests/sin-inputs: Likewise.
23850         * benchtests/atan-inputs: New inputs. Fix name of multiple
23851         precision fallback inputs.
23853         * benchtests/atanh-inputs: New inputs.
23854         * benchtests/tanh-inputs: Likewise.
23856         * benchtests/acosh-inputs: New inputs.
23857         * benchtests/asinh-inputs: Likewise.
23859         * benchtests/cosh-inputs: New inputs.
23860         * benchtests/sinh-inputs: Likewise.
23862         * benchtests/acos-inputs: Add more inputs.
23863         * benchtests/asin-inputs: Likewise.
23865 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
23867         [BZ #16375]
23868         * manual/arith.texi: Fix spelling.
23869         * manual/charset.texi: Likewise.
23870         * manual/errno.texi: Likewise.
23871         * manual/filesys.texi: Likewise.
23872         * manual/lang.texi: Likewise.
23873         * manual/llio.texi: Likewise.
23874         * manual/locale.texi: Likewise.
23875         * manual/message.texi: Likewise.
23876         * manual/resource.texi: Likewise.
23877         * manual/search.texi: Likewise.
23878         * manual/setjmp.texi: Likewise.
23879         * manual/stdio.texi: Likewise.
23880         * manual/string.texi: Likewise.
23881         * manual/sysinfo.texi: Likewise.
23882         * manual/time.texi: Likewise.
23884 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
23886         * po/sl.po: New file.
23888 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
23890         * .gitignore: Add core/.gdbinit/.gdb_history.
23892 2013-12-27  Allan McRae  <allan@archlinux.org>
23894         [BZ #16369]
23895         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
23896         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
23898 2013-12-24  Brooks Moses  <bmoses@google.com>
23900         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
23901         all compilers that claim C++98 compliance, not just GCC.
23902         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
23903         Likewise.
23905 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
23907         * NEWS: Restore accidentally deleted bug-fix entries.
23909 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
23910             Ondřej Bílka  <neleai@seznam.cz>
23912         [BZ #15073]
23913         * malloc/malloc.c (_int_free): Perform sanity check only if we
23914         have_lock.
23916 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
23918         [BZ #12986]
23919         * manual/stdio.texi (String Input Conversions): Clarify that character
23920         classes are not supported.
23922 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23924         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23926 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
23928         [BZ #16337]
23929         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
23930         Calculate results for small negative arguments directly rather
23931         than using reflection formula with special underflow handling.
23933         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
23934         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
23935         sysdeps/unix/bsd/bsd4.4/syscalls.list.
23936         (fchflags): Likewise.
23937         (revoke): Likewise.
23938         (setlogin): Likewise.
23939         (sigaltstack): Likewise.
23940         (wait4): Likewise.
23941         (sigblock): Remove.
23942         (sigsetmask): Likewise.
23943         (wait3): Likewise.
23944         (waitpid): Likewise.
23945         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
23946         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
23947         file.
23948         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
23949         * sysdeps/unix/bsd/Makefile: ... here.
23950         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
23951         * sysdeps/unix/bsd/Versions: ... here.
23952         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
23953         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
23954         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
23955         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
23956         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
23957         * sysdeps/unix/bsd/sigblock.c: ... here.
23958         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
23959         * sysdeps/unix/bsd/sigsetmask.c: ... here.
23960         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
23961         * sysdeps/unix/bsd/sigvec.c: ... here.
23962         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
23963         * sysdeps/unix/bsd/tcdrain.c: ... here.
23964         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
23965         * sysdeps/unix/bsd/tcgetattr.c: ... here.
23966         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
23967         * sysdeps/unix/bsd/tcsetattr.c: ... here.
23968         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
23969         * sysdeps/unix/bsd/wait.c: ... here.
23970         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
23971         * sysdeps/unix/bsd/wait3.c: ... here.
23972         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
23973         * sysdeps/unix/bsd/waitpid.c: ... here.
23975 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
23977         [BZ #16356]
23978         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
23979         round-to-nearest for [!USE_AS_EXPM1L].
23980         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
23981         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
23982         more tests of exp and exp10.  Expect some exp10 tests to miss
23983         exceptions or fail in directed rounding modes.
23984         * math/auto-libm-test-out: Regenerated.
23985         * math/libm-test.inc (exp10_tonearest_test_data): New array.
23986         (exp10_test_tonearest): New function.
23987         (exp10_towardzero_test_data): New array.
23988         (exp10_test_towardzero): New function.
23989         (exp10_downward_test_data): New array.
23990         (exp10_test_downward): New function.
23991         (exp10_upward_test_data): New array.
23992         (exp10_test_upward): New function.
23993         (main): Call the new functions.
23994         * sysdeps/i386/fpu/libm-test-ulps: Update.
23995         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23997 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
23999         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
24000         asinh, atan, atan2, atanh, cbrt, cos and cosh.
24001         * math/auto-libm-test-out: Regenerated.
24002         * math/libm-test.inc (acosh_test_data): Add more tests.
24003         (atanh_test_data): Likewise.
24004         (ceil_test_data): Likewise.
24005         (copysign_test_data): Likewise.
24006         * sysdeps/i386/fpu/libm-test-ulps: Update.
24007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24009         * timezone/checktab.awk: Update from tzcode 2013i.
24010         * timezone/private.h: Likewise.
24011         * timezone/scheck.c: Likewise.
24012         * timezone/tzfile.h: Likewise.
24013         * timezone/tzselect.ksh: Likewise.
24014         * timezone/zdump.c: Likewise.
24015         * timezone/zic.c: Likewise.
24017         * math/auto-libm-test-in: Add tests of cpow.
24018         * math/auto-libm-test-out: Regenerated.
24019         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
24020         * math/gen-auto-libm-tests.c (func_calc_method): Add value
24021         mpc_cc_c.
24022         (func_calc_desc): Add mpc_cc_c union field.
24023         (test_functions): Add cpow.
24024         (special_fill_2pi): New function.
24025         (special_real_inputs): Add 2pi.
24026         (calc_generic_results): Handle mpc_cc_c.
24027         * sysdeps/i386/fpu/libm-test-ulps: Update.
24028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24030         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
24031         csqrt, ctan and ctanh.
24032         * math/auto-libm-test-out: Regenerated.
24033         * math/libm-test.inc (TEST_COND_x86_64): New macro.
24034         (TEST_COND_x86): Likewise.
24035         (ccos_test_data): Use AUTO_TESTS_c_c.
24036         (ccosh_test_data): Likewise.
24037         (cexp_test_data): Likewise.
24038         (clog_test_data): Likewise.
24039         (csqrt_test_data): Likewise.
24040         (ctan_test_data): Likewise.
24041         (ctan_tonearest_test_data): Likewise.
24042         (ctan_towardzero_test_data): Likewise.
24043         (ctan_downward_test_data): Likewise.
24044         (ctan_upward_test_data): Likewise.
24045         (ctanh_test_data): Likewise.
24046         (ctanh_tonearest_test_data): Likewise.
24047         (ctanh_towardzero_test_data): Likewise.
24048         (ctanh_downward_test_data): Likewise.
24049         (ctanh_upward_test_data): Likewise.
24050         * math/gen-auto-libm-tests.c (func_calc_method): Add value
24051         mpc_c_c.
24052         (func_calc_desc): Add mpc_c_c union field.
24053         (FUNC_mpc_c_c): New macro.
24054         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
24055         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
24056         ctanh.
24057         (special_fill_min_subnorm_p120): New function.
24058         (special_real_inputs): Add min_subnorm_p120.
24059         (calc_generic_results): Handle mpc_c_c.
24060         * sysdeps/i386/fpu/libm-test-ulps: Update.
24061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24063 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24065         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
24066         (do_sin_slow): New functions.
24067         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
24068         (cslow2, csloww1, csloww2): Use the new functions.
24070         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
24071         Use M to change sign of result instead of X.  Assume X is
24072         positive.
24073         (csloww1): Likewise.
24074         (__sin): Adjust.
24075         (__cos): Adjust.
24077         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
24078         arguments A and DA.
24079         (__sin): Adjust.
24080         (__cos): Likewise.
24082         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
24083         (__cos): Likewise.
24084         (sloww1): Don't adjust sign of DX.
24085         (csloww1): Likewise.
24086         (sloww2): Use X directly and don't adjust sign of DX.
24087         (csloww2): Likewise.
24089 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
24091         * math/auto-libm-test-in: Add tests of cabs and carg.
24092         * math/auto-libm-test-out: Regenerated.
24093         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
24094         (carg_test_data): Likewise.
24095         * math/gen-auto-libm-tests.c (func_calc_method): Add value
24096         mpc_c_f.
24097         (func_calc_desc): Add mpc_c_f union field.
24098         (test_functions): Add cabs and carg.
24099         (calc_generic_results): Handle mpc_c_f.
24101         * sysdeps/powerpc/powerpc32/libgcc-compat.S
24102         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
24103         as a macro and a compat symbol.
24104         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
24105         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
24106         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
24107         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
24108         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
24109         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
24110         not use .hidden.
24111         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
24112         Likewise.
24113         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
24114         Likewise.
24115         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
24116         Likewise.
24117         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
24118         Likewise.
24119         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
24120         Likewise.
24121         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
24122         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
24123         from GLIBC_2.3.2.
24125 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24127         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24129 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
24131         * manual/texinfo.tex: Update to version 2013-11-26.10 with
24132         trailing whitespace removed.
24133         * scripts/config.guess: Update to version 2013-11-29.
24134         * scripts/config.sub: Update to version 2013-10-01.
24136         * math/auto-libm-test-in: Add tests of sincos.
24137         * math/auto-libm-test-out: Regenerated.
24138         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
24139         * math/gen-auto-libm-tests.c (func_calc_method): Add value
24140         mpfr_f_11.
24141         (func_calc_desc): Add mpfr_f_11 union field.
24142         (test_functions): Add sincos.
24143         (calc_generic_results): Handle mpfr_f_11.
24144         * sysdeps/i386/fpu/libm-test-ulps: Update.
24145         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24147 2013-12-19  Andreas Schwab  <schwab@suse.de>
24149         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
24150         CALL_MCOUNT.
24151         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
24152         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
24153         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
24155 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
24157         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
24158         * sysdeps/i386/fpu/libm-test-ulps: Update.
24159         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24161         [BZ #16293]
24162         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
24163         round-to-nearest mode when using frndint.
24164         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
24165         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
24166         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
24167         Likewise.
24168         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
24169         sinh test to fail.
24170         * math/auto-libm-test-out: Regenerated.
24171         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
24172         (TEST_COND_x86): Likewise.
24173         (expm1_tonearest_test_data): New array.
24174         (expm1_test_tonearest): New function.
24175         (expm1_towardzero_test_data): New array.
24176         (expm1_test_towardzero): New function.
24177         (expm1_downward_test_data): New array.
24178         (expm1_test_downward): New function.
24179         (expm1_upward_test_data): New array.
24180         (expm1_test_upward): New function.
24181         (main): Run the new test functions.
24182         * sysdeps/i386/fpu/libm-test-ulps: Update.
24183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24185         * include/features.h: Update comment documenting feature test
24186         macros.  Mention _DEFAULT_SOURCE in comment.
24187         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
24188         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
24189         _BSD_SOURCE and _SVID_SOURCE.
24190         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
24191         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
24192         !_SVID_SOURCE]: Likewise.
24193         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
24194         (__USE_POSIX_IMPLICITLY): Define.
24195         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
24196         (_POSIX_SOURCE): Undefine and redefine.
24197         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
24198         (_POSIX_C_SOURCE): Likewise.
24199         * manual/creature.texi (_DEFAULT_SOURCE): Document.
24200         (Feature Test Macros): Update documentation of default features.
24202 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
24204         * benchtests/Makefile: Add bench-strtok.
24205         * benchtests/bench-strtok.c: New file: strtok benchtest.
24207 2013-12-19  Allan McRae  <allan@archlinux.org>
24209         * manual/install.texi: Suppress menu for plain text output.
24210         * INSTALL: Regenerated.
24212 2013-12-18  Brooks Moses  <bmoses@google.com>
24214         [BZ #15846]
24215         * misc/getauxval.c: Include errno.h.
24216         (__getauxval): Set errno to ENOENT if the requested type is not
24217         found.
24218         * misc/sys/auxv.h (getauxval): Document that it may set errno;
24219         don't declare with __attribute_const__.
24220         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
24221         * manual/startup.texi: Document that getauxval sets errno.
24223 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
24225         * math/auto-libm-test-in: Add tests of jn and yn.
24226         * math/auto-libm-test-out: Regenerated.
24227         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
24228         (yn_test_data): Likewise.
24229         * math/gen-auto-libm-tests.c (func_calc_method): Add value
24230         mpfr_if_f.
24231         (func_calc_desc): Add mpfr_if_f union field.
24232         (FUNC_mpfr_if_f): New macro.
24233         (test_functions): Add jn and yn.
24234         (calc_generic_results): Assert type of second input for
24235         mpfr_ff_f.  Handle mpfr_if_f.
24236         (output_for_one_input_case): Disable all checking for arguments
24237         fitting floating-point types in case of an integer argument.
24238         * sysdeps/i386/fpu/libm-test-ulps: Update.
24239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24242         Don't expect fegetround reference in libm.so.
24244 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24246         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
24247         $(config-cflags-nofma).
24249 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
24251         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
24252         * math/auto-libm-test-out: Regenerated.
24254         [BZ #16338]
24255         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
24256         to determine exponent and adjust argument to have exponent of -1.
24257         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
24258         log2.
24259         * math/auto-libm-test-out: Regenerated.
24260         * sysdeps/i386/fpu/libm-test-ulps: Update.
24261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24263 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
24265         * manual/probes.texi: Remove cases when per-thread arenas are
24266         disabled.
24268 2013-12-18  Andreas Schwab  <schwab@suse.de>
24270         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
24271         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
24272         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
24273         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
24274         * sysdeps/i386/i686/multiarch/Makefile: Update.
24275         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
24277 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
24279         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
24280         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
24282 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
24284         [BZ #15968]
24285         Support TZ transition times < 00:00:00.
24286         This is needed for version-3 tz-format files; it supports time
24287         stamps past 2037 for America/Godthab (the only entry in the tz
24288         database for which this change is relevant).
24289         * manual/time.texi (TZ Variable): Document transition times
24290         from -167:59:59 through -00:00:01.
24291         * time/tzset.c (tz_rule): Time of day is now signed.
24292         (__tzset_parse_tz): Parse negative time of day.
24294         Document TZ transition times >= 25:00:00.
24295         * manual/time.texi (TZ Variable): Document transition times from
24296         25:00:00 through 167:59:59.  These are already supported, and this
24297         support will help with version-3 tz-format files.
24299         * manual/time.texi (TZ Variable): Modernize North America example
24300         to reflect current (i.e., 2007-and-later) daylight saving rules.
24302         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
24304 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
24306         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
24307         * sysdeps/unix/bsd/bits/stat.h: Likewise.
24308         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
24309         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
24310         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
24311         * sysdeps/unix/bsd/bsdstat.h: Likewise.
24312         * sysdeps/unix/bsd/clock.c: Likewise.
24313         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
24314         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
24315         * sysdeps/unix/bsd/init-posix.c: Likewise.
24316         * sysdeps/unix/bsd/poll.c: Likewise.
24317         * sysdeps/unix/bsd/ptsname.c: Likewise.
24318         * sysdeps/unix/bsd/seekdir.c: Likewise.
24319         * sysdeps/unix/bsd/setegid.c: Likewise.
24320         * sysdeps/unix/bsd/seteuid.c: Likewise.
24321         * sysdeps/unix/bsd/setgid.c: Likewise.
24322         * sysdeps/unix/bsd/setrgid.c: Likewise.
24323         * sysdeps/unix/bsd/setruid.c: Likewise.
24324         * sysdeps/unix/bsd/setsid.c: Likewise.
24325         * sysdeps/unix/bsd/setuid.c: Likewise.
24326         * sysdeps/unix/bsd/sigaction.c: Likewise.
24327         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
24328         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
24329         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
24330         * sysdeps/unix/bsd/telldir.c: Likewise.
24331         * sysdeps/unix/bsd/times.c: Likewise.
24332         * sysdeps/unix/bsd/usleep.c: Likewise.
24334         * misc/Makefile (install-lib): Remove libbsd-compat.a.
24335         ($(objpfx)libbsd-compat.a): Remove rule.
24337         * include/features.h (__FAVOR_BSD): Do not define.
24338         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
24339         features conflicting with POSIX.
24340         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
24341         (_BSD_SOURCE): Remove description of not being a subset of other
24342         feature test macros.
24343         * manual/job.texi (getpgrp): Do not document BSD version.
24344         (getpgid): Do not document by reference to BSD getpgrp.
24345         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
24346         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
24347         * signal/signal.h [__FAVOR_BSD]: Likewise.
24348         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
24349         instead of making contents conditional on [__FAVOR_BSD].
24350         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
24352 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24354         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24356 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
24358         [BZ #16314]
24359         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
24360         values below 2**-450, not 2**-500.
24361         * math/auto-libm-test-in: Don't allow spurious underflow from
24362         hypot.
24363         * math/auto-libm-test-out: Regenerated.
24365         [BZ #16316]
24366         [BZ #16330]
24367         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
24368         values of ha and hb and sort them after adjusting subnormal
24369         arguments.
24370         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
24371         Likewise.
24372         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
24373         values of ea and eb and sort them after adjusting subnormal
24374         arguments.
24375         * math/auto-libm-test-in: Do not expect some hypot tests of
24376         subnormals to fail.  Add more hypot tests.
24377         * math/auto-libm-test-out: Regenerated.
24379 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24381         [BZ #13304]
24382         * sysdeps/sh/s_fma.c: New file.
24383         * sysdeps/sh/s_fmaf.c: New file.
24384         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
24385         version.
24386         * sysdeps/sh/Implies: Add sh/soft-fp.
24388 2013-12-16  Roland McGrath  <roland@hack.frob.com>
24390         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
24391         level of indirection to members `objname', `errstring', `malloced'.
24392         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
24393         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
24394         it as the __longjmp argument (just pass 1 instead).
24395         (_dl_catch_error): Initialize C with argument pointers and address of
24396         volatile local ERRCODE rather than copying values out of C at return.
24398 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
24400         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
24401         * math/auto-libm-test-out: Regenerated.
24402         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
24403         (hypot_test_data): Likewise.
24404         (pow_test_data): Likewise.
24405         (pow_tonearest_test_data): Likewise.
24406         * math/gen-auto-libm-tests.c (func_calc_method): Add value
24407         mpfr_ff_f.
24408         (func_calc_desc): Add mpfr_ff_f union field.
24409         (FUNC_mpfr_ff_f): New macro.
24410         (test_functions): Add atan2, hypot and pow.
24411         (special_fill_min): New function.
24412         (special_fill_minus_min): Likewise.
24413         (special_fill_min_subnorm): Likewise.
24414         (special_fill_minus_min_subnorm): Likewise.
24415         (special_real_inputs): Add min, -min, min_subnorm and
24416         -min_subnorm.
24417         (calc_generic_results): Handle mpfr_ff_f.
24418         * sysdeps/i386/fpu/libm-test-ulps: Update.
24419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24421 2013-12-16  Will Newton  <will.newton@linaro.org>
24423         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
24424         (Aligned Memory Blocks): Add documentation for aligned_alloc
24425         and suggest it as an alternative to posix_memalign.
24426         (Hooks for Malloc): Document __memalign_hook is also called
24427         for aligned_alloc.  (Summary of Malloc): Add summary for
24428         aligned alloc.  Document __memalign_hook is also called
24429         for aligned_alloc.
24431 2013-12-16  Will Newton  <will.newton@linaro.org>
24433         * manual/memory.texi (Malloc Examples): Clarify default
24434         alignment documentation.  Suggest posix_memalign rather
24435         than memalign or valloc.
24436         (Aligned Memory Blocks): Remove suggestion to use memalign
24437         or valloc.  Remove obsolete comment about BSD.
24438         Document memalign errno values and mark the function obsolete.
24439         Document posix_memalign returned error codes.  Mark valloc
24440         as obsolete.  (Hooks for Malloc): __memalign_hook is also
24441         called for posix_memalign and valloc.
24442         (Summary of Malloc): Add posix_memalign to function summary.
24443         __memalign_hook is also called for posix_memalign and valloc.
24445 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
24447         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
24448         TAYLOR_SIN.
24449         (__sin): Adjust.
24450         (__cos): Likewise.
24451         (sloww): Use mynumber union.  Expand ternary operator into
24452         if-else statements.
24453         (cslow): use mynumber union.
24455 2013-12-16  Allan McRae  <allan@archlinux.org>
24457         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
24458         * configure: Regenerated.
24460         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
24462         [BZ #14120]
24463         * configure.ac: Added --enable-maintainer-mode. Check for
24464         autoconf when enabled.
24465         * configure: Regenerated.
24467         * nscd/nscd.service: New file.
24468         * nscd/nscd.tmpfiles: New file.
24470 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
24472         [BZ #12100]
24473         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
24474         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
24475         * sysdeps/x86_64/multiarch/strstr.c: ... here.
24476         (strstr): Add __strstr_sse2_unaligned ifunc.
24477         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
24478         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
24479         (strcasestr): Remove __strcasestr_sse42 ifunc.
24480         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
24481         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
24482         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24484 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24486         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
24487         * sysdeps/sh/bits/fenv.h: ... here.
24488         * sysdeps/sh/sh4/fpu/bits: Remove directory.
24490 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24492         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
24494         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
24495         hypotf multiarch implementations.
24496         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
24497         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
24498         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
24499         multiarch hypot for PPC64.
24500         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
24501         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
24502         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
24503         multiarch hypotf for PPC64.
24505         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
24506         modff multiarch implementations.
24507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
24508         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
24509         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
24510         multiarch modf for PPC64.
24511         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
24512         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
24513         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
24514         multiarch modff for PPC64.
24516         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
24517         and logl multiarch implementations.
24518         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
24519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
24520         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
24521         multiarch logb for PPC64.
24522         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
24523         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
24524         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
24525         multiarch logb for PPC64.
24526         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
24527         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
24528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
24529         multiarch logb for PPC64.
24531         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
24532         isinff multiarch implementation.
24533         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
24534         file.
24535         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
24536         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
24537         multiarch isinf for PPC64.
24538         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
24539         file.
24540         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
24541         multiarch isinff for PPC64.
24543         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
24544         finitef multiarch implementation.
24545         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
24546         file.
24547         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
24548         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
24549         multiarch finite for PPC64.
24550         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
24551         file.
24552         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
24553         multiarch finitef for PPC64.
24555         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
24556         lrint multiarch implementation.
24557         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
24558         file.
24559         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
24560         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
24561         multiarch llrint for PPC64.
24562         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
24563         multiarch lrint for PPC64.
24565         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
24566         copysignf multiarch implementation.
24567         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
24568         file.
24569         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
24570         file.
24571         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
24572         multiarch copysign for PPC64.
24573         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
24574         multiarch copysignf for PPC64.
24576         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
24577         multiarch implementation.
24578         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
24579         file.
24580         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
24581         file.
24582         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
24583         file.
24584         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
24585         file.
24586         multiarch llround for PPC64.
24587         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
24588         multiarch trunc for PPC64.
24589         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
24590         multiarch truncf for PPC64.
24592         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
24593         multiarch implementation.
24594         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
24595         file.
24596         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
24597         file.
24598         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
24599         file.
24600         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
24601         file.
24602         multiarch llround for PPC64.
24603         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
24604         multiarch round for PPC64.
24605         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
24606         multiarch roundf for PPC64.
24608         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
24609         multiarch implementation.
24610         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
24611         file.
24612         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
24613         file.
24614         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
24615         file.
24616         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
24617         file.
24618         multiarch llround for PPC64.
24619         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
24620         multiarch floor for PPC64.
24621         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
24622         multiarch floorf for PPC64.
24624         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
24625         multiarch implementation.
24626         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
24627         file.
24628         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
24629         file.
24630         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
24631         file.
24632         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
24633         file.
24634         multiarch llround for PPC64.
24635         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
24636         multiarch ceil for PPC64.
24637         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
24638         multiarch ceilf for PPC64.
24640         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
24641         multiarch implementation.
24642         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
24643         file.
24644         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
24645         file.
24646         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
24647         file.
24648         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
24649         multiarch llround for PPC64.
24650         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
24651         multiarch lround for PPC64.
24653         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
24654         multiarch implementation.
24655         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
24656         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
24657         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
24658         file.
24659         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
24660         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
24661         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
24662         multiarch isnan for PPC64.
24663         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
24664         multiarch isnanf for PPC64.
24666         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
24667         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
24668         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
24669         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
24670         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
24671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
24673         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
24674         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
24675         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
24676         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
24678         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
24679         multiarch implementations.
24680         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24681         (__libc_ifunc_impl_list): Likewise.
24682         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
24683         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
24684         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
24685         multiarch stpcpy for PPC64.
24687         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
24688         multiarch implementations.
24689         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24690         (__libc_ifunc_impl_list): Likewise.
24691         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
24692         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
24693         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
24694         multiarch strcpy for PPC64.
24696         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
24697         redefine function name.
24698         (_wordcopy_fwd_dest_aligned): Likewise.
24699         (_wordcopy_bwd_aligned): Likewise.
24700         (_wordcopy_bwd_dest_aligned): Likewise.
24701         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
24702         multiarch implementations.
24703         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24704         (__libc_ifunc_impl_list): Likewise.
24705         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
24706         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
24707         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
24708         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
24709         multiarch wcscpy for PPC64.
24711         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
24712         multiarch implementations.
24713         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24714         (__libc_ifunc_impl_list): Likewise.
24715         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
24716         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
24717         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
24718         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
24719         multiarch wcscpy for PPC64.
24721         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
24722         multiarch implementations.
24723         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24724         (__libc_ifunc_impl_list): Likewise.
24725         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
24726         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
24727         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
24728         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
24729         multiarch wcsrchr for PPC64.
24731         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
24732         multiarch implementations.
24733         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24734         (__libc_ifunc_impl_list): Likewise.
24735         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
24736         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
24737         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
24738         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
24739         multiarch wcschr for PPC64.
24741         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
24742         multiarch implementations.
24743         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24744         (__libc_ifunc_impl_list): Likewise.
24745         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
24746         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
24747         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
24748         multiarch strchrnul for PPC64.
24750         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
24751         implementations.
24752         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24753         (__libc_ifunc_impl_list): Likewise.
24754         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
24755         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
24756         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
24757         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
24758         strchr for PPC64.
24760         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
24761         implementations.
24762         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24763         (__libc_ifunc_impl_list): Likewise.
24764         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
24765         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
24766         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
24767         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
24768         strncmp for PPC64.
24770         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
24771         multiarch implementations.
24772         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24773         (__libc_ifunc_impl_list): Likewise.
24774         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
24775         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
24776         strncasecmp for PPC64.
24777         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
24778         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
24779         multiarch strncasecmp_l for PPC64.
24781         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
24782         multiarch implementations.
24783         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
24784         (__libc_ifunc_impl_list): Likewise.
24785         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
24786         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
24787         multiarch strcasecmp for PPC64.
24788         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
24789         file.
24790         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
24791         multiarch strcasecmp_l for PPC64.
24793         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
24794         implementations.
24795         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24796         (__libc_ifunc_impl_list): Likewise.
24797         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
24798         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
24799         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
24800         strnlen for PPC64.
24802         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
24803         implementations.
24804         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24805         (__libc_ifunc_impl_list): Likewise.
24806         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
24807         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
24808         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
24809         strlen for PPC64.
24811         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
24812         implementations.
24813         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24814         (__libc_ifunc_impl_list): Likewise.
24815         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
24816         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
24817         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
24818         rawmemrchr for PPC64.
24820         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
24821         implementation.
24822         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24823         (__libc_ifunc_impl_list): Likewise.
24824         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
24825         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
24826         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
24827         memrchr for PPC64.
24829         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
24830         implementation.
24831         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24832         (__libc_ifunc_impl_list): Likewise.
24833         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
24834         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
24835         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
24836         memchr for PPC64.
24838         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
24839         implementation.
24840         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24841         (__libc_ifunc_impl_list): Likewise.
24842         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
24843         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
24844         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
24845         mempcpy for PPC64.
24847         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
24848         avoid cretion of __bzero symbol.
24849         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
24850         Likewise.
24851         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
24852         Likewise.
24853         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
24854         Likewise.
24855         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
24856         multiarch implementations.
24857         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24858         (__libc_ifunc_impl_list): Likewise.
24859         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
24860         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
24861         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
24862         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
24863         bzero for PPC32.
24864         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
24865         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
24866         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
24867         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
24868         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
24869         memset for PPC64.
24870         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
24872         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
24873         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
24874         implementations.
24875         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
24876         (__libc_ifunc_impl_list): Likewise.
24877         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
24878         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
24879         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
24880         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
24881         memcmp for PPC64.
24883         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
24884         multiarch for POWER/PPC64.
24885         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
24886         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
24887         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
24888         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
24889         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
24890         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
24891         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
24892         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
24893         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
24894         memcpy for PPC64.
24896         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
24897         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
24898         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
24899         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
24900         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
24901         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
24902         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
24903         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
24904         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
24905         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
24906         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
24907         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
24908         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
24909         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
24910         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
24911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
24912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
24913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
24914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
24915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
24916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
24917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
24919 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24921         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
24923 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24925         * benchtests/Makefile (bench): Add exp2 and log2.
24926         (LDLIBS-bench-exp2): Add -lm.
24927         (LDLIBS-bench-log2): Likewise.
24928         * benchtests/exp2-inputs: New inputs file.
24929         * benchtests/log2-inputs: New inputs file.
24930         * benchtests/log-inputs: Add new inputs.
24931         * benchtests/tan-inputs: Likewise.
24933 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24935         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
24936         definition...
24937         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
24938         (csloww2): ... from here.
24940         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
24941         instead of structures.
24942         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
24943         (POLYNOMIAL): Likewise.
24944         (TAYLOR_SLOW): Likewise.
24945         (__sin): Likewise.
24946         (__cos): Likewise.
24947         (slow1): Likewise.
24948         (slow2): Likewise.
24949         (sloww): Likewise.
24950         (sloww1); Likewise.
24951         (sloww2): Likewise.
24952         (bsloww1): Likewise.
24953         (bsloww2): Likewise.
24954         (cslow2): Likewise.
24955         (csloww): Likewise.
24956         (csloww1): Likewise.
24957         (csloww2): Likewise.
24959 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
24961         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
24962         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
24963         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
24964         * malloc/hooks.c (realloc_check): Likewise.
24966         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
24967         * malloc/arena.c: Remove PER_THREAD conditional.
24968         [!PER_THREAD]: Remove code.
24969         (ptmalloc_unlock_all2): Likewise.
24970         (ptmalloc_init): Likewise.
24971         (_int_new_arena): Likewise.
24972         (arena_get2): Likewise.
24973         * malloc/hooks.c (__malloc_get_state): Likewise.
24974         (__malloc_set_state): Likewise.
24975         * malloc/malloc.c: Likewise.
24976         (struct malloc_state): Likewise.
24977         (struct malloc_par): Likewise.
24978         (__libc_realloc): Likewise.
24979         (__libc_mallopt): Likewise.
24981 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24983         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
24985 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
24987         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
24988         macro to a function.  Check for zero perturb_byte.
24989         (_int_malloc, _int_free): Remove zero perturb_byte checks.
24991         * malloc/malloc.c: (force_reg): Remove.
24992         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
24993         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
24994         force_reg by atomic_forced_read.
24995         * malloc/arena.c (ptmalloc_init): Likewise.
24996         * malloc/hooks.c (top_check): Likewise.
24998 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25000         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25002 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
25004         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25006 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
25008         * math/auto-libm-test-in: Add tests of lgamma.
25009         * math/auto-libm-test-out: Regenerated.
25010         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
25011         (M_LOG_2_SQRT_PIl): Likewise.
25012         (lgamma_test_data): Use AUTO_TESTS_f_f1.
25013         * math/gen-auto-libm-tests.c (func_calc_method): Add value
25014         mpfr_f_f1.
25015         (func_calc_desc): Add mpfr_f_f1 union field.
25016         (ARGS1): New macro.
25017         (ARGS2): Likewise.
25018         (ARGS3): Likewise.
25019         (ARGS4): Likewise.
25020         (RET1): Likewise.
25021         (RET2): Likewise.
25022         (CALC): Likewise.
25023         (FUNC): Likewise.
25024         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
25025         (test_functions): Add lgamma.
25026         (calc_generic_results): Handle mpfr_f_f1.
25027         * sysdeps/i386/fpu/libm-test-ulps: Update.
25028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25030 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25032         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
25033         __mpn_add_n for PowerPC64/POWER7.
25034         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
25035         __mpn_sub_n for PowerPC64/POWER7.
25037         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
25038         __mpn_addmul_1 for PowerPC64.
25039         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
25040         __mpn_submul_1 for PowerPC64.
25041         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
25042         for PowerPC64.
25043         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
25044         for PowerPC64.
25046 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
25048         [BZ #15089]
25049         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
25051 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25053         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
25055         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
25056         add multiarch folders.
25057         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
25058         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
25059         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
25060         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
25061         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
25062         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
25063         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
25064         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
25065         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
25066         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
25067         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
25068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
25069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
25070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
25071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
25072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
25073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
25075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
25076         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
25077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
25078         New file.
25079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
25080         New file.
25081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
25082         multiarch __ieee754_hypot for PowerPC32.
25083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
25084         New file.
25085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
25086         New file.
25087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
25088         multiarch __ieee754_hypotf for PowerPC32.
25090         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
25091         long_double_symbol only if __logbl is defined.
25092         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
25093         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
25094         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
25095         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
25096         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
25097         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
25098         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
25099         path for implementation.
25100         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
25101         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
25102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
25103         logb, and logbl multiarch implementations for PowerPC32.
25104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
25105         file.
25106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
25107         file.
25108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
25109         multiarch logb for PowerPC32.
25110         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
25111         file.
25112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
25113         file.
25114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
25115         multiarch logbf for PowerPC32.
25116         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
25117         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
25118         file.
25119         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
25120         multiarch logbl implementation for PowerPC32.
25122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
25123         and modff multiarch implementations.
25124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
25125         New file.
25126         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
25127         New file.
25128         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
25129         multiarch modf for PowerPC32.
25130         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
25131         New file.
25132         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
25133         New file.
25134         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
25135         multiarch modff for PowerPC32.
25137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
25138         and lrintf multiarch implementations.
25139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
25140         New file.
25141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
25142         New file.
25143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
25144         multiarch lrint for PowerPC32.
25145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
25146         file: multiarch lrintf for PowerPC32.
25148         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
25149         and lroundf multiarch implementations.
25150         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
25151         New file.
25152         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
25153         New file.
25154         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
25155         New file.
25156         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
25157         multiarch lround for PowerPC32.
25158         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
25159         file: multiarch lroundf for PowerPC32.
25161         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
25162         copysign and copysignf multiarch implementations.
25163         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
25164         New file.
25165         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
25166         New file.
25167         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
25168         file: multiarch copysign for PowerPC32.
25169         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
25170         file: multiarch copysignf for PowerPC32.
25172         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
25173         and truncf multiarch implementations.
25174         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
25175         New file.
25176         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
25177         file.
25178         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
25179         multiarch trunc for PowerPC32.
25180         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
25181         New file.
25182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
25183         New file.
25184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
25185         multiarch truncf for PowerPC32.
25187         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
25188         and roundf multiarch implementations.
25189         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
25190         New file.
25191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
25192         file.
25193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
25194         multiarch round for PowerPC32.
25195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
25196         New file.
25197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
25198         New file.
25199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
25200         multiarch roundf for PowerPC32.
25202         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
25203         and floorf multiarch implementations.
25204         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
25205         New file.
25206         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
25207         file.
25208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
25209         multiarch floor for PowerPC32.
25210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
25211         New file.
25212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
25213         New file.
25214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
25215         multiarch floorf for PowerPC32.
25217         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
25218         and ceilf multiarch implementations.
25219         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
25220         New file.
25221         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
25222         file.
25223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
25224         multiarch ceil for PowerPC32.
25225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
25226         New file.
25227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
25228         file.
25229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
25230         multiarch ceilf for PowerPC32.
25232         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
25233         is defined.
25234         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
25235         FINITEF is defined.
25236         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
25237         and finitef multiarch implementations.
25238         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
25239         New file.
25240         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
25241         file.
25242         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
25243         multiarch finite for PowerPC32.
25244         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
25245         New file.
25246         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
25247         file: multiarch finitef for PowerPC32.
25249         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
25250         and isinff multiarch implementations.
25251         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
25252         file.
25253         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
25254         file.
25255         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
25256         multiarch isinf for PowerPC32.
25257         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
25258         New file.
25259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
25260         multiarch isinff for PowerPC32.
25262         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
25263         alias when __isnan is defined.
25264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
25265         and isnanf multiarch implementations.
25266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
25267         file.
25268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
25269         file.
25270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
25271         file.
25272         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
25273         file.
25274         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
25275         multiarch isnan for PowerPC32.
25276         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
25277         New file.
25278         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
25279         New file.
25280         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
25281         multiarch isnanf for PowerPC32.
25283         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
25284         and sqrtf multiarch implementations.
25285         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
25286         file.
25287         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
25288         file.
25289         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
25290         multiarch sqrt for PowerPC32.
25291         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
25292         file.
25293         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
25294         file.
25295         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
25296         multiarch sqrtf for PowerPC32.
25298         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
25299         and llroundf multiarch implementations.
25300         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
25301         New file.
25302         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
25303         New file.
25304         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
25305         New file.
25306         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
25307         file: multiarch llround for PowerPC32.
25308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
25309         file: multiarch llroundf for PowerPC32.
25311         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
25312         multiarch PowerPC32 fpu implementations.
25313         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
25314         New file.
25315         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
25316         New file.
25317         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
25318         multiarch llrint for PowerPC32.
25319         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
25320         New file.
25321         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
25322         New file.
25323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
25324         file.
25326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
25328         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
25329         file.
25330         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
25331         file.
25332         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
25333         file.
25334         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
25335         multiarch wordcopy for PPC32.
25336         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
25337         wordcopy objects.
25338         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25339         (__libc_ifunc_impl_list): Likewise.
25340         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
25341         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
25342         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
25343         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
25344         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
25345         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
25347         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
25348         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
25349         file.
25350         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
25351         file.
25352         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
25353         file.
25354         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
25355         multiarch wcscpy for PPC32.
25356         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
25357         multiarch objects.
25358         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25359         (__libc_ifunc_impl_list): Likewise.
25360         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
25361         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
25362         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
25363         sysdeps/powerpc/power6/wcscpy.c.
25365         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
25366         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
25367         file.
25368         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
25369         file.
25370         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
25371         file.
25372         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
25373         multiarch wcsrchr for PPC32.
25374         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
25375         multiarch objects.
25376         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25377         (__libc_ifunc_impl_list): Likewise.
25378         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
25379         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
25380         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
25381         sysdeps/powerpc/power6/wcsrchr.c.
25383         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
25384         file.
25385         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
25386         file.
25387         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
25388         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
25389         multiarch wcschr for PPc32.
25390         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
25391         multiarch objects.
25392         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25393         (__libc_ifunc_impl_list): Likewise.
25394         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
25395         * sysdeps/powerpc/power6/wcschr.c: ... to here.
25396         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
25397         sysdeps/powerpc/power6/wcschr.c.
25399         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
25400         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
25401         file.
25402         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
25403         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
25404         file: multiarch strchr for PPC32.
25405         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
25406         multiarch objects.
25407         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25408         (__libc_ifunc_impl_list): Likewise.
25410         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
25411         name.
25412         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
25413         file.
25414         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
25415         file.
25416         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
25417         multiarch strchrnul for PPC32.
25418         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
25419         multiarch objects.
25420         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25421         (__libc_ifunc_impl_list): Likewise.
25423         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
25424         file.
25425         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
25426         multiarch strncasecmp for PPC32.
25427         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
25428         file.
25429         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
25430         multiarch strncasecmp_l for PPC32.
25431         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
25432         strncasecmp multiarch objects.
25433         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25434         (__libc_ifunc_impl_list): Likewise.
25436         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
25437         file.
25438         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
25439         multiarch strncasecmp for PPC32.
25440         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
25441         New file.
25442         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
25443         multiarch strcasecmp_l for PPC32.
25444         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
25445         multiarch objects.
25446         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25447         (__libc_ifunc_impl_list): Likewise.
25449         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
25450         file.
25451         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
25452         file.
25453         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
25454         multiarch strncmp for PPC32.
25455         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
25456         multiarch objects.
25457         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25458         (__libc_ifunc_impl_list): Likewise.
25460         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
25461         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
25462         file.
25463         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
25464         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
25465         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
25466         multiarch objects.
25467         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25468         (__libc_ifunc_impl_list): Likewise.
25470         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
25471         file.
25472         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
25473         file.
25474         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
25475         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
25476         multiarch objects.
25477         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25478         (__libc_ifunc_impl_list): Likewise.
25480         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
25481         file.
25482         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
25483         file.
25484         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
25485         multiarch rawmemchr for PPC32.
25486         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
25487         multiarch objects.
25488         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25489         (__libc_ifunc_impl_list): Likewise.
25491         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
25492         file.
25493         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
25494         file.
25495         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
25496         file: memrchr multiarch for PPC32.
25497         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
25498         multiarch objects.
25499         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
25500         (__libc_ifunc_impl_list): Likewise.
25502         * string/memchr.c (__memchr): Using macro to redefine symbol name.
25503         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
25504         file.
25505         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
25506         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
25507         multiarch memchr for PPC32.
25508         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
25509         multiarch objects.
25510         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
25511         (__libc_ifunc_impl_list): Likewise.
25513         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
25514         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
25515         file.
25516         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
25517         file.
25518         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
25519         file: multiarch mempcpy for PPC32.
25520         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
25521         multiarch objects.
25522         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
25523         (__libc_ifunc_impl_list): Likewise.
25525         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
25526         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
25527         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
25528         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
25529         multiarch bzero for PPC32.
25530         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
25531         file.
25532         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
25533         file.
25534         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
25535         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
25536         file: multiarch memset for PPC32.
25537         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
25538         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
25539         memset multiarch objects.
25540         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
25541         (__libc_ifunc_impl_list): Likewise.
25543         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
25544         file.
25545         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
25546         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
25547         memcmp for PPC32.
25548         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
25549         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
25550         multiarch objects.
25551         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
25552         (__libc_ifunc_impl_list): Likewise.
25554         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
25555         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
25556         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
25557         file.
25558         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
25559         file.
25560         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
25561         file.
25562         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
25563         multiarch memcpy for PPC32.
25564         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
25565         multiarch objects.
25566         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
25567         (__libc_ifunc_impl_list): Likewise.
25569         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
25570         support multiarch for POWER/PPC32.
25571         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
25572         Likewise.
25573         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
25574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
25575         Implies file to make multiarch folder appers before the fpu and
25576         default folder for power4 configuration.
25578 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
25580         * scripts/bench.pl: Append volatile keyword to type.
25582 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25584         * sysdeps/sh/sotruss-lib.c: New file.
25585         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
25587 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25589         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25591 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
25593         [BZ #6810]
25594         * math/w_tgamma.c: Include <errno.h>.
25595         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
25596         * math/w_tgammaf.c: Include <errno.h>.
25597         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
25598         * math/w_tgammal.c: Include <errno.h>.
25599         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
25600         * math/auto-libm-test-in: Do not allow missing errno on tgamma
25601         underflow.  Add more tgamma tests.
25602         * math/auto-libm-test-out: Regenerated.
25603         * sysdeps/i386/fpu/libm-test-ulps: Update.
25604         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25606         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
25607         sin, sinh, tan, tanh, tgamma, y0 and y1.
25608         * math/auto-libm-test-out: Regenerated.
25609         * math/libm-test.inc (TEST_COND_x86_64): New macro.
25610         (TEST_COND_x86): Likewise.
25611         (M_E2l): Remove macro.
25612         (M_E3l): Likewise.
25613         (M_2_SQRT_PIl): Likewise.
25614         (M_SQRT_PIl): Likewise.
25615         (M_1_DIV_El): Likewise.
25616         (log_test_data): Use AUTO_TESTS_f_f.
25617         (log10_test_data): Likewise.
25618         (log1p_test_data): Likewise.
25619         (log2_test_data): Likewise.
25620         (sin_test_data): Likewise.
25621         (sin_tonearest_test_data): Likewise.
25622         (sin_towardzero_test_data): Likewise.
25623         (sin_downward_test_data): Likewise.
25624         (sin_upward_test_data): Likewise.
25625         (sinh_test_data): Likewise.
25626         (sinh_tonearest_test_data): Likewise.
25627         (sinh_towardzero_test_data): Likewise.
25628         (sinh_downward_test_data): Likewise.
25629         (sinh_upward_test_data): Likewise.
25630         (tan_test_data): Likewise.
25631         (tan_tonearest_test_data): Likewise.
25632         (tan_towardzero_test_data): Likewise.
25633         (tan_downward_test_data): Likewise.
25634         (tan_upward_test_data): Likewise.
25635         (tanh_test_data): Likewise.
25636         (tgamma_test_data): Likewise.
25637         (y0_test_data): Likewise.
25638         (y1_test_data): Likewise.
25639         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
25640         (special_real_inputs): Add pi/4.
25641         * sysdeps/i386/fpu/libm-test-ulps: Update.
25642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25644 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25646         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
25647         "longjmp_target" static probes.
25648         (__longjmp): Rename to __longjmp_symbol.
25649         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
25650         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
25651         on which longjmp to generate.
25652         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
25653         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
25654         probe.
25655         (__sigsetjmp): Rename to __sigsetjmp_symbol.
25656         (__sigjmp_save): Rename to __sigjmp_save_symbol.
25657         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
25658         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
25659         and __sigjmp_save_symbol based on which sigsetjmp to generated.
25660         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
25661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
25662         __longjmp_symbol based on which __longjmp to generate.
25663         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
25664         probe.
25665         (setjmp): Rename to setjmp_symbol.
25666         (__sigsetjmp): Rename to __sigsetjmp_symbol.
25667         (_setjmp): Rename to _setjmp_symbol.
25668         (__sigsetjmp): Rename to __sigsetjmp_symbol.
25669         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
25670         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
25671         which setjmp to generate.
25672         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
25673         "longjmp_target" static probes.
25675 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25677         * benchtests/README: Add note about output arguments.
25678         * benchtests/bench-sincos.c: Remove file.
25679         * benchtests/sincos-inputs: New file.
25680         * scripts/bench.pl: Identify output arguments and define
25681         static variables for them.
25683         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
25685         [BZ #15941]
25686         * Makefile (INSTALL): Add install-plain.texi as the primary
25687         dependency.
25688         * manual/install-plain.texi: New file.
25689         * manual/install.texi: Include node directive only for
25690         non-plaintext output.
25692 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
25694         * stdlib/longlong.h: Update from GCC.
25696         [BZ #6807]
25697         [BZ #15901]
25698         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
25699         * math/w_j0f.c (y0f): Likewise.
25700         * math/w_j0l.c (__y0l): Likewise.
25701         * math/w_j1.c (y1): Likewise.
25702         * math/w_j1f.c (y1f): Likewise.
25703         * math/w_j1l.c (__y1l): Likewise
25704         * math/w_jn.c (yn): Likewise.
25705         * math/w_jnf.c (ynf): Likewise.
25706         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
25707         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
25708         value for Bessel function domain errors outside _SVID_ mode.
25709         Adjust sign of return value for yn (negative integer, 0).
25710         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
25711         by zero in return for negative x and set sign appropriately for
25712         negative n.
25713         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
25714         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
25715         * math/libm-test.inc (y0_test_data): Add more tests and adjust
25716         expectations in error cases.
25717         (y1_test_data): Likewise.
25718         (yn_test_data): Likewise.
25719         * sysdeps/i386/fpu/libm-test-ulps: Update.
25720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25722 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25724         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
25725         "64" to "64-v1".  Add "64-v2".
25726         (abi-64-options): Rename to ...
25727         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
25728         (abi-64-condition): Rename to ...
25729         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
25730         (abi-64-ld-soname): Rename to ...
25731         (abi-64-v1-ld-soname): ... this.
25732         (abi-64-v2-options): Define.
25733         (abi-64-v2-condition): Likewise.
25734         (abi-64-v2-ld-soname): Likewise.
25735         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
25736         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
25737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
25738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
25739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
25741 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25742             Alan Modra  <amodra@gmail.com>
25744         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
25745         New versions for use with the ELFv2 ABI.
25746         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
25747         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
25748         declaration.
25749         (struct La_ppc64v2_retval): Likewise.
25750         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
25751         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
25752         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
25753         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
25754         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
25755         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
25756         Do not save or restore CR.
25757         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
25758         (_dl_profile_resolve): Do no save or restore CR.  Support extended
25759         return values for ELFv2 ABI.  Fix location of FPR return registers.
25760         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
25761         updated values for _CALL_ELF == 2.
25762         (La_regs, La_retval, int_retval): Likewise.
25764 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25766         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
25767         (FRAME_MIN_SIZE_PARM): Likewise.
25768         (FRAME_BACKCHAIN): Likewise.
25769         (FRAME_CR_SAVE): Likewise.
25770         (FRAME_LR_SAVE): Likewise.
25771         (FRAME_TOC_SAVE): Likewise.
25772         (FRAME_PARM_SAVE): Likewise.
25773         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
25774         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
25775         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
25776         (call_mcount_parm_offset): New macro.
25777         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
25778         (PROF): Use symbolic stack frame offsets.
25779         (TAIL_CALL_SYSCALL_ERROR): Likewise.
25780         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
25781         Redefine in terms of FRAME_MIN_SIZE.
25782         (_dl_runtime_resolve): Use symbolic stack frame offsets.
25783         (_dl_profile_resolve): Likewise.  Update comment.
25784         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
25785         symbols stack frame offsets.
25786         (__sigsetjmp): Likewise.
25787         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
25788         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
25789         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
25790         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
25792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
25793         (FRAME_BACKCHAIN): Remove.
25794         (FRAME_CR_SAVE): Likewise.
25795         (FRAME_LR_SAVE): Likewise.
25796         (FRAME_COMPILER_DW): Likewise.
25797         (FRAME_LINKER_DW): Likewise.
25798         (FRAME_TOC_SAVE): Likewise.
25799         (FRAME_PARM_SAVE): Likewise.
25800         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
25801         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
25802         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
25803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
25804         (CHECK_SP): Use symbolic stack frame offsets.
25805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
25806         zone" instead of caller's parameter save area for temp storage.
25807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
25808         Likewise.  Also, use symbolic stack frame offsets.
25809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
25810         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
25811         our own stack frame instead of the caller's.
25812         (__socket): Use symbolic stack frame offsets.
25814 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25815             Alan Modra  <amodra@gmail.com>
25817         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
25818         Define.
25819         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
25820         (PPC64_LOCAL_ENTRY_OFFSET): Define.
25821         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
25822         New function.
25823         (elf_machine_fixup_plt): Call it.
25824         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
25825         reloc arguments.
25826         (elf_machine_rela): Update call to elf_machine_plt_conflict.
25827         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
25828         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
25829         r2 before calling target.
25831 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25832             Alan Modra  <amodra@gmail.com>
25834         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
25835         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
25836         versions of macros to support ELFv2 ABI.
25837         (LOCALENTRY): New macro.
25838         (ENTRY, EALIGN): Use it.
25839         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
25840         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
25841         fall through into ENTRY entry point.
25842         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
25843         Only define if _CALL_ELF != 2.
25845         (elf_machine_matches_host): Verify ABI version matches.
25846         (RTLD_START): Use LOCALENTRY.
25847         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
25848         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
25849         (PLT_ENTRY_WORDS): New macro.
25850         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
25851         (elf_machine_runtime_setup): Support ELFv2 ABI.
25852         (elf_machine_fixup_plt): Likewise.
25853         (elf_machine_plt_conflict): Likewise.
25854         (resolve_ifunc): Likewise.
25855         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
25856         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
25857         Likewise.
25858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
25859         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
25860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
25861         (makecontext): Support ELFv2 ABI.
25862         * elf/elf.h (EF_PPC64_ABI): Define.
25864 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25866         * sysdeps/powerpc/powerpc64/sysdep.h
25867         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
25868         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
25869         (ENTRY) [ASSEMBLER]: ... but instead here ...
25870         (EALIGN) [ASSEMBLER]: ... and here.
25871         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
25872         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
25873         (ENTRY_2) [!ASSEMBLER]: Use it.
25874         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
25875         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
25876         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
25877         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
25878         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
25879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
25880         Use PPC64_LOAD_FUNCPTR.
25882         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
25884 2013-12-04  Alan Modra  <amodra@gmail.com>
25886         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
25887         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
25888         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
25889         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
25891         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
25892         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
25893         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
25894         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
25895         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
25896         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
25898 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
25901         (__makecontext): Fix incorrect CFI when backtracing out of
25902         context created via makecontext.
25903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
25904         (__setcontext): Fix incorrect CFI during switch to new context.
25905         (__novec_setcontext): Likewise.
25907 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
25909         [BZ #4772]
25910         * time/strptime_l.c (__strptime_internal): Allow modifiers
25911         in strptime.
25912         * time/tst-strptime.c (day_tests): Add testcase.
25914 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25916         * scripts/bench.pl: Skip over blank lines.
25918 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25920         [BZ #926]
25921         * manual/time.texi (Calendar Time): Clarify what timezone functions
25922         use.
25924 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25926         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25928 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
25930         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
25931         implementation.
25932         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
25933         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
25934         * debug/memset_chk.c (__memset_chk): Likewise.
25935         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
25936         * debug/strncpy_chk.c: Likewise.
25938 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
25940         [BZ #15268]
25941         [BZ #15425]
25942         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
25943         (__ieee754_exp): For possibly underflowing results, check size of
25944         result and force underflow exception if required.
25945         * math/auto-libm-test-in: Add more tests of exp.
25946         * math/auto-libm-test-out: Regenerated.
25947         * sysdeps/i386/fpu/libm-test-ulps: Update.
25948         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25950         [BZ #16283]
25951         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
25952         * math/w_exp2f.c (__exp2f): Likewise.
25953         * math/w_exp2l.c (__exp2l): Likewise.
25954         * math/auto-libm-test-in: Do not allow missing errno on exp2
25955         underflow.
25956         * math/auto-libm-test-out: Regenerated.
25958 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
25960         [BZ #16274]
25961         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
25962         handle filename validation.
25963         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
25964         (do_open): Delete.
25966 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
25968         [BZ #6786]
25969         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
25970         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
25971         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
25972         <float.h>.
25973         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
25974         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
25975         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
25976         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
25977         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
25978         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
25979         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
25980         * math/auto-libm-test-in: Don't allow missing errno from erfc.
25981         Add more erfc tests.
25982         * math/auto-libm-test-out: Regenerated.
25983         * sysdeps/i386/fpu/libm-test-ulps: Update.
25984         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25986         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
25987         exp2, expm1, j0 and j1.
25988         * math/auto-libm-test-out: Regenerated.
25989         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
25990         (erfc_test_data): Likewise.
25991         (exp_test_data): Likewise.
25992         (exp_tonearest_test_data): Likewise.
25993         (exp_towardzero_test_data): Likewise.
25994         (exp_downward_test_data): Likewise.
25995         (exp_upward_test_data): Likewise.
25996         (exp10_test_data): Likewise.
25997         (exp2_test_data): Likewise.
25998         (expm1_test_data): Likewise.
25999         (j0_test_data): Likewise.
26000         (j1_test_data): Likewise.
26001         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
26002         (input_flag_type): Add flag_xfail_rounding.
26003         (input_flags): Add xfail-rounding.
26004         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
26005         (output_for_one_input_case): Handle flag_xfail_rounding.
26006         * sysdeps/i386/fpu/libm-test-ulps: Update.
26007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26009 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
26011         [BZ #16289]
26012         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
26013         division by 0.
26015 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26017         [BZ #16195]
26018         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
26019         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
26020         (STAP_PROBE0): New macro.
26021         (STAP_PROBE1): Likewise.
26022         (STAP_PROBE2): Likewise.
26023         (STAP_PROBE3): Likewise.
26024         (STAP_PROBE4): Likewise.
26026 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
26028         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
26030 2013-12-02  Steve Ellcey  <sellcey@mips.com>
26032         * benchtests/Makefile (bench): Add sqrt.
26033         (LDLIBS-bench-sqrt): New.
26034         * benchtests/sqrt-input: New.
26036 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
26038         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
26039         (GAIH_EAI): Likewise.
26040         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
26041         (gaih_inet): Likewise.
26042         (getaddrinfo): Don't use GAIH_EAI.
26044         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
26045         (struct gaih): Remove definition.
26047 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26049         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
26050         Use HERRNOP directly.
26052 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26054         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26056 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
26058         * math/gen-auto-libm-tests.c (test_functions): Add more
26059         single-argument functions.
26060         (special_fill_pi_2): New function.
26061         (special_fill_minus_pi_2): Likewise.
26062         (special_fill_pi_6): Likewise.
26063         (special_fill_minus_pi_6): Likewise.
26064         (special_fill_pi_3): Likewise.
26065         (special_fill_2pi_3): Likewise.
26066         (special_fill_e): Likewise.
26067         (special_fill_1_e): Likewise.
26068         (special_fill_e_minus_1): Likewise.
26069         (special_real_inputs): Add more special inputs.
26070         (output_for_one_input_case): Do not require ERANGE on underflow to
26071         zero if round-to-nearest result does not underflow to zero, unless
26072         exact results required.
26073         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
26074         atan, atanh, cbrt, cos and cosh.
26075         * math/auto-libm-test-out: Regenerated.
26076         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
26077         (acos_tonearest_test_data): Likewise.
26078         (acos_towardzero_test_data): Likewise.
26079         (acos_downward_test_data): Likewise.
26080         (acos_upward_test_data): Likewise.
26081         (acosh_test_data): Likewise.
26082         (asin_test_data): Likewise.
26083         (asin_tonearest_test_data): Likewise.
26084         (asin_towardzero_test_data): Likewise.
26085         (asin_upward_test_data): Likewise.
26086         (asinh_test_data): Likewise.
26087         (atan_test_data): Likewise.
26088         (atanh_test_data): Likewise.
26089         (cbrt_test_data): Likewise.
26090         (cos_test_data): Likewise.
26091         (cos_tonearest_test_data): Likewise.
26092         (cos_towardzero_test_data): Likewise.
26093         (cos_downward_test_data): Likewise.
26094         (cos_upward_test_data): Likewise.
26095         (cosh_test_data): Likewise.
26096         (cosh_tonearest_test_data): Likewise.
26097         (cosh_towardzero_test_data): Likewise.
26098         (cosh_downward_test_data): Likewise.
26099         (cosh_upward_test_data): Likewise.
26100         * sysdeps/i386/fpu/libm-test-ulps: Update.
26101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26103 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
26105         [BZ #6787]
26106         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
26107         * math/w_exp10f.c (__exp10f): Likewise.
26108         * math/w_exp10l.c (__exp10l): Likewise.
26109         * math/libm-test.inc (exp10_test_data): Add more tests and expect
26110         errno settings in existing tests.
26112         [BZ #14032]
26113         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
26114         precision control set to double precision.
26115         * sysdeps/i386/fpu/w_sqrt.c: New file.
26116         * math/auto-libm-test-in: Add more tests.
26117         * math/auto-libm-test-out: Update.
26119         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
26120         (sqrt_test_tonearest): New function.
26121         (sqrt_towardzero_test_data): New variable.
26122         (sqrt_test_towardzero): New function.
26123         (sqrt_downward_test_data): New variable.
26124         (sqrt_test_downward): New function.
26125         (sqrt_upward_test_data): New variable.
26126         (sqrt_test_upward): New function.
26127         (main): Call the new functions.
26129         * math/gen-auto-libm-tests.c: New file.
26130         * math/auto-libm-test-in: Likewise.
26131         * math/auto-libm-test-out: New generated file.
26132         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
26133         variables.
26134         (%beautify): Add generated representations of zero.
26135         (top level): Set $auto_input and call parse_auto_input.
26136         (beautify): Remove trailing "f" from hex float constants.
26137         (parse_args): Handle XFAIL_TEST.
26138         (convert_condition): New function.
26139         (or_value): Likewise.
26140         (or_cond_value): Likewise.
26141         (generate_testfile): Handle AUTO_TESTS_* lines.
26142         (parse_auto_input): New function.
26143         * math/libm-test.inc (XFAIL_TEST): New macro.
26144         (ERRNO_UNCHANGED): Update value.
26145         (ERRNO_EDOM): Likewise.
26146         (ERRNO_ERANGE): Likewise.
26147         (IGNORE_RESULT): Likewise.
26148         (TEST_COND_flt_32): New macro.
26149         (TEST_COND_dbl_64): Likewise.
26150         (TEST_COND_ldbl_96_intel): Likewise.
26151         (TEST_COND_ldbl_96_m68k): Likewise.
26152         (TEST_COND_ldbl_128): Likewise.
26153         (TEST_COND_ldbl_128ibm): Likewise.
26154         (TEST_COND_long32): Likewise.
26155         (TEST_COND_long64): Likewise.
26156         (TEST_COND_before_rounding): Likewise.
26157         (TEST_COND_after_rounding): Likewise.
26158         (enable_test): Handle XFAIL_TEST flag.
26159         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
26160         with finite results.
26161         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
26162         auto-libm-test-out.
26164 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26165             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26167         [BZ #16214]
26168         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
26169         __tls_get_addr_internal instead of __tls_get_offset in order to
26170         avoid GOT pointer dependency.  Make rtld export
26171         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
26172         __tls_get_addr since we are a __tls_get_offset platform.
26173         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
26174         GOT pointer being set up before.
26175         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
26177 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
26179         * manual/math.texi (Errors in Math Functions): Document accuracy
26180         goals.
26182         [BZ #15004]
26183         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
26184         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
26185         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
26186         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
26187         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
26188         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
26189         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
26190         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
26191         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
26192         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
26193         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
26194         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
26195         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
26196         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
26197         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
26198         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
26200         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
26201         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
26202         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
26203         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
26204         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
26205         Likewise.
26206         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
26207         Likewise.
26208         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
26209         Likewise.
26210         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
26211         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
26212         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
26213         atomic-feupdateenv and flt-rounds.
26214         * sysdeps/powerpc/nofpu/Versions (libc): Add
26215         __atomic_feholdexcept, __atomic_feclearexcept,
26216         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
26217         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
26218         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
26219         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
26220         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
26221         here.
26222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
26223         Update.
26225         * manual/arith.texi (FP Exceptions): Document that exceptions may
26226         not be raised when matherr is used.
26227         (Math Error Reporting): Document overflow in directed rounding
26228         modes.  Document that errno may not be set when finite values are
26229         returned on overflow.  Document intent to set errno on underflow
26230         only for underflow to zero.
26232         [BZ #16271]
26233         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
26234         round-to-nearest then adjust result for other rounding modes.
26235         * include/fenv.h (fegetround): Use libm_hidden_proto.
26236         * math/fegetround.c (fegetround): Use libm_hidden_def.
26237         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
26238         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
26239         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
26240         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
26241         Likewise.
26242         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
26243         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
26244         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
26245         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
26247 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26249         [BZ #16077]
26250         * nss/Versions (libnss_files): Add
26251         _nss_files_gethostbyname3_r.
26252         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
26253         New function.
26254         (HOST_DB_LOOKUP): Remove macro.
26255         (_nss_files_gethostbyname_r): Implement function without the
26256         HOST_DB_LOOKUP macro.
26257         (_nss_files_gethostbyname2_r): Likewise.
26259 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
26261         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
26263 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
26265         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
26266         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
26267         warning.
26269 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26271         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
26272         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
26273         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
26274         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
26275         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
26276         __fe_nomask_env_priv and attribute_hidden.
26277         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
26278         (libc_feupdateenv_test_ppc): Likewise.
26279         (libc_feresetround_ppc): Likewise.
26280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
26281         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
26282         compat_symbol macro.
26283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
26284         (__fe_nomask_env): Likewise.
26285         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
26287 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
26289         * string/Makefile: Remove ifunc tests.
26290         * string/test-string.h: Define TEST_IFUNC.
26291         * string/test-bcopy-ifunc.c: Remove.
26292         * string/test-bzero-ifunc.c: Likewise.
26293         * string/test-memccpy-ifunc.c: Likewise.
26294         * string/test-memchr-ifunc.c: Likewise.
26295         * string/test-memcmp-ifunc.c: Likewise.
26296         * string/test-memcpy-ifunc.c: Likewise.
26297         * string/test-memmem-ifunc.c: Likewise.
26298         * string/test-memmove-ifunc.c: Likewise.
26299         * string/test-mempcpy-ifunc.c: Likewise.
26300         * string/test-memrchr-ifunc.c: Likewise.
26301         * string/test-memset-ifunc.c: Likewise.
26302         * string/test-rawmemchr-ifunc.c: Likewise.
26303         * string/test-stpcpy-ifunc.c: Likewise.
26304         * string/test-stpncpy-ifunc.c: Likewise.
26305         * string/test-strcasecmp-ifunc.c: Likewise.
26306         * string/test-strcasestr-ifunc.c: Likewise.
26307         * string/test-strcat-ifunc.c: Likewise.
26308         * string/test-strchr-ifunc.c: Likewise.
26309         * string/test-strchrnul-ifunc.c: Likewise.
26310         * string/test-strcmp-ifunc.c: Likewise.
26311         * string/test-strcpy-ifunc.c: Likewise.
26312         * string/test-strcspn-ifunc.c: Likewise.
26313         * string/test-strlen-ifunc.c: Likewise.
26314         * string/test-strncasecmp-ifunc.c: Likewise.
26315         * string/test-strncat-ifunc.c: Likewise.
26316         * string/test-strncmp-ifunc.c: Likewise.
26317         * string/test-strncpy-ifunc.c: Likewise.
26318         * string/test-strnlen-ifunc.c: Likewise.
26319         * string/test-strpbrk-ifunc.c: Likewise.
26320         * string/test-strrchr-ifunc.c: Likewise.
26321         * string/test-strspn-ifunc.c: Likewise.
26322         * string/test-strstr-ifunc.c: Likewise.
26324 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
26326         * benchtests/Makefile: Remove ifunc tests.
26327         * benchtests/bench-string.h: Define TEST_IFUNC.
26328         * benchtests/bench-bcopy-ifunc.c: Remove.
26329         * benchtests/bench-bzero-ifunc.c: Likewise.
26330         * benchtests/bench-memccpy-ifunc.c: Likewise.
26331         * benchtests/bench-memchr-ifunc.c: Likewise.
26332         * benchtests/bench-memcmp-ifunc.c: Likewise.
26333         * benchtests/bench-memcpy-ifunc.c: Likewise.
26334         * benchtests/bench-memmem-ifunc.c: Likewise.
26335         * benchtests/bench-memmove-ifunc.c: Likewise.
26336         * benchtests/bench-mempcpy-ifunc.c: Likewise.
26337         * benchtests/bench-memrchr-ifunc.c: Likewise.
26338         * benchtests/bench-memset-ifunc.c: Likewise.
26339         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
26340         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
26341         * benchtests/bench-stpcpy-ifunc.c: Likewise.
26342         * benchtests/bench-stpncpy-ifunc.c: Likewise.
26343         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
26344         * benchtests/bench-strcasestr-ifunc.c: Likewise.
26345         * benchtests/bench-strcat-ifunc.c: Likewise.
26346         * benchtests/bench-strchr-ifunc.c: Likewise.
26347         * benchtests/bench-strchrnul-ifunc.c: Likewise.
26348         * benchtests/bench-strcmp-ifunc.c: Likewise.
26349         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
26350         * benchtests/bench-strcpy-ifunc.c: Likewise.
26351         * benchtests/bench-strcspn-ifunc.c: Likewise.
26352         * benchtests/bench-strlen-ifunc.c: Likewise.
26353         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
26354         * benchtests/bench-strncat-ifunc.c: Likewise.
26355         * benchtests/bench-strncmp-ifunc.c: Likewise.
26356         * benchtests/bench-strncpy-ifunc.c: Likewise.
26357         * benchtests/bench-strnlen-ifunc.c: Likewise.
26358         * benchtests/bench-strpbrk-ifunc.c: Likewise.
26359         * benchtests/bench-strrchr-ifunc.c: Likewise.
26360         * benchtests/bench-strsep-ifunc.c: Likewise.
26361         * benchtests/bench-strspn-ifunc.c: Likewise.
26362         * benchtests/bench-strstr-ifunc.c: Likewise.
26364 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
26366         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
26368 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
26370         * resolv/netdb.h: Use __glibc_reserved instead __unused.
26371         * rt/aio.h: Likewise.
26372         * sysdeps/gnu/bits/utmp.h: Likewise.
26373         * sysdeps/gnu/bits/utmpx.h: Likewise.
26374         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26375         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
26376         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
26377         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
26378         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
26379         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
26380         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
26381         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
26382         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
26383         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
26384         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
26385         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
26386         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
26387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
26388         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26389         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
26390         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
26391         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
26392         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
26393         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
26394         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
26395         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
26396         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
26397         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
26398         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
26399         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
26400         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
26401         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
26402         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
26403         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
26404         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
26405         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
26406         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
26407         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
26408         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
26409         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
26410         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
26411         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
26412         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
26413         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
26414         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
26415         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26417 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
26419         [BZ #16245]
26420         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
26421         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
26423 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
26425         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
26426         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
26427         Likewise.
26429 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26431         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
26432         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
26433         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
26434         (__fesetround): Remove define.
26435         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
26436         rounding and exceptions handling.
26437         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
26438         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
26439         (__fe_nomask_env): Likewise.
26440         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
26441         __fegetround instead of fegetround.
26442         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
26443         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
26445 2013-11-21  Roland McGrath  <roland@hack.frob.com>
26447         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
26448         it's there.
26450         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
26452 2013-11-21  Meador Inge  <meadori@codesourcery.com>
26454         [BZ #11157]
26455         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
26456         (encrypt_r): Likewise.
26457         * malloc/obstack.h (obstack_free): Likewise.
26458         * posix/unistd.h (encrypt): Likewise.
26460 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
26462         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
26463         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
26464         DL_CALL_DT_FINI() that call the functions directly.
26465         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
26466         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
26467         * elf/dl-fini.c: Likewise.
26469 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
26471         * malloc/hooks.c (memalign_check): Add alignment rounding.
26472         * malloc/malloc.c (_mid_memalign): New function.
26473         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
26474         Implement by calling _mid_memalign.
26475         * manual/probes.texi (Memory Allocation Probes): Remove
26476         memory_valloc_retry and memory_pvalloc_retry.
26478 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26480         * locale/programs/locarchive.c (open_archive): Add const
26481         qualifier to ARCHIVEFNAME and copy default fname to
26482         DEFAULT_FNAME.
26484         [BZ #15601]
26485         * libio/tst-widetext.input: Rename Oriya to Odia.
26486         * locale/iso-639.def: Likewise.
26488         * manual/probes.texi (Mathematical Function Probes): Add
26489         documentation for sin, cos, asin and acos probes.
26490         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
26491         (__sin32): Add slowasin probe.
26492         (__cos32): Add slowacos probe.
26493         (__mpsin): Add slowsin probe.
26494         (__mpcos): Add slowcos probe.
26496 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
26498         [BZ #15483]
26499         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
26500         thread-local __sim_exceptions_thread and global
26501         __sim_exceptions_global.
26502         (__sim_disabled_exceptions): Change to thread-local
26503         __sim_disabled_exceptions_thread and global
26504         __sim_disabled_exceptions_global.
26505         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
26506         and global __sim_round_mode_global.
26507         (__simulate_exceptions): Use thread-local floating-point state and
26508         set global state from it as needed.
26509         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
26510         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
26511         __sim_round_mode_thread.
26512         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
26513         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
26514         and global __sim_exceptions_global.
26515         (__sim_disabled_exceptions): Change to thread-local
26516         __sim_disabled_exceptions_thread and global
26517         __sim_disabled_exceptions_global.
26518         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
26519         and global __sim_round_mode_global.
26520         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
26521         (SIM_SET_GLOBAL): Likewise.
26522         * sysdeps/powerpc/soft-fp/sfp-machine.h
26523         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
26524         __sim_round_mode_thread.
26525         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
26526         __sim_disabled_exceptions_thread.
26527         (__sim_exceptions): Change to __sim_exceptions_thread.
26528         (__sim_disabled_exceptions): Change to
26529         __sim_disabled_exceptions_thread.
26530         (__sim_round_mode): Change to __sim_round_mode_thread.
26531         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
26532         thread-local floating-point state and set global state from it as
26533         needed.
26534         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
26535         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
26536         (__sim_disabled_exceptions): Remove extern declaration.
26537         (feenableexcept): Use thread-local floating-point state and set
26538         global state from it as needed.
26539         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
26540         extern declaration.
26541         (__sim_disabled_exceptions): Likewise.
26542         (__sim_round_mode): Likewise.
26543         (__fegetenv): Use thread-local floating-point state.
26544         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
26545         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
26546         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
26547         floating-point state and set global state from it as needed.
26548         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
26549         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
26550         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
26551         Likewise.
26552         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
26553         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
26554         Likewise.
26555         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
26556         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
26557         Use __sim_round_mode_thread.
26558         * math/test-fenv-tls.c: New file.
26559         * math/Makefile (tests): Add test-fenv-tls.
26560         ($(objpfx)test-fenv-tls): Depend on
26561         $(common-objpfx)nptl/libpthread.so.
26563 2013-11-19  Andreas Schwab  <schwab@suse.de>
26565         * locale/programs/locale.c (show_info): Decode wordarray elements.
26566         * locale/categories.def (LC_MONETARY): Add element for
26567         _NL_MONETARY_CRNCYSTR.
26568         * locale/C-monetary.c (conversion_rate): New variable.
26569         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
26570         element.
26572 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
26574         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
26575         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
26577 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
26579         * elf/Makefile (tst-auxv): New test.
26580         * elf/tst-auxv.c: New
26581         * elf/rtld.c (dl_main): Adjust AT_EXECFN
26583 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
26585         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
26586         (hidden_proto): Caller changed.
26587         (hidden_tls_proto): New macro.
26588         (libc_hidden_tls_proto): Likewise.
26589         (rtld_hidden_tls_proto): Likewise.
26590         (libm_hidden_tls_proto): Likewise.
26591         (libresolv_hidden_tls_proto): Likewise.
26592         (librt_hidden_tls_proto): Likewise.
26593         (libdl_hidden_tls_proto): Likewise.
26594         (libnss_files_hidden_tls_proto): Likewise.
26595         (libnsl_hidden_tls_proto): Likewise.
26596         (libnss_nisplus_hidden_tls_proto): Likewise.
26597         (libutil_hidden_tls_proto): Likewise.
26599 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
26601         [BZ #10253]
26602         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
26603         (decompose_rpath): Defer expansion to fillin_rpath.
26604         (_dl_init_paths): Pass linkmap to fillin_rpath.
26606 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
26608         * benchtests/Makefile: Add strsep.
26609         * benchtests/bench-strsep.c: New file: strsep benchtest.
26610         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
26612 2013-11-18  Andreas Schwab  <schwab@suse.de>
26614         * locale/programs/locale.c (show_info) [case byte]: Check for
26615         '\377' instead of '\177'.
26616         * locale/C-monetary.c (not_available): Always use "\377".
26617         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
26618         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
26619         detect unavailable sign_posn locale elements.
26620         * locale/localeconv.c (__localeconv): For grouping and
26621         mon_grouping handle "\177" and "\377" like no grouping.
26622         (INT_ELEM): New macro.  Use it to set all numeric members.
26623         * locale/programs/ld-monetary.c (monetary_read)
26624         <tok_mon_grouping>: Normalize single -1 to the empty string.
26625         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
26626         Likewise.
26628 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
26630         [BZ #16055]
26631         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
26632         when we match (nil).
26633         * stdio-common/tst-sscanf.c (struct test): Add testcase.
26635 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
26637         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
26638         (NO_TEST_INLINE): Update value.
26639         (ERRNO_UNCHANGED): Likewise.
26640         (ERRNO_EDOM): Likewise.
26641         (ERRNO_ERANGE): Likewise.
26642         (IGNORE_RESULT): Likewise.
26643         (check_float_internal): Check signs of NaN results if
26644         TEST_NAN_SIGN used.
26645         (check_complex): Pass TEST_NAN_SIGN flag through to second
26646         check_float_internal call.
26647         (copysign_test_data): Add tests with quiet NaNs as second
26648         argument.  Use TEST_NAN_SIGN.
26649         (fabs_test_data): Add test of negative quiet NaN argument.  Use
26650         TEST_NAN_SIGN.
26651         (signbit_test_data): Add tests of quiet NaN argument.
26652         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
26654         * math/gen-libm-test.pl (show_exceptions): Take extra argument
26655         $ignore_result.
26656         (parse_args): Handle function results specified as IGNORE.
26657         * math/libm-test.inc (IGNORE_RESULT): New macro.
26658         (check_float_internal): Do not check numerical result if flag
26659         IGNORE_RESULT set.
26660         (check_complex): Pass through IGNORE_RESULT to second
26661         check_float_internal call.
26662         (check_int): Do not check numerical result if flag IGNORE_RESULT
26663         set.
26664         (check_long): Likewise.
26665         (check_bool): Likewise.
26666         (check_longlong): Likewise.
26667         (lrint_test_data): Add tests of infinite and NaN arguments.
26668         (lrint_tonearest_test_data): Likewise.
26669         (lrint_towardzero_test_data): Likewise.
26670         (lrint_downward_test_data): Likewise.
26671         (lrint_upward_test_data): Likewise.
26672         (llrint_test_data): Likewise.
26673         (llrint_tonearest_test_data): Likewise.
26674         (llrint_towardzero_test_data): Likewise.
26675         (llrint_downward_test_data): Likewise.
26676         (llrint_upward_test_data): Likewise.
26677         (lround_test_data): Likewise.
26678         (llround_test_data): Likewise.
26680         * math/libm-test.inc (NO_TEST_INLINE): New macro.
26681         (ERRNO_UNCHANGED): Update value.
26682         (ERRNO_EDOM): Likewise.
26683         (ERRNO_ERANGE): Likewise.
26684         (NO_TEST_INLINE_FLOAT): New macro.
26685         (NO_TEST_INLINE_DOUBLE): Likewise.
26686         (enable_test): New function.
26687         (RUN_TEST_f_f): Check enable_test before running test.
26688         (RUN_TEST_2_f): Likewise.
26689         (RUN_TEST_fff_f): Likewise.
26690         (RUN_TEST_c_f): Likewise.
26691         (RUN_TEST_f_f1): Likewise.
26692         (RUN_TEST_fF_f1): Likewise.
26693         (RUN_TEST_fI_f1): Likewise.
26694         (RUN_TEST_ffI_f1): Likewise.
26695         (RUN_TEST_c_c): Likewise.
26696         (RUN_TEST_cc_c): Likewise.
26697         (RUN_TEST_f_i): Likewise.
26698         (RUN_TEST_f_i_tg): Likewise.
26699         (RUN_TEST_ff_i_tg): Likewise.
26700         (RUN_TEST_f_b): Likewise.
26701         (RUN_TEST_f_b_tg): Likewise.
26702         (RUN_TEST_f_l): Likewise.
26703         (RUN_TEST_f_L): Likewise.
26704         (RUN_TEST_fFF_11): Likewise.
26705         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
26706         conditionals.
26707         (cosh_test_data): Likewise.
26708         (exp_test_data): Likewise.
26709         (expm1_test_data): Likewise.
26710         (hypot_test_data): Likewise.
26711         (pow_test_data): Likewise.
26712         (sinh_test_data): Likewise.
26713         (tanh_test_data): Likewise.
26714         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
26715         flags argument.
26717         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
26718         tests with quiet NaN input and output.
26719         (acosh_test_data): Likewise.
26720         (asin_test_data): Likewise.
26721         (asinh_test_data): Likewise.
26722         (atan_test_data): Likewise.
26723         (atanh_test_data): Likewise.
26724         (atan2_test_data): Likewise.
26725         (cbrt_test_data): Likewise.
26726         (cos_test_data): Likewise.
26727         (cosh_test_data): Likewise.
26728         (erf_test_data): Likewise.
26729         (erfc_test_data): Likewise.
26730         (exp_test_data): Likewise.
26731         (exp10_test_data): Likewise.
26732         (exp2_test_data): Likewise.
26733         (expm1_test_data): Likewise.
26734         (hypot_test_data): Likewise.
26735         (j0_test_data): Likewise.
26736         (j1_test_data): Likewise.
26737         (jn_test_data): Likewise.
26738         (lgamma_test_data): Likewise.
26739         (log_test_data): Likewise.
26740         (log10_test_data): Likewise.
26741         (log1p_test_data): Likewise.
26742         (log2_test_data): Likewise.
26743         (pow_test_data): Likewise.
26744         (scalb_test_data): Likewise.
26745         (sin_test_data): Likewise.
26746         (sincos_test_data): Likewise.
26747         (sinh_test_data): Likewise.
26748         (tan_test_data): Likewise.
26749         (tanh_test_data): Likewise.
26750         (tgamma_test_data): Likewise.
26751         (y0_test_data): Likewise.
26752         (y1_test_data): Likewise.
26753         (yn_test_data): Likewise.
26755         [BZ #16167]
26756         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
26757         argument being NaN and avoid computations with second argument in
26758         that case.
26759         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
26760         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
26761         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
26763 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
26765         * locale/iso-639.def: Add Chitwani Tharu (the).
26767 2013-11-14  Andreas Schwab  <schwab@suse.de>
26769         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
26770         word instead of empty string.
26772 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
26775         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
26776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
26777         (__fe_nomask_env): Likewise.
26779 2013-11-13  Steve Ellcey  <sellcey@mips.com>
26781         * benchtests/bench-timing.h: Include time.h.
26783 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
26785         [BZ #15997]
26786         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
26787         to 3.4.0 for x32.
26788         * sysdeps/unix/sysv/linux/configure: Regenerated.
26790 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
26792         [BZ #16151]
26793         * stdlib/strtod_l.c (round_and_return): Do not consider
26794         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
26795         exponent one less than half the least subnormal exponent.
26796         * stdlib/test-strtod-round-data: Add more tests.
26797         * stdlib/tst-strtod-round.c (tests): Regenerated.
26799 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26801         [BZ #14143]
26802         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
26803         (__fe_mask_env): Likewise.
26804         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
26805         libm_hidden_proto and add function prototype.
26806         (__fe_mask_env): Add function prototype.
26807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
26808         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
26809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
26810         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
26811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
26812         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
26814 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26816         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
26817         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
26819 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26821         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
26822         of htab_find_slot().
26824 2013-11-11  David S. Miller  <davem@davemloft.net>
26826         [BZ #16150]
26827         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
26828         symbol in the non-vis3 case in static builds.
26829         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
26830         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
26831         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
26832         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
26834 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
26836         [BZ #387]
26837         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
26838         it is empty.
26840 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26842         * benchtests/Makefile: Add bench-strtod.
26843         * benchtests/bench-strtod.c: New file: strtod benchtest
26845 2013-11-11  Andreas Schwab  <schwab@suse.de>
26847         [BZ #16153]
26848         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
26849         terminating NUL in key length.
26851 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26853         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
26854         Add artificial ODP entry for vDSO symbol for PPC64.
26855         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
26856         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
26858 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
26860         [BZ #15374]
26861         * nss/getent.c (services_keys): Recognize services starting with digit.
26863 2013-11-06  David S. Miller  <davem@davemloft.net>
26865         [BZ #15985]
26866         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
26867         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
26869 2013-11-06  Will Newton  <will.newton@linaro.org>
26871         * manual/memory.texi (Malloc Examples): Remove register
26872         keyword from examples.
26874 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
26876         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
26878 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
26880         [BZ #6981]
26881         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
26882         depending on [__GCC_IEC_559 > 0].
26883         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
26884         depending on [__GCC_IEC_559_COMPLEX > 0].
26886 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
26888         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
26889         to iso-639.def.
26891 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
26893         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
26895 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
26897         [BZ #16112]
26898         * malloc/malloc (malloc_info): Do not handle first bin as
26899         special case.
26901 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
26903         * locale/iso-639.def: Add Central Nahuatl (nhn).
26905 2013-11-01  Bruno Haible  <bruno@clisp.org>
26907         [BZ #7003]
26908         * manual/math.texi (BSD Random): Specify range upper bound as
26909         in POSIX.
26911 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
26913         * locale/iso-639.def: Add Meadow Mari (mhr).
26915 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
26917         [BZ #14752], [BZ #15763]
26918         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
26919         Validate name.
26920         * rt/tst_shm.c: Add test for escaping directory.
26922 2013-10-31  Andreas Schwab  <schwab@suse.de>
26924         [BZ #15917]
26925         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
26926         followed by 'x' as part of digit sequence.
26927         * stdio-common/tst-sscanf.c (double_tests2): New tests.
26929 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
26931         [BZ #16037]
26932         * configure.ac: allow GNU Make 4.0 and greater.
26933         * configure: Regenerated.
26935 2013-10-30  Will Newton  <will.newton@linaro.org>
26937         [BZ #16038]
26938         * malloc/hooks.c (memalign_check): Limit alignment to the
26939         maximum representable power of two.
26940         * malloc/malloc.c (__libc_memalign): Likewise.
26941         * malloc/tst-memalign.c (do_test): Add test for very
26942         large alignment values.
26943         * malloc/tst-posix_memalign.c (do_test): Likewise.
26945 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
26947         [BZ #11087]
26948         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
26949         (munmap_chunk): Likewise.
26950         (mremap_chunk): Likewise.
26952 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
26954         [BZ #15799]
26955         * stdlib/div.c (div): Remove obsolete code.
26956         * stdlib/ldiv.c (ldiv): Likewise.
26957         * stdlib/lldiv.c (lldiv): Likewise.
26959 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26961         [BZ #16071]
26962         * nss/nss_files/files-XXX.c (get_contents_ret): New
26963         enumerator.
26964         (get_contents): New function.
26965         (internal_getent): Use it.  Expand size of LINEBUFLEN.
26967 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
26969         * configure.in: Moved to ...
26970         * configure.ac: ... here. Change reference to configure.in
26971         to configure.ac.
26972         * sysdeps/arm/preconfigure.ac: ... here.
26973         configure.in to configure.ac.
26974         * sysdeps/gnu/configure.in: Moved to ...
26975         * sysdeps/gnu/configure.ac: ... here.
26976         * sysdeps/i386/configure.in: Moved to ...
26977         * sysdeps/i386/configure.ac: ... here.
26978         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
26979         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
26980         * sysdeps/mach/configure.in: Moved to ...
26981         * sysdeps/mach/configure.ac: ... here.
26982         * sysdeps/mach/hurd/configure.in: Moved to ...
26983         * sysdeps/mach/hurd/configure.ac: ... here.
26984         * sysdeps/powerpc/configure.in: Moved to ...
26985         * sysdeps/powerpc/configure.ac: ... here.
26986         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
26987         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
26988         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
26989         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
26990         * sysdeps/s390/s390-32/configure.in: Moved to ...
26991         * sysdeps/s390/s390-32/configure.ac: ... here.
26992         * sysdeps/s390/s390-64/configure.in: Moved to ...
26993         * sysdeps/s390/s390-64/configure.ac: ... here.
26994         * sysdeps/sh/configure.in: Moved to ...
26995         * sysdeps/sh/configure.ac: ... here.
26996         * sysdeps/sparc/configure.in: Moved to ...
26997         * sysdeps/sparc/configure.ac: ... here.
26998         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
26999         * sysdeps/unix/sysv/linux/configure.ac: ... here.
27000         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
27001         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
27002         * sysdeps/x86_64/configure.in: Moved to ...
27003         * sysdeps/x86_64/configure.ac: ... here.
27004         * sysdeps/x86_64/preconfigure.in: Moved to ...
27005         * sysdeps/x86_64/preconfigure.ac: ... here.
27006         * aclocal.m4: Change reference to configure.in to configure.ac.
27007         * config.h.in: Likewise.
27008         * manual/install.texi: Likewise.
27009         * manual/maint.texi: Likewise.
27010         * Makefile: Likewise.
27011         * malloc/Makefile: Likewise.
27012         * nscd/Makefile: Likewise.
27013         * Makeconfig: Change reference to configure.in and
27014         preconfigure.in to configure.ac and preconfigure.ac
27015         respectively.
27016         * INSTALL: Regenerated.
27017         * configure: Likewise.
27018         * sysdeps/gnu/configure: Likewise.
27019         * sysdeps/i386/configure: Likewise.
27020         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
27021         * sysdeps/mach/configure: Likewise.
27022         * sysdeps/mach/hurd/configure: Likewise.
27023         * sysdeps/powerpc/configure: Likewise.
27024         * sysdeps/powerpc/powerpc32/configure: Likewise.
27025         * sysdeps/powerpc/powerpc64/configure: Likewise.
27026         * sysdeps/s390/s390-32/configure: Likewise.
27027         * sysdeps/s390/s390-64/configure: Likewise.
27028         * sysdeps/sh/configure: Likewise.
27029         * sysdeps/sparc/configure: Likewise.
27030         * sysdeps/unix/sysv/linux/configure: Likewise.
27031         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
27032         * sysdeps/x86_64/configure: Likewise.
27033         * sysdeps/x86_64/preconfigure: Likewise.
27035 2013-10-29  Andreas Schwab  <schwab@suse.de>
27037         * stdio-common/Makefile (tst-swscanf-ENV): Define.
27039 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27041         * benchtests/pow-inputs: Add new inputs.
27043         * benchtests/exp-inputs: Add new inputs.
27045         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
27046         conditional check for return value.
27047         (__cos32): Likewise.
27049 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27051         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
27052         to provide a boost for large inputs with word alignment.
27053         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
27054         implementation based on optimized PPC64 strcpy.
27055         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
27056         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
27057         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
27058         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
27060 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
27062         [BZ #2801]
27063         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
27065 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
27067         [BZ #14876]
27068         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
27069         * time/tst-strptime.c (day_tests): Add testcase.
27071 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
27073         [BZ #14029]
27074         * manual/pattern.texi: Acknowledge that fnmatch can fail.
27076 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
27078         [BZ #16074]
27079         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
27080         MAP_FAILED on error.
27082 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27084         [BZ #16072]
27085         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
27086         heap for large requests.
27088 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
27090         [BZ #9954]
27091         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
27092         result if the result has no associated interface.
27093         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
27094         interface for all 127.X.Y.Z addresses.
27096 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
27098         * locale/iso-639.def: Add Ligurian (lij)
27100 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
27102         [BZ #15825]
27103         * sunrpc/rpc_main.c: Document rpcgen -5.
27105 2013-10-19  Michael Stahl  <mstahl@redhat.com>
27107         * elf/rtld.c (do_preload): Print the reason why preloading failed.
27109 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
27111         [BZ #10278]
27112         * posix/glob.c: Match only directories when trailing slash is present.
27113         * posix/tst-gnuglob.c (my_opendir): Do not open files.
27114         (main): Add testcase.
27116 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
27118         [BZ #15670]
27119         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
27121 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
27123         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
27124         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
27125         AUTH_DES and cindex for FIPS 140-2.
27126         (DES Encryption): Add cindex FIPS 46-3.
27128         * locale/locarchive.h (struct locarhandle): Add fname.
27129         * locale/programs/localedef.c (main): Pass ARGV[remaining]
27130         if an optional argument was specified to --list-archive,
27131         otherwise NULL.
27132         * locale/programs/locarchive.c (show_archive_content): Take new
27133         argument fname and pass it via ah.fname to open_archive.
27134         * locale/programs/localedef.h: Update decl.
27135         (open_archive): If AH->fname is non-null, open that file
27136         rather than the default file name, and don't ignore ENOENT.
27137         (create_archive): Set AH.fname to NULL.
27138         (delete_locales_from_archive): Likewise.
27139         (add_locales_to_archive): Likewise.
27140         * locale/programs/locfile.c (write_all_categories): Likewise.
27142 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
27143             Aldy Hernandez  <aldyh@redhat.com>
27145         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
27146         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
27147         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
27148         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
27149         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
27150         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
27151         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
27152         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
27153         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
27154         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
27155         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
27156         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
27157         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
27158         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
27159         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
27160         Likewise.
27161         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
27162         Likewise.
27163         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
27164         Likewise.
27165         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
27166         Likewise.
27167         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
27168         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
27169         Likewise.
27170         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
27171         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
27172         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
27173         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
27174         Likewise.
27175         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
27176         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
27177         * sysdeps/powerpc/preconfigure: Likewise.
27178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
27179         Likewise.
27180         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
27181         Replace contents of file by #include of <fenv_libc.h>.
27182         * sysdeps/powerpc/soft-fp/sfp-machine.h
27183         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
27184         and <sys/prctl.h>.
27185         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
27186         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
27187         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
27188         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
27189         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
27190         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
27191         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
27192         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
27193         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
27194         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
27195         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
27196         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
27197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
27198         Allow copysignl PLT reference to be missing.
27200 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
27201             Joseph Myers  <joseph@codesourcery.com
27203         [BZ #15948]
27204         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
27205         single character.
27206         (add_to_tablewc): Assert sequence of wide characters is nonempty.
27208 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
27210         * elf/tst-tls-dlinfo.c: Don't include tls.h.
27211         * elf/tst-tls1.c: Likewise.
27212         * elf/tst-tls10.h: Likewise.
27213         * elf/tst-tls14.c: Likewise.
27214         * elf/tst-tls2.c: Likewise.
27215         * elf/tst-tls3.c: Likewise.
27216         * elf/tst-tls4.c: Likewise.
27217         * elf/tst-tls5.c: Likewise.
27218         * elf/tst-tls6.c: Likewise.
27219         * elf/tst-tls7.c: Likewise.
27220         * elf/tst-tls8.c: Likewise.
27221         * elf/tst-tls9.c: Likewise.
27222         * elf/tst-tlsmod1.c: Likewise.
27223         * elf/tst-tlsmod13.c: Likewise.
27224         * elf/tst-tlsmod13a.c: Likewise.
27225         * elf/tst-tlsmod14a.c: Likewise.
27226         * elf/tst-tlsmod16a.c: Likewise.
27227         * elf/tst-tlsmod16b.c: Likewise.
27228         * elf/tst-tlsmod2.c: Likewise.
27229         * elf/tst-tlsmod3.c: Likewise.
27230         * elf/tst-tlsmod4.c: Likewise.
27231         * elf/tst-tlsmod5.c: Likewise.
27232         * elf/tst-tlsmod6.c: Likewise.
27234 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
27236         [BZ #12486]
27237         * malloc/malloc.c: remove checks for statistics.
27239 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
27241         [BZ #15277]
27242         * inet/inet_net.c (inet_network): Detect additional invalid strings.
27243         * inet/tst-network.c: Add testcase.
27245 2013-10-17  Andreas Schwab  <schwab@suse.de>
27247         [BZ #15218]
27248         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
27249         to determine canonical name.
27251 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
27253         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
27254         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
27255         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27256         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
27257         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27258         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
27259         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
27260         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
27261         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
27262         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
27263         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
27264         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
27265         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
27266         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
27267         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
27268         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
27269         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27270         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27271         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
27272         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
27273         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27274         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27275         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27276         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
27277         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
27278         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27279         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27280         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
27281         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27282         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
27283         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
27284         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27285         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
27286         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
27287         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
27288         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
27289         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
27290         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
27291         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
27292         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
27293         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
27294         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
27295         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
27296         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
27297         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
27298         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
27299         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
27300         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
27301         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
27302         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
27303         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
27304         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
27305         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
27306         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
27307         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27308         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
27309         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27310         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
27312 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
27314         [BZ #16041]
27315         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
27316         make result into a quiet NaN.
27318 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
27320         * soft-fp/adddf3.c: Fix horizontal whitespace.
27321         * soft-fp/addsf3.c: Likewise.
27322         * soft-fp/addtf3.c: Likewise.
27323         * soft-fp/divdf3.c: Likewise.
27324         * soft-fp/divsf3.c: Likewise.
27325         * soft-fp/divtf3.c: Likewise.
27326         * soft-fp/double.h: Likewise.
27327         * soft-fp/eqdf2.c: Likewise.
27328         * soft-fp/eqsf2.c: Likewise.
27329         * soft-fp/eqtf2.c: Likewise.
27330         * soft-fp/extenddftf2.c: Likewise.
27331         * soft-fp/extended.h: Likewise.
27332         * soft-fp/extendsfdf2.c: Likewise.
27333         * soft-fp/extendsftf2.c: Likewise.
27334         * soft-fp/extendxftf2.c: Likewise.
27335         * soft-fp/fixdfdi.c: Likewise.
27336         * soft-fp/fixdfsi.c: Likewise.
27337         * soft-fp/fixdfti.c: Likewise.
27338         * soft-fp/fixsfdi.c: Likewise.
27339         * soft-fp/fixsfsi.c: Likewise.
27340         * soft-fp/fixsfti.c: Likewise.
27341         * soft-fp/fixtfdi.c: Likewise.
27342         * soft-fp/fixtfsi.c: Likewise.
27343         * soft-fp/fixtfti.c: Likewise.
27344         * soft-fp/fixunsdfdi.c: Likewise.
27345         * soft-fp/fixunsdfsi.c: Likewise.
27346         * soft-fp/fixunsdfti.c: Likewise.
27347         * soft-fp/fixunssfdi.c: Likewise.
27348         * soft-fp/fixunssfsi.c: Likewise.
27349         * soft-fp/fixunssfti.c: Likewise.
27350         * soft-fp/fixunstfdi.c: Likewise.
27351         * soft-fp/fixunstfsi.c: Likewise.
27352         * soft-fp/fixunstfti.c: Likewise.
27353         * soft-fp/floatdidf.c: Likewise.
27354         * soft-fp/floatdisf.c: Likewise.
27355         * soft-fp/floatditf.c: Likewise.
27356         * soft-fp/floatsidf.c: Likewise.
27357         * soft-fp/floatsisf.c: Likewise.
27358         * soft-fp/floatsitf.c: Likewise.
27359         * soft-fp/floattidf.c: Likewise.
27360         * soft-fp/floattisf.c: Likewise.
27361         * soft-fp/floattitf.c: Likewise.
27362         * soft-fp/floatundidf.c: Likewise.
27363         * soft-fp/floatundisf.c: Likewise.
27364         * soft-fp/floatunditf.c: Likewise.
27365         * soft-fp/floatunsidf.c: Likewise.
27366         * soft-fp/floatunsisf.c: Likewise.
27367         * soft-fp/floatunsitf.c: Likewise.
27368         * soft-fp/floatuntidf.c: Likewise.
27369         * soft-fp/floatuntisf.c: Likewise.
27370         * soft-fp/floatuntitf.c: Likewise.
27371         * soft-fp/fmadf4.c: Likewise.
27372         * soft-fp/fmasf4.c: Likewise.
27373         * soft-fp/fmatf4.c: Likewise.
27374         * soft-fp/gedf2.c: Likewise.
27375         * soft-fp/gesf2.c: Likewise.
27376         * soft-fp/getf2.c: Likewise.
27377         * soft-fp/ledf2.c: Likewise.
27378         * soft-fp/lesf2.c: Likewise.
27379         * soft-fp/letf2.c: Likewise.
27380         * soft-fp/muldf3.c: Likewise.
27381         * soft-fp/mulsf3.c: Likewise.
27382         * soft-fp/multf3.c: Likewise.
27383         * soft-fp/negdf2.c: Likewise.
27384         * soft-fp/negsf2.c: Likewise.
27385         * soft-fp/negtf2.c: Likewise.
27386         * soft-fp/op-1.h: Likewise.
27387         * soft-fp/op-2.h: Likewise.
27388         * soft-fp/op-4.h: Likewise.
27389         * soft-fp/op-8.h: Likewise.
27390         * soft-fp/op-common.h: Likewise.
27391         * soft-fp/quad.h: Likewise.
27392         * soft-fp/single.h: Likewise.
27393         * soft-fp/soft-fp.h: Likewise.
27394         * soft-fp/sqrtdf2.c: Likewise.
27395         * soft-fp/sqrtsf2.c: Likewise.
27396         * soft-fp/sqrttf2.c: Likewise.
27397         * soft-fp/subdf3.c: Likewise.
27398         * soft-fp/subsf3.c: Likewise.
27399         * soft-fp/subtf3.c: Likewise.
27400         * soft-fp/truncdfsf2.c: Likewise.
27401         * soft-fp/trunctfdf2.c: Likewise.
27402         * soft-fp/trunctfsf2.c: Likewise.
27403         * soft-fp/trunctfxf2.c: Likewise.
27404         * soft-fp/unorddf2.c: Likewise.
27405         * soft-fp/unordsf2.c: Likewise.
27406         * soft-fp/unordtf2.c: Likewise.
27408 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
27410         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
27411         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
27413 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
27415         * elf/dl-libc.c: Clear initfini list after freeing.
27417 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
27419         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
27420         * soft-fp/addsf3.c: Likewise.
27421         * soft-fp/addtf3.c: Likewise.
27422         * soft-fp/divdf3.c: Likewise.
27423         * soft-fp/divsf3.c: Likewise.
27424         * soft-fp/divtf3.c: Likewise.
27425         * soft-fp/double.h: Likewise.
27426         * soft-fp/eqdf2.c: Likewise.
27427         * soft-fp/eqsf2.c: Likewise.
27428         * soft-fp/eqtf2.c: Likewise.
27429         * soft-fp/extenddftf2.c: Likewise.
27430         * soft-fp/extended.h: Likewise.
27431         * soft-fp/extendsfdf2.c: Likewise.
27432         * soft-fp/extendsftf2.c: Likewise.
27433         * soft-fp/extendxftf2.c: Likewise.
27434         * soft-fp/fixdfdi.c: Likewise.
27435         * soft-fp/fixdfsi.c: Likewise.
27436         * soft-fp/fixdfti.c: Likewise.
27437         * soft-fp/fixsfdi.c: Likewise.
27438         * soft-fp/fixsfsi.c: Likewise.
27439         * soft-fp/fixsfti.c: Likewise.
27440         * soft-fp/fixtfdi.c: Likewise.
27441         * soft-fp/fixtfsi.c: Likewise.
27442         * soft-fp/fixtfti.c: Likewise.
27443         * soft-fp/fixunsdfdi.c: Likewise.
27444         * soft-fp/fixunsdfsi.c: Likewise.
27445         * soft-fp/fixunsdfti.c: Likewise.
27446         * soft-fp/fixunssfdi.c: Likewise.
27447         * soft-fp/fixunssfsi.c: Likewise.
27448         * soft-fp/fixunssfti.c: Likewise.
27449         * soft-fp/fixunstfdi.c: Likewise.
27450         * soft-fp/fixunstfsi.c: Likewise.
27451         * soft-fp/fixunstfti.c: Likewise.
27452         * soft-fp/floatdidf.c: Likewise.
27453         * soft-fp/floatdisf.c: Likewise.
27454         * soft-fp/floatditf.c: Likewise.
27455         * soft-fp/floatsidf.c: Likewise.
27456         * soft-fp/floatsisf.c: Likewise.
27457         * soft-fp/floatsitf.c: Likewise.
27458         * soft-fp/floattidf.c: Likewise.
27459         * soft-fp/floattisf.c: Likewise.
27460         * soft-fp/floattitf.c: Likewise.
27461         * soft-fp/floatundidf.c: Likewise.
27462         * soft-fp/floatundisf.c: Likewise.
27463         * soft-fp/floatunsidf.c: Likewise.
27464         * soft-fp/floatunsisf.c: Likewise.
27465         * soft-fp/floatuntidf.c: Likewise.
27466         * soft-fp/floatuntisf.c: Likewise.
27467         * soft-fp/floatuntitf.c: Likewise.
27468         * soft-fp/fmadf4.c: Likewise.
27469         * soft-fp/fmasf4.c: Likewise.
27470         * soft-fp/fmatf4.c: Likewise.
27471         * soft-fp/gedf2.c: Likewise.
27472         * soft-fp/gesf2.c: Likewise.
27473         * soft-fp/getf2.c: Likewise.
27474         * soft-fp/ledf2.c: Likewise.
27475         * soft-fp/lesf2.c: Likewise.
27476         * soft-fp/letf2.c: Likewise.
27477         * soft-fp/muldf3.c: Likewise.
27478         * soft-fp/mulsf3.c: Likewise.
27479         * soft-fp/multf3.c: Likewise.
27480         * soft-fp/negdf2.c: Likewise.
27481         * soft-fp/negsf2.c: Likewise.
27482         * soft-fp/negtf2.c: Likewise.
27483         * soft-fp/op-1.h: Likewise.
27484         * soft-fp/op-2.h: Likewise.
27485         * soft-fp/op-4.h: Likewise.
27486         * soft-fp/op-8.h: Likewise.
27487         * soft-fp/op-common.h: Likewise.
27488         * soft-fp/quad.h: Likewise.
27489         * soft-fp/single.h: Likewise.
27490         * soft-fp/soft-fp.h: Likewise.
27491         * soft-fp/sqrtdf2.c: Likewise.
27492         * soft-fp/sqrtsf2.c: Likewise.
27493         * soft-fp/sqrttf2.c: Likewise.
27494         * soft-fp/subdf3.c: Likewise.
27495         * soft-fp/subsf3.c: Likewise.
27496         * soft-fp/subtf3.c: Likewise.
27497         * soft-fp/truncdfsf2.c: Likewise.
27498         * soft-fp/trunctfdf2.c: Likewise.
27499         * soft-fp/trunctfsf2.c: Likewise.
27500         * soft-fp/trunctfxf2.c: Likewise.
27501         * soft-fp/unorddf2.c: Likewise.
27502         * soft-fp/unordsf2.c: Likewise.
27503         * soft-fp/unordtf2.c: Likewise.
27505 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
27507         [BZ #15672]
27508         * misc/error.c (error_tail): Fix possible buffer overflow.
27510 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
27512         [BZ #13028]
27513         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
27514         address.
27516 2013-10-14  P. J. McDermott  <pj@pehjota.net>
27518         [BZ #832]
27519         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
27520         testing pipefail option.
27522 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
27524         * soft-fp/double.h: Indent preprocessor directives inside #if.
27525         * soft-fp/extended.h: Likewise.
27526         * soft-fp/op-2.h: Likewise.
27527         * soft-fp/op-4.h: Likewise.
27528         * soft-fp/op-common.h: Likewise.
27529         * soft-fp/quad.h: Likewise.
27530         * soft-fp/single.h: Likewise.
27531         * soft-fp/soft-fp.h: Likewise.
27533 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
27535         * iconv/iconv_prog.c: Fix typos.
27536         * stdio-common/psiginfo-data.h: Likewise.
27538 2013-10-12   Reuben Thomas <rrt@sc3d.org>
27540         [BZ #15764]
27541         * locale/setlocale.c: Fix typo.
27543 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
27545         [BZ #16036]
27546         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
27547         signaling NaN arguments.
27548         * soft-fp/unordsf2.c (__unordsf2): Likewise.
27549         * soft-fp/unordtf2.c (__unordtf2): Likewise.
27551         [BZ #14910]
27552         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
27553         unordered operands.
27554         * soft-fp/gesf2.c (__gesf2): Likewise.
27555         * soft-fp/getf2.c (__getf2): Likewise.
27556         * soft-fp/ledf2.c (__ledf2): Likewise.
27557         * soft-fp/lesf2.c (__lesf2): Likewise.
27558         * soft-fp/letf2.c (__letf2): Likewise.
27560         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
27561         * soft-fp/eqsf2.c (__eqsf2): Likewise.
27562         * soft-fp/eqtf2.c (__eqtf2): Likewise.
27563         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
27564         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
27565         * soft-fp/fixdfti.c (__fixdfti): Likewise.
27566         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
27567         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
27568         * soft-fp/fixsfti.c (__fixsfti): Likewise.
27569         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
27570         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
27571         * soft-fp/fixtfti.c (__fixtfti): Likewise.
27572         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
27573         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
27574         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
27575         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
27576         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
27577         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
27578         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
27579         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
27580         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
27581         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
27582         * soft-fp/floatdisf.c (__floatdisf): Likewise.
27583         * soft-fp/floatsisf.c (__floatsisf): Likewise.
27584         * soft-fp/floattidf.c (__floattidf): Likewise.
27585         * soft-fp/floattisf.c (__floattisf): Likewise.
27586         * soft-fp/floattitf.c (__floattitf): Likewise.
27587         * soft-fp/floatundidf.c (__floatundidf): Likewise.
27588         * soft-fp/floatundisf.c (__floatundisf): Likewise.
27589         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
27590         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
27591         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
27592         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
27593         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
27594         * soft-fp/gesf2.c (__gesf2): Likewise.
27595         * soft-fp/getf2.c (__getf2): Likewise.
27596         * soft-fp/ledf2.c (__ledf2): Likewise.
27597         * soft-fp/lesf2.c (__lesf2): Likewise.
27598         * soft-fp/letf2.c (__letf2): Likewise.
27600         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
27601         Undefine and redefine.
27602         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
27603         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
27604         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
27605         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
27606         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
27607         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
27608         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
27609         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
27610         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
27611         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
27612         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
27613         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
27614         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
27615         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
27616         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
27618         [BZ #16032]
27619         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
27620         without decrementing exponent if mantissa >= that for the
27621         denominator, not >.
27622         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
27623         denominator, not >.  Decrement exponent in < case instead of
27624         incrementing in >= case.
27625         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
27626         without decrementing exponent if mantissa >= that for the
27627         denominator, not >.
27629         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
27630         computing saturated result for unsigned overflow.
27632 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27633             Jeff Law  <law@redhat.com>
27635         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
27636         (atan2Mp): Add systemtap probe marker.
27637         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
27638         (__ieee754_log): Add systemtap probe marker.
27639         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
27640         (atanMp): Add systemtap probe marker.
27641         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
27642         (tanMp): Add systemtap probe marker.
27643         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
27644         (__slowexp): Add systemtap probe marker.
27645         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
27646         (__slowpow): Add systemtap probe marker.
27647         * manual/probes.texi: Document probes.
27649 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
27651         [BZ #15362]
27652         * libio/fileops.c (_IO_new_file_write): Return count of bytes
27653         written.
27654         (_IO_new_file_xsputn): Don't return EOF if nothing has been
27655         written.
27656         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
27657         written to buffer but not flushed.
27658         * libio/iofwrite_u.c:  Likewise.
27659         * libio/iopadn.c:  Return bytes returned even if EOF was
27660         encountered.
27661         * libio/iowpadn.c:  Likewise.
27662         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
27663         if _IO_padn does not write the whole buffer.
27664         [!COMPILE_WPRINTF] (PAD): Likewise.
27666 2013-10-10  David S. Miller  <davem@davemloft.net>
27668         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
27669         directory block.
27671 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
27673         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
27674         instead of FSF address.
27675         * soft-fp/fixdfti.c: Likewise.
27676         * soft-fp/fixsfti.c: Likewise.
27677         * soft-fp/fixtfti.c: Likewise.
27678         * soft-fp/fixunsdfti.c: Likewise.
27679         * soft-fp/fixunssfti.c: Likewise.
27680         * soft-fp/fixunstfti.c: Likewise.
27681         * soft-fp/floattidf.c: Likewise.
27682         * soft-fp/floattisf.c: Likewise.
27683         * soft-fp/floattitf.c: Likewise.
27684         * soft-fp/floatuntidf.c: Likewise.
27685         * soft-fp/floatuntisf.c: Likewise.
27686         * soft-fp/floatuntitf.c: Likewise.
27687         * soft-fp/trunctfxf2.c: Likewise.
27689         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
27690         * soft-fp/fixdfti.c: Likewise.
27691         * soft-fp/fixsfti.c: Likewise.
27692         * soft-fp/fixtfti.c: Likewise.
27693         * soft-fp/fixunsdfti.c: Likewise.
27694         * soft-fp/fixunssfti.c: Likewise.
27695         * soft-fp/fixunstfti.c: Likewise.
27696         * soft-fp/floattidf.c: Likewise.
27697         * soft-fp/floattisf.c: Likewise.
27698         * soft-fp/floattitf.c: Likewise.
27699         * soft-fp/floatuntidf.c: Likewise.
27700         * soft-fp/floatuntisf.c: Likewise.
27701         * soft-fp/floatuntitf.c: Likewise.
27702         * soft-fp/trunctfxf2.c: Likewise.
27704 2013-10-10  David S. Miller  <davem@davemloft.net>
27706         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27708 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
27710         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
27711         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
27712         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
27713         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
27714         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
27715         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
27716         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
27718         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
27719         for NaNs before doing comparisons on argument.
27720         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
27721         Likewise.
27723 2013-10-10  Will Newton  <will.newton@linaro.org>
27725         * malloc/hooks.c (memalign_check): Ensure the value of bytes
27726         passed to _int_memalign does not overflow.
27728 2013-10-10  Torvald Riegel  <triegel@redhat.com>
27730         * scripts/bench.pl: Add include-sources directive.
27731         * benchtests/README: Update documentation.
27733 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
27735         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
27736         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
27737         instead of FP_INIT_ROUNDMODE.
27738         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
27739         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
27741         [BZ #16034]
27742         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
27743         copy class of input value.
27744         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
27745         not handle exceptions.
27746         * soft-fp/negsf2.c (__negsf2): Likewise.
27747         * soft-fp/negtf2.c (__negtf2): Likewise.
27748         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
27750 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
27752         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
27753         semicolon.  From Linux kernel.
27755 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
27757         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
27759 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
27761         [BZ #156]
27762         * manual/socket.texi: Added statement about buffer
27763         for gethostbyname2_r.
27765 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
27767         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
27768         Use .p2align directive instead, throughout.
27769         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27770         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
27771         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
27772         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27773         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27774         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
27775         * sysdeps/x86_64/strchr.S: Likewise.
27776         * sysdeps/x86_64/strrchr.S: Likewise.
27778 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27780         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
27782         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
27784         * sysdeps/generic/math_private.h (__mpsin1): Remove
27785         declaration.
27786         (__mpcos1): Likewise.
27787         (__mpsin): New argument __range_reduce.
27788         (__mpcos): Likewise.
27789         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27790         (slow): Use __mpsin and __mpcos.
27791         (slow1): Likewise.
27792         (slow2): Likewise.
27793         (sloww): Likewise.
27794         (sloww1): Likewise.
27795         (sloww2): Likewise.
27796         (bsloww): Likewise.
27797         (bsloww1): Likewise.
27798         (bsloww2): Likewise.
27799         (cslow2): Likewise.
27800         (csloww): Likewise.
27801         (csloww1): Likewise.
27802         (csloww2): Likewise.
27803         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
27804         range_reduce.  Merge in __mpsin1.
27805         (__mpcos): Likewise.
27806         (__mpsin1): Remove.
27807         (__mpcos1): Likewise.
27809 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
27811         * locale/loadlocale.c (_nl_intern_locale_data): Use
27812         LOCFILE_ALIGNED_P.
27813         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
27814         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
27815         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
27816         obstack data is appropriately aligned.
27817         (obstack_int32_grow_fast): Likewise.
27818         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
27819         * locale/programs/locfile.c (add_locale_uint32): Likewise.
27820         (add_locale_uint32_array): Likewise.
27822 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27824         * benchtests/Makefile: Remove ARGLIST and RET variables.
27825         ($(objpfx)bench-%.c): Pass only function name to the script.
27826         * benchtests/README: Update documentation.
27827         * benchtests/acos-inputs: Add new directives.
27828         * benchtests/acosh-inputs: Likewise.
27829         * benchtests/asin-inputs: Likewise.
27830         * benchtests/asinh-inputs: Likewise.
27831         * benchtests/atan-inputs: Likewise.
27832         * benchtests/atanh-inputs: Likewise.
27833         * benchtests/cos-inputs: Likewise.
27834         * benchtests/cosh-inputs: Likewise.
27835         * benchtests/exp-inputs: Likewise.
27836         * benchtests/log-inputs: Likewise.
27837         * benchtests/pow-inputs: Likewise.
27838         * benchtests/rint-inputs: Likewise.
27839         * benchtests/sin-inputs: Likewise.
27840         * benchtests/sinh-inputs: Likewise.
27841         * benchtests/tan-inputs: Likewise.
27842         * benchtests/tanh-inputs: Likewise.
27843         * scripts/bench.pl: Add support for new directives.
27845 2013-10-07  Alan Modra  <amodra@gmail.com>
27847         * README: Fix careless merge.
27849 2013-10-05  Alan Modra  <amodra@gmail.com>
27851         * NEWS: Mention powerpc64le support and bugs fixed.
27852         * README: Both big-endian and little-endian powerpc64 supported.
27854 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27856         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
27857         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
27858         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
27859         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
27861 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
27863         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
27864         match prototype.
27866 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
27868         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
27869         Move -mhard-float appending from
27870         ports/sysdeps/powerpc/powerpc32/Makefile.
27871         [$(with-fp) = yes] (ASFLAGS): Likewise.
27872         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
27873         * sysdeps/powerpc/nofpu: Move directory from
27874         ports/sysdeps/powerpc/nofpu.
27875         * sysdeps/powerpc/soft-fp: Move directory from
27876         ports/sysdeps/powerpc/soft-fp.
27877         * sysdeps/powerpc/powerpc32/405: Move directory from
27878         ports/sysdeps/powerpc/powerpc32/405.
27879         * sysdeps/powerpc/powerpc32/440: Move directory from
27880         ports/sysdeps/powerpc/powerpc32/440.
27881         * sysdeps/powerpc/powerpc32/464: Move directory from
27882         ports/sysdeps/powerpc/powerpc32/464.
27883         * sysdeps/powerpc/powerpc32/476: Move directory from
27884         ports/sysdeps/powerpc/powerpc32/476.
27885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
27886         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
27887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
27888         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
27889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
27890         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
27891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
27892         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
27893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
27894         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
27895         * README: Update for powerpc-*-linux-gnu software floating point
27896         support in libc.
27898         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
27899         case to powerpc/powerpc32*.
27900         * sysdeps/unix/sysv/linux/configure: Regenerated.
27902         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
27903         (_FPU_MASK_OM): Define as 0x04.
27904         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
27905         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
27906         0x00c10080.
27907         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
27908         0x0000003c.
27909         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
27911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
27912         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
27913         getcontext_e500.
27914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
27915         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
27916         setcontext_e500.
27917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
27918         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
27919         and setcontext_e500.
27921 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
27923         * locale/iso-3166.def: Update iso-1366.def and related occurrences
27925 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27927         * manual/threads.texi (Default Thread Attributes): Fix typo.
27929 2013-10-04  Will Newton  <will.newton@linaro.org>
27931         * malloc/Makefile: Add tst-memalign.
27932         * malloc/tst-memalign.c: New file.
27934         * malloc/tst-posix_memalign.c: Add comments.
27935         (do_test): Add comments and call free on all potentially
27936         allocated pointers. Add space after cast.
27938         * malloc/tst-pvalloc.c: Add comments.
27939         (do_test): Add comments and call free on all potentially
27940         allocated pointers. Remove duplicate check for NULL pointer.
27941         Add space after cast.
27943         * malloc/tst-valloc.c: Add comments.
27944         (do_test): Add comments and call free on all potentially
27945         allocated pointers. Remove duplicate check for NULL pointer.
27946         Add space after cast.
27948 2013-10-04  Alan Modra  <amodra@gmail.com>
27950         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
27951         Use stdint types in rather than __attribute__((mode())).
27952         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
27954 2013-10-04  Alan Modra  <amodra@gmail.com>
27956         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
27957         Correct handling of unaligned relocs for little-endian.
27958         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
27960 2013-10-04  Alan Modra  <amodra@gmail.com>
27962         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
27963         * configure: Regenerate.
27964         * nptl/shlib-versions: Powerpc*le starts at 2.18.
27965         * shlib-versions: Likewise.
27967 2013-10-04  Alan Modra  <amodra@gmail.com>
27969         * string/tester.c (test_memrchr): Increment reported test cycle.
27971 2013-10-04  Alan Modra  <amodra@gmail.com>
27973         * string/test-memcpy.c (do_one_test): When reporting errors, print
27974         string address and don't overrun end of string.
27976 2013-10-04  Alan Modra  <amodra@gmail.com>
27978         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
27979         insrdi.  Make better use of reg selection to speed exit slightly.
27980         Schedule entry path a little better.  Remove useless "are we done"
27981         checks on entry to main loop.  Handle wrapping around zero address.
27982         Correct main loop count.  Handle single left-over word from main
27983         loop inline rather than by using loop_small.  Remove extra word
27984         case in loop_small caused by wrong loop count.  Add little-endian
27985         support.
27986         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27987         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
27988         cache hint.
27989         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27990         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
27991         support.  Avoid rlwimi.
27992         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
27994 2013-10-04  Alan Modra  <amodra@gmail.com>
27996         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
27997         insrdi.  Formatting.
27998         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
27999         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
28000         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
28001         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
28002         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
28003         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
28005 2013-10-04  Alan Modra  <amodra@gmail.com>
28007         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
28008         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
28009         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
28010         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
28011         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
28012         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
28013         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
28014         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
28015         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
28016         use of regs.  Use power7 mtocrf.  Tidy function tails.
28018 2013-10-04  Alan Modra  <amodra@gmail.com>
28020         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
28021         Formatting.  Consistently use rXXX register defines or rN defines.
28022         Use early exit labels that avoid restoring unused non-volatile regs.
28023         Make cr field use more consistent with rWORDn compares.  Rename
28024         regs used as shift registers for unaligned loop, using rN defines
28025         for short lifetime/multiple use regs.
28026         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
28027         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
28028         addi 1,1,64 to pop stack frame.  Simplify return value code.
28029         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
28031 2013-10-04  Alan Modra  <amodra@gmail.com>
28033         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
28034         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
28035         rather than rlwimi.
28036         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
28037         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
28038         little-endian support.  Correct typos.
28039         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
28040         rather than rlwimi.
28041         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
28042         in loop and entry code to keep "and." results.
28043         (strchr): Add little-endian support.  Comment.  Move cntlzd
28044         earlier in tail.
28045         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
28047 2013-10-04  Alan Modra  <amodra@gmail.com>
28049         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
28050         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
28051         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
28052         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
28054 2013-10-04  Alan Modra  <amodra@gmail.com>
28056         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
28057         (rTMP): Define as r11.
28058         (strcmp): Add little-endian support.  Optimise tail.
28059         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
28060         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
28061         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
28062         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
28063         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
28064         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
28065         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
28067 2013-10-04  Alan Modra  <amodra@gmail.com>
28069         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
28070         little-endian support.  Remove unnecessary "are we done" tests.
28071         Handle "s" wrapping around zero and extremely large "size".
28072         Correct main loop count.  Handle single left-over word from main
28073         loop inline rather than by using small_loop.  Correct comments.
28074         Delete "zero" tail, use "end_max" instead.
28075         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
28077 2013-10-04  Alan Modra  <amodra@gmail.com>
28079         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
28080         support.  Don't branch over align.
28081         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
28082         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
28083         support.  Rearrange tmp reg use to suit.  Comment.
28084         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
28086 2013-10-04  Alan Modra  <amodra@gmail.com>
28088         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
28090 2013-10-04  Alan Modra  <amodra@gmail.com>
28092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
28093         conditional form of branch and link when obtaining pc.
28094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
28096 2013-10-04  Alan Modra  <amodra@gmail.com>
28098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
28099         HIWORD/LOWORD.
28100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
28101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
28103 2013-10-04  Alan Modra  <amodra@gmail.com>
28105         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
28106         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
28107         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
28108         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
28109         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
28110         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
28111         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
28112         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
28113         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
28114         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
28116 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
28117             Alistair Popple <alistair@ozlabs.au.ibm.com>
28118             Alan Modra <amodra@gmail.com>
28120         [BZ #15723]
28121         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
28122         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
28123         _dl_hwcap access for little-endian.
28124         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
28125         destroy vmx regs when saving unaligned.
28126         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
28127         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
28128         destroy vmx regs when saving unaligned.
28130 2013-10-04  Alan Modra  <amodra@gmail.com>
28132         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
28133         Don't use a union to pack hi/low value.
28135 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
28137         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
28138         for little-endian.
28139         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
28140         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
28141         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28142         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
28143         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
28145 2013-10-04  Alan Modra  <amodra@gmail.com>
28147         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
28148         constants to usual value for .cst8 section, and remove redundant
28149         high address load.
28150         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
28151         constant for 0x1p52.  Load little-endian words of double from
28152         correct stack offsets.
28154 2013-10-04  Alan Modra  <amodra@gmail.com>
28156         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
28157         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
28158         words of double from correct stack offsets.
28159         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
28160         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
28161         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
28162         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
28163         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
28164         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
28165         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
28166         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
28167         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
28168         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
28169         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
28170         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
28171         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
28172         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
28173         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
28174         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
28175         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
28177 2013-10-04  Alan Modra  <amodra@gmail.com>
28179         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
28180         64-bit int/double union.
28181         (_FPU_SETCW): Likewise.
28182         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
28183         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
28185 2013-10-04  Alan Modra  <amodra@gmail.com>
28187         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
28188         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
28190 2013-10-04  Alan Modra  <amodra@gmail.com>
28192         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
28193         use vector int constants.
28194         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
28196 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
28198         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
28199         array with long long.
28200         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
28201         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
28202         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
28203         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
28204         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
28205         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
28206         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
28207         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
28208         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
28209         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
28210         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
28211         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
28212         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
28214 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
28216         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
28217         (__signbit): Likewise.  Correct for little-endian.
28218         (__signbitl): Call __signbit.
28219         (lrint): Correct for little-endian.
28220         (lrintf): Call lrint.
28222 2013-10-04  Alan Modra  <amodra@gmail.com>
28224         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
28225         union 32-bit int array member with 64-bit int array.
28226         (t515, tm256): Double rather than long double.
28227         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
28229 2013-10-04  Alan Modra  <amodra@gmail.com>
28231         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
28232         Delete.
28233         (IEEE854_LONG_DOUBLE_BIAS): Delete.
28234         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
28235         version of math_ldbl.h.
28237 2013-10-04  Alan Modra  <amodra@gmail.com>
28239         [BZ #15734], [BZ #15735]
28240         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
28241         all uses of ieee875 long double macros and unions.  Simplify test
28242         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
28243         ldbl_extract_mantissa value for ix,iy exponents.  Properly
28244         normalize after ldbl_extract_mantissa, and don't add hidden bit
28245         already handled.  Don't treat low word of ieee854 mantissa like
28246         low word of IBM long double and mask off bit when testing for
28247         zero.
28248         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
28249         all uses of ieee875 long double macros and unions.  Simplify tests
28250         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
28251         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
28252         two1022, instead use their values.  Recognise that tests for large
28253         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
28254         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
28255         Rewrite all uses of ieee875 long double macros and unions.  Simplify
28256         test for 0.0L and nan.  Correct negation.
28257         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
28258         ieee875 long double macros and unions.  Correct output for large
28259         magnitude x.  Correct absolute value calculation.
28260         (__erfcl): Likewise.
28261         * math/libm-test.inc: Add tests for errors discovered in IBM long
28262         double versions of fmodl, remainderl, erfl and erfcl.
28264 2013-10-04  Alan Modra  <amodra@gmail.com>
28266         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
28267         all uses of ieee854 long double macros and unions.  Simplify tests
28268         for long doubles that are fully specified by the high double.
28269         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
28270         Likewise.
28271         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
28272         Remove dead code too.
28273         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
28274         (__ieee754_ynl): Likewise.
28275         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
28276         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
28277         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
28278         Remove dead code too.
28279         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
28280         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
28281         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
28282         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
28283         Simplify.
28284         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
28285         Simplify.
28286         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
28287         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
28288         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
28289         Comment on variable precision.
28290         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
28291         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
28292         Likewise.
28293         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
28294         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
28295         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
28296         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
28297         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
28299 2013-10-04  Alan Modra  <amodra@gmail.com>
28301         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
28302         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
28303         all uses of ieee854 long double macros and unions.
28304         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
28305         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
28306         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
28307         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
28308         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
28309         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
28310         Likewise.
28311         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
28312         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
28313         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
28314         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
28315         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
28316         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
28317         Simplify sign and nan test too.
28318         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
28319         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
28320         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
28321         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
28322         Likewise.
28323         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
28324         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
28325         Likewise.
28326         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
28327         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
28328         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
28329         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
28330         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
28331         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
28333 2013-10-04  Alan Modra  <amodra@gmail.com>
28335         * stdio-common/printf_size.c (__printf_size): Don't use
28336         union ieee854_long_double in fpnum union.
28337         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
28338         signbit macro to retrieve sign from long double.
28339         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
28340         retrieve sign from long double.
28341         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
28342         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
28343         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
28344         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
28345         * math/test-misc.c (main): Don't use union ieee854_long_double.
28347 2013-10-04  Alan Modra  <amodra@gmail.com>
28349         [BZ #15680]
28350         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
28351         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
28352         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
28353         calculation.  Remove unnecessary test for denormal exponent.
28354         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
28355         Correct handling of denormals.  Avoid undefined shift behaviour.
28356         Correct normalisation of low mantissa when low double is denormal.
28357         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
28358         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
28359         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
28360         Correct normalisation of low mantissa.  Test for overflow of high
28361         mantissa and normalise.
28362         (ldbl_nearbyint): Use more readable constant for two52.
28363         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
28364         (__mpn_construct_long_double): Fix test for overflow of high
28365         mantissa and correct normalisation.  Avoid undefined shift.
28367 2013-10-04  Alan Modra  <amodra@gmail.com>
28369         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
28370         (union ibm_extended_long_double): Define as an array of ieee754_double.
28371         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
28372         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
28373         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
28374         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
28375         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
28376         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
28377         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28378         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
28379         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
28380         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
28381         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
28383 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
28385         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
28386         page size instead of calling getpagesize.
28388         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
28389         (LOCFILE_ALIGN_MASK): Likewise.
28390         (LOCFILE_ALIGN_UP): Likewise.
28391         (LOCFILE_ALIGNED_P): Likewise.
28392         * locale/programs/ld-collate.c (collate_output): Use the new
28393         macros instead of __alignof__ (int32_t).
28394         * locale/weight.h (findidx): Likewise.
28396 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
28398         [BZ #431]
28399         * manual/string.texi: Fix strncat and wcsncat.
28401 2013-10-03  Brooks Moses  <bmoses@google.com>
28403         [BZ #15915]
28404         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
28405         * Makerules: ...here, and adjust associated comments.
28407 2013-10-02  Will Newton  <will.newton@linaro.org>
28409         * malloc/Makefile: Add tst-pvalloc.
28410         * malloc/tst-pvalloc.c: New file.
28412 2013-10-02  Will Newton  <will.newton@linaro.org>
28414         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
28415         improve test coverage.
28417 2013-10-02  Will Newton  <will.newton@linaro.org>
28419         * malloc/Makefile: Add tst-posix_memalign.
28420         * malloc/tst-posix_memalign.c: New file.
28422 2013-10-01  Eric Blake  <eblake@redhat.com>
28424         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
28425         Use __THROWNL rather than __THROW on static functions.
28427 2013-09-30  Petr Machata  <pmachata@redhat.com>
28429         * elf/elf.h (R_AARCH64_ABS16): New macro.
28430         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
28431         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
28432         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
28433         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
28434         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
28435         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
28436         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
28437         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
28438         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
28439         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
28440         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
28441         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
28442         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
28443         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
28444         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
28445         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
28446         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
28447         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
28448         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
28449         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
28450         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
28451         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
28452         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
28453         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
28454         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
28455         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
28456         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
28457         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
28458         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
28459         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
28460         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
28461         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
28462         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
28463         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
28464         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
28465         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
28466         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
28467         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
28468         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
28469         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
28470         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
28471         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
28472         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
28473         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
28474         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
28475         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
28476         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
28477         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
28478         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
28479         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
28480         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
28481         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
28482         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
28483         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
28484         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
28485         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
28486         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
28487         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
28488         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
28489         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
28490         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
28491         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
28492         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
28493         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
28494         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
28495         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
28496         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
28497         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
28498         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
28499         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
28500         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
28501         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
28502         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
28503         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
28504         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
28505         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
28506         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
28507         (R_AARCH64_TLSDESC_LDR): Likewise.
28508         (R_AARCH64_TLSDESC_ADD): Likewise.
28509         (R_AARCH64_TLSDESC_CALL): Likewise.
28511 2013-09-30  Andreas Schwab  <schwab@suse.de>
28513         [BZ #15048]
28514         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
28515         the nss database lookup.
28516         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28517         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
28519 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
28521         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
28523 2013-09-28  P. J. McDermott  <pj@pehjota.net>
28525         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
28526         ${Bash-specific parameter/pattern/string} parameter expansion.
28527         * sysdeps/unix/make-syscalls.sh: Likewise.
28529 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
28531         * sysdeps/sh/stackguard-macros.h: New file.
28533 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
28535         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
28536         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
28537         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
28538         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
28539         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
28540         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
28542 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28544         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
28545         Fix thread ID register.
28547 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
28549         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
28550         [POSIX || UNIX98]: Require rather than permitting all symbols from
28551         <time.h>.
28552         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
28553         element of struct sched_param.
28554         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
28555         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
28556         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
28557         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
28558         constant.
28560 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
28562         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
28563         argument calculation.
28565 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
28567         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
28568         Expect macro.
28569         [POSIX] (pthread_attr_t): Do not require type.
28570         [POSIX] (pthread_cond_t): Likewise.
28571         [POSIX] (pthread_condattr_t): Likewise.
28572         [POSIX] (pthread_key_t): Likewise.
28573         [POSIX] (pthread_mutex_t): Likewise.
28574         [POSIX] (pthread_mutexattr_t): Likewise.
28575         [POSIX] (pthread_once_t): Likewise.
28576         [POSIX] (pthread_t): Likewise.
28577         [POSIX-based standards] (pthread_atfork): Expect function.
28579 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
28580             Richard Sandiford  <richard@codesourcery.com>
28582         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
28583         (swap_endianness_p): New extern variable.
28584         (set_big_endian): New inline function.
28585         (maybe_swap_uint32): Likewise.
28586         (maybe_swap_uint32_array): Likewise.
28587         (maybe_swap_uint32_obstack): Likewise.
28588         * locale/programs/locfile.c: Include <stdbool.h>.
28589         (swap_endianness_p): New variable.
28590         (add_locale_uint32): Call maybe_swap_uint32.
28591         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
28592         (write_locale_data): Call maybe_swap_uint32_array.
28593         * locale/programs/ld-collate.c (obstack_int32_grow): Call
28594         maybe_swap_uint32.
28595         (obstack_int32_grow_fast): Likewise.
28596         (output_weightwc): Call maybe_swap_uint32_obstack.
28597         (collate_output): Likewise.
28598         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
28599         (OPT_LITTLE_ENDIAN): Likewise.
28600         (options): Add --little-endian and --big-endian options.
28601         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
28602         * locale/programs/locarchive.c: Include "locfile.h".
28603         (GET): New macro.
28604         (SET): Likewise.
28605         (INC): Likewise.
28606         (create_archive): Use the new macros to access fields of
28607         structures directly mapped from or written to locale archives.
28608         (oldlocrecentcmp): Likewise.
28609         (enlarge_archive): Likewise.
28610         (insert_name): Likewise.
28611         (add_alias): Likewise.
28612         (add_locale): Likewise.
28613         (delete_locales_from_archive): Likewise.
28614         (show_archive_content): Likewise.
28615         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
28616         locale data.
28618 2013-09-24  Roland McGrath  <roland@hack.frob.com>
28620         * manual/freemanuals.texi: Updated from (newly) canonical copy at
28621         http://www.gnu.org/doc/freemanuals.texi.
28622         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
28624 2013-09-24  Will Newton  <will.newton@linaro.org>
28626         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
28627         macro.
28629 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
28631         * locale/hashval.h (compute_hashval): Interpret bytes of key as
28632         unsigned char.
28634 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
28636         * manual/threads.texi (POSIX Threads): Fix a typo.
28638 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28640         [BZ #14547]
28641         * string/tst-strcoll-overflow.c: New test case.
28642         * string/Makefile (xtests): Add tst-strcoll-overflow.
28643         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
28644         cache if string sizes may cause integer overflow.
28646         [BZ #14547]
28647         * string/strcoll_l.c (coll_seq): New members rule, idx,
28648         save_idx and back_us.
28649         (get_next_seq_nocache): New function.
28650         (do_compare_nocache): New function.
28651         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
28652         when malloc fails.
28654 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
28656         [BZ #15754]
28657         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
28658         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
28659         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
28661         [BZ #15754]
28662         * elf/Makefile (tests): Add tst-ptrguard1.
28663         (tests-static): Add tst-ptrguard1-static.
28664         (tst-ptrguard1-ARGS): Define.
28665         (tst-ptrguard1-static-ARGS): Define.
28666         * elf/tst-ptrguard1.c: New file.
28667         * elf/tst-ptrguard1-static.c: New file.
28668         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
28669         * sysdeps/i386/stackguard-macros.h: Likewise.
28670         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
28671         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
28672         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
28673         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
28674         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
28675         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
28677 2013-09-23  Hector Marco  <hecmargi@upv.es>
28678             Ismael Ripoll  <iripoll@disca.upv.es>
28679             Carlos O'Donell  <carlos@redhat.com>
28681         [BZ #15754]
28682         * sysdeps/generic/stackguard-macros.h: Define
28683         __pointer_chk_guard_local and POINTER_CHK_GUARD.
28684         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
28685         Define __pointer_chk_guard_local.
28686         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
28687         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
28689 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
28691         [BZ #15859]
28692         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
28694 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
28696         * include/string.h (__ffs): Declare as hidden.
28697         * string/ffs.c (__ffs): Define as hidden.
28698         * sysdeps/i386/ffs.c (__ffs): Likewise.
28699         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
28700         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
28701         * sysdeps/s390/ffs.c (__ffs): Likewise.
28702         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
28704 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
28706         * NEWS: Mention malloc probes.
28708         * malloc/arena.c (new_heap): New memory_heap_new probe.
28709         (grow_heap): New memory_heap_more probe.
28710         (shrink_heap): New memory_heap_less probe.
28711         (heap_trim): New memory_heap_free probe.
28712         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
28713         (systrim): New memory_sbrk_less probe.
28714         * manual/probes.texi: Document them.
28716         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
28717         * manual/probes.texi: Document it.
28719         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
28720         (__libc_realloc): Add memory_realloc_retry probe.
28721         (__libc_memalign): Add memory_memalign_retry probe.
28722         (__libc_valloc): Add memory_valloc_retry probe.
28723         (__libc_pvalloc): Add memory_pvalloc_retry probe.
28724         (__libc_calloc): Add memory_calloc_retry probe.
28725         * manual/probes.texi: Document them.
28727         * malloc/arena.c (get_free_list): Add probe
28728         memory_arena_reuse_free_list.
28729         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
28730         and memory_arena_reuse.
28731         (arena_get2) [!PER_THREAD]: Likewise.
28732         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
28733         memory_arena_reuse_realloc.
28734         * manual/probes.texi: Document them.
28736         * malloc/malloc.c (__libc_free): Add
28737         memory_mallopt_free_dyn_thresholds probe.
28738         (__libc_mallopt): Add multiple memory_mallopt probes.
28739         * manual/probes.texi: Document them.
28741         * malloc/malloc.c: Include stap-probe.h.
28742         (__libc_mallopt): Add memory_mallopt probe.
28743         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
28744         * manual/probes.texi: New.
28745         * manual/Makefile (chapters): Add probes.
28746         * manual/threads.texi: Set next node.
28748 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
28750         [BZ #15963, #13985]
28751         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
28752         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
28753         Add `Chinese' to `nan' entry name.
28755 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28757         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
28758         (POLYNOMIAL): Likewise.
28759         (TAYLOR_SINCOS): Likewise.
28760         (TAYLOR_SLOW): Likewise.
28761         (__sin): Use TAYLOR_SINCOS.
28762         (__cos): Likewise.
28763         (slow): Use TAYLOR_SLOW.
28764         (sloww): Likewise.
28765         (bsloww): Likewise.
28766         (csloww): Likewise.
28768 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
28770         * stdlib/strtod_l.c: Fix buffer overrun.
28772 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28774         * benchtests/Makefile (bench): Add sincos.
28775         * benchtests/bench-sincos.c: New file.
28777         * math/libm-test.inc (cos_test_data): New test inputs.
28778         (sin_test_data): Likewise.
28780         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
28781         macro.
28782         (__sin): Use it.
28783         (__cos): Likewise.
28784         (slow1): Likewise.
28785         (slow2): Likewise.
28786         (sloww1): Likewise.
28787         (sloww2): Likewise.
28788         (bsloww1): Likewise.
28789         (bsloww2): Likewise.
28790         (cslow2): Likewise.
28791         (csloww1): Likewise.
28792         (csloww2): Likewise.
28794         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
28795         function.
28796         (__sin): Use it.
28797         (__cos): Likewise.
28799         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
28800         gotos.
28801         (__cos): Likewise.
28803 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
28805         * config.h.in (HAVE_MIPS_NAN2008): New macro.
28806         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
28807         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
28808         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
28809         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
28810         * elf/cache.c (print_entry): Handle the new cache flags.
28812 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
28813             Aldy Hernandez  <aldyh@redhat.com>
28815         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
28816         Change condition to [_SOFT_FLOAT].
28817         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
28818         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
28819         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
28820         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
28821         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
28822         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
28823         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
28824         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
28825         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
28826         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
28827         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
28828         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
28829         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
28830         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
28831         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
28832         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
28833         declaration.
28835 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
28837         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
28838         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
28839         (__longjmp): Use LOAD_GP to load saved GPRs.
28840         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
28841         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
28842         (__sigsetjmp): Use SAVE_GP to save GPRs.
28844         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
28845         Do not append -msoft-float.
28846         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
28848 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28850         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
28852 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
28854         [BZ #15966]
28855         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
28856         (_FPU_GETCW): Use initial "__" on variable and field names but not
28857         on macro parameter name.
28858         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
28859         parentheses around reference to macro parameter.
28861 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
28863         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
28864         prototype.
28865         (ctype_startup): Use uint32_t in cast and sizeof for
28866         ctype->charnames.
28868 2013-09-11  Jia Liu  <proljc@gmail.com>
28870         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
28871         __daddr_t_defined.
28872         [__FreeBSD__]: Likewise.
28874 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
28876         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
28877         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
28878         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
28879         (strchr): Remove __strchr_sse42 ifunc selection.
28880         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
28881         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
28883 2013-09-11  Will Newton  <will.newton@linaro.org>
28885         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
28886         parameter to RES. Remove hardcoded 1000 value.
28887         * benchtests/bench-skeleton.c (main): Pass RES parameter
28888         to TIMING_INIT and multiply result by 1000.
28890 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28892         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28894 2013-09-11  Andreas Schwab  <schwab@suse.de>
28896         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
28897         if not defined.
28898         (O_TMPFILE) [__USE_GNU]: Define.
28899         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
28900         Define.
28902 2013-09-11  Will Newton  <will.newton@linaro.org>
28904         [BZ #15857]
28905         * malloc/malloc.c (__libc_memalign): Check the value of bytes
28906         does not overflow.
28908 2013-09-11  Will Newton  <will.newton@linaro.org>
28910         [BZ #15856]
28911         * malloc/malloc.c (__libc_valloc): Check the value of bytes
28912         does not overflow.
28914 2013-09-11  Will Newton  <will.newton@linaro.org>
28916         [BZ #15855]
28917         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
28918         does not overflow.
28920 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
28922         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
28923         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
28924         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
28925         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
28926         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
28928 2013-09-10  Allan McRae  <allan@archlinux.org>
28930         [BZ #15748]
28931         * manual/arith.texi (Parsing of Floats): Clarify
28932         cross-reference.
28934         [BZ #15849]
28935         * manual/install.texi (Running make install): Mention
28936         --enable-pt-chown.
28937         * INSTALL: Regenerated.
28939 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
28941         * csu/init-first.c (_init): Remove the !SHARED condition around
28942         FPU control word initialization.
28943         * elf/dl-support.c (_dl_fpu_control): New variable.
28944         (_dl_aux_init) <AT_FPUCW>: Initialize it.
28945         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
28946         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
28947         * math/test-fpucw-static.c: New file.
28948         * math/test-fpucw-ieee.c: New file.
28949         * math/test-fpucw-ieee-static.c: New file.
28950         * math/Makefile (tests): Add `test-fpucw-ieee' and
28951         `$(tests-static)'.
28952         (tests-static): New variable.
28953         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
28954         dependency to...
28955         [($(build-shared),yes)]
28956         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
28957         ... this.
28958         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
28959         New dependency.
28961 2013-09-09  Allan McRae  <allan@archlinux.org>
28963         [BZ #15939]
28964         * manual/string.texi (Collation Functions): Fix typo in
28965         strcoll example.
28966         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
28968         [BZ #15893]
28969         * stdlib/isomac.c (get_null_defines): Fix memory leak.
28971         [BZ #15892]
28972         * libio/memstream.c (open_memstream): Fix memory leak.
28973         * libio/wmemstream.c (open_wmemstream): Likewise.
28975         [BZ #15895]
28976         * nscd/netgroupcache.c: Fix nesting of ifdefs.
28978 2013-09-09  Will Newton  <will.newton@linaro.org>
28980         * malloc/Makefile: Add tst-realloc to tests.
28981         * malloc/tst-realloc.c: New file.
28983 2013-09-09  Allan McRae  <allan@archlinux.org>
28985         [BZ #15844]
28986         * COPYING: Update from GNU website to fix FSF address.
28987         * COPYING.LIB: Likewise.
28989 2013-09-06  David S. Miller  <davem@davemloft.net>
28991         * po/zh_TW.po: Update Chinese (traditional) translation from
28992         translation project.
28994 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
28995             Joseph Myers  <joseph@codesourcery.com>
28997         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
28998         "localeinfo.h".
28999         (obstack_chunk_alloc): New macro.
29000         (obstack_chunk_free): Likewise.
29001         (record_offset): New function.
29002         (init_locale_data): Likewise.
29003         (align_locale_data): Likewise.
29004         (add_locale_empty): Likewise.
29005         (add_locale_raw_data): Likewise.
29006         (add_locale_raw_obstack): Likewise.
29007         (add_locale_string): Likewise.
29008         (add_locale_wstring): Likewise.
29009         (add_locale_uint32): Likewise.
29010         (add_locale_uint32_array): Likewise.
29011         (add_locale_char): Likewise.
29012         (start_locale_structure): Likewise.
29013         (end_locale_structure): Likewise.
29014         (start_locale_prelude): Likewise.
29015         (end_locale_prelude): Likewise.
29016         (write_locale_data): Take locale_file structure rather than an
29017         iovec.
29018         * locale/programs/locfile.h: Include "obstack.h".
29019         (struct locale_file): Change to store locale file contents instead
29020         of header.
29021         (init_locale_data): New prototype.
29022         (align_locale_data): Likewise.
29023         (add_locale_empty): Likewise.
29024         (add_locale_raw_data): Likewise.
29025         (add_locale_raw_obstack): Likewise.
29026         (add_locale_string): Likewise.
29027         (add_locale_wstring): Likewise.
29028         (add_locale_uint32): Likewise.
29029         (add_locale_uint32_array): Likewise.
29030         (add_locale_char): Likewise.
29031         (start_locale_structure): Likewise.
29032         (end_locale_structure): Likewise.
29033         (start_locale_prelude): Likewise.
29034         (end_locale_prelude): Likewise.
29035         (write_locale_data): Update prototype.
29036         * locale/programs/3level.h (struct TABLE): Remove result field.
29037         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
29038         Use new locale_file interface.
29039         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
29040         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
29041         * locale/programs/ld-address.c (address_output): Use new
29042         locale_file interface.
29043         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
29044         NO_ADD_LOCALE.
29045         (collate_finish): Don't call collseq_table_finalize.
29046         (collate_output): Use new locale_file interface.
29047         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
29048         in file.
29049         (NO_FINALIZE): Change to NO_ADD_LOCALE.
29050         (TABLE): Move defines earlier in file.
29051         (ELEMENT): Likewise.
29052         (DEFAULT): Likewise.
29053         (wctrans_table_add): Move macro and inline function earlier in
29054         file.
29055         (struct wctype_table): Move type earlier in file.
29056         (add_locale_wctype_table): New static prototype.
29057         (struct locale_ctype_t): Use logical types instead of struct iovec
29058         pointers for members.
29059         (ctype_output): Use new locale_file interface.
29060         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
29061         new locale_file interface.
29062         (allocate_arrays): Update for use of new locale_file interface.
29063         * locale/programs/ld-identification.c (identification_output): Use
29064         new locale_file interface.
29065         * locale/programs/ld-measurement.c (measurement_output): Likewise.
29066         * locale/programs/ld-messages.c (messages_output): Likewise.
29067         * locale/programs/ld-monetary.c (monetary_output): Likewise.
29068         * locale/programs/ld-name.c (name_output): Likewise.
29069         * locale/programs/ld-numeric.c (numeric_output): Likewise.
29070         * locale/programs/ld-paper.c (paper_output): Likewise.
29071         * locale/programs/ld-telephone.c (telephone_output): Likewise.
29072         * locale/programs/ld-time.c (time_output): Likewise.
29074 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29076         * benchtests/Makefile: Add memrchr benchmark.
29077         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
29078         benchmark as memrchr.
29079         * benchtests/bench-memrchr-ifunc.c: New file.
29080         * benchtests/bench-memrchr.c: New file.
29082 2013-09-06   Will Newton  <will.newton@linaro.org>
29084         * benchtests/Makefile (string-bench): Add memcpy.
29086 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
29087             Cong Wang  <amwang@redhat.com>
29089         [BZ #15850]
29090         * sysdeps/unix/sysv/linux/bits/in.h
29091         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
29092         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
29093         before __USE_KERNEL_IPV6_DEFS uses.
29094         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
29095         IPPROTO_BEETPH.
29096         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
29097         sockaddr_in6, or ipv6_mreq.
29099 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29101         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
29102         memory access for final bytes in some large inputs.
29103         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
29105 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29107         * string/test-memrchr.c: New file.
29108         * string/test-memrchr-ifunc.c: New file.
29109         * string/Makefile: Add new memrchr testcase.
29111 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
29113         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
29114         fanotify_init returns EPERM.
29116 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
29118         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
29119         errors.
29120         (top level): Treat second token from macro or constant entries for
29121         allowed headers as allowed.
29122         * include/complex.h: Condition internal declarations on
29123         [!_ISOMAC].
29124         * include/fenv.h: Condition include of <stdbool.h> and internal
29125         declarations on [!_ISOMAC].
29127 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
29129         [BZ #15923]
29130         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
29132 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
29134         * configure.in (--enable-versioning): Remove configure option.
29135         (libc_cv_asm_symver_directive): Remove configure test.
29136         (libc_cv_ld_version_script_option): Likewise.
29137         (VERSIONING): Remove variable and AC_SUBST.
29138         (DO_VERSIONING): Remove AC_DEFINE.
29139         * configure: Regenerated.
29140         * config.h.in (DO_VERSIONING): Remove macro.
29141         * Makerules [$(versioning) = yes]: Change conditionals to
29142         [$(build-shared) = yes].
29143         * config.make.in (versioning): Remove variable.
29144         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
29145         [$(build-shared) = yes].
29146         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
29147         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
29148         * elf/Makefile [$(versioning) = yes]: Change conditionals to
29149         [$(build-shared) = yes].
29150         * extra-lib.mk [$(versioning) = yes]: Likewise.
29151         * hurd/Makefile [$(versioning) = yes]: Likewise.
29152         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
29153         [SHARED].
29154         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
29155         [SHARED].
29156         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
29157         [SHARED && !NO_HIDDEN].
29158         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
29159         [SHARED].
29160         [SHARED && DO_VERSIONING]: Likewise..
29161         * libio/Makefile [$(versioning) = yes]: Change conditionals to
29162         [$(build-shared) = yes].
29163         * manual/install.texi (--disable-versioning): Remove
29164         documentation.
29165         * INSTALL: Regenerated.
29166         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
29167         to [SHARED].
29168         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
29169         [$(build-shared) = yes].
29170         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
29171         * sysdeps/i386/i686/multiarch/strstr-c.c
29172         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
29173         [SHARED && !NO_HIDDEN].
29174         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
29175         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
29176         * sysdeps/powerpc/powerpc32/dl-machine.c
29177         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
29178         * sysdeps/powerpc/powerpc32/sysdep.h
29179         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
29180         to [SHARED && PIC && !NO_HIDDEN].
29181         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
29182         conditional to [SHARED].
29184 2013-09-04   Will Newton  <will.newton@linaro.org>
29186         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
29187         * benchtests/bench-string.h: Include bench-timing.h instead
29188         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
29189         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
29190         call to HP_TIMING_DIFF_INIT.
29191         * benchtests/bench-memccpy.c: Use bench-timing.h macros
29192         instead of hp-timing.h macros.
29193         * benchtests/bench-memchr.c: Likewise.
29194         * benchtests/bench-memcmp.c: Likewise.
29195         * benchtests/bench-memcpy.c: Likewise.
29196         * benchtests/bench-memmem.c: Likewise.
29197         * benchtests/bench-memmove.c: Likewise.
29198         * benchtests/bench-memset.c: Likewise.
29199         * benchtests/bench-rawmemchr.c: Likewise.
29200         * benchtests/bench-strcasecmp.c: Likewise.
29201         * benchtests/bench-strcasestr.c: Likewise.
29202         * benchtests/bench-strcat.c: Likewise.
29203         * benchtests/bench-strchr.c: Likewise.
29204         * benchtests/bench-strcmp.c: Likewise.
29205         * benchtests/bench-strcpy.c: Likewise.
29206         * benchtests/bench-strcpy_chk.c: Likewise.
29207         * benchtests/bench-strlen.c: Likewise.
29208         * benchtests/bench-strncasecmp.c: Likewise.
29209         * benchtests/bench-strncat.c: Likewise.
29210         * benchtests/bench-strncmp.c: Likewise.
29211         * benchtests/bench-strncpy.c: Likewise.
29212         * benchtests/bench-strnlen.c: Likewise.
29213         * benchtests/bench-strpbrk.c: Likewise.
29214         * benchtests/bench-strrchr.c: Likewise.
29215         * benchtests/bench-strspn.c: Likewise.
29216         * benchtests/bench-strstr.c: Likewise.
29218 2013-09-04  Will Newton  <will.newton@linaro.org>
29220         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
29222 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
29224         [BZ #15427]
29225         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
29226         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
29227         * math/libm-test.inc (lgamma_test_data): Add more tests.
29228         * sysdeps/i386/fpu/libm-test-ulps: Update.
29229         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29231 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
29233         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
29234         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29235         Add ifunc.
29236         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29237         Add strcmp-sse2-unaligned
29238         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
29240 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
29242         * Versions.def (libc): Add GLIBC_2.19.
29244 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
29246         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
29247         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
29249 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
29251         [BZ #14155]
29252         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
29253         intermediate calculations in recurrence.
29254         (__ieee754_ynf): Likewise.
29255         * math/libm-test.inc (jn_test_data): Do not allow spurious
29256         underflow exception.  Add more tests.
29257         (yn_test_data): Add more tests.
29258         * sysdeps/i386/fpu/libm-test-ulps: Update.
29259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29261 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
29263         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
29265 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
29267         * csu/init-first.c: Fix then/than typos.
29268         * locale/programs/ld-collate.c: Likewise.
29269         * locale/programs/linereader.h: Likewise.
29270         * manual/charset.texi: Likewise.
29271         * manual/filesys.texi: Likewise.
29272         * manual/stdio.texi: Likewise.
29273         * manual/string.texi: Likewise.
29274         * stdlib/fmtmsg.c: Likewise.
29275         * sysdeps/i386/stpncpy.S: Likewise.
29276         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
29277         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
29278         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
29279         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
29281 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
29283         * elf/dl-open.c: Fix typos.
29284         * iconvdata/gbbig5.c: Likewise.
29285         * iconvdata/iso-2022-jp.c: Likewise.
29286         * iconv/gconv_int.h: Likewise.
29287         * iconv/loop.c: Likewise.
29288         * nis/rpcsvc/nis.h: Likewise.
29289         * resolv/ns_name.c: Likewise.
29290         * stdio-common/vfscanf.c: Likewise.
29291         * streams/stropts.h: Likewise.
29292         * sunrpc/rpc_thread.c: Likewise.
29293         * sysdeps/i386/strpbrk.S: Likewise.
29294         * sysdeps/ieee754/k_standard.c: Likewise.
29295         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
29296         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
29297         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
29298         * sysdeps/mach/hurd/profil.c: Likewise.
29299         * sysdeps/s390/dl-procinfo.h: Likewise.
29300         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
29301         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
29302         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
29303         * sysdeps/x86_64/dl-trampoline.S: Likewise.
29304         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
29306 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
29308         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
29309         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
29311 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
29313         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
29314         aix specific files.
29315         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
29316         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
29317         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
29318         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
29319         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
29320         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
29321         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
29322         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
29324 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
29325             Roland McGrath  <roland@hack.frob.com>
29327         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
29328         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
29330 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29332         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
29333         __executable_start symbol instead of _start.
29335 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
29337         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
29338         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
29339         Move macros to...
29340         * sysdeps/gnu/ldsodefs.h: ... this new file.
29342         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
29343         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
29344         instead of ELFOSABI_LINUX.
29346         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
29347         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
29348         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
29349         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
29350         Likewise.
29351         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
29352         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
29353         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
29354         Likewise.
29355         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
29356         (ibm_extended_long_double): Add ieee_nan member.
29357         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
29358         (do_test): New function.
29360         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
29361         TEST_TRUNC.
29362         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
29363         functions, renamed from truncdfsf_test, trunctfsf_test,
29364         trunctfdf_test.
29365         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
29366         functions.
29367         (do_test): Run all these.
29369 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
29371         * argp/argp-help.c: Fix typos.
29372         * argp/argp-parse.c: Likewise.
29373         * debug/backtracesyms.c: Likewise.
29374         * elf/elf.h: Likewise.
29375         * malloc/malloc.c: Likewise.
29376         * nis/nis_print.c: Likewise.
29377         * resolv/res_comp.c: Likewise.
29378         * stdlib/stdlib.h: Likewise.
29379         * sunrpc/clnt_tcp.c: Likewise.
29380         * sunrpc/clnt_udp.c: Likewise.
29381         * sunrpc/clnt_unix.c: Likewise.
29382         * sysdeps/unix/bsd/ptsname.c: Likewise.
29383         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
29384         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
29385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
29386         Likewise.
29387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
29388         Likewise.
29389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
29390         Likewise.
29391         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
29393 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29395         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
29396         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
29398 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
29400         [BZ #15897]
29401         * dlfcn/Makefile (tests): Add bug-dl-leaf.
29402         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
29403         ($(objpfx)bug-dl-leaf): New rule.
29404         ($(objpfx)bug-dl-leaf.so): Likewise.
29405         ($(objpfx)bug-dl-leaf.out): Likewise.
29406         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
29407         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
29408         * dlfcn/bug-dl-leaf.c: New test.
29409         * dlfcn/bug-dl-leaf-lib.c: Likewise.
29410         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
29411         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
29412         (dlclose): Likewise.
29413         (dlmopen): Likewise.
29415 2013-08-27  Roland McGrath  <roland@hack.frob.com>
29417         * include/netdb.h [!_ISOMAC]:
29418         Don't include <tls.h>.
29419         (h_errno, __libc_h_errno): Move declaration and macros out of
29420         [_LIBC_REENTRANT].
29422         * include/resolv.h [_RESOLV_H_]:
29423         Don't include <tls.h>.
29424         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
29425         * resolv/res_libc.c: Don't include <tls.h>.
29426         (_res): Use __attribute__ ((nocommon)) in place of
29427         __attribute__ ((section (".bss"))).
29429         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
29430         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
29432         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
29434         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
29435         only under [SIOCGIFCONF && SIOCGIFNETMASK].
29437         * resolv/res_mkquery.c: Include <sys/time.h>.
29439         * inet/ifreq.c: Moved to ...
29440         * sysdeps/unix/ifreq.c: ... here.
29441         * inet/ifreq.c: New file, true stub version.
29443         * socket/sa_len.c: New file.
29444         * socket/Makefile (aux): Add it.
29445         * sysdeps/unix/sysv/linux/Makefile
29446         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
29447         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
29448         and #include <socket/sa_len.c>.
29449         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
29450         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
29452         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
29453         * bits/socket.h: ... here.
29455         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
29456         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
29457         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
29459 2013-08-27  Andreas Schwab  <schwab@suse.de>
29461         [BZ #15736]
29462         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
29463         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
29464         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
29465         * string/test-strcasecmp.c (test_main): Run tests in several
29466         locales.
29467         * string/test-strncasecmp.c (test_main): Likewise.
29469         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
29470         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
29471         to __strcasecmp_nonascii and __strncasecmp_nonascii.
29472         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
29473         (__strncasecmp_ssse3) [PIC]: Likewise.
29475 2013-08-26  Roland McGrath  <roland@hack.frob.com>
29477         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
29479         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
29480         instead of explicitly declaring xdecrypt.
29481         * nis/nss_nis/nis-publickey.c: Likewise.
29483 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29485         [BZ #15890]
29486         * nscd/aicache.c: Include res_hconf.h.
29487         (addhstaiX): Initialize res_hconf.
29489 2013-08-26  Andreas Schwab  <schwab@suse.de>
29491         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
29492         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
29494 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29496         * nscd/aicache.c (addhstaiX): Fix indentation.
29498 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
29500         * configure.ac: Quote $build_pt_chown test.
29501         * configure: Regenerated.
29503 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
29505         [BZ #15532]
29506         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
29507         * math/s_cexpf.c (__cexpf): Likewise.
29508         * math/s_cexpl.c (__cexpl): Likewise.
29509         * math/libm-test.inc (cexp_test_data): Correct expected return
29510         value for NaN + i0.  Add another test.
29512 2013-08-22  David S. Miller  <davem@davemloft.net>
29514         * po/ca.po: Update Catalan translation from translation project.
29515         * po/uk.po: Add Ukrainian translations from translation project.
29517 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
29519         [BZ #15797]
29520         * math/s_fdim.c (__fdim): Check for infinite arguments if result
29521         is infinite, not alongside NaN test.
29522         * math/s_fdimf.c (__fdimf): Likewise.
29523         * math/s_fdiml.c (__fdiml): Likewise.
29524         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
29525         errno is unchanged.
29527 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
29529         * argp/argp-help.c: Fix typos.
29530         * crypt/speeds.c: Likewise.
29531         * csu/check_fds.c: Likewise.
29532         * elf/dl-load.c: Likewise.
29533         * elf/dl-open.c: Likewise.
29534         * elf/reldep3.c: Likewise.
29535         * elf/reldep.c: Likewise.
29536         * elf/sprof.c: Likewise.
29537         * iconv/iconv_charmap.c: Likewise.
29538         * iconv/skeleton.c: Likewise.
29539         * iconv/strtab.c: Likewise.
29540         * io/lockf64.c: Likewise.
29541         * libio/libioP.h: Likewise.
29542         * resolv/gai_notify.c: Likewise.
29543         * resolv/ns_name.c: Likewise.
29544         * resolv/ns_samedomain.c: Likewise.
29545         * resolv/res_send.c: Likewise.
29546         * stdlib/random.c: Likewise.
29547         * sunrpc/rpc/xdr.h: Likewise.
29548         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
29549         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
29550         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
29551         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
29552         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
29553         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
29554         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
29555         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
29556         * sysdeps/mach/hurd/check_fds.c: Likewise.
29557         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
29558         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
29559         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
29560         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
29561         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
29562         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
29563         * sysdeps/pthread/aio_notify.c: Likewise.
29564         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
29565         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
29566         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
29567         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
29568         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
29570 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
29572         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
29573         version if bit_Slow_SSE4_2 is set.
29574         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29575         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
29577 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29579         [BZ #15867]
29580         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
29581         trampoline stack frame information.
29582         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
29583         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
29584         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
29585         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
29586         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
29587         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29588         (_libc_vdso_platform_setup): Initialize the signal trampolines.
29589         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
29590         sa_flags value.
29591         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
29592         interrupting a syscall and set with option SA_SIGINFO.
29594 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
29596         [BZ #15531]
29597         * math/s_cproj.c (__cproj): Only return an infinity if one part of
29598         argument is infinite.
29599         * math/s_cprojf.c (__cprojf): Likewise.
29600         * math/s_cprojl.c (__cprojl): Likewise.
29601         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
29602         * math/libm-test.inc (cproj_test_data): Add more tests.
29604         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
29606         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
29607         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
29608         size.  Use __ffs to determine corresponding shift.
29610 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
29611             Roland McGrath  <roland@hack.frob.com>
29613         * Makefile (INSTALL): Remove trailing blank lines from output of
29614         makeinfo.
29616 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29618         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
29619         Align 32 bit compat elf_greg to 8 bytes.
29621 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
29623         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
29625 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29627         * string/strcoll_l.c (coll_seq): New structure.
29628         (get_next_seq_cached): New function.
29629         (get_next_seq): New function.
29630         (do_compare): New function.
29631         (STRCOLL): Use GNU style definition.  Simplify implementation
29632         by using get_next_seq, get_next_seq_cached and do_compare.
29634 2013-08-16  Florian Weimer  <fweimer@redhat.com>
29636         [BZ #14699]
29637         CVE-2013-4237
29638         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
29639         member.
29640         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
29641         member.
29642         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
29643         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
29644         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
29645         conditional.
29646         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
29647         GETDENTS_64BIT_ALIGNED.
29648         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
29649         * manual/filesys.texi (Reading/Closing Directory): Document
29650         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
29651         strongly.
29652         * manual/conf.texi (Limits for Files): Add portability note to
29653         NAME_MAX, PATH_MAX.
29654         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
29656 2013-08-13  Andreas Schwab  <schwab@suse.de>
29658         [BZ #15749]
29659         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
29660         of fabs.
29661         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
29662         LDBL_MAX_EXP >= 16384]: Add tests for it.
29664 2013-08-12  David S. Miller  <davem@davemloft.net>
29666         * version.h (RELEASE): Set to "development".
29667         (VERSION): Set to "2.18.90".
29668         * NEWS: Add 2.19 section.
29670 2013-08-03  David S. Miller  <davem@davemloft.net>
29672         * po/ko.po: Update Korean translation from translation project.
29674 2013-08-01  David S. Miller  <davem@davemloft.net>
29676         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
29677         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
29678         Bilka.
29680 2013-07-30  David S. Miller  <davem@davemloft.net>
29682         * po/fr.po: Update French translation from translation project.
29684 2013-07-28  David S. Miller  <davem@davemloft.net>
29686         * po/cs.po: Update Czech translation from translation project.
29688         * po/sv.po: Update Swedish translation from translation project.
29690 2013-07-27  David S. Miller  <davem@davemloft.net>
29692         * po/eo.po: Update Esperanto translation from translation project.
29694         * po/vi.po: Update Vietnamese translation from translation project.
29696         * po/de.po: Update German translation from translation project.
29698 2013-07-26  David S. Miller  <davem@davemloft.net>
29700         * po/bg.po: Update Bulgarian translation from translation project.
29702         * po/nl.po: Update Dutch translation from translation project.
29703         * po/pl.po: Update Polish translation from translation project.
29704         * po/ru.po: Update Russian translation from translation project.
29706 2013-07-24  David S. Miller  <davem@davemloft.net>
29708         * po/libc.pot: Update.
29710 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29712         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
29713         variable page size.
29714         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
29715         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
29716         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
29718 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29720         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
29722 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29723             Andreas Schwab  <schwab@suse.de>
29724             Roland McGrath  <roland@hack.frob.com>
29725             Joseph Myers  <joseph@codesourcery.com>
29726             Carlos O'Donell  <carlos@redhat.com>
29728         [BZ #15755]
29729         * config.h.in: Define HAVE_PT_CHOWN.
29730         * config.make.in (build-pt-chown): New variable.
29731         * configure.in (--enable-pt_chown): New configure option.
29732         * configure: Regenerate.
29733         * login/Makefile: Include Makeconfig.  Build pt_chown only if
29734         build-pt-chown is enabled.
29735         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
29736         pt_chown to fix pty ownership.
29737         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
29738         CLOSE_ALL_FDS.
29739         * manual/install.texi (Configuring and compiling): Mention
29740         --enable-pt_chown. Add @findex for grantpt.
29741         * INSTALL: Regenerate.
29743 2013-07-20  David S. Miller  <davem@davemloft.net>
29745         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
29746         difference between 32-bit and 64-bit.
29748 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
29750         [BZ #15711]
29751         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
29752         Avoid system header dependency with -ffreestanding.
29753         ($(objpfx)bits/syscall%d): Likewise.
29755 2013-07-13  David S. Miller  <davem@davemloft.net>
29757         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
29758         underflows from atanl/atan2l due to bug 15319.
29759         (casinh_test_data): Likewise.
29761 2013-07-07  David S. Miller  <davem@davemloft.net>
29763         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
29765 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
29767         * sysdeps/i386/fpu/libm-test-ulps: Update.
29768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29770 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
29772         * configure.in (--enable-lock-elision): Fix message text.
29773         * INSTALL: Regenerate.
29774         * configure: Regenerate.
29776 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29778         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29780 2013-07-03  Andreas Jaeger  <aj@suse.de>
29782         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
29783         define.
29784         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
29785         (ptrace_peeksiginfo_args): Add.
29786         (__ptrace_peeksiginfo_flags): Add.
29787         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
29788         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
29789         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
29791 2013-07-03  Allan McRae  <allan@archlinux.org>
29793         * sysdeps/i386/fpu/libm-test-ulps: Update.
29795 2013-07-02  David S. Miller  <davem@davemloft.net>
29797         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29799 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
29801         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29803 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
29805         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
29806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29808 2013-07-02  Andi Kleen <ak@linux.intel.com>
29810         * config.h.in (ENABLE_LOCK_ELISION): Add.
29811         * configure.in (--enable-lock-elision): Add option.
29812         * manual/install.texi: Document --enable lock elision.
29813         * configure: Regenerate
29814         * INSTALL: Regenerate.
29816 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
29818         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
29819         SSE4.2 strcasecmp for libc.a.
29820         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
29822 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
29824         [BZ #13304]
29825         * soft-fp/op-common.h (_FP_FMA): New macro.
29826         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
29827         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
29828         (_FP_MUL_MEAT_1_imm): ... here.
29829         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
29830         (_FP_MUL_MEAT_1_wide): ... here.
29831         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
29832         (_FP_MUL_MEAT_1_hard): ... here.
29833         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
29834         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
29835         (_FP_MUL_MEAT_2_wide): ... here.
29836         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
29837         (_FP_MUL_MEAT_2_wide_3mul): ... here.
29838         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
29839         (_FP_MUL_MEAT_2_gmp): ... here.
29840         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
29841         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
29842         (_FP_MUL_MEAT_4_wide): ... here.
29843         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
29844         (_FP_MUL_MEAT_4_gmp): ... here.
29845         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
29846         (_FP_WFRACBITS_DW_S): Likewise.
29847         (_FP_WFRACXBITS_DW_S): Likewise.
29848         (_FP_HIGHBIT_DW_S): Likewise.
29849         (FP_FMA_S): Likewise.
29850         (_FP_FRAC_HIGH_DW_S): Likewise.
29851         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
29852         (_FP_WFRACBITS_DW_D): Likewise.
29853         (_FP_WFRACXBITS_DW_D): Likewise.
29854         (_FP_HIGHBIT_DW_D): Likewise.
29855         (FP_FMA_D): Likewise.
29856         (_FP_FRAC_HIGH_DW_D): Likewise.
29857         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
29858         (_FP_WFRACBITS_DW_E): Likewise.
29859         (_FP_WFRACXBITS_DW_E): Likewise.
29860         (_FP_HIGHBIT_DW_E): Likewise.
29861         (FP_FMA_E): Likewise.
29862         (_FP_FRAC_HIGH_DW_E): Likewise.
29863         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
29864         (_FP_WFRACBITS_DW_Q): Likewise.
29865         (_FP_WFRACXBITS_DW_Q): Likewise.
29866         (_FP_HIGHBIT_DW_Q): Likewise.
29867         (FP_FMA_Q): Likewise.
29868         (_FP_FRAC_HIGH_DW_Q): Likewise.
29869         * soft-fp/fmasf4.c: New file.
29870         * soft-fp/fmadf4.c: Likewise.
29871         * soft-fp/fmatf4.c: Likewise.
29873 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
29875         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
29876         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
29877         Silvermont.
29878         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
29879         macro.
29880         (index_Slow_SSE4_2): Likewise.
29881         (index_Prefer_PMINUB_for_stringop): Likewise.
29882         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
29883         bit_Slow_SSE4_2 is set.
29884         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
29885         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
29887 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29889         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
29890         rtld_global._dl_hwcap2.
29891         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
29892         POWER8.
29893         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
29894         POWER8 feature descriptions defined in _dl_hwcap2.
29895         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
29896         string handling for POWER8 feature bits.
29897         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
29898         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
29899         _dl_powerpc_cap_flags.
29900         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
29901         * sysdeps/powerpc/rtld-global-offsets.sym
29902         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
29903         _dl_hwcap2 in the rtld_global_ro structure.
29905 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29907         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
29908         hardware capabilities in support of AT_HWCAP2.
29909         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
29910         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
29911         GLRO(dl_hwcap2).
29912         (_dl_show_auxv): Add support for calling _dl_procinfo to display
29913         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
29914         explicitly the unknown a_type display mechanism is used.
29915         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
29916         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
29917         struct member.
29918         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
29919         to macro prototype for AT_HWCAP2 support.
29920         * sysdeps/i386/dl-procinfo.h: Likewise.
29921         * sysdeps/s390/dl-procinfo.h: Likewise.
29922         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
29923         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
29924         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
29925         return -1 for unknown a_type display fallback.
29926         * sysdeps/sparc/dl-procinfo.h: Likewise.
29927         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
29928         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
29930 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
29932         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
29933         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
29935 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
29937         [BZ #12492]
29938         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
29939         mprotect making __stack_prot writable.
29941 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
29942             Joseph Myers  <joseph@codesourcery.com>
29944         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
29945         as being properly aligned.
29947 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
29949         * dlfcn/modstatic5.c: New file.
29950         * dlfcn/tststatic5.c: New file.
29951         * dlfcn/Makefile (tests): Add tststatic5.
29952         (tests-static): Likewise.
29953         (modules-names): Add modstatic5.
29954         (tststatic5-ENV): New variable.
29955         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
29957         [BZ #15022]
29958         * elf/dl-support.c (_dl_main_map): New variable.
29959         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
29960         (_dl_nns, _dl_load_adds): Set to 1.
29961         (_dl_initial_searchlist): Refer to _dl_main_map.
29962         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
29963         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
29964         call to _dl_get_origin.
29965         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
29966         around call_map.
29967         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
29968         * dlfcn/modstatic3.c: New file.
29969         * dlfcn/tststatic3.c: New file.
29970         * dlfcn/tststatic4.c: New file.
29971         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
29972         (tests-static): Likewise.
29973         (modules-names): Add modstatic3.
29974         (tststatic3-ENV, tststatic4-ENV): New variables.
29975         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
29976         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
29978 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
29980         * configure.in (CC): Require GCC version 4.4 or later.
29981         * configure: Regenerated.
29982         * manual/install.texi (Tools for Compilation): Update GCC version
29983         requirement.
29984         * INSTALL: Regenerated.
29986 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
29988         [BZ #15674]
29989         * string/test-memcmp.c (check2): New.
29990         (main): Call check2.
29992         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
29994 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
29996         [BZ #15022]
29997         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
29998         over to...
29999         (dl_open_worker) [!SHARED]: ... here.
30001 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30003         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
30005 2013-06-25  Richard Henderson  <rth@redhat.com>
30007         * locale/programs/locarchive.c: Include <libc-internal.h>
30009 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
30011         * manual/texinfo.tex: Update to version 2013-06-21.17, with
30012         trailing whitespace removed.
30014 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
30016         [BZ #10283]
30017         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
30018         * locale/programs/locarchive.c: Include libc-mmap.h.
30019         (prepare_address_space): Take two new outputs (the mmap base and len).
30020         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
30021         values.
30022         (create_archive): Declare new mmap base and len values for
30023         prepare_address_space, and store the result in ah.
30024         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
30025         (enlarge_archive): If ah->mmap_base is not NULL, use that and
30026         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
30027         Declare new mmap base and len values for
30028         prepare_address_space, and store the result in new_ah.
30029         (open_archive): Declare new mmap base and len values for
30030         prepare_address_space, and store the result in ah.
30031         (close_archive): If ah->mmap_base is not NULL, use that and
30032         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
30033         * sysdeps/generic/libc-mmap.h: New file.
30035 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
30037         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
30038         (ALIGN_UP): Likewise.
30039         (PTR_ALIGN_DOWN): Likewise.
30040         (PTR_ALIGN_UP): Likewise.
30042 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30044         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
30045         entry mapped to PPC_PLATFORM_POWER8.
30046         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
30047         POWER8.
30048         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
30049         (_dl_string_platform): Add case for exporting platform position for
30050         POWER8.
30051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
30052         search path to sysdeps/powerpc/powerpc32/power8 directory.
30053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
30054         search path to sysdeps/powerpc/powerpc64/power8 directory.
30055         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
30056         power7 directories.
30057         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
30058         power7 directories.
30060 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30062         * INSTALL: Regenerate.
30064         * nscd/connections.c (nscd_init): Fix comment.
30066 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
30068         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
30070         [BZ #15667]
30071         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
30072         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
30074 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
30076         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
30077         DL_DST_REQ_STATIC.
30078         (DL_DST_REQ_STATIC): Remove macro.
30080 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
30082         [BZ #7006]
30083         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
30084         with a shift of 0 bits.
30086 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
30088         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
30089         $(tststatic-ENV).
30091 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
30093         [BZ #15655]
30094         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
30096 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30098         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
30099         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
30100         accepts -fno-tree-loop-distribute-patterns.
30101         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
30102         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
30103         recursive call.
30104         * string/memset.c (memset): Likewise.
30105         * string/test-memmove.c (simple_memmove): Disable loop transformation
30106         to library calls.
30107         * string/test-memset.c (simple_memset): Likewise.
30108         * benchtests/bench-memmove.c (simple_memmove): Likewise.
30109         * benchtests/bench-memset.c (simple_memset): Likewise.
30110         * configure: Regenerated.
30112 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
30114         * math/test-misc.c (main): Ignore fesetround failure when failures
30115         of subsequent rounding tests would be ignored.
30117         [BZ #15654]
30118         * math/fedisblxcpt.c (fedisableexcept): Return 0.
30119         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
30120         * math/fegetenv.c (__fegetenv): Return 0.
30121         * math/fegetexcept.c (fegetexcept): Return 0.
30122         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
30123         FE_TONEAREST.
30124         * math/feholdexcpt.c (feholdexcept): Return 0.
30125         * math/fesetenv.c (__fesetenv): Return 0.
30126         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
30127         argument FE_TONEAREST.
30128         * math/feupdateenv.c (__feupdateenv): Return 0.
30129         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
30131 2013-06-18  Roland McGrath  <roland@hack.frob.com>
30133         * elf/rtld-Rules (rtld-compile-command.S): New variable.
30134         (rtld-compile-command.s, rtld-compile-command.c): New variables.
30135         ($(objpfx)rtld-%.os rules): Use them.
30137 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30139         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
30140         fields.
30142 2013-06-17  Roland McGrath  <roland@hack.frob.com>
30144         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
30145         length of target pattern, then descending length of dependency pattern.
30146         * configure.in (AWK): Require gawk 3.1.2 or newer.
30147         * manual/install.texi (Tools for Compilation): Say that we do.
30148         * configure: Regenerated.
30150         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
30151         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
30152         * scripts/sysd-rules.awk: ... this new script.
30153         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
30154         than a glob-style pattern.
30156 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
30158         * math/test-misc.c (main): Do not treat incorrectly rounded
30159         conversions as failure unless ROUNDING_TESTS passes.
30161 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
30163         [BZ #15631]
30164         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
30165         restore exception state around main square root computation, then
30166         check for inexactness explicitly.
30168         * math/libm-test.inc (fma_test_data): Add another test.
30170 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30172         * manual/threads.texi (Non-POSIX Extensions): New document
30173         node.  Document pthread_getattr_default_np and
30174         pthread_setattr_default_np.
30176         * Versions.def (libpthread): Add GLIBC_2.18.
30177         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
30178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
30179         Likewise.
30180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
30181         Likewise.
30182         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
30183         Likewise.
30184         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
30185         Likewise.
30186         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
30187         Likewise.
30188         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
30189         Likewise.
30190         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
30191         Likewise.
30192         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
30193         Likewise.
30194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
30195         Likewise.
30197 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
30199         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30200         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
30202 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30203             H.J. Lu  <hjl.tools@gmail.com>
30205         [BZ #15627]
30206         * sysdeps/x86_64/rtld-memset.c: Remove file.
30207         * sysdeps/x86_64/rtld-memset.S: New file.
30209 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
30211         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
30212         (test_in_one_mode): Take arguments for whether the rounding mode
30213         is supported for each floating-point type.
30214         (do_test): Pass new arguments to test_in_one_mode using
30215         ROUNDING_TESTS.
30217 2013-06-13  Roland McGrath  <roland@hack.frob.com>
30219         * posix/tst-waitid.c (do_test): Distinguish different instances of
30220         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
30221         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
30222         before entering the kernel for waitpid.
30224 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30226         * NEWS: Fix note on clock function precision.  Text by Roland
30227         McGrath.
30229 2013-06-13  Roland McGrath  <roland@hack.frob.com>
30231         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
30232         it into place only when and if the sanity check passes.
30234 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
30236         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
30237         output for whether conversion result is exact.  Take argument
30238         indicating whether type is IBM long double.
30239         (round_for_all): Change need_exact field to ibm_ld.
30240         * stdlib/tst-strtod-round.c (struct exactness): New type.
30241         (struct test): Change bool ld_ok field to struct exactness exact.
30242         (TEST): Update all definitions for change to field.
30243         (tests): Regenerate array contents.
30244         (test_in_one_mode): Take pointer to new field instead of old ld_ok
30245         field value.  Check for IBM long double here.
30246         (do_test): Update calls to test_in_one_mode.
30248 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30250         [BZ #12515]
30251         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
30252         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
30254 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30256         [BZ #15605]
30257         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
30258         generated by the compiler on loop optimizations.
30259         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
30260         general definitions.
30262 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
30264         * math/bug-nextafter.c: Include <math-tests.h>.
30265         (main): Only test for exceptions if EXCEPTION_TESTS is true for
30266         the relevant type.
30267         * math/bug-nexttoward.c: Include <math-tests.h>.
30268         (main): Only test for exceptions if EXCEPTION_TESTS is true for
30269         the relevant type.
30270         * math/test-misc.c: Include <math-tests.h>.
30271         (main): Only test for exceptions if EXCEPTION_TESTS is true for
30272         the relevant type.
30274 2013-06-12  Andreas Jaeger  <aj@suse.de>
30276         * po/ia.po: Update Interlingua translation from translation
30277         project.
30279 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30281         * include/fenv.h: Include stdbool.h.
30282         (struct rm_ctx): New structure.
30283         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
30284         Define macro.
30285         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
30286         (SET_RESTORE_ROUNDF): Likewise.
30287         (SET_RESTORE_ROUNDL): Likewise.
30288         (SET_RESTORE_ROUND_NOEX): Likewise.
30289         (SET_RESTORE_ROUND_NOEXF): Likewise.
30290         (SET_RESTORE_ROUND_NOEXL): Likewise.
30291         (SET_RESTORE_ROUND_53BIT): Likewise.
30292         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
30293         (libc_feresetround_noexf_ctx): Likewise.
30294         (libc_feresetround_noexl_ctx): Likewise.
30295         (libc_feholdsetround_53bit_ctx): Likewise.
30296         (libc_feresetround_53bit_ctx): Likewise.
30297         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
30298         (libc_feholdexcept_setround_sse_ctx): New function.
30299         (libc_fesetenv_sse_ctx): Likewise.
30300         (libc_feupdateenv_sse_ctx): Likewise.
30301         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
30302         (libc_feholdexcept_setround_387_ctx): Likewise.
30303         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
30304         (libc_feholdsetround_387_prec_ctx): Likewise.
30305         (libc_feholdsetround_387_ctx): Likewise.
30306         (libc_feholdsetround_387_53bit_ctx): Likewise.
30307         (libc_feholdsetround_sse_ctx): Likewise.
30308         (libc_feresetround_sse_ctx): Likewise.
30309         (libc_feresetround_387_ctx): Likewise.
30310         (libc_feupdateenv_387_ctx): Likewise.
30311         (libc_feholdexcept_setroundf_ctx): Define macro.
30312         (libc_fesetenvf_ctx): Likewise.
30313         (libc_feupdateenvf_ctx): Likewise.
30314         (libc_feholdsetroundf_ctx): Likewise.
30315         (libc_feresetroundf_ctx): Likewise.
30316         (libc_feholdexcept_setround_ctx): Likewise.
30317         (libc_fesetenv_ctx): Likewise.
30318         (libc_feupdateenv_ctx): Likewise.
30319         (libc_feholdsetround_ctx): Likewise.
30320         (libc_feresetround_ctx): Likewise.
30321         (libc_feholdexcept_setroundl_ctx): Likewise.
30322         (libc_feupdateenvl_ctx): Likewise.
30323         (libc_feholdsetroundl_ctx): Likewise.
30324         (libc_feresetroundl_ctx): Likewise.
30325         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
30326         (libc_feresetround_53bit_ctx): Likewise.
30328 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30330         * locale/iso-639.def: Convert to UTF-8.
30332 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
30334         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
30335         (EXCEPTION_TESTS_double): Likewise.
30336         (EXCEPTION_TESTS_long_double): Likewise.
30337         (EXCEPTION_TESTS): Likewise.
30338         * math/libm-test.inc (test_exceptions): Only test exceptions if
30339         EXCEPTION_TESTS (FLOAT).
30341 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30343         * benchtests/Makefile (string-bench): Add strcpy_chk and
30344         stpcpy_chk.
30345         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
30346         * benchtests/bench-stpcpy_chk.c: New file.
30347         * benchtests/bench-strcpy_chk-ifunc.c: New file.
30348         * benchtests/bench-strcpy_chk.c: New file.
30349         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
30350         code.
30351         (do_test): Likewise.
30353 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30355         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
30356         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
30357         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
30358         with tabs where appropriate.
30359         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
30360         dl-procinfo.h.
30361         [PPC_PLATFORM_PPC440]: Likewise.
30362         [PPC_PLATFORM_PPC464]: Likewise.
30363         [PPC_PLATFORM_PPC476]: Likewise.
30364         (_dl_string_platform): Add support for detecting ppc405, ppc440,
30365         ppc464, and ppc476 platform strings merging from ports/
30366         dl-procinfo.h.
30368 2013-06-11  Andreas Schwab  <schwab@suse.de>
30370         [BZ #14991]
30371         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
30372         (from_ucs4_idx): Regenerate.
30373         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
30374         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
30375         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
30376         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
30377         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
30378         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
30379         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
30380         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
30381         from FROM_LOOP and TO_LOOP specific macros.
30382         (BODY): Handle combining characters.
30383         * iconvdata/BIG5HKSCS.irreversible: Update.
30384         * iconvdata/BIG5HKSCS.precomposed: New file.
30385         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
30386         characters.
30387         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
30389 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30391         * include/sys/time.h: Fix indentation and add copyright header.
30393         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
30394         (do_test): Likewise.
30395         * string/test-memchr.c (do_one_test): Likewise.
30396         (do_test): Likewise.
30397         * string/test-memcmp.c (do_one_test): Likewise.
30398         (do_test): Likewise.
30399         * string/test-memcpy.c (do_one_test): Likewise.
30400         (do_test): Likewise.
30401         * string/test-memmem.c (do_one_test): Likewise.
30402         (do_test): Likewise.
30403         (do_random_tests): Likewise.
30404         * string/test-memmove.c (do_one_test): Likewise.
30405         (do_test): Likewise.
30406         * string/test-memset.c (do_one_test): Likewise.
30407         (do_test): Likewise.
30408         * string/test-rawmemchr.c (do_one_test): Likewise.
30409         (do_test): Likewise.
30410         * string/test-strcasecmp.c (do_one_test): Likewise.
30411         (do_test): Likewise.
30412         * string/test-strcasestr.c (do_one_test): Likewise.
30413         (do_test): Likewise.
30414         * string/test-strcat.c (do_one_test): Likewise.
30415         (do_test): Likewise.
30416         * string/test-strchr.c (do_one_test): Likewise.
30417         (do_test): Likewise.
30418         * string/test-strcmp.c (do_one_test): Likewise.
30419         (do_test): Likewise.
30420         * string/test-strcpy.c (do_one_test): Likewise.
30421         (do_test): Likewise.
30422         * string/test-string.h: Likewise.
30423         (test_init): Likewise.
30424         * string/test-strlen.c (do_one_test): Likewise.
30425         (do_test): Likewise.
30426         * string/test-strncasecmp.c (do_one_test): Likewise.
30427         (do_test): Likewise.
30428         * string/test-strncat.c (do_one_test): Likewise.
30429         (do_test): Likewise.
30430         * string/test-strncmp.c (do_one_test): Likewise.
30431         (do_test_limit): Likewise.
30432         (do_test): Likewise.
30433         * string/test-strncpy.c (do_one_test): Likewise.
30434         (do_test): Likewise.
30435         * string/test-strnlen.c (do_one_test): Likewise.
30436         (do_test): Likewise.
30437         * string/test-strpbrk.c (do_one_test): Likewise.
30438         (do_test): Likewise.
30439         * string/test-strrchr.c (do_one_test): Likewise.
30440         (do_test): Likewise.
30441         * string/test-strspn.c (do_one_test): Likewise.
30442         (do_test): Likewise.
30443         * string/test-strstr.c (do_one_test): Likewise.
30444         (do_test): Likewise.
30446         * benchtests/Makefile (string-bench): Add string benchmarks.
30447         * benchtests/bench-bcopy-ifunc.c: New file.
30448         * benchtests/bench-bcopy.c: New file.
30449         * benchtests/bench-bzero-ifunc.c: New file.
30450         * benchtests/bench-bzero.c: New file.
30451         * benchtests/bench-memccpy-ifunc.c: New file.
30452         * benchtests/bench-memccpy.c: New file.
30453         * benchtests/bench-memchr-ifunc.c: New file.
30454         * benchtests/bench-memchr.c: New file.
30455         * benchtests/bench-memcmp-ifunc.c: New file.
30456         * benchtests/bench-memcmp.c: New file.
30457         * benchtests/bench-memmem-ifunc.c: New file.
30458         * benchtests/bench-memmem.c: New file.
30459         * benchtests/bench-memmove-ifunc.c: New file.
30460         * benchtests/bench-memmove.c: New file.
30461         * benchtests/bench-mempcpy-ifunc.c: New file.
30462         * benchtests/bench-mempcpy.c: New file.
30463         * benchtests/bench-memset-ifunc.c: New file.
30464         * benchtests/bench-memset.c: New file.
30465         * benchtests/bench-rawmemchr-ifunc.c: New file.
30466         * benchtests/bench-rawmemchr.c: New file.
30467         * benchtests/bench-stpcpy-ifunc.c: New file.
30468         * benchtests/bench-stpcpy.c: New file.
30469         * benchtests/bench-stpncpy-ifunc.c: New file.
30470         * benchtests/bench-stpncpy.c: New file.
30471         * benchtests/bench-strcasecmp-ifunc.c: New file.
30472         * benchtests/bench-strcasecmp.c: New file.
30473         * benchtests/bench-strcasestr-ifunc.c: New file.
30474         * benchtests/bench-strcasestr.c: New file.
30475         * benchtests/bench-strcat-ifunc.c: New file.
30476         * benchtests/bench-strcat.c: New file.
30477         * benchtests/bench-strchr-ifunc.c: New file.
30478         * benchtests/bench-strchr.c: New file.
30479         * benchtests/bench-strchrnul-ifunc.c: New file.
30480         * benchtests/bench-strchrnul.c: New file.
30481         * benchtests/bench-strcmp-ifunc.c: New file.
30482         * benchtests/bench-strcmp.c: New file.
30483         * benchtests/bench-strcpy-ifunc.c: New file.
30484         * benchtests/bench-strcpy.c: New file.
30485         * benchtests/bench-strcspn-ifunc.c: New file.
30486         * benchtests/bench-strcspn.c: New file.
30487         * benchtests/bench-strlen-ifunc.c: New file.
30488         * benchtests/bench-strlen.c: New file.
30489         * benchtests/bench-strncasecmp-ifunc.c: New file.
30490         * benchtests/bench-strncasecmp.c: New file.
30491         * benchtests/bench-strncat-ifunc.c: New file.
30492         * benchtests/bench-strncat.c: New file.
30493         * benchtests/bench-strncmp-ifunc.c: New file.
30494         * benchtests/bench-strncmp.c: New file.
30495         * benchtests/bench-strncpy-ifunc.c: New file.
30496         * benchtests/bench-strncpy.c: New file.
30497         * benchtests/bench-strnlen-ifunc.c: New file.
30498         * benchtests/bench-strnlen.c: New file.
30499         * benchtests/bench-strpbrk-ifunc.c: New file.
30500         * benchtests/bench-strpbrk.c: New file.
30501         * benchtests/bench-strrchr-ifunc.c: New file.
30502         * benchtests/bench-strrchr.c: New file.
30503         * benchtests/bench-strspn-ifunc.c: New file.
30504         * benchtests/bench-strspn.c: New file.
30505         * benchtests/bench-strstr-ifunc.c: New file.
30506         * benchtests/bench-strstr.c: New file.
30508         * benchtests/Makefile: Disable parallel execution of targets.
30509         (string-bench): Add memcpy.
30510         (benchset): New variable to store a list of benchmark sets.
30511         (bench-func): Renamed from bench.
30512         (bench-set): New target.
30513         (bench): Depend on bench-func and bench-set.
30514         * benchtests/README: Add section on benchmark sets.
30515         * benchtests/bench-memcpy-ifunc.c: New file.
30516         * benchtests/bench-memcpy.c: New file.
30517         * benchtests/bench-string.h: New file.
30519 2013-06-11  Andreas Schwab  <schwab@suse.de>
30521         [BZ #15577]
30522         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
30523         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
30524         values in the triple.
30525         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
30526         terminator in the group key.
30528 2013-06-11  Andreas Jaeger  <aj@suse.de>
30530         * po/zh_TW.po: Update Chinese (traditional) translation from
30531         translation project.
30533 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30535         * include/time.h (__clock_gettime): Add libc_hidden_proto.
30536         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
30537         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
30538         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30539         (clock_getcpuclockid): Likewise.
30540         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
30541         Add weak_alias and libc_hidden_def.
30542         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
30543         * rt/clock_gettime.c (clock_gettime): Rename to
30544         __clock_gettime.  Add weak_alias and libc_hidden_def.
30545         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
30546         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
30547         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
30548         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
30549         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
30550         Likewise.
30551         * rt/clock_settime.c (clock_settime): Rename to
30552         __clock_settime.  Add weak_alias and libc_hidden_def.
30553         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
30555 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
30557         * mach/err_boot.sub: Remove trailing whitespace.
30558         * mach/err_ipc.sub: Likewise.
30559         * mach/err_mach.sub: Likewise.
30561         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
30562         (ROUNDING_TESTS_double): Likewise.
30563         (ROUNDING_TESTS_long_double): Likewise.
30564         (ROUNDING_TESTS): Likewise.
30565         * math/libm-test.inc: Include <math-tests.h>.
30566         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
30567         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
30568         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
30569         (IF_ROUND_INIT_FE_UPWARD): Likewise.
30571 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30573         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
30574         of assigning.
30576 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
30578         * sysdeps/gnu/errlist.awk: Do not generate space at end of
30579         otherwise empty TRANS lines.
30580         * sysdeps/gnu/errlist.c: Regenerated.
30582         * catgets/gencat.c (error_print): Use (void) in function
30583         definition.
30584         * crypt/crypt_util.c (__init_des): Likewise.
30585         * crypt/speeds.c (Stop): Likewise.
30586         (main): Likewise.
30587         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
30588         * inet/ruserpass.c (token): Likewise.
30589         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
30590         * intl/localealias.c (extend_alias_table): Likewise.
30591         * intl/plural-exp.c (init_germanic_plural): Likewise.
30592         * libio/fcloseall.c (__fcloseall): Likewise.
30593         * libio/genops.c (_IO_flush_all): Likewise.
30594         (_IO_flush_all_linebuffered): Likewise.
30595         (_IO_cleanup): Likewise.
30596         (_IO_iter_begin): Likewise.
30597         (_IO_iter_end): Likewise.
30598         (_IO_list_lock): Likewise.
30599         (_IO_list_unlock): Likewise.
30600         (_IO_list_resetlock): Likewise.
30601         * libio/getchar.c (getchar): Likewise.
30602         * libio/getchar_u.c (getchar_unlocked): Likewise.
30603         * libio/getwchar.c (getwchar): Likewise.
30604         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
30605         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
30606         * login/getpt.c (__getpt): Likewise.
30607         * login/tst-utmp.c (main): Likewise.
30608         * malloc/hooks.c (__malloc_check_init): Likewise.
30609         * malloc/malloc.c (__malloc_stats): Likewise.
30610         * malloc/mtrace.c (tr_break): Likewise.
30611         (mtrace): Likewise.
30612         (muntrace): Likewise.
30613         * misc/fstab.c (endfsent): Likewise.
30614         * misc/getclktck.c (__getclktck): Likewise.
30615         * misc/getdtsz.c (__getdtablesize): Likewise.
30616         * misc/gethostid.c (gethostid): Likewise.
30617         * misc/getpagesize.c (__getpagesize): Likewise.
30618         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
30619         (__get_nprocs): Likewise.
30620         (__get_phys_pages): Likewise.
30621         (__get_avphys_pages): Likewise.
30622         * misc/getttyent.c (getttyent): Likewise.
30623         (setttyent): Likewise.
30624         (endttyent): Likewise.
30625         * misc/getusershell.c (getusershell): Likewise.
30626         (endusershell): Likewise.
30627         (setusershell): Likewise.
30628         (initshells): Likewise.
30629         * misc/hsearch.c (__hdestroy): Likewise.
30630         * misc/sync.c (sync): Likewise.
30631         * misc/syslog.c (closelog_internal): Likewise.
30632         (closelog): Likewise.
30633         * misc/ttyslot.c (ttyslot): Likewise.
30634         * misc/vhangup.c (vhangup): Likewise.
30635         * posix/fork.c (__fork): Likewise.
30636         * posix/getegid.c (__getegid): Likewise.
30637         * posix/geteuid.c (__geteuid): Likewise.
30638         * posix/getgid.c (__getgid): Likewise.
30639         * posix/getpid.c (__getpid): Likewise.
30640         * posix/getppid.c (__getppid): Likewise.
30641         * posix/getuid.c (__getuid): Likewise.
30642         * posix/pause.c (pause): Likewise.
30643         * posix/setpgrp.c (setpgrp): Likewise.
30644         * posix/setsid.c (__setsid): Likewise.
30645         * posix/test-vfork.c (noop): Likewise.
30646         * resolv/gethnamaddr.c (_endhtent): Likewise.
30647         (_gethtent): Likewise.
30648         (ht_endhostent): Likewise.
30649         (gethostent): Likewise.
30650         (dns_service): Likewise.
30651         * stdlib/drand48.c (drand48): Likewise.
30652         * stdlib/lrand48.c (lrand48): Likewise.
30653         * stdlib/mrand48.c (mrand48): Likewise.
30654         * stdlib/rand.c (rand): Likewise.
30655         * stdlib/random.c (__random): Likewise.
30656         * stdlib/setenv.c (clearenv): Likewise.
30657         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
30658         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
30659         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
30660         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
30661         (__get_nprocs): Likewise.
30662         (__get_phys_pages): Likewise.
30663         (__get_avphys_pages): Likewise.
30664         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
30665         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
30666         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
30667         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
30668         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
30669         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
30670         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
30671         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
30672         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
30673         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
30674         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
30675         * sysdeps/mach/hurd/sync.c (sync): Likewise.
30676         * sysdeps/posix/clock.c (clock): Likewise.
30677         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
30678         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
30679         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
30680         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
30681         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
30682         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
30683         (__get_nprocs_conf): Likewise.
30684         (__get_phys_pages): Likewise.
30685         (__get_avphys_pages): Likewise.
30686         * time/clock.c (clock): Likewise.
30687         * time/tzset.c (__tzname_max): Likewise.
30689 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
30691         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
30692         (__bswap_32): Do not use "register".
30693         * crypt/crypt.c (_ufc_doit_r): Likewise.
30694         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
30695         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
30696         * gmon/gmon.c (__monstartup): Likewise.
30697         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
30698         * hurd/hurdmalloc.c (more_memory): Likewise.
30699         (malloc): Likewise.
30700         (free): Likewise.
30701         (realloc): Likewise.
30702         (malloc_fork_prepare): Likewise.
30703         (malloc_fork_parent): Likewise.
30704         (malloc_fork_child): Likewise.
30705         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
30706         (_svcauth_des): Likewise.
30707         * inet/inet_lnaof.c (inet_lnaof): Likewise.
30708         * inet/inet_net.c (inet_network): Likewise.
30709         * inet/inet_netof.c (inet_netof): Likewise.
30710         * inet/rcmd.c (__validuser2_sa): Likewise.
30711         * io/fts.c (fts_open): Likewise.
30712         (fts_load): Likewise.
30713         (fts_close): Likewise.
30714         (fts_read): Likewise.
30715         (fts_children): Likewise.
30716         (fts_build): Likewise.
30717         (fts_stat): Likewise.
30718         (fts_sort): Likewise.
30719         (fts_alloc): Likewise.
30720         (fts_lfree): Likewise.
30721         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
30722         (_IO_file_xsgetn): Likewise.
30723         (_IO_file_xsgetn_mmap): Likewise.
30724         * libio/iofopncook.c (_IO_cookie_read): Likewise.
30725         (_IO_cookie_write): Likewise.
30726         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
30727         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
30728         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
30729         * malloc/obstack.c (_obstack_begin): Likewise.
30730         (_obstack_begin_1): Likewise.
30731         (_obstack_newchunk): Likewise.
30732         (_obstack_allocated_p): Likewise.
30733         (obstack_free): Likewise.
30734         (_obstack_memory_used): Likewise.
30735         * misc/getttyent.c (getttynam): Likewise.
30736         (getttyent): Likewise.
30737         (skip): Likewise.
30738         (value): Likewise.
30739         * misc/getusershell.c (initshells): Likewise.
30740         * misc/syslog.c (__vsyslog_chk): Likewise.
30741         * misc/ttyslot.c (ttyslot): Likewise.
30742         * nis/nis_hash.c (__nis_hash): Likewise.
30743         * posix/fnmatch_loop.c (FCT): Likewise.
30744         * posix/getconf.c (print_all): Likewise.
30745         (main): Likewise.
30746         * posix/getopt.c (exchange): Likewise.
30747         * posix/glob.c (globfree): Likewise.
30748         (prefix_array): Likewise.
30749         (__glob_pattern_type): Likewise.
30750         * resolv/arpa/nameser.h (NS_GET16): Likewise.
30751         (NS_GET32): Likewise.
30752         (NS_PUT16): Likewise.
30753         (NS_PUT32): Likewise.
30754         * resolv/gethnamaddr.c (getanswer): Likewise.
30755         (gethostbyname2): Likewise.
30756         (gethostbyaddr): Likewise.
30757         (_gethtent): Likewise.
30758         (_gethtbyname2): Likewise.
30759         (_gethtbyaddr): Likewise.
30760         * resolv/ns_print.c (dst_s_get_int16): Likewise.
30761         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
30762         * resolv/res_init.c (__res_vinit): Likewise.
30763         (net_mask): Likewise.
30764         * resolv/res_mkquery.c (outchar): Likewise.
30765         (PRINT): Likewise.
30766         * stdio-common/printf_fp.c (outchar): Likewise.
30767         (PRINT): Likewise.
30768         * stdio-common/printf_fphex.c (outchar): Likewise.
30769         (PRINT): Likewise.
30770         * stdio-common/printf_size.c (outchar): Likewise.
30771         (PRINT): Likewise.
30772         * stdio-common/test_rdwr.c (main): Likewise.
30773         * stdio-common/tfformat.c (matches): Likewise.
30774         * stdio-common/vfprintf.c (outchar): Likewise.
30775         (printf_unknown): Likewise.
30776         (buffered_vfprintf): Likewise.
30777         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
30778         * stdio-common/xbug.c (AppendToBuffer): Likewise.
30779         (ReadFile): Likewise.
30780         * stdlib/qsort.c (SWAP): Likewise.
30781         (_quicksort): Likewise.
30782         * stdlib/setenv.c (__add_to_environ): Likewise.
30783         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
30784         * stdlib/strtol_l.c (__strtol_l): Likewise.
30785         * stdlib/tst-strtod.c (main): Likewise.
30786         * stdlib/tst-strtol.c (main): Likewise.
30787         * stdlib/tst-strtoll.c (main): Likewise.
30788         * string/bits/string2.h (__strcmp_cc): Likewise.
30789         (__strcmp_cg): Likewise.
30790         (__strcspn_c1): Likewise.
30791         (__strcspn_c2): Likewise.
30792         (__strcspn_c3): Likewise.
30793         (__strspn_c1): Likewise.
30794         (__strspn_c2): Likewise.
30795         (__strspn_c3): Likewise.
30796         (__strsep_1c): Likewise.
30797         (__strsep_2c): Likewise.
30798         (__strsep_3c): Likewise.
30799         * string/memccpy.c (__memccpy): Likewise.
30800         * string/stpcpy.c (__stpcpy): Likewise.
30801         * string/strcmp.c (strcmp): Likewise.
30802         * string/strrchr.c (strrchr): Likewise.
30803         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
30804         Likewise.
30805         * sysdeps/mach/hurd/getcwd.c
30806         (_hurd_canonicalize_directory_name_internal): Likewise.
30807         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
30808         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
30809         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
30810         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
30811         Likewise, in both definitions.
30812         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
30813         definitions.
30814         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
30815         64] (__bswap_64): Likewise.
30816         * time/test_time.c (main): Likewise.
30817         * time/tzfile.c (__tzfile_read): Likewise.
30818         (__tzfile_compute): Likewise.
30819         * time/tzset.c (__tzset_parse_tz): Likewise.
30820         (tzset_internal): Likewise.
30821         (compute_change): Likewise.
30822         * wcsmbs/wcscat.c (__wcscat): Likewise.
30823         * wcsmbs/wcschr.c (wcschr): Likewise.
30824         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
30825         * wcsmbs/wcscspn.c (wcscspn): Likewise.
30826         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
30827         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
30828         * wcsmbs/wcsspn.c (wcsspn): Likewise.
30829         * wcsmbs/wcsstr.c (wcsstr): Likewise.
30830         * wcsmbs/wmemchr.c (wmemchr): Likewise.
30831         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
30832         * wcsmbs/wmemset.c (wmemset): Likewise.
30834 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
30836         * scripts/config.guess: Update to version 2013-05-16.
30837         * scripts/config.sub: Update to version 2013-04-24.
30838         * scripts/install-sh: Update to version 2011-11-20.07.
30839         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
30840         * scripts/move-if-change: Update to version 2012-01-06 07:23.
30842 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
30844         * debug/fgetws_u_chk.c: Fix leading whitespaces.
30845         * elf/sln.c: Likewise.
30846         * hurd/hurd/ioctl.h: Likewise.
30847         * hurd/hurdmalloc.c: Likewise.
30848         * hurd/xattr.c: Likewise.
30849         * include/shlib-compat.h: Likewise.
30850         * inet/ruserpass.c: Likewise.
30851         * libio/iofgets_u.c: Likewise.
30852         * libio/iofgetws_u.c: Likewise.
30853         * locale/programs/ld-identification.c: Likewise.
30854         * locale/programs/ld-time.c: Likewise.
30855         * mach/msg-destroy.c: Likewise.
30856         * nss/nss_files/files-netgrp.c: Likewise.
30857         * resolv/res_data.c: Likewise.
30858         * soft-fp/op-1.h: Likewise.
30859         * soft-fp/op-2.h: Likewise.
30860         * soft-fp/op-4.h: Likewise.
30861         * soft-fp/op-common.h: Likewise.
30862         * stdio-common/printf_fphex.c: Likewise.
30863         * stdlib/strtod_l.c: Likewise.
30864         * sunrpc/rpc/clnt.h: Likewise.
30865         * sysdeps/generic/framestate.c: Likewise.
30866         * sysdeps/i386/bsd-_setjmp.S: Likewise.
30867         * sysdeps/i386/bsd-setjmp.S: Likewise.
30868         * sysdeps/i386/__longjmp.S: Likewise.
30869         * sysdeps/i386/setjmp.S: Likewise.
30870         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
30871         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
30872         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
30873         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
30874         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
30875         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
30876         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
30877         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
30878         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
30879         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30880         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
30881         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
30882         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
30883         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
30884         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
30885         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
30886         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
30887         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
30888         * sysdeps/ieee754/support.c: Likewise.
30889         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30890         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
30891         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
30892         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
30893         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
30894         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
30895         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
30896         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
30897         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
30898         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
30899         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
30900         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
30901         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
30902         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
30903         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
30904         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
30905         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
30906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
30908 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
30910         * posix/transbug.c: Remove executable mode.
30912 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
30914         * crypt/speeds.c: Remove trailing whitespace.
30915         * dlfcn/default.c: Likewise.
30916         * elf/ifuncdep2.c: Likewise.
30917         * elf/ifuncmain1.c: Likewise.
30918         * elf/ifuncmain1vis.c: Likewise.
30919         * elf/testobj.h: Likewise.
30920         * elf/tst-stackguard1.c: Likewise.
30921         * gmon/sys/gmon.h: Likewise.
30922         * hurd/hurdmsg.c: Likewise.
30923         * hurd/new-fd.c: Likewise.
30924         * hurd/ports-get.c: Likewise.
30925         * iconvdata/ibm1008_420.c: Likewise.
30926         * inet/tst-getni1.c: Likewise.
30927         * inet/tst-getni2.c: Likewise.
30928         * libio/ioungetc.c: Likewise.
30929         * libio/wfiledoalloc.c: Likewise.
30930         * manual/libm-err-tab.pl: Likewise.
30931         * math/w_dremf.c: Likewise.
30932         * misc/ftruncate.c: Likewise.
30933         * posix/bug-glob2.c: Likewise.
30934         * posix/tst-pcre.c: Likewise.
30935         * posix/wait4.c: Likewise.
30936         * resolv/README: Likewise.
30937         * resolv/res_debug.h: Likewise.
30938         * resolv/tst-inet_ntop.c: Likewise.
30939         * setjmp/bug269-setjmp.c: Likewise.
30940         * soft-fp/extended.h: Likewise.
30941         * soft-fp/op-1.h: Likewise.
30942         * soft-fp/op-2.h: Likewise.
30943         * soft-fp/op-4.h: Likewise.
30944         * soft-fp/op-8.h: Likewise.
30945         * soft-fp/testit.c: Likewise.
30946         * stdio-common/bug16.c: Likewise.
30947         * stdlib/random.c: Likewise.
30948         * sunrpc/rpcsvc/rquota.x: Likewise.
30949         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
30950         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
30951         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
30952         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
30953         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
30954         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
30955         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
30956         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
30957         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
30958         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
30959         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
30960         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
30961         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
30962         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
30963         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
30964         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
30965         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
30966         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
30967         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
30968         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
30969         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
30970         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
30971         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
30972         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
30973         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
30974         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
30975         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
30976         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
30977         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
30978         * sysdeps/ieee754/s_lib_version.c: Likewise.
30979         * sysdeps/mach/hurd/check_fds.c: Likewise.
30980         * sysdeps/mach/hurd/getsockname.c: Likewise.
30981         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
30982         * sysdeps/mach/hurd/recvfrom.c: Likewise.
30983         * sysdeps/powerpc/bits/link.h: Likewise.
30984         * sysdeps/powerpc/dl-procinfo.c: Likewise.
30985         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
30986         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
30987         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
30988         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30989         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
30990         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
30991         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30992         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
30993         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
30994         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
30995         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
30996         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
30997         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
30998         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
30999         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
31000         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
31001         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
31002         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
31003         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
31004         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
31005         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
31006         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
31007         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
31008         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
31009         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
31010         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
31011         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
31012         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
31013         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
31014         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
31015         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
31016         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
31017         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
31018         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
31019         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
31020         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
31021         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
31022         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
31023         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
31024         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
31025         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
31026         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
31027         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
31028         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
31029         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
31030         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
31031         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
31032         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
31033         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
31034         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
31035         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
31036         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
31037         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
31038         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
31039         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
31040         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
31041         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
31042         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
31043         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
31044         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
31045         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
31046         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
31047         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
31048         * sysdeps/powerpc/sysdep.h: Likewise.
31049         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
31050         * sysdeps/s390/s390-64/sub_n.S: Likewise.
31051         * sysdeps/sh/dl-trampoline.S: Likewise.
31052         * sysdeps/sh/memset.S: Likewise.
31053         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
31054         * sysdeps/sh/strlen.S: Likewise.
31055         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
31056         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
31057         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
31058         * sysdeps/sparc/sparc32/rem.S: Likewise.
31059         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
31060         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
31061         * sysdeps/sparc/sparc32/strchr.S: Likewise.
31062         * sysdeps/sparc/sparc32/udiv.S: Likewise.
31063         * sysdeps/sparc/sparc32/urem.S: Likewise.
31064         * sysdeps/sparc/sparc64/add_n.S: Likewise.
31065         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
31066         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
31067         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
31068         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
31069         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
31070         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
31071         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
31072         * sysdeps/unix/bsd/times.c: Likewise.
31073         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
31074         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
31075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
31076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
31077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
31078         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
31079         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
31080         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
31081         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
31082         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
31083         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
31084         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31085         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
31086         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
31087         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31088         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
31089         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31090         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
31091         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
31092         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
31093         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
31094         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
31095         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
31096         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
31097         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
31098         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
31099         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
31100         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
31101         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
31102         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
31103         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
31104         * sysdeps/x86_64/strcspn.S: Likewise.
31106 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31108         * locale/C-translit.h: Revert #include <stdint.h> because this is a
31109         generated file.  Regenerate properly from gen-translit.pl.
31110         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
31111         locale/C-translit.h.
31113 2013-06-05  Andreas Schwab  <schwab@suse.de>
31115         [BZ #15100]
31116         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
31117         week as 6 instead of -1.
31118         * time/tst-strptime.c (day_tests): Add test case.
31120 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31122         * sysdeps/generic/math_private.h
31123         (libc_feholdexcept_setround_53bit): Replace with
31124         libc_feholdsetround_53bit.
31125         (libc_feupdateenv_53bit): Replace with
31126         libc_feresetround_53bit.
31127         (SET_RESTORE_ROUND_53BIT): Adjust.
31129 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31131         * string/test-strchrnul.c: Add copyright header.
31133         * posix/tst-getaddrinfo4.c: Increase test timeout.
31135 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
31137         [BZ #15536]
31138         * math/libm-test.inc (MAX_EXP): Remove
31139         (MIN_EXP): Define.
31140         (ulp): Use MIN_EXP - MANT_DIG.
31141         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
31143 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
31145         * po/be.po: Revert last change.
31146         * po/zh_CN.po: Likewise.
31147         * po/header.pot: Likewise.
31149 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
31151         * Makefile ($(common-objpfx)linkobj/libc.so): Define
31152         link-libc-deps to empty as target-specific variable.
31153         * Makerules (link-libc-args): New variable.
31154         (libc-for-link): Likewise.
31155         (link-libc-deps): Likewise.
31156         (lib%.so): Depend on $(link-libc-deps).  Link with
31157         $(link-libc-args).
31158         (build-module): Link with $(link-libc-args).
31159         (build-module-asneeded): Likewise.
31160         (build-module-helper-objlist): Filter out $(link-libc-deps) from
31161         list of objects.
31162         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
31163         target-specific variable.
31164         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
31165         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
31166         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
31167         libc.
31168         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
31169         libc and ld.so.
31170         ($(objpfx)libpcprofile.so): Likewise.
31171         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
31172         libc_nonshared.a.
31173         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
31174         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
31175         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
31176         $(link-libc-deps).
31177         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
31178         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
31179         * login/Makefile ($(objpfx)libutil.so): Likewise.
31180         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
31181         * math/Makefile ($(objpfx)libm.so): Likewise.
31182         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
31183         $(objpfx)libnsl.so): Define libc-for-link as target-specific
31184         variable instead of depending directly on libc.
31185         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
31186         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
31187         $(link-libc-deps).
31188         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
31189         libc.
31190         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
31191         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
31192         ($(objpfx)libanl.so): Likewise.
31193         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
31194         ld.so.
31195         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
31196         $(link-libc-deps).
31197         * sysdeps/i386/fpu/Makefile: Remove file.
31198         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
31199         ($(objpfx)libm.so): Remove dependency on ld.so.
31201 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
31203         [BZ # 15553]
31204         * nis/yp_xdr.c (XDRMAXNAME): Define.
31205         (XDRMAXRECORD): Define.
31206         (xdr_domainname): Use XDRMAXNAME.
31207         (xdr_mapname): Likewise.
31208         (xdr_peername): Likewise.
31209         (xdr_keydat): Use XDRMAXRECORD.
31210         (xdr_valdat): Likewise.
31212 2013-05-30  Jeff Law  <law@redhat.com>
31214         [BZ #14256]
31215         * manual/errno.texi (ESTALE): Update to account for more than
31216         just NFS file systems.
31217         * sysdeps/gnu/errlist.c: Regenerated.
31219 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31221         [BZ #15465]
31222         * elf/Makefile (tests): Add tst-null-argv.
31223         (modules-names):  Add tst-null-argv-lib.
31224         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
31225         (tst-null-argv-ENV): Set environment for tst-null-argv.
31226         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
31227         (RTLD_PROGNAME): New macro.
31228         * elf/tst-null-argv.c: New test case.
31229         * elf/tst-null-argv-lib.c: Library for test case.
31230         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
31231         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
31232         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
31233         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
31234         * elf/dl-init.c (call_init): Likewise.
31235         (_dl_init): Likewise.
31236         * elf/dl-load.c (print_search_path): Likewise.
31237         (_dl_map_object): Likewise.
31238         * elf/dl-lookup.c (do_lookup_x): Likewise.
31239         (add_dependency): Likewise.
31240         (_dl_lookup_symbol_x): Likewise.
31241         (_dl_debug_bindings): Likewise.
31242         * elf/dl-open.c (_dl_show_scope): Likewise.
31243         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
31244         * elf/dl-version.c (match_symbol): Likewise.
31245         (_dl_check_map_versions): Likewise.
31246         * elf/rtld.c (dl_main): Likewise.
31247         (print_unresolved): Use RTLD_PROGNAME.
31248         (print_missing_version): Likewise.
31249         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
31250         (elf_machine_rela): Likewise.
31251         * sysdeps/powerpc/powerpc32/dl-machine.c
31252         (__process_machine_rela): Likewise.
31253         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
31254         Likewise.
31255         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
31256         Likewise.
31257         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
31258         Likewise.
31259         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
31260         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
31261         Likewise.
31262         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
31263         Likewise.
31264         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
31266 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
31268         * po/be.po: Add descriptive title.
31269         * po/zh_CN.po: Likewise.
31270         * po/header.pot: Likewise.
31272 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
31274         * locale/programs/locarchive.c (create_archive): Inlucde fname in
31275         error message.
31276         (enlarge_archive): Likewise.
31278 2013-05-28  Ben North  <ben@redfrontdoor.org>
31280         * manual/arith.texi (frexp): It is the magnitude of the return
31281         value which lies in [0.5, 1), not the return value itself.
31283 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31285         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31287 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
31289         * stdio-common/bug26.c (main): Correct fscanf template.
31291         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
31292         declare _dl_skip_args.
31294         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
31295         Don't declare.
31297         * manual/platform.texi: Add missing @end deftypefun.
31299 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
31301         [BZ #15529]
31302         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
31303         bit of mantissa of 2^16382.
31304         * math/libm-test.inc (hypot_test_data): Add more tests.
31306         * math/libm-test.inc: Add drem and pow10 to list of tested
31307         functions.
31308         (pow10_test): New function.
31309         (drem_test): Likewise.
31310         (drem_test_tonearest): Likewise.
31311         (drem_test_towardzero): Likewise.
31312         (drem_test_downward): Likewise.
31313         (drem_test_upward): Likewise.
31314         (main): Call the new functions.
31316         * math/libm-test.inc (finite_test_data): Remove.
31317         (finite_test): Run tests from isfinite_test_data.
31318         (gamma_test_data): Remove.
31319         (gamma_test): Run tests from lgamma_test_data.
31320         * sysdeps/i386/fpu/libm-test-ulps: Update.
31321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31323 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31325         * manual/platform.texi: Add PowerPC PPR function set documentation.
31326         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
31327         implementation.
31329 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
31331         * math/libm-test.inc (MAX_EXP): Define.
31332         (ULPDIFF): Define.
31333         (ulp): New function.
31334         (check_float_internal): Use ULPDIFF.
31335         (cpow_test): Disable failing test.
31336         (check_ulp): Test ulp() implemetnation.
31337         (main): Call check_ulp before starting tests.
31339 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
31341         * math/gen-libm-test.pl (generate_testfile): Do not handle
31342         START_DATA and END_DATA.
31343         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
31344         END_DATA.
31345         (acos_tonearest_test_data): Likewise.
31346         (acos_towardzero_test_data): Likewise.
31347         (acos_downward_test_data): Likewise.
31348         (acos_upward_test_data): Likewise.
31349         (acosh_test_data): Likewise.
31350         (asin_test_data): Likewise.
31351         (asin_tonearest_test_data): Likewise.
31352         (asin_towardzero_test_data): Likewise.
31353         (asin_downward_test_data): Likewise.
31354         (asin_upward_test_data): Likewise.
31355         (asinh_test_data): Likewise.
31356         (atan_test_data): Likewise.
31357         (atanh_test_data): Likewise.
31358         (atan2_test_data): Likewise.
31359         (cabs_test_data): Likewise.
31360         (cacos_test_data): Likewise.
31361         (cacosh_test_data): Likewise.
31362         (carg_test_data): Likewise.
31363         (casin_test_data): Likewise.
31364         (casinh_test_data): Likewise.
31365         (catan_test_data): Likewise.
31366         (catanh_test_data): Likewise.
31367         (cbrt_test_data): Likewise.
31368         (ccos_test_data): Likewise.
31369         (ccosh_test_data): Likewise.
31370         (ceil_test_data): Likewise.
31371         (cexp_test_data): Likewise.
31372         (cimag_test_data): Likewise.
31373         (clog_test_data): Likewise.
31374         (clog10_test_data): Likewise.
31375         (conj_test_data): Likewise.
31376         (copysign_test_data): Likewise.
31377         (cos_test_data): Likewise.
31378         (cos_tonearest_test_data): Likewise.
31379         (cos_towardzero_test_data): Likewise.
31380         (cos_downward_test_data): Likewise.
31381         (cos_upward_test_data): Likewise.
31382         (cosh_test_data): Likewise.
31383         (cosh_tonearest_test_data): Likewise.
31384         (cosh_towardzero_test_data): Likewise.
31385         (cosh_downward_test_data): Likewise.
31386         (cosh_upward_test_data): Likewise.
31387         (cpow_test_data): Likewise.
31388         (cproj_test_data): Likewise.
31389         (creal_test_data): Likewise.
31390         (csin_test_data): Likewise.
31391         (csinh_test_data): Likewise.
31392         (csqrt_test_data): Likewise.
31393         (ctan_test_data): Likewise.
31394         (ctan_tonearest_test_data): Likewise.
31395         (ctan_towardzero_test_data): Likewise.
31396         (ctan_downward_test_data): Likewise.
31397         (ctan_upward_test_data): Likewise.
31398         (ctanh_test_data): Likewise.
31399         (ctanh_tonearest_test_data): Likewise.
31400         (ctanh_towardzero_test_data): Likewise.
31401         (ctanh_downward_test_data): Likewise.
31402         (ctanh_upward_test_data): Likewise.
31403         (erf_test_data): Likewise.
31404         (erfc_test_data): Likewise.
31405         (exp_test_data): Likewise.
31406         (exp_tonearest_test_data): Likewise.
31407         (exp_towardzero_test_data): Likewise.
31408         (exp_downward_test_data): Likewise.
31409         (exp_upward_test_data): Likewise.
31410         (exp10_test_data): Likewise.
31411         (exp2_test_data): Likewise.
31412         (expm1_test_data): Likewise.
31413         (fabs_test_data): Likewise.
31414         (fdim_test_data): Likewise.
31415         (finite_test_data): Likewise.
31416         (floor_test_data): Likewise.
31417         (fma_test_data): Likewise.
31418         (fma_towardzero_test_data): Likewise.
31419         (fma_downward_test_data): Likewise.
31420         (fma_upward_test_data): Likewise.
31421         (fmax_test_data): Likewise.
31422         (fmin_test_data): Likewise.
31423         (fmod_test_data): Likewise.
31424         (fpclassify_test_data): Likewise.
31425         (frexp_test_data): Likewise.
31426         (gamma_test_data): Likewise.
31427         (hypot_test_data): Likewise.
31428         (ilogb_test_data): Likewise.
31429         (isfinite_test_data): Likewise.
31430         (isgreater_test_data): Likewise.
31431         (isgreaterequal_test_data): Likewise.
31432         (isinf_test_data): Likewise.
31433         (isless_test_data): Likewise.
31434         (islessequal_test_data): Likewise.
31435         (islessgreater_test_data): Likewise.
31436         (isnan_test_data): Likewise.
31437         (isnormal_test_data): Likewise.
31438         (issignaling_test_data): Likewise.
31439         (isunordered_test_data): Likewise.
31440         (j0_test_data): Likewise.
31441         (j1_test_data): Likewise.
31442         (jn_test_data): Likewise.
31443         (ldexp_test_data): Likewise.
31444         (lgamma_test_data): Likewise.
31445         (lrint_test_data): Likewise.
31446         (lrint_tonearest_test_data): Likewise.
31447         (lrint_towardzero_test_data): Likewise.
31448         (lrint_downward_test_data): Likewise.
31449         (lrint_upward_test_data): Likewise.
31450         (llrint_test_data): Likewise.
31451         (llrint_tonearest_test_data): Likewise.
31452         (llrint_towardzero_test_data): Likewise.
31453         (llrint_downward_test_data): Likewise.
31454         (llrint_upward_test_data): Likewise.
31455         (log_test_data): Likewise.
31456         (log10_test_data): Likewise.
31457         (log1p_test_data): Likewise.
31458         (log2_test_data): Likewise.
31459         (logb_test_data): Likewise.
31460         (logb_downward_test_data): Likewise.
31461         (lround_test_data): Likewise.
31462         (llround_test_data): Likewise.
31463         (modf_test_data): Likewise.
31464         (nearbyint_test_data): Likewise.
31465         (nextafter_test_data): Likewise.
31466         (nexttoward_test_data): Likewise.
31467         (pow_test_data): Likewise.
31468         (pow_tonearest_test_data): Likewise.
31469         (pow_towardzero_test_data): Likewise.
31470         (pow_downward_test_data): Likewise.
31471         (pow_upward_test_data): Likewise.
31472         (remainder_test_data): Likewise.
31473         (remainder_tonearest_test_data): Likewise.
31474         (remainder_towardzero_test_data): Likewise.
31475         (remainder_downward_test_data): Likewise.
31476         (remainder_upward_test_data): Likewise.
31477         (remquo_test_data): Likewise.
31478         (rint_test_data): Likewise.
31479         (rint_tonearest_test_data): Likewise.
31480         (rint_towardzero_test_data): Likewise.
31481         (rint_downward_test_data): Likewise.
31482         (rint_upward_test_data): Likewise.
31483         (round_test_data): Likewise.
31484         (scalb_test_data): Likewise.
31485         (scalbn_test_data): Likewise.
31486         (scalbln_test_data): Likewise.
31487         (signbit_test_data): Likewise.
31488         (sin_test_data): Likewise.
31489         (sin_tonearest_test_data): Likewise.
31490         (sin_towardzero_test_data): Likewise.
31491         (sin_downward_test_data): Likewise.
31492         (sin_upward_test_data): Likewise.
31493         (sincos_test_data): Likewise.
31494         (sinh_test_data): Likewise.
31495         (sinh_tonearest_test_data): Likewise.
31496         (sinh_towardzero_test_data): Likewise.
31497         (sinh_downward_test_data): Likewise.
31498         (sinh_upward_test_data): Likewise.
31499         (sqrt_test_data): Likewise.
31500         (tan_test_data): Likewise.
31501         (tan_tonearest_test_data): Likewise.
31502         (tan_towardzero_test_data): Likewise.
31503         (tan_downward_test_data): Likewise.
31504         (tan_upward_test_data): Likewise.
31505         (tanh_test_data): Likewise.
31506         (tgamma_test_data): Likewise.
31507         (trunc_test_data): Likewise.
31508         (y0_test_data): Likewise.
31509         (y1_test_data): Likewise.
31510         (yn_test_data): Likewise.
31511         (significand_test_data): Likewise.
31513         * math/gen-libm-test.pl (@functions): Remove variable.
31514         (generate_testfile): Don't handle START and END lines.
31515         * math/libm-test.inc (START): New macro.
31516         (END): Likewise.
31517         (END_COMPLEX): Likewise.
31518         (acos_test): Use END macro without arguments.
31519         (acos_test_tonearest): Likewise.
31520         (acos_test_towardzero): Likewise.
31521         (acos_test_downward): Likewise.
31522         (acos_test_upward): Likewise.
31523         (acosh_test): Likewise.
31524         (asin_test): Likewise.
31525         (asin_test_tonearest): Likewise.
31526         (asin_test_towardzero): Likewise.
31527         (asin_test_downward): Likewise.
31528         (asin_test_upward): Likewise.
31529         (asinh_test): Likewise.
31530         (atan_test): Likewise.
31531         (atanh_test): Likewise.
31532         (atan2_test): Likewise.
31533         (cabs_test): Likewise.
31534         (cacos_test): Use END_COMPLEX macro without arguments.
31535         (cacosh_test): Likewise.
31536         (carg_test): Use END macro without arguments.
31537         (casin_test): Use END_COMPLEX macro without arguments.
31538         (casinh_test): Likewise.
31539         (catan_test): Likewise.
31540         (catanh_test): Likewise.
31541         (cbrt_test): Use END macro without arguments.
31542         (ccos_test): Use END_COMPLEX macro without arguments.
31543         (ccosh_test): Likewise.
31544         (ceil_test): Use END macro without arguments.
31545         (cexp_test): Use END_COMPLEX macro without arguments.
31546         (cimag_test): Use END macro without arguments.
31547         (clog_test): Use END_COMPLEX macro without arguments.
31548         (clog10_test): Likewise.
31549         (conj_test): Likewise.
31550         (copysign_test): Use END macro without arguments.
31551         (cos_test): Likewise.
31552         (cos_test_tonearest): Likewise.
31553         (cos_test_towardzero): Likewise.
31554         (cos_test_downward): Likewise.
31555         (cos_test_upward): Likewise.
31556         (cosh_test): Likewise.
31557         (cosh_test_tonearest): Likewise.
31558         (cosh_test_towardzero): Likewise.
31559         (cosh_test_downward): Likewise.
31560         (cosh_test_upward): Likewise.
31561         (cpow_test): Use END_COMPLEX macro without arguments.
31562         (cproj_test): Likewise.
31563         (creal_test): Use END macro without arguments.
31564         (csin_test): Use END_COMPLEX macro without arguments.
31565         (csinh_test): Likewise.
31566         (csqrt_test): Likewise.
31567         (ctan_test): Likewise.
31568         (ctan_test_tonearest): Likewise.
31569         (ctan_test_towardzero): Likewise.
31570         (ctan_test_downward): Likewise.
31571         (ctan_test_upward): Likewise.
31572         (ctanh_test): Likewise.
31573         (ctanh_test_tonearest): Likewise.
31574         (ctanh_test_towardzero): Likewise.
31575         (ctanh_test_downward): Likewise.
31576         (ctanh_test_upward): Likewise.
31577         (erf_test): Use END macro without arguments.
31578         (erfc_test): Likewise.
31579         (exp_test): Likewise.
31580         (exp_test_tonearest): Likewise.
31581         (exp_test_towardzero): Likewise.
31582         (exp_test_downward): Likewise.
31583         (exp_test_upward): Likewise.
31584         (exp10_test): Likewise.
31585         (exp2_test): Likewise.
31586         (expm1_test): Likewise.
31587         (fabs_test): Likewise.
31588         (fdim_test): Likewise.
31589         (finite_test): Likewise.
31590         (floor_test): Likewise.
31591         (fma_test): Likewise.
31592         (fma_test_towardzero): Likewise.
31593         (fma_test_downward): Likewise.
31594         (fma_test_upward): Likewise.
31595         (fmax_test): Likewise.
31596         (fmin_test): Likewise.
31597         (fmod_test): Likewise.
31598         (fpclassify_test): Likewise.
31599         (frexp_test): Likewise.
31600         (gamma_test): Likewise.
31601         (hypot_test): Likewise.
31602         (ilogb_test): Likewise.
31603         (isfinite_test): Likewise.
31604         (isgreater_test): Likewise.
31605         (isgreaterequal_test): Likewise.
31606         (isinf_test): Likewise.
31607         (isless_test): Likewise.
31608         (islessequal_test): Likewise.
31609         (islessgreater_test): Likewise.
31610         (isnan_test): Likewise.
31611         (isnormal_test): Likewise.
31612         (issignaling_test): Likewise.
31613         (isunordered_test): Likewise.
31614         (j0_test): Likewise.
31615         (j1_test): Likewise.
31616         (jn_test): Likewise.
31617         (ldexp_test): Likewise.
31618         (lgamma_test): Likewise.
31619         (lrint_test): Likewise.
31620         (lrint_test_tonearest): Likewise.
31621         (lrint_test_towardzero): Likewise.
31622         (lrint_test_downward): Likewise.
31623         (lrint_test_upward): Likewise.
31624         (llrint_test): Likewise.
31625         (llrint_test_tonearest): Likewise.
31626         (llrint_test_towardzero): Likewise.
31627         (llrint_test_downward): Likewise.
31628         (llrint_test_upward): Likewise.
31629         (log_test): Likewise.
31630         (log10_test): Likewise.
31631         (log1p_test): Likewise.
31632         (log2_test): Likewise.
31633         (logb_test): Likewise.
31634         (logb_test_downward): Likewise.
31635         (lround_test): Likewise.
31636         (llround_test): Likewise.
31637         (modf_test): Likewise.
31638         (nearbyint_test): Likewise.
31639         (nextafter_test): Likewise.
31640         (nexttoward_test): Likewise.
31641         (pow_test): Likewise.
31642         (pow_test_tonearest): Likewise.
31643         (pow_test_towardzero): Likewise.
31644         (pow_test_downward): Likewise.
31645         (pow_test_upward): Likewise.
31646         (remainder_test): Likewise.
31647         (remainder_test_tonearest): Likewise.
31648         (remainder_test_towardzero): Likewise.
31649         (remainder_test_downward): Likewise.
31650         (remainder_test_upward): Likewise.
31651         (remquo_test): Likewise.
31652         (rint_test): Likewise.
31653         (rint_test_tonearest): Likewise.
31654         (rint_test_towardzero): Likewise.
31655         (rint_test_downward): Likewise.
31656         (rint_test_upward): Likewise.
31657         (round_test): Likewise.
31658         (scalb_test): Likewise.
31659         (scalbn_test): Likewise.
31660         (scalbln_test): Likewise.
31661         (signbit_test): Likewise.
31662         (sin_test): Likewise.
31663         (sin_test_tonearest): Likewise.
31664         (sin_test_towardzero): Likewise.
31665         (sin_test_downward): Likewise.
31666         (sin_test_upward): Likewise.
31667         (sincos_test): Likewise.
31668         (sinh_test): Likewise.
31669         (sinh_test_tonearest): Likewise.
31670         (sinh_test_towardzero): Likewise.
31671         (sinh_test_downward): Likewise.
31672         (sinh_test_upward): Likewise.
31673         (sqrt_test): Likewise.
31674         (tan_test): Likewise.
31675         (tan_test_tonearest): Likewise.
31676         (tan_test_towardzero): Likewise.
31677         (tan_test_downward): Likewise.
31678         (tan_test_upward): Likewise.
31679         (tanh_test): Likewise.
31680         (tgamma_test): Likewise.
31681         (trunc_test): Likewise.
31682         (y0_test): Likewise.
31683         (y1_test): Likewise.
31684         (yn_test): Likewise.
31685         (significand_test): Likewise.
31687 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
31689         [BZ #15381]
31690         * libio/genops.c (_IO_no_init): Initialize wide struct info.
31692 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
31694         [BZ #14894]
31695         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
31696         __ppc_mdoio and __ppc_mdoom.
31697         * manual/platform.texi: Document new functions __ppc_yield,
31698         __ppc_mdoio and __ppc_mdoom.
31700 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
31702         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
31703         (main): Mention "tls" pseudo-hwcap is legacy.
31704         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
31706 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
31708         * math/gen-libm-test.pl (parse_args): Output only string of
31709         arguments as text for test name, not full call or descriptions of
31710         tests for extra outputs.
31711         (generate_testfile): Do not pass function name to parse_args.
31712         Generate this_func variable from START.
31713         * math/libm-test.inc (struct test_f_f_data): Rename test_name
31714         field to arg_str.
31715         (struct test_ff_f_data): Likewise.
31716         (test_ff_f_data_nexttoward): Likewise.
31717         (struct test_fi_f_data): Likewise.
31718         (struct test_fl_f_data): Likewise.
31719         (struct test_if_f_data): Likewise.
31720         (struct test_fff_f_data): Likewise.
31721         (struct test_c_f_data): Likewise.
31722         (struct test_f_f1_data): Likewise.  Remove field extra_name.
31723         (struct test_fF_f1_data): Likewise.
31724         (struct test_ffI_f1_data): Likewise.
31725         (struct test_c_c_data): Rename test_name field to arg_str.
31726         (struct test_cc_c_data): Likewise.
31727         (struct test_f_i_data): Likewise.
31728         (struct test_ff_i_data): Likewise.
31729         (struct test_f_l_data): Likewise.
31730         (struct test_f_L_data): Likewise.
31731         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
31732         and extra2_name.
31733         (COMMON_TEST_SETUP): New macro.
31734         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
31735         (COMMON_TEST_CLEANUP): Likewise.
31736         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
31737         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
31738         macros.
31739         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
31740         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
31741         macros.
31742         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
31743         (RUN_TEST_fff_f): Take argument string.  Call new setup and
31744         cleanup macros.
31745         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
31746         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
31747         macros.
31748         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
31749         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
31750         macros.
31751         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
31752         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
31753         cleanup macros.
31754         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
31755         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
31756         cleanup macros.
31757         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
31758         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
31759         cleanup macros.
31760         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
31761         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
31762         macros.
31763         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
31764         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
31765         macros.
31766         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
31767         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
31768         macros.
31769         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
31770         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
31771         cleanup macros.
31772         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
31773         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
31774         cleanup macros.
31775         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
31776         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
31777         macros.
31778         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
31779         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
31780         cleanup macros.
31781         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
31782         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
31783         macros.
31784         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
31785         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
31786         macros.
31787         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
31788         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
31789         cleanup macros.
31790         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
31792 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
31794         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
31795         to _sifields.sigfault.
31796         (si_addr_lsb): Define new macro.
31797         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
31798         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
31799         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
31801 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
31803         [BZ #15441]
31804         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
31805         returns -1.
31806         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
31807         null return -1.
31808         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
31809         loading the domain.
31811 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
31813         * math/gen-libm-test.pl (parse_args): Do not include expected
31814         result in test name.
31815         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
31816         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
31817         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
31818         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
31819         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
31820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31822 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
31824         * benchtests/Makefile: Sort function entries.
31826         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
31827         tanh, asinh, acosh, atanh.
31828         * benchtests/acos-inputs: New file.
31829         * benchtests/acosh-inputs: New file.
31830         * benchtests/asin-inputs: New file.
31831         * benchtests/asinh-inputs: New file.
31832         * benchtests/atanh-inputs: New file.
31833         * benchtests/cosh-inputs: New file.
31834         * benchtests/log-inputs: New file.
31835         * benchtests/sinh-inputs: New file.
31836         * benchtests/tanh-inputs: New file.
31838 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
31840         [BZ #15339]
31841         * posix/tst-getaddrinfo4.c: New test.
31842         * posix/Makefile (tests): Add it.
31844 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31846         [BZ #15339]
31847         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
31848         when no services were used.
31849         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
31850         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
31852 2013-05-21  Andreas Schwab  <schwab@suse.de>
31854         [BZ #15014]
31855         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
31856         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
31857         successful.
31858         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
31859         redundant variable declarations and reallocation of buffer when
31860         parsing as IPv6 address.  Always set NSS status when called from
31861         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
31862         buffer too small.  Correct computation of needed size.
31863         * nss/Makefile (tests): Add test-digits-dots.
31864         * nss/test-digits-dots.c: New test.
31866 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31868         * benchtests/Makefile: Remove instructions for adding
31869         benchmark tests.
31870         * benchtests/README: New file to explain how to execute and
31871         enhance the benchmark tests.
31873 2013-05-21  Andreas Schwab  <schwab@suse.de>
31875         [BZ #15493]
31876         * setjmp/Makefile (tests): Add tst-sigsetjmp.
31877         * setjmp/tst-sigsetjmp.c: New test.
31879 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
31881         * sysdeps/x86_64/memset.S (memset): New implementation.
31882         (__bzero): Likewise.
31883         (__memset_tail): New function.
31885 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
31887         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
31888         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
31889         __memcpy_sse2_unaligned ifunc selection.
31890         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31891         Add memcpy-sse2-unaligned.S.
31892         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31893         Add: __memcpy_sse2_unaligned.
31895 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
31897         [BZ #15490]
31898         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
31899         math_force_eval before restoring floating-point envrionment.
31900         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
31901         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
31902         Likewise.
31903         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
31904         <math_private.h>.
31905         (__nearbyintl): Use math_force_eval before restoring
31906         floating-point environment.
31907         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
31909         * math/gen-libm-test.pl (special_functions): Remove.
31910         (parse_args): Don't handle TEST_extra.  Handle functions with no
31911         return value.
31912         * math/libm-test.inc (struct test_sincos_data): Replace with
31913         struct test_fFF_11_data.
31914         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
31915         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
31916         (sincos_test_data): Change element type to struct
31917         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
31918         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
31919         RUN_TEST_LOOP_sincos.
31920         * math/README.libm-test: Don't mention special handling of
31921         individual functions.
31922         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
31923         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
31924         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
31925         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
31926         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
31927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31929         * math/gen-libm-test.pl (get_variable): Remove function.
31930         (parse_args): Don't show pointer parameters to call in test
31931         names.  Use "extra output N" in test names for extra outputs
31932         rather than naming variables.
31934 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
31936         [BZ #15488]
31937         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
31938         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
31939         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
31940         double tests.
31941         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
31942         disable.
31943         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
31944         check_long_double.
31946         * math/gen-libm-test.pl (@tests): Remove variable.
31947         ($count): Likewise.
31948         (new_test): Remove function.
31949         (show_exceptions): New function.
31950         (special_functions): Use show_exceptions instead of new_test.
31951         (parse_args): Likewise.
31952         (generate_testfile): Pass only function name in generated call to
31953         print_max_error or print_complex_max_error.
31954         (get_ulps): Do not handle complex tests specially.
31955         (output_test): Rename to ...
31956         (get_all_ulps_for_test): ... this.  Return a string rather than
31957         printing to a file.  Require ulps to be present.
31958         (output_ulps): Generate arrays rather than #defines.
31959         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
31960         (struct ulp_data): New type.
31961         (BUILD_COMPLEX_ULP): Remove macro.
31962         (compare_ulp_data): New function.
31963         (find_ulps): Likewise.
31964         (find_test_ulps): Likewise.
31965         (find_function_ulps): Likewise.
31966         (find_complex_function_ulps): Likewise.
31967         (print_max_error): Determine allowed ulps using
31968         find_function_ulps.
31969         (print_complex_max_error): Determine allowed ulps using
31970         find_complex_function_ulps.
31971         (check_float_internal): Determine max ulps using find_test_ulps.
31972         (check_float): Do not take max_ulp parameter.  Update call to
31973         check_float_internal.
31974         (check_complex): Likewise.
31975         (check_int): Do not take max_ulp parameter.
31976         (check_long): Likewise.
31977         (check_bool): Likewise.
31978         (check_longlong): Likewise.
31979         (struct test_f_f_data): Remove max_ulp field.
31980         (struct test_ff_f_data): Likewise.
31981         (struct test_ff_f_data_nexttoward): Likewise.
31982         (struct test_fi_f_data): Likewise.
31983         (struct test_fl_f_data): Likewise.
31984         (struct test_if_f_data): Likewise.
31985         (struct test_fff_f_data): Likewise.
31986         (struct test_c_f_data): Likewise.
31987         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
31988         (struct test_fF_f1_data): Likewise.
31989         (struct test_ffI_f1_data): Likewise.
31990         (struct test_c_c_data): Remove max_ulp field.
31991         (struct test_cc_c_data): Likewise.
31992         (struct test_f_i_data): Likewise.
31993         (struct test_ff_i_data): Likewise.
31994         (struct test_f_l_data): Likewise.
31995         (struct test_f_L_data): Likewise.
31996         (struct test_sincos_data): Likewise.
31997         (RUN_TEST_f_f): Do not handle ulps.
31998         (RUN_TEST_LOOP_f_f): Likewise.
31999         (RUN_TEST_2_f): Likewise.
32000         (RUN_TEST_LOOP_2_f): Likewise.
32001         (RUN_TEST_fff_f): Likewise.
32002         (RUN_TEST_LOOP_fff_f): Likewise.
32003         (RUN_TEST_c_f): Likewise.
32004         (RUN_TEST_LOOP_c_f): Likewise.
32005         (RUN_TEST_f_f1): Likewise.
32006         (RUN_TEST_LOOP_f_f1): Likewise.
32007         (RUN_TEST_fF_f1): Likewise.
32008         (RUN_TEST_LOOP_fF_f1): Likewise.
32009         (RUN_TEST_fI_f1): Likewise.
32010         (RUN_TEST_LOOP_fI_f1): Likewise.
32011         (RUN_TEST_ffI_f1): Likewise.
32012         (RUN_TEST_LOOP_ffI_f1): Likewise.
32013         (RUN_TEST_c_c): Likewise.
32014         (RUN_TEST_LOOP_c_c): Likewise.
32015         (RUN_TEST_cc_c): Likewise.
32016         (RUN_TEST_LOOP_cc_c): Likewise.
32017         (RUN_TEST_f_i): Likewise.
32018         (RUN_TEST_LOOP_f_i): Likewise.
32019         (RUN_TEST_f_i_tg): Likewise.
32020         (RUN_TEST_LOOP_f_i_tg): Likewise.
32021         (RUN_TEST_ff_i_tg): Likewise.
32022         (RUN_TEST_LOOP_ff_i_tg): Likewise.
32023         (RUN_TEST_f_b): Likewise.
32024         (RUN_TEST_LOOP_f_b): Likewise.
32025         (RUN_TEST_f_b_tg): Likewise.
32026         (RUN_TEST_LOOP_f_b_tg): Likewise.
32027         (RUN_TEST_f_l): Likewise.
32028         (RUN_TEST_LOOP_f_l): Likewise.
32029         (RUN_TEST_f_L): Likewise.
32030         (RUN_TEST_LOOP_f_L): Likewise.
32031         (RUN_TEST_sincos): Likewise.
32032         (RUN_TEST_LOOP_sincos): Likewise.
32034 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
32036         [BZ #15480]
32037         [BZ #15485]
32038         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
32039         main case of finite arguments, set rounding mode to FE_TONEAREST
32040         and discard exceptions.
32041         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
32042         exceptions.
32043         (remainder_tonearest_test_data): New variable.
32044         (remainder_test_tonearest): New function.
32045         (remainder_towardzero_test_data): New variable.
32046         (remainder_test_towardzero): New function.
32047         (remainder_downward_test_data): New variable.
32048         (remainder_test_downward): New function.
32049         (remainder_upward_test_data): New variable.
32050         (remainder_test_upward): New function.
32051         (main): Call the new test functions.
32053         * math/libm-test.inc (struct test_f_f1_data): Remove field
32054         extra_init.
32055         (struct test_fF_f1_data): Likewise.
32056         (struct test_ffI_f1_data): Likewise.
32057         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
32058         based on value of EXTRA_EXPECTED.
32059         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
32060         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
32061         EXTRA_VAR based on value of EXTRA_EXPECTED.
32062         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
32063         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
32064         EXTRA_VAR based on value of EXTRA_EXPECTED.
32065         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
32066         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
32067         EXTRA_VAR based on value of EXTRA_EXPECTED.
32068         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
32069         * math/gen-libm-test.pl (parse_args): Don't output initializers
32070         for extra output values.
32072         * math/libm-test.inc (check_int): Expect result to be exactly
32073         equal to expected value and do not handle ulps.
32074         (check_long): Likewise.
32075         (check_longlong): Likewise.
32077         * math/libm-test.inc (ceil_test_data): Test for "inexact"
32078         exceptions.
32079         (cimag_test_data): Likewise.
32080         (conj_test_data): Likewise.
32081         (copysign_test_data): Likewise.
32082         (cproj_test_data): Likewise.
32083         (creal_test_data): Likewise.
32084         (fabs_test_data): Likewise.
32085         (fdim_test_data): Likewise.
32086         (finite_test_data): Likewise.
32087         (floor_test_data): Likewise.
32088         (fmax_test_data): Likewise.
32089         (fmin_test_data): Likewise.
32090         (fmod_test_data): Likewise.
32091         (fpclassify_test_data): Likewise.
32092         (frexp_test_data): Likewise.
32093         (ilogb_test_data): Likewise.
32094         (isfinite_test_data): Likewise.
32095         (isgreater_test_data): Likewise.
32096         (isgreaterequal_test_data): Likewise.
32097         (isinf_test_data): Likewise.
32098         (isless_test_data): Likewise.
32099         (islessequal_test_data): Likewise.
32100         (islessgreater_test_data): Likewise.
32101         (isnan_test_data): Likewise.
32102         (isnormal_test_data): Likewise.
32103         (issignaling_test_data): Likewise.
32104         (isunordered_test_data): Likewise.
32105         (ldexp_test_data): Likewise.
32106         (lrint_test_data): Likewise.
32107         (lrint_test_data) [TEST_FLOAT]: Disable one test.
32108         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
32109         (lrint_tonearest_test_data): Test for "inexact" exceptions.
32110         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
32111         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
32112         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
32113         test input.
32114         (lrint_towardzero_test_data): Test for "inexact" exceptions.
32115         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
32116         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
32117         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
32118         that test input.
32119         (lrint_downward_test_data): Test for "inexact" exceptions.
32120         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
32121         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
32122         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
32123         test input.
32124         (lrint_upward_test_data): Test for "inexact" exceptions.
32125         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
32126         test input.
32127         (llrint_test_data): Test for "inexact" exceptions.
32128         (llrint_test_data) [TEST_FLOAT]: Disable one test.
32129         (llrint_tonearest_test_data): Test for "inexact" exceptions.
32130         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
32131         (llrint_towardzero_test_data): Test for "inexact" exceptions.
32132         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
32133         (llrint_downward_test_data): Test for "inexact" exceptions.
32134         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
32135         (llrint_upward_test_data): Test for "inexact" exceptions.
32136         (logb_test_data): Likewise.
32137         (logb_downward_test_data): Likewise.
32138         (nextafter_test_data): Likewise.
32139         (nexttoward_test_data): Likewise.
32140         (remainder_test_data): Likewise.
32141         (remquo_test_data): Likewise.
32142         (scalbn_test_data): Likewise.
32143         (scalbln_test_data): Likewise.
32144         (signbit_test_data): Likewise.
32145         (sqrt_test_data): Likewise.
32146         (significand_test_data): Likewise.
32148 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32150         [BZ #15424]
32151         * benchtests/bench-modf.c (struct args): Mark arg0 as
32152         volatile.
32153         * scripts/bench.pl: Mark members of struct args as volatile.
32155 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32157         [BZ # 15497]
32158         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
32159         negative infinity on POWER6 or lower.
32160         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
32162 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
32164         [BZ #15442]
32165         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
32166         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
32167         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
32168         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
32169         (_FP_SETQNAN): New macro.
32170         (_FP_SETQNAN_SEMIRAW): Likewise.
32171         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
32172         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
32173         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
32174         (FP_EXTEND): Use _FP_FRAC_SNANP.
32175         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
32176         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
32177         into account.
32178         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
32179         New macro.
32180         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
32181         Likewise.
32183 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
32185         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
32186         with DIVIDE_BY_ZERO_EXCEPTION.
32187         (gamma_test_data): Likewise.
32188         (lgamma_test_data): Likewise.
32189         (log_test_data): Likewise.
32190         (log10_test_data): Likewise.
32191         (log2_test_data): Likewise.
32192         (tgamma_test_data): Likewise.
32194         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
32195         (acos_test_tonearest): Likewise.
32196         (acos_test_towardzero): Likewise.
32197         (acos_test_downward): Likewise.
32198         (acos_test_upward): Likewise.
32199         (acosh_test): Likewise.
32200         (asin_test): Likewise.
32201         (asin_test_tonearest): Likewise.
32202         (asin_test_towardzero): Likewise.
32203         (asin_test_downward): Likewise.
32204         (asin_test_upward): Likewise.
32205         (asinh_test): Likewise.
32206         (atan_test): Likewise.
32207         (atanh_test): Likewise.
32208         (atan2_test): Likewise.
32209         (cabs_test): Likewise.
32210         (cacos_test): Likewise.
32211         (cacosh_test): Likewise.
32212         (casin_test): Likewise.
32213         (casinh_test): Likewise.
32214         (catan_test): Likewise.
32215         (catanh_test): Likewise.
32216         (cbrt_test): Likewise.
32217         (ccos_test): Likewise.
32218         (ccosh_test): Likewise.
32219         (cexp_test): Likewise.
32220         (clog_test): Likewise.
32221         (clog10_test): Likewise.
32222         (cos_test): Likewise.
32223         (cos_test_tonearest): Likewise.
32224         (cos_test_towardzero): Likewise.
32225         (cos_test_downward): Likewise.
32226         (cos_test_upward): Likewise.
32227         (cosh_test): Likewise.
32228         (cosh_test_tonearest): Likewise.
32229         (cosh_test_towardzero): Likewise.
32230         (cosh_test_downward): Likewise.
32231         (cosh_test_upward): Likewise.
32232         (cpow_test): Likewise.
32233         (csin_test): Likewise.
32234         (csinh_test): Likewise.
32235         (csqrt_test): Likewise.
32236         (ctan_test): Likewise.
32237         (ctan_test_tonearest): Likewise.
32238         (ctan_test_towardzero): Likewise.
32239         (ctan_test_downward): Likewise.
32240         (ctan_test_upward): Likewise.
32241         (ctanh_test): Likewise.
32242         (ctanh_test_tonearest): Likewise.
32243         (ctanh_test_towardzero): Likewise.
32244         (ctanh_test_downward): Likewise.
32245         (ctanh_test_upward): Likewise.
32246         (erf_test): Likewise.
32247         (erfc_test): Likewise.
32248         (exp_test): Likewise.
32249         (exp_test_tonearest): Likewise.
32250         (exp_test_towardzero): Likewise.
32251         (exp_test_downward): Likewise.
32252         (exp_test_upward): Likewise.
32253         (exp10_test): Likewise.
32254         (exp2_test): Likewise.
32255         (expm1_test): Likewise.
32256         (fmod_test): Likewise.
32257         (gamma_test): Likewise.
32258         (hypot_test): Likewise.
32259         (j0_test): Likewise.
32260         (j1_test): Likewise.
32261         (jn_test): Likewise.
32262         (lgamma_test): Likewise.
32263         (log_test): Likewise.
32264         (log10_test): Likewise.
32265         (log1p_test): Likewise.
32266         (log2_test): Likewise.
32267         (logb_test_downward): Likewise.
32268         (pow_test): Likewise.
32269         (pow_test_tonearest): Likewise.
32270         (pow_test_towardzero): Likewise.
32271         (pow_test_downward): Likewise.
32272         (pow_test_upward): Likewise.
32273         (remainder_test): Likewise.
32274         (remquo_test): Likewise.
32275         (sin_test): Likewise.
32276         (sin_test_tonearest): Likewise.
32277         (sin_test_towardzero): Likewise.
32278         (sin_test_downward): Likewise.
32279         (sin_test_upward): Likewise.
32280         (sincos_test): Likewise.
32281         (sinh_test): Likewise.
32282         (sinh_test_tonearest): Likewise.
32283         (sinh_test_towardzero): Likewise.
32284         (sinh_test_downward): Likewise.
32285         (sinh_test_upward): Likewise.
32286         (sqrt_test): Likewise.
32287         (tan_test): Likewise.
32288         (tan_test_tonearest): Likewise.
32289         (tan_test_towardzero): Likewise.
32290         (tan_test_downward): Likewise.
32291         (tan_test_upward): Likewise.
32292         (tanh_test): Likewise.
32293         (tgamma_test): Likewise.
32294         (y0_test): Likewise.
32295         (y1_test): Likewise.
32296         (yn_test): Likewise.
32298         * math/gen-libm-test.pl (adjust_arg): Remove function.
32299         (special_function): Remove argument $in_func.  Only handle
32300         generating output for tables of tests, not inside functions.
32301         (parse_args): Likewise.
32302         (generate_testfile): Remove variable $in_func.  Update call to
32303         parse_args.
32304         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
32305         (MINUS_ZERO_INIT): Rename macro to minus_zero.
32306         (PLUS_INFTY_INIT): Rename macro to plus_infty.
32307         (MINUS_INFTY_INIT): Rename macro to minus_infty.
32308         (QNAN_VALUE_INIT): Rename macro to qnan_value.
32309         (MAX_VALUE_INIT): Rename macro to max_value.
32310         (MIN_VALUE_INIT): Rename macro to min_value.
32311         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
32312         (plus_zero): Remove variable.
32313         (minus_zero): Likewise.
32314         (plus_infty): Likewise.
32315         (minus_infty): Likewise.
32316         (qnan_value): Likewise.
32317         (max_value): Likewise.
32318         (min_value): Likewise.
32319         (min_subnorm_value): Likewise.
32321 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32323         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
32324         uint64_t or uint32_t usage.
32325         * crypt/sha256-block.c: Likewise.
32326         * crypt/sha256-crypt.c: Likewise.
32327         * crypt/sha256.c: Likewise.
32328         * crypt/sha512-block.c: Likewise.
32329         * crypt/sha512-crypt.c: Likewise.
32330         * crypt/sha512.c: Likewise.
32331         * debug/backtrace-tst.c: Likewise.
32332         * debug/pcprofiledump.c: Likewise.
32333         * elf/cache.c: Likewise.
32334         * elf/dl-cache.c: Likewise.
32335         * elf/dl-misc.c: Likewise.
32336         * elf/dl-profile.c: Likewise.
32337         * elf/dl-support.c: Likewise.
32338         * elf/ldconfig.c: Likewise.
32339         * elf/sprof.c: Likewise.
32340         * iconv/dummy-repertoire.c: Likewise.
32341         * iconv/iconv_charmap.c: Likewise.
32342         * iconv/skeleton.c: Likewise.
32343         * iconvdata/8bit-generic.c: Likewise.
32344         * iconvdata/cp737.h: Likewise.
32345         * iconvdata/cp775.h: Likewise.
32346         * iconvdata/ibm1008.h: Likewise.
32347         * iconvdata/ibm1025.h: Likewise.
32348         * iconvdata/ibm1046.h: Likewise.
32349         * iconvdata/ibm1097.h: Likewise.
32350         * iconvdata/ibm1112.h: Likewise.
32351         * iconvdata/ibm1122.h: Likewise.
32352         * iconvdata/ibm1123.h: Likewise.
32353         * iconvdata/ibm1124.h: Likewise.
32354         * iconvdata/ibm1129.h: Likewise.
32355         * iconvdata/ibm1130.h: Likewise.
32356         * iconvdata/ibm1132.h: Likewise.
32357         * iconvdata/ibm1133.h: Likewise.
32358         * iconvdata/ibm1137.h: Likewise.
32359         * iconvdata/ibm1140.h: Likewise.
32360         * iconvdata/ibm1141.h: Likewise.
32361         * iconvdata/ibm1142.h: Likewise.
32362         * iconvdata/ibm1143.h: Likewise.
32363         * iconvdata/ibm1144.h: Likewise.
32364         * iconvdata/ibm1145.h: Likewise.
32365         * iconvdata/ibm1146.h: Likewise.
32366         * iconvdata/ibm1147.h: Likewise.
32367         * iconvdata/ibm1148.h: Likewise.
32368         * iconvdata/ibm1149.h: Likewise.
32369         * iconvdata/ibm1153.h: Likewise.
32370         * iconvdata/ibm1154.h: Likewise.
32371         * iconvdata/ibm1155.h: Likewise.
32372         * iconvdata/ibm1156.h: Likewise.
32373         * iconvdata/ibm1157.h: Likewise.
32374         * iconvdata/ibm1158.h: Likewise.
32375         * iconvdata/ibm1160.h: Likewise.
32376         * iconvdata/ibm1161.h: Likewise.
32377         * iconvdata/ibm1162.h: Likewise.
32378         * iconvdata/ibm1163.h: Likewise.
32379         * iconvdata/ibm1164.h: Likewise.
32380         * iconvdata/ibm1166.h: Likewise.
32381         * iconvdata/ibm1167.h: Likewise.
32382         * iconvdata/ibm12712.h: Likewise.
32383         * iconvdata/ibm1390.h: Likewise.
32384         * iconvdata/ibm1399.h: Likewise.
32385         * iconvdata/ibm16804.h: Likewise.
32386         * iconvdata/ibm4517.h: Likewise.
32387         * iconvdata/ibm4899.h: Likewise.
32388         * iconvdata/ibm4909.h: Likewise.
32389         * iconvdata/ibm4971.h: Likewise.
32390         * iconvdata/ibm5347.h: Likewise.
32391         * iconvdata/ibm803.h: Likewise.
32392         * iconvdata/ibm856.h: Likewise.
32393         * iconvdata/ibm901.h: Likewise.
32394         * iconvdata/ibm902.h: Likewise.
32395         * iconvdata/ibm9030.h: Likewise.
32396         * iconvdata/ibm9066.h: Likewise.
32397         * iconvdata/ibm921.h: Likewise.
32398         * iconvdata/ibm922.h: Likewise.
32399         * iconvdata/ibm9448.h: Likewise.
32400         * iconvdata/isiri-3342.h: Likewise.
32401         * iconvdata/jis0201.h: Likewise.
32402         * include/link.h: Likewise.
32403         * include/netdb.h: Likewise.
32404         * inet/check_native.c: Likewise.
32405         * inet/check_pf.c: Likewise.
32406         * inet/getipv4sourcefilter.c: Likewise.
32407         * inet/getnameinfo.c: Likewise.
32408         * inet/getsourcefilter.c: Likewise.
32409         * inet/htonl.c: Likewise.
32410         * inet/setipv4sourcefilter.c: Likewise.
32411         * inet/setsourcefilter.c: Likewise.
32412         * inet/test-inet6_opt.c: Likewise.
32413         * inet/tst-network.c: Likewise.
32414         * locale/C-collate.c: Likewise.
32415         * locale/C-ctype.c: Likewise.
32416         * locale/C-time.c: Likewise.
32417         * locale/C-translit.h: Likewise.
32418         * locale/loadarchive.c: Likewise.
32419         * locale/programs/3level.h: Likewise.
32420         * locale/programs/charmap.c: Likewise.
32421         * locale/programs/charmap.h: Likewise.
32422         * locale/programs/ld-address.c: Likewise.
32423         * locale/programs/ld-collate.c: Likewise.
32424         * locale/programs/ld-ctype.c: Likewise.
32425         * locale/programs/ld-identification.c: Likewise.
32426         * locale/programs/ld-measurement.c: Likewise.
32427         * locale/programs/ld-messages.c: Likewise.
32428         * locale/programs/ld-monetary.c: Likewise.
32429         * locale/programs/ld-name.c: Likewise.
32430         * locale/programs/ld-numeric.c: Likewise.
32431         * locale/programs/ld-paper.c: Likewise.
32432         * locale/programs/ld-telephone.c: Likewise.
32433         * locale/programs/ld-time.c: Likewise.
32434         * locale/programs/linereader.c: Likewise.
32435         * locale/programs/locale.c: Likewise.
32436         * locale/programs/locarchive.c: Likewise.
32437         * locale/programs/locfile.h: Likewise.
32438         * locale/programs/repertoire.c: Likewise.
32439         * locale/programs/simple-hash.c: Likewise.
32440         * locale/programs/simple-hash.h: Likewise.
32441         * malloc/memusage.c: Likewise.
32442         * malloc/memusagestat.c: Likewise.
32443         * nis/nis_defaults.c: Likewise.
32444         * nis/nis_hash.c: Likewise.
32445         * nis/nis_print.c: Likewise.
32446         * nis/nis_xdr.c: Likewise.
32447         * nscd/connections.c: Likewise.
32448         * nscd/hstcache.c: Likewise.
32449         * nscd/nscd_gethst_r.c: Likewise.
32450         * nscd/nscd_getserv_r.c: Likewise.
32451         * nscd/nscd_helper.c: Likewise.
32452         * nscd/servicescache.c: Likewise.
32453         * nss/makedb.c: Likewise.
32454         * nss/nss_db/db-XXX.c: Likewise.
32455         * nss/nss_db/db-initgroups.c: Likewise.
32456         * nss/nss_db/db-netgrp.c: Likewise.
32457         * nss/nss_files/files-network.c: Likewise.
32458         * nss/nss_files/files-parse.c: Likewise.
32459         * posix/bug-regex5.c: Likewise.
32460         * posix/fnmatch_loop.c: Likewise.
32461         * posix/regcomp.c: Likewise.
32462         * posix/regexec.c: Likewise.
32463         * posix/tst-rfc3484-2.c: Likewise.
32464         * posix/tst-rfc3484-3.c: Likewise.
32465         * posix/tst-rfc3484.c: Likewise.
32466         * resolv/nss_dns/dns-canon.c: Likewise.
32467         * resolv/nss_dns/dns-network.c: Likewise.
32468         * resolv/res_init.c: Likewise.
32469         * resolv/res_mkquery.c: Likewise.
32470         * resolv/tst-aton.c: Likewise.
32471         * stdlib/cxa_atexit.c: Likewise.
32472         * stdlib/cxa_finalize.c: Likewise.
32473         * stdlib/gen-fpioconst.c: Likewise.
32474         * stdlib/strtol_l.c: Likewise.
32475         * string/tst-endian.c: Likewise.
32476         * sunrpc/auth_des.c: Likewise.
32477         * sunrpc/clnt_udp.c: Likewise.
32478         * sunrpc/rtime.c: Likewise.
32479         * sunrpc/svcauth_des.c: Likewise.
32480         * sunrpc/xdr.c: Likewise.
32481         * sunrpc/xdr_intXX_t.c: Likewise.
32482         * sunrpc/xdr_rec.c: Likewise.
32483         * sysdeps/generic/ldconfig.h: Likewise.
32484         * sysdeps/generic/ldsodefs.h: Likewise.
32485         * sysdeps/generic/memusage.h: Likewise.
32486         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
32487         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
32488         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
32489         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
32490         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
32491         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
32492         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
32493         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
32494         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
32495         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
32496         * sysdeps/posix/getaddrinfo.c: Likewise.
32497         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
32498         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
32499         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
32500         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
32501         * sysdeps/powerpc/test-gettimebase.c: Likewise.
32502         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
32503         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
32504         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
32505         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
32506         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
32507         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
32508         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
32509         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
32510         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
32511         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
32512         * sysdeps/x86_64/dl-tls.h: Likewise.
32513         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
32514         * time/alt_digit.c: Likewise.
32515         * time/era.c: Likewise.
32516         * wcsmbs/tst-c16c32-1.c: Likewise.
32518 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
32520         * math/libm-test.inc (struct test_sincos_data): New type.
32521         (RUN_TEST_LOOP_sincos): New macro.
32522         (sincos_test_data): New variable.
32523         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
32525 2013-05-16  Richard Henderson  <rth@redhat.com>
32527         * math/atest-exp2.c (LIMB64): New macro.
32528         (CONSTSZ): New macro.
32529         (mp_exp1, mp_exp_m1, mp_log2): New variables.
32530         (hexdig): Move ...
32531         (print_mpn_fp): ... to function scope.
32532         (read_mpn_hex): Remove.
32533         (get_log2): Remove.
32534         (exp2_mpn): Use mp_log2.
32535         (main): Use mp_exp1.
32537 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
32539         * math/libm-test.inc: Remove comment about not testing "inexact"
32540         exceptions.
32541         (INEXACT_EXCEPTION): New macro.
32542         (NO_INEXACT_EXCEPTION): Likewise.
32543         (INVALID_EXCEPTION_OK): Update value.
32544         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
32545         (OVERFLOW_EXCEPTION_OK): Likewise.
32546         (UNDERFLOW_EXCEPTION_OK): Likewise.
32547         (IGNORE_ZERO_INF_SIGN): Likewise.
32548         (ERRNO_UNCHANGED): Likewise.
32549         (ERRNO_EDOM): Likewise.
32550         (ERRNO_ERANGE): Likewise.
32551         (test_exceptions): Handle testing "inexact" exceptions.
32552         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
32553         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
32554         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
32555         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
32556         INEXACT_EXCEPTION.
32557         (rint_towardzero_test_data): Likewise.
32558         (rint_downward_test_data): Likewise.
32559         (rint_upward_test_data): Likewise.
32561         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
32562         with OVERFLOW_EXCEPTION.
32563         (exp10_test_data): Likewise.
32564         (exp2_test_data): Likewise.
32565         (expm1_test_data): Likewise.
32566         (lgamma_test_data): Likewise.
32567         (pow_test_data): Likewise.
32568         (tgamma_test_data): Likewise.
32569         (yn_test_data): Remove duplicate test of overflow.
32571         * math/libm-test.inc (struct test_cc_c_data): New type.
32572         (RUN_TEST_LOOP_cc_c): New macro.
32573         (cpow_test_data): New variable.
32574         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
32576         * math/libm-test.inc (struct test_f_L_data): New type.
32577         (RUN_TEST_LOOP_f_L): New macro.
32578         (llrint_test_data): New variable.
32579         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
32580         (llrint_tonearest_test_data): New variable.
32581         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
32582         (llrint_towardzero_test_data): New variable.
32583         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
32584         (llrint_downward_test_data): New variable.
32585         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
32586         (llrint_upward_test_data): New variable.
32587         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
32588         (llround_test_data): New variable.
32589         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
32591 2013-05-13  Peter Collingbourne  <pcc@google.com>
32593         * math/atest-exp2.c (get_log2): Remove const attribute.
32595 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
32597         * math/libm-test.inc (struct test_f_l_data): New type.
32598         (RUN_TEST_LOOP_f_l): New macro.
32599         (lrint_test_data): New variable.
32600         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
32601         (lrint_tonearest_test_data): New variable.
32602         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
32603         (lrint_towardzero_test_data): New variable.
32604         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
32605         (lrint_downward_test_data): New variable.
32606         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
32607         (lrint_upward_test_data): New variable.
32608         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
32609         (lround_test_data): New variable.
32610         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
32612 2013-05-15  Peter Collingbourne  <pcc@google.com>
32614         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
32615         (EXTRACT_WORDS64) Use where appropriate.
32616         (INSERT_WORDS64) Likewise.
32618         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
32619         constraints with x constraints.
32620         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
32622         * malloc/obstack.c (_obstack_compat): Add initializer.
32624 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
32626         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
32627         si_trapno and add si_addr_lsb to _sifields.sigfault.
32628         (si_trapno): Remove macro.
32629         (si_addr_lsb): Define new macro.
32630         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
32632 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
32634         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
32635         instead of TEST_f_l.
32636         (llrint_test_tonearest): Likewise.
32637         (llrint_test_towardzero): Likewise.
32638         (llrint_test_downward): Likewise.
32639         (llrint_test_upward): Likewise.
32640         (llround_test): Likewise.
32642         * math/libm-test.inc (struct test_f_i_data): Add comment.
32643         (RUN_TEST_LOOP_f_b): New macro.
32644         (RUN_TEST_LOOP_f_b_tg): Likewise.
32645         (finite_test_data): New variable.
32646         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
32647         (isfinite_test_data): New variable.
32648         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
32649         (isinf_test_data): New variable.
32650         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
32651         (isnan_test_data): New variable.
32652         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
32653         (isnormal_test_data): New variable.
32654         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
32655         (issignaling_test_data): New variable.
32656         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
32657         (signbit_test_data): New variable.
32658         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
32660         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
32661         with INVALID_EXCEPTION.
32662         (acosh_test_data): Likewise.
32663         (asin_test_data): Likewise.
32664         (atanh_test_data): Likewise.
32665         (fmod_test_data): Likewise.
32666         (log_test_data): Likewise.
32667         (log10_test_data): Likewise.
32668         (log2_test_data): Likewise.
32669         (pow_test_data): Likewise.
32670         (sqrt_test_data): Likewise.
32671         (y0_test_data): Likewise.
32672         (y1_test_data): Likewise.
32673         (yn_test_data): Likewise.
32675         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
32676         function contents.
32678         * math/libm-test.inc (struct test_ff_i_data): New type.
32679         (RUN_TEST_LOOP_ff_i_tg): New macro.
32680         (isgreater_test_data): New variable.
32681         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
32682         (isgreaterequal_test_data): New variable.
32683         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
32684         (isless_test_data): New variable.
32685         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
32686         (islessequal_test_data): New variable.
32687         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
32688         (islessgreater_test_data): New variable.
32689         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
32690         (isunordered_test_data): New variable.
32691         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
32693 2013-05-14  David S. Miller  <davem@davemloft.net>
32695         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32697 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
32699         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
32701         * math/libm-test.inc (struct test_fF_f1_data): Change type of
32702         extra_test to int.
32703         (struct test_f_i_data): Change type of max_ulp to int.
32705         * math/libm-test.inc (test_ffI_f1_data): New type.
32706         (RUN_TEST_LOOP_ffI_f1): New macro.
32707         (remquo_test_data): New variable.
32708         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
32710         * setjmp/tst-setjmp-fp.c: New file.
32711         * setjmp/Makefile (tests): Add tst-setjmp-fp.
32712         (link-libm): New variable.
32713         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
32715         * math/libm-test.inc (struct test_f_i_data): New type.
32716         (RUN_TEST_LOOP_f_i): New macro.
32717         (RUN_TEST_LOOP_f_i_tg): Likewise.
32718         (fpclassify_test_data): New variable.
32719         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
32720         (ilogb_test_data): New variable.
32721         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
32723         * math/libm-test.inc (scalbln_test): Correct function name in END
32724         call.
32726         * math/libm-test.inc (struct test_f_f1_data): Add comment.
32727         (RUN_TEST_LOOP_fI_f1): New macro.
32728         (frexp_test_data): New variable.
32729         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
32731         * math/libm-test.inc (struct test_fF_f1_data): New type.
32732         (RUN_TEST_LOOP_fF_f1): New macro.
32733         (modf_test_data): New variable.
32734         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
32736         * math/libm-test.inc (struct test_f_f1_data): New type.
32737         (RUN_TEST_LOOP_f_f1): New macro.
32738         (gamma_test_data): New variable.
32739         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
32740         (lgamma_test_data): New variable.
32741         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
32743 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
32745         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
32746         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
32747         (main): Comment "tls" pseudo-hwcap.
32749 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
32751         * math/libm-test.inc (struct test_fl_f_data): New type.
32752         (RUN_TEST_LOOP_fl_f): New variable.
32753         (scalbln_test_data): New variable.
32754         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
32756         * math/libm-test.inc (struct test_fi_f_data): New type.
32757         (RUN_TEST_LOOP_fi_f): New macro.
32758         (ldexp_test_data): New variable.
32759         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
32760         (scalbn_test_data): New variable.
32761         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
32763         * math/libm-test.inc (struct test_c_f_data): New type.
32764         (RUN_TEST_LOOP_c_f): New macro.
32765         (cabs_test_data): New variable.
32766         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
32767         (carg_test_data): New variable.
32768         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
32769         (cimag_test_data): New variable.
32770         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
32771         (creal_test_data): New variable.
32772         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
32774         * math/libm-test.inc (struct test_if_f_data): New type.
32775         (RUN_TEST_LOOP_if_f): New macro.
32776         (jn_test_data): New variable.
32777         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
32778         (yn_test_data): New variable.
32779         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
32781         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
32783 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32785         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
32786         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
32788 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32790         * benchtests/Makefile (CPPFLAGS-nonlib): Add
32791         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
32792         (bench-deps): Add bench-timing.h.
32793         * benchtests-bench-skeleton.c: Include bench-timing.h.
32794         (main): Use TIMING_* macros instead of clock_gettime.
32795         * benchtests/bench-timing.h: New file.
32797         [BZ #14582]
32798         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
32799         Renamed from _LIB_VERSION.
32800         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
32802 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
32804         * math/libm-test.inc (struct test_fff_f_data): New type.
32805         (RUN_TEST_LOOP_fff_f): New macro.
32806         (fma_test_data): New variable.
32807         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
32808         (fma_towardzero_test_data): New variable.
32809         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
32810         (fma_downward_test_data): New variable.
32811         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
32812         (fma_upward_test_data): New variable.
32813         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
32815         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
32816         (struct test_c_c_data): New type.
32817         (RUN_TEST_LOOP_c_c): New macro.
32818         (cacos_test_data): New variable.
32819         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
32820         (cacosh_test_data): New variable.
32821         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
32822         (casin_test_data): New variable.
32823         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
32824         (casinh_test_data): New variable.
32825         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
32826         (catan_test_data): New variable.
32827         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
32828         (catanh_test_data): New variable.
32829         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
32830         (ccos_test_data): New variable.
32831         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
32832         (ccosh_test_data): New variable.
32833         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
32834         (cexp_test_data): New variable.
32835         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
32836         (clog_test_data): New variable.
32837         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
32838         (clog10_test_data): New variable.
32839         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
32840         (conj_test_data): New variable.
32841         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
32842         (cproj_test_data): New variable.
32843         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
32844         (csin_test_data): New variable.
32845         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
32846         (csinh_test_data): New variable.
32847         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
32848         (csqrt_test_data): New variable.
32849         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
32850         (ctan_test_data): New variable.
32851         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
32852         (ctan_tonearest_test_data): New variable.
32853         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
32854         (ctan_towardzero_test_data): New variable.
32855         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
32856         (ctan_downward_test_data): New variable.
32857         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
32858         (ctan_upward_test_data): New variable.
32859         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
32860         (ctanh_test_data): New variable.
32861         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
32862         (ctanh_tonearest_test_data): New variable.
32863         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
32864         (ctanh_towardzero_test_data): New variable.
32865         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
32866         (ctanh_downward_test_data): New variable.
32867         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
32868         (ctanh_upward_test_data): New variable.
32869         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
32870         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
32871         of BUILD_COMPLEX.
32873         * math/libm-test.inc (struct test_ff_f_data): New type.
32874         (struct test_ff_f_data_nexttoward): Likewise.
32875         (RUN_TEST_LOOP_2_f): New macro.
32876         (RUN_TEST_LOOP_ff_f): Likewise.
32877         (atan2_test_data): New variable.
32878         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
32879         (copysign_test_data): New variable.
32880         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
32881         (fdim_test_data): New variable.
32882         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
32883         (fmax_test_data): New variable.
32884         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
32885         (fmin_test_data): New variable.
32886         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
32887         (fmod_test_data): New variable.
32888         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
32889         (hypot_test_data): New variable.
32890         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
32891         (nextafter_test_data): New variable.
32892         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
32893         (nexttoward_test_data): New variable.
32894         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
32895         (pow_test_data): New variable.
32896         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
32897         (pow_tonearest_test_data): New variable.
32898         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
32899         (pow_towardzero_test_data): New variable.
32900         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
32901         (pow_downward_test_data): New variable.
32902         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
32903         (pow_upward_test_data): New variable.
32904         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
32905         (remainder_test_data): New variable.
32906         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
32907         (scalb_test_data): New variable.
32908         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
32909         * sysdeps/i386/fpu/libm-test-ulps: Update.
32911 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
32913         * math/libm-test.inc (fma_test): Use max_value instead of local
32914         variable fltmax.
32915         (nextafter_test): Likewise.
32917         * math/libm-test.inc (acos_towardzero_test_data): New variable.
32918         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
32919         (acos_downward_test_data): New variable.
32920         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
32921         (acos_upward_test_data): New variable.
32922         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
32923         (acosh_test_data): New variable.
32924         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
32925         (asin_test_data): New variable.
32926         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
32927         (asin_tonearest_test_data): New variable.
32928         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
32929         (asin_towardzero_test_data): New variable.
32930         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
32931         (asin_downward_test_data): New variable.
32932         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
32933         (asin_upward_test_data): New variable.
32934         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
32935         (asinh_test_data): New variable.
32936         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
32937         (atan_test_data): New variable.
32938         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
32939         (atanh_test_data): New variable.
32940         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
32941         (cbrt_test_data): New variable.
32942         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
32943         (ceil_test_data): New variable.
32944         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
32945         (cos_test_data): New variable.
32946         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
32947         (cos_tonearest_test_data): New variable.
32948         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
32949         (cos_towardzero_test_data): New variable.
32950         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
32951         (cos_downward_test_data): New variable.
32952         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
32953         (cos_upward_test_data): New variable.
32954         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
32955         (cosh_test_data): New variable.
32956         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
32957         (cosh_tonearest_test_data): New variable.
32958         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
32959         (cosh_towardzero_test_data): New variable.
32960         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
32961         (cosh_downward_test_data): New variable.
32962         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
32963         (cosh_upward_test_data): New variable.
32964         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
32965         (erf_test_data): New variable.
32966         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
32967         (erfc_test_data): New variable.
32968         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
32969         (exp_test_data): New variable.
32970         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
32971         (exp_tonearest_test_data): New variable.
32972         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
32973         (exp_towardzero_test_data): New variable.
32974         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
32975         (exp_downward_test_data): New variable.
32976         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
32977         (exp_upward_test_data): New variable.
32978         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
32979         (exp10_test_data): New variable.
32980         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
32981         (exp2_test_data): New variable.
32982         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
32983         (expm1_test_data): New variable.
32984         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
32985         (fabs_test_data): New variable.
32986         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
32987         (floor_test_data): New variable.
32988         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
32989         (j0_test_data): New variable.
32990         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
32991         (j1_test_data): New variable.
32992         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
32993         (log_test_data): New variable.
32994         (log_test): Run tests with RUN_TEST_LOOP_f_f.
32995         (log10_test_data): New variable.
32996         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
32997         (log1p_test_data): New variable.
32998         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
32999         (log2_test_data): New variable.
33000         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
33001         (logb_test_data): New variable.
33002         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
33003         (logb_downward_test_data): New variable.
33004         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
33005         (nearbyint_test_data): New variable.
33006         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
33007         (rint_test_data): New variable.
33008         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
33009         (rint_tonearest_test_data): New variable.
33010         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
33011         (rint_towardzero_test_data): New variable.
33012         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
33013         (rint_downward_test_data): New variable.
33014         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
33015         (rint_upward_test_data): New variable.
33016         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
33017         (round_test_data): New variable.
33018         (round_test): Run tests with RUN_TEST_LOOP_f_f.
33019         (sin_test_data): New variable.
33020         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
33021         (sin_tonearest_test_data): New variable.
33022         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
33023         (sin_towardzero_test_data): New variable.
33024         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
33025         (sin_downward_test_data): New variable.
33026         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
33027         (sin_upward_test_data): New variable.
33028         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
33029         (sinh_test_data): New variable.
33030         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
33031         (sinh_tonearest_test_data): New variable.
33032         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
33033         (sinh_towardzero_test_data): New variable.
33034         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
33035         (sinh_downward_test_data): New variable.
33036         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
33037         (sinh_upward_test_data): New variable.
33038         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
33039         (sqrt_test_data): New variable.
33040         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
33041         (tan_test_data): New variable.
33042         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
33043         (tan_tonearest_test_data): New variable.
33044         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
33045         (tan_towardzero_test_data): New variable.
33046         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
33047         (tan_downward_test_data): New variable.
33048         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
33049         (tan_upward_test_data): New variable.
33050         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
33051         (tanh_test_data): New variable.
33052         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
33053         (tgamma_test_data): New variable.
33054         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
33055         (trunc_test_data): New variable.
33056         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
33057         (y0_test_data): New variable.
33058         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
33059         (y1_test_data): New variable.
33060         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
33061         (significand_test_data): New variable.
33062         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
33064 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
33066         [BZ #12387]
33067         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
33069 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
33071         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
33073 2013-05-10  Andreas Jaeger  <aj@suse.de>
33075         [BZ #15448]
33076         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
33077         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
33079 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
33081         * math/gen-libm-test.pl (adjust_arg): New function.
33082         (special_functions): Handle generating output in both functions
33083         and arrays.
33084         (parse_args): Likewise.
33085         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
33086         $in_func argument to parse_args.
33087         * math/libm-test.inc (struct test_f_f_data): New type.
33088         (IF_ROUND_INIT_): New macro.
33089         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
33090         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
33091         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
33092         (IF_ROUND_INIT_FE_UPWARD): Likewise.
33093         (ROUND_RESTORE_): Likewise.
33094         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
33095         (ROUND_RESTORE_FE_TONEAREST): Likewise.
33096         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
33097         (ROUND_RESTORE_FE_UPWARD): Likewise.
33098         (RUN_TEST_LOOP_f_f): New macro.
33099         (acos_test_data): New variable.
33100         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
33101         (acos_tonearest_test_data): New variable.
33102         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
33104 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33106         * benchtests/bench-skeleton.c (startup): Fix coding style.
33108 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
33110         [BZ #6809]
33111         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
33112         negative infinity argument.
33113         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
33114         negative infinity argument.
33115         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
33116         negative infinity argument.
33117         * math/libm-test.inc (tgamma_test): Expect errno to be set for
33118         domain errors.
33120 2013-05-10  Florian Weimer  <fweimer@redhat.com>
33122         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
33123         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
33124         * iconv/iconv_prog.c (main): Likewise.
33125         * locale/programs/charmap-dir.c (charmap_readdir)
33126         (fopen_uncompressed): Likewise.
33127         * locale/programs/locfile.c (siblings_uncached)
33128         (write_locale_data): Use lstat64 instead of lstat.
33129         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
33130         stat.
33132 2013-05-10  Andreas Jaeger  <aj@suse.de>
33134         [BZ #15395]
33135         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
33136         localization.
33137         Include <locale.h>.
33139 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
33141         * elf/dl-close.c (_dl_close_worker): Add comments.
33143 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
33145         [BZ #15359]
33146         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
33147         high part of pi/2.
33148         (__ieee754_rem_pio2l): Update comments.
33150         [BZ #15429]
33151         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
33152         high part of pi/2.
33153         (__ieee754_rem_pio2l): Update comments.
33155         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
33156         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
33158         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
33159         M_PI_4l.
33161         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
33162         (M_PI_34_LOG10El): Likewise.
33163         (M_PI2_LOG10El): Likewise.
33164         (M_PI4_LOG10El): Likewise.
33165         (M_PI_LOG10El): Likewise.
33167 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33169         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33171 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
33173         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
33174         (MINUS_ZERO_INIT): Likewise.
33175         (PLUS_INFTY_INIT): Likewise.
33176         (MINUS_INFTY_INIT): Likewise.
33177         (QNAN_VALUE_INIT): Likewise.
33178         (MAX_VALUE_INIT): Likewise.
33179         (MIN_VALUE_INIT): Likewise.
33180         (MIN_SUBNORM_VALUE_INIT): Likewise.
33181         (plus_zero): Initialize with PLUS_ZERO_INIT.
33182         (minus_zero): Initialize with MINUS_ZERO_INIT.
33183         (plus_infty): Initialize with PLUS_INFTY_INIT.
33184         (minus_infty): Initialize with MINUS_INFTY_INIT.
33185         (qnan_value): Initialize with QNAN_VALUE_INIT.
33186         (max_value): Initialize with MAX_VALUE_INIT.
33187         (min_value): Initialize with MIN_VALUE_INIT.
33188         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
33190         * math/libm-test.inc (RUN_TEST_if_f): New macro.
33191         (jn_test): Use TEST_if_f instead of TEST_ff_f.
33192         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
33193         (yn_test): Use TEST_if_f instead of TEST_ff_f.
33195         * math/libm-test.inc (RUN_TEST_f_f): New macro.
33196         (RUN_TEST_2_f): Likewise.
33197         (RUN_TEST_ff_f): Likewise.
33198         (RUN_TEST_fi_f): Likewise.
33199         (RUN_TEST_fl_f): Likewise.
33200         (RUN_TEST_fff_f): Likewise.
33201         (RUN_TEST_c_f): Likewise.
33202         (RUN_TEST_f_f1): Likewise.
33203         (RUN_TEST_fF_f1): Likewise.
33204         (RUN_TEST_fI_f1): Likewise.
33205         (RUN_TEST_ffI_f1): Likewise.
33206         (RUN_TEST_c_c): Likewise.
33207         (RUN_TEST_cc_c): Likewise.
33208         (RUN_TEST_f_i): Likewise.
33209         (RUN_TEST_f_i_tg): Likewise.
33210         (RUN_TEST_ff_i_tg): Likewise.
33211         (RUN_TEST_f_b): Likewise.
33212         (RUN_TEST_f_b_tg): Likewise.
33213         (RUN_TEST_f_l): Likewise.
33214         (RUN_TEST_f_L): Likewise.
33215         (RUN_TEST_sincos): Likewise.
33216         * math/gen-libm-test.pl (new_test): Take new argument to indicate
33217         whether to show exceptions.  Do not include ");\n" in return
33218         value.
33219         (special_functions): Output call to RUN_TEST_sincos instead of
33220         check_float calls.  Update calls to new_test.
33221         (parse_args): Output call to single RUN_TEST_* macro instead of
33222         check_* calls and other assignments.  Update calls to new_test.
33224         [BZ #2546]
33225         [BZ #2560]
33226         [BZ #5159]
33227         [BZ #15426]
33228         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
33229         input to result for tgamma overflow.
33230         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
33231         (gamma_coeff): New variable.
33232         (NCOEFF): New macro.
33233         (gamma_positive): New function.
33234         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
33235         underflow here.  Use gamma_positive instead of exp (lgamma) for
33236         other arguments.
33237         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
33238         (gamma_coeff): New variable.
33239         (NCOEFF): New macro.
33240         (gammaf_positive): New function.
33241         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
33242         underflow here.  Use gamma_positive instead of exp (lgamma) for
33243         other arguments.
33244         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
33245         (gamma_coeff): New variable.
33246         (NCOEFF): New macro.
33247         (gammal_positive): New function.
33248         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
33249         underflow here.  Use gamma_positive instead of exp (lgamma) for
33250         other arguments.
33251         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
33252         (gamma_coeff): New variable.
33253         (NCOEFF): New macro.
33254         (gammal_positive): New function.
33255         (__ieee754_gammal_r): Handle positive infinity, overflow and
33256         underflow here.  Handle NaN the same as positive infinity.  Remove
33257         check x < 0xffffffff for negative integers.  Use gamma_positive
33258         instead of exp (lgamma) for other arguments.
33259         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
33260         (gamma_coeff): New variable.
33261         (NCOEFF): New macro.
33262         (gammal_positive): New function.
33263         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
33264         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
33265         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
33266         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
33267         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
33268         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
33269         * sysdeps/generic/math_private.h (__gamma_productf): New
33270         prototype.
33271         (__gamma_product): Likewise.
33272         (__gamma_productl): Likewise.
33273         * math/Makefile (libm-calls): Add gamma_product.
33274         * math/libm-test.inc (tgamma_test): Add more tests.
33275         * sysdeps/i386/fpu/libm-test-ulps: Update.
33276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33278 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
33280         * benchtests/bench-skeleton.c (main): Preheat CPU.
33282 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
33284         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
33286 2013-05-07  Roland McGrath  <roland@hack.frob.com>
33288         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
33289         and _dl_skip_args_internal.
33291 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
33293         * manual/message.texi (Message Translation): Talk about users.
33294         Message to key mapping impacts design.
33296 2013-05-06  Roland McGrath  <roland@hack.frob.com>
33298         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
33300         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
33302         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
33303         * sysdeps/wordsize-64/glob64.c: ... here.
33305         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
33306         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
33307         New macros.
33309         * debug/getlogin_r_chk.c: Moved to ...
33310         * login/getlogin_r_chk.c: ... here.
33311         * debug/Makefile (routines): Move getlogin_r_chk to ...
33312         * login/Makefile (routines): ... here.
33313         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
33314         * login/Versions (libc: GLIBC_2.4): ... here.
33316         * io/poll.c (__poll): Renamed from poll.
33317         Add libc_hidden_def.
33318         (poll): Define as weak alias.
33320         * debug/ptsname_r_chk.c: Moved to ...
33321         * login/ptsname_r_chk.c: ... here.
33322         * debug/Makefile (routines): Move ptsname_r_chk to ...
33323         * login/Makefile (routines): ... here.
33324         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
33325         * login/Versions (libc: GLIBC_2.4): ... here.
33327         * posix/getlogin.c: Moved to ...
33328         * login/getlogin.c: ... here.
33329         * posix/getlogin_r.c: Moved to ...
33330         * login/getlogin_r.c: ... here.
33331         * posix/getlogin_r.c: Moved to ...
33332         * login/getlogin_r.c: ... here.
33333         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
33334         * login/Makefile (routines): ... here.
33335         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
33336         * login/Versions (libc: GLIBC_2.0): ... here.
33338         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
33339         (setrlimit): Define as weak alias.
33341         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
33342         Call __ names for open, ftruncate, and close.
33343         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
33344         (truncate): Define as weak alias.
33346 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
33348         * math/gen-libm-test.pl (parse_args): Initialize x before each
33349         test of frexp, modf and remquo.
33351         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
33352         test signgam value.
33354 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33356         [BZ #15418]
33357         [BZ #15419]
33358         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
33359         internal tests.
33360         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
33362 2013-05-06  Roland McGrath  <roland@hack.frob.com>
33364         * elf/dl-writev.h: New file.
33365         * elf/dl-misc.c: Include it.
33366         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
33367         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
33369 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
33371         * math/libm-test.inc (noXFails): Remove variable.
33372         (noXPasses): Likewise.
33373         (BUILD_COMPLEX_INT): Remove macro.
33374         (print_screen): Remove xfail argument.
33375         (print_screen_max_error): Likewise.
33376         (update_stats): Likewise.
33377         (print_max_error): Likewise.  Update calls to other affected
33378         functions.
33379         (print_complex_max_error): Likewise.
33380         (test_single_exception): Update calls to print_screen.
33381         (test_single_errno): Likewise.
33382         (check_float_internal): Remove xfail argument.  Update calls to
33383         other affected functions.
33384         (check_float): Likewise.
33385         (check_complex): Likewise.
33386         (check_int): Likewise.
33387         (check_long): Likewise.
33388         (check_bool): Likewise.
33389         (check_longlong): Likewise.
33390         (main): Don't print noXFails and noXPasses.
33391         * math/gen-libm-test.pl (top level): Don't mention expected
33392         failure handling in comment.
33393         (new_test): Don't handle expected failures.
33394         (parse_args): Don't mention expected failure handling in comment.
33395         (generate_testfile): Don't handle expected failures.
33396         (parse_ulps): Likewise.
33397         (print_ulps_file): Likewise.
33398         (get_failure): Remove function.
33399         (output_test): Don't handle expected failures.
33400         * make/README.libm-test: Don't mention expected failure handling.
33402         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
33403         (minus_zero): Likewise.
33404         (plus_infty): Likewise.
33405         (minus_infty): Likewise.
33406         (qnan_value): Likewise.
33407         (max_value): Likewise.
33408         (min_value): Likewise.
33409         (min_subnorm_value): Likewise.
33410         (initialize): Do not initialize those variables dynamically.
33412 2013-05-03  Roland McGrath  <roland@hack.frob.com>
33414         * io/open.c (__open_2): Moved to ...
33415         * io/open_2.c: ... this new file.
33416         * io/open64.c (__open64_2): Moved to ...
33417         * io/open64_2.c: ... this new file.
33418         * io/openat.c (__openat_2): Moved to ...
33419         * io/openat_2.c: ... this new file.
33420         * io/openat64.c (__openat64_2): Moved to ...
33421         * io/openat64_2.c: ... this new file.
33422         * io/Makefile (routines): Add them.
33423         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
33424         * sysdeps/unix/sysv/linux/open_2.c: File removed.
33425         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
33426         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
33427         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
33428         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
33429         (__openat64): Add hidden_ver.
33430         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
33431         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
33433         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
33434         Separately conditionalize setting of GLRO(dl_sysinfo) so
33435         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
33436         as well, but the actual setting is only under [NEED_DL_SYSINFO].
33438 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33440         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
33441         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
33442         definition.
33443         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
33444         * sysdeps/unix/sysv/linux/powerpc/init-first.c
33445         (_libc_vdso_platform_setup): Add __vdso_time initialization.
33446         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
33447         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
33449 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
33451         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
33452         test signgam value.
33454         * math/libm-test.inc (hypot_test): Do not use
33455         IGNORE_ZERO_INF_SIGN.
33457 2013-05-03  Andreas Jaeger  <aj@suse.de>
33459         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
33460         Linux 3.9.
33461         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
33462         (PF_MAX): Adjust for VSOCK change.
33464 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33466         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33468 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
33470         [BZ #15264]
33471         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
33472         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
33473         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
33475 2013-05-02  David S. Miller  <davem@davemloft.net>
33477         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33479 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
33481         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
33483 2013-05-01  Roland McGrath  <roland@hack.frob.com>
33485         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
33487 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
33489         [BZ #14952]
33490         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
33491         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
33492         Use __attribute__ ((__gnu_inline__)).
33493         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
33494         Don't use __attribute__ ((__gnu_inline__)).
33496 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
33498         [BZ #15423]
33499         * math/s_catan.c (__catan): Handle small real or imaginary part of
33500         input specially to avoid spurious underflow.
33501         * math/s_catanf.c (__catanf): Likewise.
33502         * math/s_catanh.c (__catanh): Likewise.
33503         * math/s_catanhf.c (__catanhf): Likewise.
33504         * math/s_catanhl.c (__catanhl): Likewise.
33505         * math/s_catanl.c (__catanl): Likewise.
33506         * math/libm-test.inc (catan_test): Add more tests.
33507         (catanh_test): Likewise.
33508         * sysdeps/i386/fpu/libm-test-ulps: Update.
33509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33511 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33513         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33515 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
33517         [BZ #15416]
33518         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
33519         accurately for denominator in atan2.
33520         * math/s_catanf.c (__catanf): Likewise.
33521         * math/s_catanh.c (__catanh): Likewise.
33522         * math/s_catanhf.c (__catanhf): Likewise.
33523         * math/s_catanhl.c (__catanhl): Likewise.
33524         * math/s_catanl.c (__catanl): Likewise.
33525         * math/libm-test.inc (catan_test): Add more tests.
33526         (catanh_test): Likewise.
33527         * sysdeps/i386/fpu/libm-test-ulps: Update.
33528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33530 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33532         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
33534         * benchtests/Makefile (bench): Remove slow benchmarks.
33535         * benchtests/atan-inputs: Add slow benchmark inputs.
33536         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
33537         (BENCH_FUNC): Accept variant offset.
33538         (VARIANT): Define.
33539         * benchtests/bench-skeleton.c (main): Run benchmark for each
33540         variant.
33541         * benchtests/cos-inputs: Add slow benchmark inputs.
33542         * benchtests/exp-inputs: Likewise.
33543         * benchtests/pow-inputs: Likewise.
33544         * benchtests/sin-inputs: Likewise.
33545         * benchtests/slowatan-inputs: Remove.
33546         * benchtests/slowatan.c: Remove.
33547         * benchtests/slowcos-inputs: Remove.
33548         * benchtests/slowcos.c: Remove.
33549         * benchtests/slowexp-inputs: Remove.
33550         * benchtests/slowexp.c: Remove.
33551         * benchtests/slowpow-inputs: Remove.
33552         * benchtests/slowpow.c: Remove.
33553         * benchtests/slowsin-inputs: Remove.
33554         * benchtests/slowsin.c: Remove.
33555         * benchtests/slowtan-inputs: Remove.
33556         * benchtests/slowtan.c: Remove.
33557         * benchtests/tan-inputs: Add slow benchmark inputs.
33558         * scripts/bench.pl: Parse comments and directives.
33560         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
33561         in CPPFLAGS.
33562         ($(objpfx)bench-%.c): Remove *-ITER.
33563         * benchtests/bench-modf.c: Remove definition of ITER.
33564         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
33565         (main): Loop for DURATION seconds instead of fixed number of
33566         iterations.
33567         * scripts/bench.pl: Don't expect iterations in parameters.
33569 2013-04-29  Roland McGrath  <roland@hack.frob.com>
33571         * io/fchdir.c (__fchdir): Renamed from fchdir.
33572         (fchdir): Define as weak alias.
33574 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
33576         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
33577         (ERRNO_EDOM): Likewise.
33578         (ERRNO_ERANGE): Likewise.
33579         (noErrnoTests): New variable.
33580         (init_max_error): Set errno to 0.
33581         (test_single_errno): New function.
33582         (test_errno): Likewise.
33583         (check_float_internal): Call test_errno.  Set errno to 0.
33584         (check_complex): Refer to errno tests in comment.
33585         (check_int): Call test_errno.  Set errno to 0.
33586         (check_long): Likewise.
33587         (check_bool): Likewise.
33588         (check_longlong): Likewise.
33589         (cos_test): Use ERRNO_* flags for errno tests instead of
33590         check_int.
33591         (expm1_test): Likewise.
33592         (fmod_test): Likewise.
33593         (ilogb_test): Likewise.
33594         (lgamma_test): Likewise.
33595         (pow_test): Likewise.
33596         (remainder_test): Likewise.
33597         (sin_test): Likewise.
33598         (tan_test): Likewise.
33599         (yn_test): Likewise.
33600         (initialize): Set errno to 0.
33601         (main): Print number of errno tests.
33602         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
33604 2013-04-29  Andreas Jaeger  <aj@suse.de>
33606         [BZ #15084]
33607         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
33608         and RES_USEVC.
33610         [BZ #15085]
33611         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
33612         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
33613         unimplemented.
33615         [BZ #15380]
33616         * stdlib/random.c (__initstate): Return NULL if
33617         __initstate fails.
33619         [BZ #15086]
33620         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
33621         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
33622         RES_SNGLKUPREOP.
33624 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33626         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33628 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
33630         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
33631         of individual tests.
33632         (casin_test): Likewise.
33633         (casinh_test): Likewise.
33635 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
33637         [BZ #15409]
33638         * math/s_catan.c (__catan): Handle arguments with large real or
33639         imaginary part separately without squaring.
33640         * math/s_catanf.c (__catanf): Likewise.
33641         * math/s_catanh.c (__catanh): Likewise.
33642         * math/s_catanhf.c (__catanhf): Likewise.
33643         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
33644         and redefine.
33645         (__catanhl): Handle arguments with large real or imaginary part
33646         separately without squaring.
33647         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
33648         and redefine.
33649         (__catanl): Handle arguments with large real or imaginary part
33650         separately without squaring.
33651         * math/libm-test.inc (catan_test): Add more tests.
33652         (catanh_test): Likewise.
33653         * sysdeps/i386/fpu/libm-test-ulps: Update.
33654         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33656 2013-04-27  Andreas Jaeger  <aj@suse.de>
33658         [BZ #15007]
33659         * stdlib/stdlib.h: Update guards for qecvt.
33660         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
33661         <stdlib.h>.
33663 2013-04-27  Allan McRae  <allan@archlinux.org>
33665         * sysdeps/i386/fpu/libm-test-ulps: Update.
33667 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
33669         [BZ #15406]
33670         * math/s_catan.c: Include <float.h>.
33671         (__catan): Ensure underflow exception occurs for underflowed
33672         result.
33673         * math/s_catanf.c: Include <float.h>.
33674         (__catanf): Ensure underflow exception occurs for underflowed
33675         result.
33676         * math/s_catanh.c: Include <float.h>.
33677         (__catanh): Ensure underflow exception occurs for underflowed
33678         result.
33679         * math/s_catanhf.c: Include <float.h>.
33680         (__catanhf): Ensure underflow exception occurs for underflowed
33681         result.
33682         * math/s_catanhl.c: Include <float.h>.
33683         (__catanhl): Ensure underflow exception occurs for underflowed
33684         result.
33685         * math/s_catanl.c: Include <float.h>.
33686         (__catanl): Ensure underflow exception occurs for underflowed
33687         result.
33688         * math/libm-test.inc (catan_test): Add more tests.
33689         (catanh_test): Likewise.
33691         [BZ #15405]
33692         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
33693         underflowed result.
33694         * math/s_ccoshf.c (__ccoshf): Likewise.
33695         * math/s_ccoshl.c (__ccoshl): Likewise.
33696         * math/s_csin.c (__csin): Likewise.
33697         * math/s_csinf.c (__csinf): Likewise.
33698         * math/s_csinh.c (__csinh): Likewise.
33699         * math/s_csinhf.c (__csinhf): Likewise.
33700         * math/s_csinhl.c (__csinhl): Likewise.
33701         * math/s_csinl.c (__csinl): Likewise.
33702         * math/libm-test.inc (ccos_test): Add more tests.
33703         (ccosh_test): Likewise.
33704         (csin_test): Likewise.
33705         (csinh_test): Likewise.
33707 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33709         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
33710         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
33711         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
33712         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
33713         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
33714         powerpc/power5+/fpu folders.
33715         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
33718 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
33720         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33722 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
33724         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
33725         additions to variable.
33726         [$(config-machine) = x86_64] (modules-names): Likewise.
33727         ($(objpfx)tst-audit3): Remove dependency.
33728         ($(objpfx)tst-audit3.out): Likewise.
33729         ($(objpfx)tst-audit4): Likewise.
33730         ($(objpfx)tst-audit4.out): Likewise.
33731         ($(objpfx)tst-audit5): Likewise.
33732         ($(objpfx)tst-audit5.out): Likewise.
33733         ($(objpfx)tst-audit6): Likewise.
33734         ($(objpfx)tst-audit6.out): Likewise.
33735         ($(objpfx)tst-audit7): Likewise.
33736         ($(objpfx)tst-audit7.out): Likewise.
33737         (tst-audit3-ENV): Remove variable.
33738         (tst-audit4-ENV): Likewise.
33739         (tst-audit5-ENV): Likewise.
33740         (tst-audit6-ENV): Likewise.
33741         (tst-audit7-ENV): Likewise.
33742         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
33743         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
33744         addition to variable.
33745         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
33746         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
33747         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
33748         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
33749         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
33750         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
33751         tst-audit3, tst-audit4 and tst-audit5.
33752         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
33753         tst-audit6 and tst-audit7.
33754         [$(subdir) = elf] (modules-names): Add audit modules for those
33755         tests.
33756         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
33757         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
33758         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
33759         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
33760         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
33761         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
33762         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
33763         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
33764         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
33765         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
33766         [$(subdir) = elf] (tst-audit3-ENV): New variable.
33767         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
33768         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
33769         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
33770         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
33771         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
33772         Likewise.
33773         [$(subdir) = elf && $(config-cflags-avx) = yes]
33774         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
33775         [$(subdir) = elf && $(config-cflags-avx) = yes]
33776         (CFLAGS-tst-auditmod4a.c): Likewise.
33777         [$(subdir) = elf && $(config-cflags-avx) = yes]
33778         (CFLAGS-tst-auditmod4b.c): Likewise.
33779         [$(subdir) = elf && $(config-cflags-avx) = yes]
33780         (CFLAGS-tst-auditmod6b.c): Likewise.
33781         [$(subdir) = elf && $(config-cflags-avx) = yes]
33782         (CFLAGS-tst-auditmod6c.c): Likewise.
33783         [$(subdir) = elf && $(config-cflags-avx) = yes]
33784         (CFLAGS-tst-auditmod7b.c): Likewise.
33785         * elf/tst-audit3.c: Move to ...
33786         * sysdeps/x86_64/tst-audit3.c: ... here.
33787         * elf/tst-audit4.c: Move to ...
33788         * sysdeps/x86_64/tst-audit4.c: ... here.
33789         * elf/tst-audit5.c: Move to ...
33790         * sysdeps/x86_64/tst-audit5.c: ... here.
33791         * elf/tst-audit6.c: Move to ...
33792         * sysdeps/x86_64/tst-audit6.c: ... here.
33793         * elf/tst-audit7.c: Move to ...
33794         * sysdeps/x86_64/tst-audit7.c: ... here.
33795         * elf/tst-auditmod3a.c: Move to ...
33796         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
33797         * elf/tst-auditmod3b.c: Move to ...
33798         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
33799         * elf/tst-auditmod4a.c: Move to ...
33800         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
33801         * elf/tst-auditmod4b.c: Move to ...
33802         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
33803         * elf/tst-auditmod5a.c: Move to ...
33804         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
33805         * elf/tst-auditmod5b.c: Move to ...
33806         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
33807         * elf/tst-auditmod6a.c: Move to ...
33808         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
33809         * elf/tst-auditmod6b.c: Move to ...
33810         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
33811         * elf/tst-auditmod6c.c: Move to ...
33812         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
33813         * elf/tst-auditmod7a.c: Move to ...
33814         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
33815         * elf/tst-auditmod7b.c: Move to ...
33816         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
33818 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
33820         [BZ #15366]
33821         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
33822         define unconditionally.
33823         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
33824         define unconditionally.
33825         (INT8_C, INT16_C, etc.): Likewise.
33827 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
33829         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
33830         __ehdr_start with hidden visibility.
33832         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
33834 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
33836         * math/libm-test.inc (cos_test): Use accurate hex constants.
33837         (sincost_test): Likewise.
33839 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
33841         * math/libm-test.inc (catan_test): Add more tests.
33842         (catanh_test): Likewise.
33844         * math/s_catanf.c (__catanf): Use suffixed floating-point
33845         constants.
33846         * math/s_catanhf.c (__catanhf): Likewise.
33847         * math/s_catanhl.c (__catanhl): Likewise.
33848         * math/s_catanl.c (__catanl): Likewise.
33850         [BZ #15394]
33851         * math/s_catan.c (__catan): Calculate imaginary part of result
33852         with log1p not log unless computing log of number close to 0.
33853         * math/s_catanf.c (__catanf): Likewise.
33854         * math/s_catanl.c (__catanl): Likewise.
33855         * math/s_catanh.c (__catanh): Calculate real part of result with
33856         log1p not log unless computing log of number close to 0.
33857         * math/s_catanhf.c (__catanhf): Likewise.
33858         * math/s_catanhl.c (__catanhl): Likewise.
33859         * math/libm-test.inc (catan_test): Add more tests.
33860         (catanh_test): Likewise.
33861         * sysdeps/i386/fpu/libm-test-ulps: Update.
33862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33864 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
33866         * benchtests/Makefile: Mention files in which fast and slow
33867         paths of math functions are implemented.
33869 2013-04-23  Roland McGrath  <roland@hack.frob.com>
33871         * sysdeps/posix/timespec_get.c: New file.
33873 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33875         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
33876         POWER.
33877         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
33878         for POWER.
33879         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
33880         powerpc/power5/fpu folders.
33881         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
33882         * benchtests/Makefile: Add modf testcase.
33883         * benchtests/bench-modf.c: New file: Benchmark test for mo
33885 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
33887         [BZ #14888]
33888         * time/Makefile (tests): Add tst-strptime-whitespace.
33889         * time/strptime_l.c (get_number): Use ISSPACE.
33890         (__strptime_internal): Likewise.
33891         * time/tst-strptime-whitespace.c: New test case.
33893 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
33895         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
33896         member.
33897         (_nss_files_init): Set it here.
33899 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
33901         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
33902         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
33903         unsigned.
33905 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
33907         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
33909 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
33911         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
33912         size just once.
33914 2013-04-21  David S. Miller  <davem@davemloft.net>
33916         * po/ru.po: Update Russion translation from translation project.
33918 2013-04-17  Adam Conrad  <adconrad@0c3.net>
33920         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
33921         and setfsgid.
33923 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
33925         * configure.in: Remove i386 configure warning. Remove i386 case.
33926         * configure: Regenerate.
33927         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
33928         Add example to error message.
33929         * sysdeps/i386/configure: Regenerate.
33931 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33933         * benchtests/Makefile (bench): Add cos, tan, slowcos and
33934         slowtan.
33935         * benchtests/cos-inputs: New file.
33936         * benchtests/slowcos-inputs: New file.
33937         * benchtests/slowcos.c: New file.
33938         * benchtests/slowtan-inputs: New file.
33939         * benchtests/slowtan.c: New file.
33940         * benchtests/tan-inputs: New file.
33942 2013-04-16  Roland McGrath  <roland@hack.frob.com>
33944         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
33945         considered kosher.
33947 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33949         * benchtests/Makefile: Include cppflags-iterator.mk to add
33950         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
33952         * Makefile.in (bench-clean): New target.
33953         * benchtests/Makefile (bench-clean): Likewise.
33955 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
33957         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
33959 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
33961         * stdio-common/tstdiomisc.c: Fix coding-style violation.
33963 2013-04-15  Andreas Schwab  <schwab@suse.de>
33965         * nscd/grpcache.c (cache_addgr): Properly check for short write.
33966         * nscd/initgrcache.c (addinitgroupsX): Likewise.
33967         * nscd/pwdcache.c (cache_addpw): Likewise.
33968         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
33969         more than recsize.
33971 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33973         * benchtests/Makefile (bench): Write all output to
33974         bench-out.tmp together.
33976 2013-04-15  Andreas Schwab  <schwab@suse.de>
33978         * nscd/nscd.c (main): Don't fork again after closing files.
33980 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33982         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
33984         * benchtests/Rules (bench-deps): Collect dependencies into a
33985         single variable.  Add Makefile to dependencies.
33986         ($(objpfx)bench-%.c): Depend on bench-deps.
33988 2013-04-12  Roland McGrath  <roland@hack.frob.com>
33989             Xavier Roche  <roche+kml2@exalead.com>
33991         [BZ #15361]
33992         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
33993         just that it's a file descriptor.
33994         * manual/llio.texi (Synchronizing AIO Operations): Update description
33995         for EBADF error from aio_fsync.
33997 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
33999         * Rules (bench): Move target definition...
34000         * benchtests/Makefile: ... here.
34002 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
34004         * math/libm-test.inc (cos_test): Fix PI/2 test.
34005         (sincos_test): Likewise.
34006         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
34007         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
34009 2013-04-11  Andreas Schwab  <schwab@suse.de>
34011         [BZ #13988]
34012         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
34013         accept exponent character only when digits were seen.
34014         * stdio-common/Makefile (tests): Add bug26.
34015         * stdio-common/bug26.c: New file.
34017         [BZ #14293]
34018         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
34019         non-freeable.
34021 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34023         * Makeconfig (rtld-prefix): Define built linker prefix.
34024         * Rules (run-bench): Use it.
34025         * math/Makefile (run-regen-ulps): Likewise.
34027         * Rules (bench): Remove eval.
34029 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34030             Roland McGrath  <roland@hack.frob.com>
34031             Ondrej Bilka  <neleai@seznam.cz>
34033         [BZ #15346]
34034         * time/getdate.c: Include ctype.h and alloca.h.
34035         (__getdate_r): Trim leading and trailing spaces of input.
34036         * time/tst-getdate.c (tests): Add tests with leading and
34037         trailing spaces.
34039 2013-04-08  Roland McGrath  <roland@hack.frob.com>
34041         [BZ #14280]
34042         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
34043         when computing value.
34045 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
34047         * math/README.libm-test (How can I generate "libm-test-ulps"?):
34048         Use testrun.sh to run libm tests.
34050         [BZ #15309]
34051         * elf/dl-open.c (dl_open_worker): memset all of seen array.
34053 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
34055         [BZ #15264]
34056         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
34058 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
34060         * Makefile.in (regen-ulps): New target.
34061         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
34062         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
34063         [ifneq (no,$(PERL)] (regen-ulps): New target.
34064         [ifeq (no,$(PERL)] (regen-ulps): New target.
34065         * math/libm-test.inc (ulps_file_name): Define.
34066         (output_dir): New variable.
34067         (options): Add "output-dir" option.
34068         (parse_opt): Handle 'o' case.
34069         (main): If output_dir is non-NULL use it as a prefix
34070         otherwise use "".
34071         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
34073 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
34075         [BZ #10060, #10062]
34076         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
34077         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
34078         fail configure if __sync_val_compare_and_swap is not inlined.
34079         * sysdeps/i386/configure: Regenerate.
34080         * configure.in: Build for i686 when configured for i386.
34081         * configure: Regenerate.
34082         * README: Remove i386 reference.
34084 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
34086         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
34087         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34089 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
34091         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
34092         (lmsnanval): New variables.
34093         (F): Add conversion tests.
34094         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
34095         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
34097         * stdio-common/tstdiomisc.c (F): Properly collect individual
34098         tests' results.
34100         [BZ #14686, #15336]
34101         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
34102         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
34103         Instead, use input NaN values or generate a qNaN by arithmetic
34104         operation.  Also fix bugs to comply with the standard.
34105         * math/libm-test.inc (remainder_test): Add more tests.
34107         [BZ #15335, #15342]
34108         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
34109         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
34110         input NaN values or generate a qNaN by arithmetic operation.
34112         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
34113         unreachable code.
34115         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
34116         definitions.
34118 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
34120         [BZ #14478]
34121         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
34122         underflowed result.
34123         * math/s_cexpf.c (__cexpf): Likewise.
34124         * math/s_cexpl.c (__cexpl): Likewise.
34125         * math/libm-test.inc (cexp_test): Add more tests.
34127 2013-04-03  Andreas Schwab  <schwab@suse.de>
34129         [BZ #15330]
34130         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
34131         order arrays from heap if bigger than alloca cutoff.
34133 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
34135         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
34136         (SNAN_TESTS_double): Refer to GCC PR56831.
34137         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
34138         GCC PR56828.
34140 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
34142         * Rules (bench): Move bench.out after the run is complete.
34144         * Rules (bench): Echo currently running benchmark.
34146         * benchtests/Makefile (bench): Add atan and slowatan.
34147         * benchtests/atan-inputs: New file.
34148         * benchtests/slowatan-inputs: New file.
34149         * benchtests/slowatan.c: New file.
34151         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
34152         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
34153         its value.
34155         [BZ #15305]
34156         * sysdeps/unix/sysv/linux/kernel-features.h
34157         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
34158         __ASSUME_XFS_RESTRICTED_CHOWN.
34159         * sysdeps/unix/sysv/linux/pathconf.c
34160         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
34161         Save and restore errno.
34163 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
34165         [BZ #15327]
34166         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
34167         arguments using __kernel_casinh.
34168         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
34169         arguments using __kernel_casinhf.
34170         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
34171         arguments using __kernel_casinhl.
34172         * math/libm-test.inc (cacosh_test): Add more tests.
34173         * sysdeps/i386/fpu/libm-test-ulps: Update.
34174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34176 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34178         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
34179         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
34181         * bench/Makefile (bench): Add sin and slowsin.
34182         * benchtests/sin-inputs: New file.
34183         * benchtests/slowsin-inputs: New file.
34184         * benchtests/slowsin.c: New file.
34186         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
34187         (bench): Add slowexp and slowpow.
34188         (exp-ITER): Increase iterations.
34189         (pow-ITER): Likewise.
34190         * benchtests/exp-inputs: Change input.
34191         * benchtests/pow-inputs: Likewise.
34192         * benchtests/slowexp-inputs: New file.
34193         * benchtests/slowexp.c: New file.
34194         * benchtests/slowpow-inputs: New file.
34195         * benchtests/slowpow.c: New file.
34197 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34199         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
34200         instructions.
34201         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
34202         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
34203         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
34204         * benchtests/Makefile: Add rint benchtest.
34205         * benchtests/rint-inputs: Input for rint benchtest.
34207 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
34209         * Versions.def (libm): Add GLIBC_2.18.
34210         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
34211         hidden libm prototypes.
34212         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
34213         * math/Makefile (libm-calls): Add s_issignaling.
34214         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
34215         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
34216         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
34217         declaration.
34218         * math/math.h [__USE_GNU] (issignaling): New macro.
34219         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
34220         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
34221         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
34222         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
34223         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
34224         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
34225         * manual/arith.texi (issignaling): New section.
34226         * manual/libm-err-tab.pl (@all_functions): Update comment.
34227         * math/gen-libm-test.pl (parse_args): Apply special handling for
34228         issignaling.
34229         * math/libm-test.inc (print_float, issignaling_test): New
34230         functions.
34231         (check_float_internal): Add issignaling checks.
34232         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
34233         default definition.
34234         * sysdeps/powerpc/math-tests.h: New file.
34235         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
34236         tests.
34237         * math/test-snan.c (TEST_FUNC): Likewise.
34239 2013-03-30  David S. Miller  <davem@davemloft.net>
34241         * po/de.po: Update from translation team.
34243 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
34245         [BZ #10357]
34246         * math/k_casinh.c (__kernel_casinh): Handle arguments with
34247         imaginary part less than 1.0 and real part less than 0.5
34248         specially.
34249         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34250         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34251         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
34252         (cacos_test): Add more tests.
34253         (casin_test): Likewise.
34254         (casinh_test): Likewise.
34255         * sysdeps/i386/fpu/libm-test-ulps: Update.
34256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34258 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34260         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
34261         ONE with its value.
34263         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
34264         (__pow_mp): Replace ONE and MONE with their values.
34265         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
34266         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
34267         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34268         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
34269         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
34270         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34272         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
34274         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
34275         (__pow_mp): Replace ZERO and MZERO with their values.
34276         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
34277         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
34278         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34279         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34280         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
34281         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
34282         (__sqr): Likewise.
34284         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
34286         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
34288 2013-03-28  Roland McGrath  <roland@hack.frob.com>
34290         * include/stdlib.h [!SHARED] (__call_tls_dtors):
34291         Declare with __attribute__ ((weak)).
34292         * stdlib/exit.c (__libc_atexit) [!SHARED]:
34293         Call __call_tls_dtors only if it's not NULL.
34295 2013-03-28  Roland McGrath  <roland@hack.frob.com>
34297         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
34298         didn't do it already, then set _dl_phdr and _dl_phnum based on the
34299         magic __ehdr_start linker symbol if it's defined.
34300         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
34301         them up here if it was already done.
34303         * elf/dl-support.c (_dl_phdr): Make pointer to const.
34304         (_dl_aux_init): Use const in cast when setting it.
34305         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
34306         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
34307         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
34309         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
34310         Declare them here.
34311         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
34312         * csu/libc-tls.c: Nor here.
34313         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
34315         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
34316         (__libc_message): Never call vsyslog.
34318 2013-03-28  Alan Modra  <amodra@gmail.com>
34320         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
34321         Define as empty.
34322         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
34323         Likewise.
34325 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34327         [BZ #15214]
34328         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
34329         underflow.
34330         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34332 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34334         [BZ #15304]
34335         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
34336         Don't add gid passed as argument.
34338         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
34340 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
34342         [BZ #15307]
34343         * math/k_casinh.c (__kernel_casinh): Handle arguments with
34344         imaginary part between 1.0 and 1.5 and real part less than 0.5
34345         specially.
34346         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34347         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34348         * math/libm-test.inc (cacos_test): Add more tests.
34349         (casin_test): Likewise.
34350         (casinh_test): Likewise.
34351         * sysdeps/i386/fpu/libm-test-ulps: Update.
34352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34354 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34356         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
34357         constants.
34358         (norm): Likewise.
34359         (denorm): Likewise.
34360         (__dbl_mp): Likewise.
34361         (add_magnitudes): Likewise.
34362         (sub_magnitudes): Likewise.
34363         (__add): Likewise.
34364         (__sub): Likewise.
34365         (__mul): Likewise.
34366         (__sqr): Likewise.
34367         (__inv): Likewise.
34368         (__dvd): Likewise.
34370         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
34371         commented code.
34372         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
34373         (__dubcos): Likewise.
34374         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
34375         (__ieee754_acos): Likewise.
34376         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
34377         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
34378         (__exp1): Likewise.
34379         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
34380         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
34381         (log1): Likewise.
34382         (my_log2): Likewise.
34383         (checkint): Likewise.
34384         * sysdeps/ieee754/dbl-64/e_remainder.c
34385         (__ieee754_remainder): Likewise.
34386         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
34387         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
34388         (bsloww): Likewise.
34389         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34391         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
34392         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
34393         MANTISSA_STORE_T to store computations on mantissa.  Use
34394         macros for rounding and division.
34395         (denorm): Likewise.
34396         (__dbl_mp): Likewise.
34397         (add_magnitudes): Likewise.
34398         (sub_magnitudes): Likewise.
34399         (__mul): Likewise.
34400         (__sqr): Likewise.
34401         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
34402         powers of two in terms of TWOPOW macro.
34403         (mp_no): Make type of mantissa as MANTISSA_T.
34404         [!RADIXI]: Define RADIXI.
34405         [!TWO52]: Define TWO52.
34406         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
34408 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34410         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
34411         llroundl symbol when building for PPC32.
34413 2013-03-24  Mark H Weaver  <mhw@netris.org>
34415         * manual/arith.texi (Normalization Functions): Fix prototypes for
34416         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
34418 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34420         [BZ #13889]
34421         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
34422         high value to check if expl overflow.
34423         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
34424         to check for underflow and overflow.
34425         * math/libm-test.inc: Add exp test.
34427 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
34429         [BZ #11120]
34430         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
34431         with NOT_IN_libc.
34433 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34435         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
34436         symbol.
34438 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
34440         * math/gen-libm-test.pl (parse_args, special_functions): Properly
34441         wrap blocks consisting of several statements.
34443         * sysdeps/generic/math-tests.h: New file.
34444         * sysdeps/i386/fpu/math-tests.h: Likewise.
34445         * math/test-snan.c: Include it.
34446         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
34448 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
34450         [BZ #15285]
34451         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
34452         (__ieee754_j0l): Do not improve calculations using cos of twice
34453         input for inputs above LDBL_MAX / 2.0L.
34454         (__ieee754_y0l): Likewise.
34455         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
34456         (__ieee754_j1l): Do not improve calculations using cos of twice
34457         input for inputs above LDBL_MAX / 2.0L.
34458         (__ieee754_y1l): Likewise.
34459         * math/libm-test.inc (j0_test): Add another test.
34460         (j1_test): Likewise.
34461         (y0_test): Likewise.
34462         (y1_test): Likewise.
34463         * sysdeps/i386/fpu/libm-test-ulps: Update.
34465 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
34467         * Rules ($(objpfx)bench-%.c): Include code from a C source
34468         file.
34470 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
34472         [BZ #15287]
34473         * math/k_casinh.c (__kernel_casinh): Handle arguments with
34474         imaginary part 1.0 and real part less than 0.5 specially.
34475         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34476         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34477         * math/libm-test.inc (cacos_test): Add more tests.
34478         (casin_test): Likewise.
34479         (casinh_test): Likewise.
34480         * sysdeps/i386/fpu/libm-test-ulps: Update.
34481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34483 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
34485         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
34486         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
34488 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
34490         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
34491         * config.make.in (config-cflags-sse4): Remove variable.
34492         (config-cflags-avx): Likewise.
34493         (config-cflags-sse2avx): Likewise.
34494         (config-cflags-novzeroupper): Likewise.
34495         (config-asflags-i686): Likewise.
34496         (have-mfma4): Likewise.
34497         (have-as-vis3): Likewise.
34498         (MIG): Likewise.
34499         * configure.in (MIG): Do not AC_SUBST.
34500         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
34501         (libc_cv_cc_sse4): Do not AC_SUBST.
34502         (libc_cv_cc_avx): Likewise.
34503         (libc_cv_cc_sse2avx): Likewise.
34504         (libc_cv_cc_novzeroupper): Likewise.
34505         (libc_cv_cc_fma4): Likewise.
34506         (libc_cv_as_i686): Likewise.
34507         (libc_cv_sparc_as_vis3): Likewise.
34508         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
34509         LIBC_CONFIG_VAR.
34510         (config-asflags-i686): Likewise.
34511         (config-cflags-avx): Likewise.
34512         (config-cflags-sse2avx): Likewise.
34513         (have-mfma4): Likewise.
34514         (config-cflags-novzeroupper): Likewise.
34515         * sysdeps/mach/configure.in (MIG): Likewise.
34516         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
34517         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
34518         LIBC_CONFIG_VAR.
34519         (config-cflags-avx): Likewise.
34520         (config-cflags-sse2avx): Likewise.
34521         (have-mfma4): Likewise.
34522         (config-cflags-novzeroupper): Likewise.
34523         * configure: Regenerated.
34524         * sysdeps/i386/configure: Likewise.
34525         * sysdeps/mach/configure: Likewise.
34526         * sysdeps/sparc/configure: Likewise.
34527         * sysdeps/x86_64/configure: Likewise.
34529 2013-03-20  Roland McGrath  <roland@hack.frob.com>
34531         [BZ #14812]
34532         * locale/programs/localedef.c (options): Put N_ translation marker
34533         on argument names, not just descriptions.
34535 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34537         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
34539 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
34541         [BZ #14176]
34542         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
34544 2013-03-19  Roland McGrath  <roland@hack.frob.com>
34546         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
34547         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
34548         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
34549         [!BEFORE_ABORT] (before_abort): New function.
34550         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
34551         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
34552         (writev_for_fatal): New function.
34553         (WRITEV_FOR_FATAL): New macro; call that.
34554         (backtrace_and_maps): New function.
34555         (BEFORE_ABORT): New macro; call that.
34556         (struct str_list): Type removed.
34557         (__libc_message, __libc_fatal): Functions removed.
34558         Include <sysdeps/posix/libc_fatal.c> instead.
34560 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
34562         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
34563         constants.
34564         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
34565         double constants.
34567 2013-03-19  Andreas Schwab  <schwab@suse.de>
34569         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
34570         * sysdeps/gnu/configure: Regenerate.
34572         * configure.in: Substitute libc_cv_rtlddir.
34573         * configure: Regenerate.
34574         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
34575         * Makeconfig (rtlddir, inst_rtlddir): New variables.
34576         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
34577         * elf/Makefile (install-others, CFLAGS-interp.c)
34578         (ldso_install, common-ldd-rewrite): Likewise.
34579         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
34580         $(inst_slibdir)/$(rtld-installed-name).
34581         * scripts/rellns-sh: Add -p option.
34582         * Makerules (make-shlib-link): Use rellns-sh to get relative name
34583         for source.
34585 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34587         * manual/nptl.texi: Renamed to ...
34588         * manual/threads.texi: ... this.
34589         * manual/Makefile (chapters): Update.
34591 2013-03-18  Roland McGrath  <roland@hack.frob.com>
34593         [BZ #14812]
34594         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
34595         on argument names, not just descriptions.
34596         * malloc/memusagestat.c (options): Likewise.
34597         * nss/getent.c (options): Likewise.
34599 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
34601         [BZ #14812]
34602         * iconv/iconv_prog.c (options): Put N_ translation marker
34603         on argument names, not just descriptions.
34604         * iconv/iconvconfig.c (options): Likewise.
34606 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
34608         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
34609         implementation which is faster on all x86_64 architectures.
34610         Tested on AMD, Intel Nehalem, SNB, IVB.
34611         * sysdeps/x86_64/strnlen.S: Likewise.
34613         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
34614         Remove all multiarch strlen and strnlen versions.
34615         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
34616         Remove strlen and strnlen related parts.
34618         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
34619         Inline strlen part.
34620         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
34622         * sysdeps/x86_64/multiarch/strlen.S: Remove.
34623         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
34624         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
34625         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
34626         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34627         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
34629 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
34631         * manual/memory.texi (Malloc Tunable Parameters):
34632         Sort parameters alphabetically. Add comments for missing entries.
34634 2013-03-17  David S. Miller  <davem@davemloft.net>
34636         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34638 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
34640         [BZ #15283]
34641         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
34642         for arguments at most half maximum finite value.
34643         * math/libm-test.inc (j0_test): Add more tests.
34644         (j1_test): Likewise.
34645         (y0_test): Likewise.
34646         (y1_test): Likewise.
34647         * sysdeps/i386/fpu/libm-test-ulps: Update.
34648         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34650         [BZ #14155]
34651         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
34652         1 / x and functions P and Q for arguments above 0x1p256L.
34653         (__ieee754_y0l): Likewise.
34654         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
34655         (__ieee754_y1l): Likewise.
34656         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
34657         (j1_test): Likewise.
34658         (y0_test): Likewise.
34659         (y1_test): Likewise.
34661 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
34663         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
34664         variable.
34666 2013-03-15  Roland McGrath  <roland@hack.frob.com>
34668         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
34669         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
34670         zero since it's initialized to EXEC_PAGESIZE.
34672         * sysdeps/unix/sysv/linux/ldsodefs.h
34673         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
34674         * sysdeps/generic/ldsodefs.h: ... here.
34676 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
34678         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
34680         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
34681         math/test-snan.c.
34682         * math/test-snan.c: Renamed from
34683         sysdeps/powerpc/fpu/test-powerpc-snan.c.
34684         * math/Makefile (tests): Add test-snan.
34685         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
34686         test-powerpc-snan.
34688         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
34689         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
34690         functions.
34691         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
34692         __builtin_nan family of functions.
34693         * math/libm-test.inc (initialize): Initialize qnan_value with
34694         __builtin_nan family of functions.
34695         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
34696         Remove variables.
34697         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
34698         Remove functions.
34699         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
34700         storage class.  Initialize qNaN_var and sNaN_var with
34701         __builtin_nan and __builtin_nans families of functions,
34702         respectively.
34704         * math/libm-test.inc (acosh_test): Also test with qNaN input.
34705         (sqrt_test): Remove duplicate test with qNaN input.
34706         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
34707         (round_test, signbit_test, significand_test): Note missing +/-Inf
34708         as well as qNaN tests.
34710         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
34711         qNaN_var.  Fix a few strings, too.
34712         * math/libm-test.inc (nan_value): Rename to qnan_value.
34713         * math/gen-libm-test.pl (%beautify): Adjust to that.
34714         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
34715         * math/test-misc.c (main): Likewise.
34716         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
34717         to __qnan_bytes, and __qnan_union, respectively.
34718         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
34719         Likewise.
34720         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
34721         and lqnanval, respectively.
34722         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
34723         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
34724         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
34725         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
34727         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
34728         * math/test-misc.c (main) [__x86_64__]: Enable test for long
34729         doubles.
34731         * math/test-misc.c (main): Fix copy'n'pastos.
34732         * misc/tst-efgcvt.c (special): Likewise.
34734         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
34735         Remove declarations.
34737 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
34739         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
34740         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
34741         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
34742         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
34744 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34746         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
34747         macro to return vdso values correctly in IFUNC implementations.
34748         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
34749         Optimization by using IFUNC.
34751 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
34752             Richard Henderson  <rth@redhat.com>
34753             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34755         * Makefile.in (bench): New target.
34756         * NEWS: Mention the benchmark framework.
34757         * Rules (bench): Likewise.
34758         (binaries-bench): Generate binaries for functions to
34759         benchmark.
34760         * benchtests/Makefile: New makefile for benchmark tests.
34761         * benchtests/bench-skeleton.c: New skeleton file for benchmark
34762         programs.
34763         * benchtests/exp-inputs: New input file for EXP function.
34764         * benchtests/pow-inputs: New input file for POW function.
34765         * scripts/bench.pl: New script to generate source files for
34766         benchmark programs.
34768 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
34770         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
34771         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
34772         computations on mantissa.  Use macros for rounding and
34773         division.
34774         (denorm): Likewise.
34775         (__dbl_mp): Likewise.
34776         (add_magnitudes): Likewise.
34777         (sub_magnitudes): Likewise.
34778         (__mul): Likewise.
34779         (__sqr): Likewise.
34780         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
34781         powers of two in terms of TWOPOW macro.
34782         (mp_no): Make type of mantissa as MANTISSA_T.
34783         [!RADIXI]: Define RADIXI.
34784         [!TWO52]: Define TWO52.
34785         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
34787         * manual/nptl.texi (cindex): Modify threads to pthreads.
34789 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
34791         * sysdeps/x86_64/preconfigure: Regenerated.
34793 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
34795         [BZ #14155]
34796         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
34797         0x1p28 and above.
34798         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
34799         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
34800         0x1p28 and above.
34801         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
34802         * math/libm-test.inc (j0_test): Do not allow one spurious
34803         underflow exception.
34804         (y1_test): Likewise.
34806 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34808         * manual/Makefile (chapters): Add nptl.
34809         * manual/debug.texi (Debugging Support): Add link to Threads
34810         chapter.
34811         * manual/nptl.texi: New file.
34813         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
34815 2013-03-14  Petr Baudis  <pasky@ucw.cz>
34817         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
34818         for non-NULL pointer before the memory validity test. Pointed
34819         out by Holger Brunck <holger.brunck@keymile.com>.
34821 2013-03-13  Andreas Schwab  <schwab@suse.de>
34823         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
34824         instead of .os.
34826 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
34828         * timezone/zic.c: Update from tzcode 2013b.
34830 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
34832         * manual/install.texi (Configuring and compiling):
34833         Mention i686 and i586.
34834         * INSTALL: Regenerate.
34836 2013-03-12  Roland McGrath  <roland@hack.frob.com>
34838         * sysdeps/init_array/elf-init.c: New file.
34839         * csu/elf-init.c
34840         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
34841         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
34843         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
34844         __gmon_start__ as global, but as static with a .preinit_array pointer.
34845         * sysdeps/init_array/gmon-start.c: New file.  Use that.
34846         * sysdeps/init_array/crti.S: New file, empty except for comments.
34847         * sysdeps/init_array/crtn.S: Likewise.
34849 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
34851         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
34852         definining bcopy.
34853         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34854         Remove Prefer_SSE_for_memop.
34855         * sysdeps/x86_64/multiarch/init-arch.h: Remove
34856         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
34857         HAS_PREFER_SSE_FOR_MEMOP.
34858         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
34859         memset-x86-64.
34860         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
34861         Remove bzero, memset ifunc support.
34862         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
34863         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
34864         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34865         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34867 2013-03-11  Andreas Schwab  <schwab@suse.de>
34869         [BZ #15234]
34870         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
34871         by SHLIB_COMPAT.
34872         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
34873         (GLIBC_2.16): Remove pthread_atfork.
34875 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
34877         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
34878         (ptestcases.h): Likewise.
34880 2013-03-08  Roland McGrath  <roland@hack.frob.com>
34882         * Makeconfig ($(common-objpfx)config.status): Depend on
34883         sysdeps/*/preconfigure{,.in} too.
34885 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
34887         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
34888         (__free_hook): Use void * instead of __malloc_ptr_t.
34889         (__malloc_hook): Likewise.
34890         (__realloc_hook): Likewise.
34891         (__memalign_hook): Likewise.
34892         (__after_morecore_hook): Likewise.
34893         * malloc/arena.c (save_malloc_hook): Likewise.
34894         (save_free_hook): Likewise.
34895         * malloc/hooks.c (malloc_hook_ini): Likewise.
34896         (realloc_hook_ini): Likewise.
34897         (memalign_hook_ini): Likewise.
34898         * malloc/malloc.c (malloc_hook_ini): Likewise.
34899         (realloc_hook_ini): Likewise.
34900         (memalign_hook_ini): Likewise.
34901         (__free_hook): Likewise.
34902         (__malloc_hook): Likewise.
34903         (__realloc_hook): Likewise.
34904         (__memalign_hook): Likewise.
34905         (__libc_malloc): Likewise.
34906         (__libc_free): Likewise.
34907         (__libc_realloc): Likewise.
34908         (__libc_memalign): Likewise.
34909         (__libc_valloc): Likewise.
34910         (__libc_pvalloc): Likewise.
34911         (__libc_calloc): Likewise.
34912         (__posix_memalign): Likewise.
34913         * malloc/morecore.c (__sbrk): Likewise.
34914         (__default_morecore): Likewise.
34916         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
34918         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
34919         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
34920         __malloc_ptrdiff_t.
34922         * malloc/malloc.h (__malloc_size_t): Remove macro.
34923         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
34924         __malloc_size_t.
34925         (old_memalign_hook): Likewise.
34926         (old_realloc_hook): Likewise.
34927         (struct hdr): Likewise.
34928         (flood): Likewise.
34929         (mallochook): Likewise.
34930         (memalignhook): Likewise.
34931         (reallochook): Likewise.
34932         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
34933         (tr_old_realloc_hook): Likewise.
34934         (tr_old_memalign_hook): Likewise.
34935         (tr_mallochook): Likewise.
34936         (tr_reallochook): Likewise.
34937         (tr_memalignhook): Likewise.
34939 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34941         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
34942         default_ldbl_pack and using as default implementation.
34943         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
34944         implementation.
34945         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
34946         redundant definition.
34947         (ldbl_insert_mantissa): Likewise.
34948         (ldbl_canonicalize): Likewise.
34949         (ldbl_nearbyint): Likewise.
34950         (ldbl_pack): Rename to ldbl_pack_ppc.
34951         (ldbl_unpack): Rename to ldbl_unpack_ppc.
34952         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
34953         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
34955 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34957         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
34958         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
34959         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
34960         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
34961         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
34962         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
34963         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
34964         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
34966 2013-03-07  Andreas Jaeger  <aj@suse.de>
34968         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34969         bits/mman-linux.h.
34971 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34973         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
34974         Include mpa.h and declare __MPEXP.
34975         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
34976         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
34977         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
34978         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
34979         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
34980         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
34981         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
34983         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
34984         (__slowpow): Use long double EXPL and LOGL functions to
34985         compute POW.
34986         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
34987         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
34988         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
34989         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
34990         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
34991         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
34993         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
34994         intermediate variable to calculate exponent.
34995         (__sqr): Likewise.
34996         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
34997         Likewise.
34998         (__sqr): Likewise.
35000         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
35001         [!NO__SQR]: Define __sqr.
35002         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
35003         and NO__SQR.  Remove all code except __mul and __sqr.  Include
35004         sysdeps/ieee754/dbl-64/mpa.c.
35005         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35007         [BZ #12723]
35008         * posix/Makefile (tests): Add tst-pathconf.
35009         * posix/tst-pathconf.c: New test case.
35010         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
35011         _PC_PIPE_BUF.
35012         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
35014 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
35016         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
35018 2013-03-06  Andreas Jaeger  <aj@suse.de>
35020         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
35021         definition via __MAP_ANONYMOUS.
35023         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
35024         it's not part of Linux headers.
35026         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
35027         (MAP_HUGE_MASK): Define.
35029         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
35030         Define.
35031         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
35032         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
35033         Define.
35034         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
35035         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
35036         Define.
35037         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
35038         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
35039         Define.
35040         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
35042         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
35043         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
35044         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
35045         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
35046         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
35047         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
35049         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
35050         Handle f2fs.
35052         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
35053         Handle f2fs and efivarfs.
35055         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
35056         f2fs.
35058         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
35059         (EFIVARFS_MAGIC): Add.
35060         (F2FS_LINK_MAX): Add.
35062 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
35064         * stdio-common/vfprintf.c: Replace __builtin_expect with
35065         __glibc_unlikely.
35067 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
35069         [BZ #13550]
35070         * sysdeps/generic/bp-sym.h: Remove file.
35071         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
35072         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
35073         <bp-sym.h> and <bp-asm.h>.
35074         (__longjmp): Don't use BP_SYM.
35075         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
35076         and <bp-asm.h>.
35077         (memcpy): Don't use BP_SYM.
35078         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
35079         <bp-sym.h> and <bp-asm.h>.
35080         (memcpy): Don't use BP_SYM.
35081         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
35082         <bp-asm.h>.
35083         (memcpy): Don't use BP_SYM.
35084         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
35085         <bp-asm.h>.
35086         (memset): Don't use BP_SYM.
35087         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
35088         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
35089         (__bzero): Don't use BP_SYM.
35090         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
35091         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
35092         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
35093         <bp-sym.h> and <bp-asm.h>.
35094         (memcmp): Don't use BP_SYM.  Remove comment about bounded
35095         pointers.
35096         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
35097         <bp-sym.h> and <bp-asm.h>.
35098         (memcpy): Don't use BP_SYM.
35099         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
35100         <bp-sym.h> and <bp-asm.h>.
35101         (memset): Don't use BP_SYM.
35102         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
35103         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
35104         (__bzero): Don't use BP_SYM.
35105         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
35106         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
35107         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
35108         <bp-sym.h> and <bp-asm.h>.
35109         (strncmp): Don't use BP_SYM.  Remove comment about bounded
35110         pointers.
35111         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
35112         <bp-sym.h> and <bp-asm.h>.
35113         (memcpy): Don't use BP_SYM.
35114         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
35115         <bp-sym.h> and <bp-asm.h>.
35116         (memset): Don't use BP_SYM.
35117         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
35118         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
35119         (__bzero): Don't use BP_SYM.
35120         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
35121         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
35122         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
35123         <bp-sym.h> and <bp-asm.h>.
35124         (__memchr): Don't use BP_SYM.
35125         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
35126         <bp-sym.h> and <bp-asm.h>.
35127         (memcmp): Don't use BP_SYM.  Remove comment about bounded
35128         pointers.
35129         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
35130         <bp-sym.h> and <bp-asm.h>.
35131         (memcpy): Don't use BP_SYM.
35132         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
35133         <bp-sym.h> and <bp-asm.h>.
35134         (__mempcpy): Don't use BP_SYM.
35135         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
35136         <bp-sym.h> and <bp-asm.h>.
35137         (__memrchr): Don't use BP_SYM.
35138         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
35139         <bp-sym.h> and <bp-asm.h>.
35140         (memset): Don't use BP_SYM.
35141         (__bzero): Likewise.
35142         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
35143         <bp-sym.h> and <bp-asm.h>.
35144         (__rawmemchr): Don't use BP_SYM.
35145         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
35146         <bp-sym.h> and <bp-asm.h>.
35147         (__STRCMP): Don't use BP_SYM.
35148         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
35149         <bp-sym.h> and <bp-asm.h>.
35150         (strchr): Don't use BP_SYM.
35151         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
35152         <bp-sym.h> and <bp-asm.h>.
35153         (__strchrnul): Don't use BP_SYM.
35154         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
35155         <bp-sym.h> and <bp-asm.h>.
35156         (strlen): Don't use BP_SYM.
35157         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
35158         <bp-sym.h> and <bp-asm.h>.
35159         (strncmp): Don't use BP_SYM.  Remove comment about bounded
35160         pointers.
35161         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
35162         <bp-sym.h> and <bp-asm.h>.
35163         (__strnlen): Don't use BP_SYM.
35164         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
35165         <bp-sym.h> and <bp-asm.h>.
35166         (__GI__setjmp): Don't use BP_SYM.
35167         (_setjmp): Likewise.
35168         (__sigsetjmp): Likewise.
35169         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
35170         (L(start_addresses)): Don't use BP_SYM.
35171         (_start): Likewise.
35172         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
35173         <bp-asm.h>.
35174         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
35175         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
35176         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
35177         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
35178         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
35179         <bp-asm.h>.
35180         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
35181         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
35182         about bounded pointers.
35183         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
35184         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
35185         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
35186         <bp-asm.h>.
35187         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
35188         about bounded pointers.  Remove GKM FIXME comments.
35189         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
35190         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
35191         <bp-asm.h>.
35192         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
35193         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
35194         Remove GKM FIXME comments.
35195         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
35196         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
35197         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
35198         <bp-asm.h>.
35199         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
35200         about bounded pointers.  Remove GKM FIXME comment.
35201         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
35202         and <bp-asm.h>.
35203         (strncmp): Don't use BP_SYM.  Remove comment about bounded
35204         pointers.
35205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
35206         <bp-sym.h> and <bp-asm.h>.
35207         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
35208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
35209         <bp-sym.h> and <bp-asm.h>.
35210         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
35211         comment.
35213 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
35215         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
35216         call free(NULL).
35218 2013-03-05  David S. Miller  <davem@davemloft.net>
35220         * po/es.po: Update from translation team.
35222 2013-03-05  Andreas Jaeger  <aj@suse.de>
35224         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
35225         <bits/mman-linux.h>.
35226         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
35227         is fine.
35228         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
35229         <bits/mman-linux.h> to end of file.
35230         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
35231         is fine.
35232         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
35233         <bits/mman-linux.h> to end of file.
35234         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
35235         is fine.
35236         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
35237         <bits/mman-linux.h> to end of file.
35239         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
35240         (MCL_CURRENT, MCL_FUTURE): Define here.
35242 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35244         [BZ #15232]
35245         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
35246         attribute_hidden.
35247         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35249 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35251         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
35252         fourth parameter needed for rt_sigprocmask syscall.
35253         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
35254         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
35255         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
35256         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
35257         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
35258         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
35260 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
35262         [BZ #13550]
35263         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
35264         comment about bounded pointers.
35265         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
35266         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
35268 2013-03-04  Andreas Jaeger  <aj@suse.de>
35270         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
35271         common definitions.
35273         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
35274         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
35275         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
35276         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
35277         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
35278         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
35280 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35282         [BZ #15055]
35283         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
35284         __ieee754_sqrl instead of __sqrl.
35286 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
35288         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
35289         * sysdeps/powerpc/fpu_control.h: ... here.
35290         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
35291         * sysdeps/powerpc/bits/fenvinline.h: ... here.
35292         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
35293         * sysdeps/powerpc/bits/mathinline.h: ... here.
35295 2013-03-01  Roland McGrath  <roland@hack.frob.com>
35297         * elf/dl-hwcaps.c (_dl_important_hwcaps):
35298         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
35299         to just [NEED_DL_SYSINFO_DSO].
35300         * elf/dl-support.c: Likewise.
35301         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
35302         * elf/rtld.c (dl_main): Likewise.
35303         * elf/setup-vdso.h (setup_vdso): Likewise.
35304         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
35305         * sysdeps/unix/sysv/linux/dl-sysdep.c
35306         (_dl_discover_osversion): Likewise.
35308 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
35310         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
35311         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
35313 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
35315         * NEWS: Mention libm performance improvements and non-x86 PI
35316         futex support.
35318         * csu/libc-start.c (__pthread_initialize_minimal): Change
35319         function arguments.
35320         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
35322 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
35324         [BZ #13550]
35325         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
35326         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
35327         <bp-sym.h> and <bp-asm.h>.
35328         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
35329         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
35330         and <bp-asm.h>.
35331         (memcpy): Don't use BP_SYM.
35332         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
35333         <bp-asm.h>.
35334         (__mpn_add_n): Don't use BP_SYM.
35335         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
35336         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
35337         and <bp-asm.h>.
35338         (__mpn_addmul_1): Don't use BP_SYM.
35339         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
35340         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
35341         <bp-sym.h>.
35342         (_setjmp): Don't use BP_SYM.
35343         (__novmx_setjmp): Likewise.
35344         (__GI__setjmp): Likewise.
35345         (__vmx_setjmp): Likewise.
35346         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
35347         <bp-sym.h>.
35348         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
35349         (__bzero): Don't use BP_SYM.
35350         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
35351         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
35352         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
35353         <bp-sym.h> and <bp-asm.h>.
35354         (memcpy): Don't use BP_SYM.
35355         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
35356         <bp-sym.h> and <bp-asm.h>.
35357         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
35358         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
35359         <bp-sym.h> and <bp-asm.h>.
35360         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
35361         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
35362         <bp-asm.h>.
35363         (__mpn_lshift): Don't use BP_SYM.
35364         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
35365         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
35366         <bp-asm.h>.
35367         (memset): Don't use BP_SYM.
35368         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
35369         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
35370         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
35371         <bp-asm.h>.
35372         (__mpn_mul_1): Don't use BP_SYM.
35373         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
35374         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
35375         <bp-sym.h> and <bp-asm.h>.
35376         (memcmp): Don't use BP_SYM.
35377         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
35378         <bp-sym.h> and <bp-asm.h>.
35379         (memcpy): Don't use BP_SYM.
35380         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
35381         <bp-sym.h> and <bp-asm.h>.
35382         (memset): Don't use BP_SYM.
35383         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
35384         <bp-sym.h> and <bp-asm.h>.
35385         (strncmp): Don't use BP_SYM.
35386         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
35387         <bp-sym.h> and <bp-asm.h>.
35388         (memcpy): Don't use BP_SYM.
35389         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
35390         <bp-sym.h> and <bp-asm.h>.
35391         (memset): Don't use BP_SYM.
35392         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
35393         <bp-sym.h> and <bp-asm.h>.
35394         (__memchr): Don't use BP_SYM.
35395         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
35396         <bp-sym.h> and <bp-asm.h>.
35397         (memcmp): Don't use BP_SYM.
35398         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
35399         <bp-sym.h> and <bp-asm.h>.
35400         (memcpy): Don't use BP_SYM.
35401         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
35402         <bp-sym.h> and <bp-asm.h>.
35403         (__mempcpy): Don't use BP_SYM.
35404         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
35405         <bp-sym.h> and <bp-asm.h>.
35406         (__memrchr): Don't use BP_SYM.
35407         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
35408         <bp-sym.h> and <bp-asm.h>.
35409         (memset): Don't use BP_SYM.
35410         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
35411         <bp-sym.h> and <bp-asm.h>.
35412         (__rawmemchr): Don't use BP_SYM.
35413         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
35414         <bp-sym.h> and <bp-asm.h>.
35415         (__STRCMP): Don't use BP_SYM.
35416         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
35417         <bp-sym.h> and <bp-asm.h>.
35418         (strchr): Don't use BP_SYM.
35419         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
35420         <bp-sym.h> and <bp-asm.h>.
35421         (__strchrnul): Don't use BP_SYM.
35422         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
35423         <bp-sym.h> and <bp-asm.h>.
35424         (strlen): Don't use BP_SYM.
35425         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
35426         <bp-sym.h> and <bp-asm.h>.
35427         (strncmp): Don't use BP_SYM.
35428         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
35429         <bp-sym.h> and <bp-asm.h>.
35430         (__strnlen): Don't use BP_SYM.
35431         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
35432         <bp-asm.h>.
35433         (__mpn_rshift): Don't use BP_SYM.
35434         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
35435         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
35436         <bp-sym.h> and <bp-asm.h>.
35437         (__sigsetjmp): Don't use BP_SYM.
35438         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
35439         (L(start_addresses)): Don't use BP_SYM.
35440         (_start): Likewise.
35441         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
35442         <bp-asm.h>.
35443         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
35444         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
35445         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
35446         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
35447         <bp-asm.h>.
35448         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
35449         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
35450         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
35451         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
35452         <bp-asm.h>.
35453         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
35454         comments.
35455         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
35456         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
35457         <bp-asm.h>.
35458         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
35459         FIXME comments.
35460         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
35461         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
35462         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
35463         <bp-asm.h>.
35464         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
35465         comment.
35466         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
35467         and <bp-asm.h>.
35468         (strncmp): Don't use BP_SYM,
35469         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
35470         <bp-asm.h>.
35471         (__mpn_sub_n): Don't use BP_SYM.
35472         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
35473         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
35474         and <bp-asm.h>.
35475         (__mpn_submul_1): Don't use BP_SYM.
35476         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
35477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
35478         <bp-sym.h> and <bp-asm.h>.
35479         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
35480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
35481         <bp-sym.h> and <bp-asm.h>.
35482         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
35483         comment.
35485 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35487         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
35488         Use ZK to minimize writes to Z.
35489         (sub_magnitudes): Simplify code a bit.
35490         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
35491         Use ZK to minimize writes to Z.
35492         (sub_magnitudes): Simplify code a bit.
35494 2013-02-27  Roland McGrath  <roland@hack.frob.com>
35496         * csu/gmon-start.c: Add special exception to license text.
35498 2013-02-27  Richard Henderson  <rth@redhat.com>
35500         * scripts/config.guess: Update from config.git.
35501         * scripts/config.sub: Likewise.
35503 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35505         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
35507         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
35509         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
35511         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
35513         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
35515 2013-02-26  Roland McGrath  <roland@hack.frob.com>
35517         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
35518         [$(build-shared = yes].
35520 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35522         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
35523         (__mul): Reduce iterations for calculating mantissa.
35525         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
35526         MPTWO.
35527         (__mpranred): Likewise.
35529         [BZ #15160]
35530         * malloc/memusagestat.c (main): Draw graphs for heap and stack
35531         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
35533 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
35535         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
35536         Define __attribute__.
35538 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35540         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
35541         unused.
35542         * posix/regex_internal.h (__attribute): Remove.
35543         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
35544         (re_string_context_at): Likewise.
35545         (bitset_not): Use __attribute__ and mark function as possibly
35546         unused.
35547         (bitset_merge): Likewise.
35548         (bitset_mask): Likewise.
35549         (re_string_char_size_at): Likewise.
35550         (re_string_wchar_at): Likewise.
35551         (re_string_elem_size_at): Likewise.
35553 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35555         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
35556         code.
35557         (cc32): Likewise.
35559         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
35560         (__acr): Likewise.
35561         (__cpy): Likewise.
35562         (norm): Likewise.
35563         (denorm): Likewise.
35564         (__dbl_mp): Likewise.
35565         (add_magnitudes): Likewise.
35566         (sub_magnitudes): Likewise.
35567         (__mul): Likewise.
35568         (__inv): Likewise.
35570         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
35571         style.
35573         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
35574         style.
35576         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
35577         code.
35579         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
35580         up changes with default code.
35581         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
35582         Likewise.
35584 2013-02-24  Allan McRae  <allan@archlinux.org>
35586         * manual/socket.texi (The Internet Namespace): Order menu items
35587         to match that in the file.
35589         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
35590         node listing of the info page menu.
35592 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
35594         [BZ #13550]
35595         * sysdeps/i386/bp-asm.h: Remove file.
35596         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
35597         (PARMS): Do not use macros from bp-asm.h.
35598         (S1): Likewise.
35599         (S2): Likewise.
35600         (SIZE): Likewise.
35601         (__mpn_add_n): Do not use BP_SYM
35602         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
35603         "bp-asm.h".
35604         (PARMS): Do not use macros from bp-asm.h.
35605         (S1): Likewise.
35606         (SIZE): Likewise.
35607         (__mpn_addmul_1): Do not use BP_SYM
35608         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
35609         "bp-asm.h".
35610         (PARMS): Do not use macros from bp-asm.h.
35611         (SIGMSK): Likewise.
35612         (_setjmp): Likewise.  Do not use BP_SYM.
35613         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
35614         "bp-asm.h".
35615         (PARMS): Do not use macros from bp-asm.h.
35616         (SIGMSK): Likewise.
35617         (setjmp): Likewise.  Do not use BP_SYM.
35618         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
35619         "bp-asm.h".
35620         (PARMS): Do not use macros from bp-asm.h.
35621         (__frexp): Do not use BP_SYM.
35622         (frexp): Likewise.
35623         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
35624         "bp-asm.h".
35625         (PARMS): Do not use macros from bp-asm.h.
35626         (__frexpf): Do not use BP_SYM.
35627         (frexpf): Likewise.
35628         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
35629         "bp-asm.h".
35630         (PARMS): Do not use macros from bp-asm.h.
35631         (__frexpl): Do not use BP_SYM.
35632         (frexpl): Likewise.
35633         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
35634         "bp-asm.h".
35635         (PARMS): Do not use macros from bp-asm.h.
35636         (__remquo): Do not use BP_SYM.
35637         (remquo): Likewise.
35638         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
35639         "bp-asm.h".
35640         (PARMS): Do not use macros from bp-asm.h.
35641         (__remquof): Do not use BP_SYM.
35642         (remquof): Likewise.
35643         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
35644         "bp-asm.h".
35645         (PARMS): Do not use macros from bp-asm.h.
35646         (__remquol): Do not use BP_SYM.
35647         (remquol): Likewise.
35648         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
35649         "bp-asm.h".
35650         (PARMS): Do not use macros from bp-asm.h.
35651         (DEST): Likewise.
35652         (SRC): Likewise.
35653         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
35654         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
35655         "bp-asm.h".
35656         (PARMS): Do not use macros from bp-asm.h.
35657         (strlen): Do not use BP_SYM.
35658         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
35659         "bp-asm.h".
35660         (PARMS): Do not use macros from bp-asm.h.
35661         (S1): Likewise.
35662         (S2): Likewise.
35663         (SIZE): Likewise.
35664         (__mpn_add_n): Do not use BP_SYM.
35665         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
35666         "bp-asm.h".
35667         (PARMS): Do not use macros from bp-asm.h.
35668         (S1): Likewise.
35669         (SIZE): Likewise.
35670         (__mpn_addmul_1): Do not use BP_SYM.
35671         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
35672         weak_alias.
35673         (bzero): Likewise.
35674         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
35675         "bp-asm.h".
35676         (PARMS): Do not use macros from bp-asm.h.
35677         (S): Likewise.
35678         (SIZE): Likewise.
35679         (__mpn_lshift): Do not use BP_SYM.
35680         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
35681         "bp-asm.h".
35682         (PARMS): Do not use macros from bp-asm.h.
35683         (DEST): Likewise.
35684         (SRC): Likewise.
35685         (LEN): Likewise.
35686         (memcpy): Likewise.  Do not use BP_SYM.
35687         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
35688         libc_hidden_def and weak_alias.
35689         (mempcpy): Do not use BP_SYM in weak_alias.
35690         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
35691         "bp-asm.h".
35692         (PARMS): Do not use macros from bp-asm.h.
35693         (DEST): Likewise.
35694         (LEN): Likewise.
35695         [!BZERO_P] (CHR): Likewise.
35696         (memset): Likewise.  Do not use BP_SYM.
35697         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
35698         "bp-asm.h".
35699         (PARMS): Do not use macros from bp-asm.h.
35700         (S1): Likewise.
35701         (SIZE): Likewise.
35702         (__mpn_mul_1): Do not use BP_SYM.
35703         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
35704         "bp-asm.h".
35705         (PARMS): Do not use macros from bp-asm.h.
35706         (S): Likewise.
35707         (SIZE): Likewise.
35708         (__mpn_rshift): Do not use BP_SYM.
35709         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
35710         "bp-asm.h".
35711         (PARMS): Do not use macros from bp-asm.h.
35712         (STR): Likewise.
35713         (CHR): Likewise.
35714         (strchr): Likewise.  Do not use BP_SYM.
35715         (index): Do not use BP_SYM in weak_alias.
35716         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
35717         "bp-asm.h".
35718         (PARMS): Do not use macros from bp-asm.h.
35719         (DEST): Likewise.
35720         (SRC): Likewise.
35721         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
35722         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
35723         "bp-asm.h".
35724         (PARMS): Do not use macros from bp-asm.h.
35725         (strlen): Do not use BP_SYM.
35726         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
35727         "bp-asm.h".
35728         (PARMS): Do not use macros from bp-asm.h.
35729         (S1): Likewise.
35730         (S2): Likewise.
35731         (SIZE): Likewise.
35732         (__mpn_sub_n): Do not use BP_SYM.
35733         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
35734         "bp-asm.h".
35735         (PARMS): Do not use macros from bp-asm.h.
35736         (S1): Likewise.
35737         (SIZE): Likewise.
35738         (__mpn_submul_1): Do not use BP_SYM.
35739         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
35740         "bp-asm.h".
35741         (PARMS): Do not use macros from bp-asm.h.
35742         (S1): Likewise.
35743         (S2): Likewise.
35744         (SIZE): Likewise.
35745         (__mpn_add_n): Do not use BP_SYM.
35746         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
35747         weak_alias.
35748         (bzero): Likewise.
35749         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
35750         "bp-asm.h".
35751         (PARMS): Do not use macros from bp-asm.h.
35752         (BLK2): Likewise.
35753         (LEN): Likewise.
35754         (memcmp): Do not use BP_SYM.
35755         (bcmp): Do not use BP_SYM in weak_alias.
35756         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
35757         "bp-asm.h".
35758         (PARMS): Do not use macros from bp-asm.h.
35759         (DEST): Likewise.
35760         (SRC): Likewise.
35761         (LEN): Likewise.
35762         (memcpy): Likewise.  Do not use BP_SYM.
35763         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
35764         "bp-asm.h".
35765         (PARMS): Do not use macros from bp-asm.h.
35766         (DEST): Likewise.
35767         (SRC): Likewise.
35768         (LEN): Likewise.
35769         (memmove): Likewise.  Do not use BP_SYM.
35770         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
35771         "bp-asm.h".
35772         (PARMS): Do not use macros from bp-asm.h.
35773         (DEST): Likewise.
35774         (SRC): Likewise.
35775         (LEN): Likewise.
35776         (__mempcpy): Likewise.  Do not use BP_SYM.
35777         (mempcpy): Do not use BP_SYM in weak_alias.
35778         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
35779         "bp-asm.h".
35780         (PARMS): Do not use macros from bp-asm.h.
35781         (DEST): Likewise.
35782         (LEN): Likewise.
35783         [!BZERO_P] (CHR): Likewise.
35784         (memset): Likewise.  Do not use BP_SYM.
35785         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
35786         "bp-asm.h".
35787         (PARMS): Do not use macros from bp-asm.h.
35788         (STR2): Likewise.
35789         (strcmp): Do not use BP_SYM.
35790         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
35791         "bp-asm.h".
35792         (PARMS): Do not use macros from bp-asm.h.
35793         (STR): Likewise.
35794         (DELIM): Likewise.
35795         [USE_AS_STRTOK_R] (SAVE): Likewise.
35796         (FUNCTION): Likewise.  Do not use BP_SYM.
35797         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
35798         aliases.
35799         (strtok_r): Likewise.
35800         (__GI___strtok_r): Likewise.
35801         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
35802         (PARMS): Do not use macros from bp-asm.h.
35803         (S): Likewise.
35804         (SIZE): Likewise.
35805         (__mpn_lshift): Do not use BP_SYM.
35806         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
35807         (PARMS): Do not use macros from bp-asm.h.
35808         (STR): Likewise.
35809         (CHR): Likewise.
35810         (__memchr): Do not use BP_SYM.
35811         (memchr): Do not use BP_SYM in weak_alias.
35812         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
35813         (PARMS): Do not use macros from bp-asm.h.
35814         (BLK2): Likewise.
35815         (LEN): Likewise.
35816         (memcmp): Do not use BP_SYM.
35817         (bcmp): Do not use BP_SYM in weak_alias.
35818         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
35819         (PARMS): Do not use macros from bp-asm.h.
35820         (S1): Likewise.
35821         (SIZE): Likewise.
35822         (__mpn_mul_1): Do not use BP_SYM.
35823         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
35824         "bp-asm.h".
35825         (PARMS): Do not use macros from bp-asm.h.
35826         (STR): Likewise.
35827         (CHR): Likewise.
35828         (__rawmemchr): Do not use BP_SYM.
35829         (rawmemchr): Do not use BP_SYM in weak_alias.
35830         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
35831         (PARMS): Do not use macros from bp-asm.h.
35832         (S): Likewise.
35833         (SIZE): Likewise.
35834         (__mpn_rshift): Do not use BP_SYM.
35835         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
35836         (PARMS): Do not use macros from bp-asm.h.
35837         (SIGMSK): Likewise.
35838         (__sigsetjmp): Likewise.  Do not use BP_SYM.
35839         * sysdeps/i386/start.S: Do not include "bp-sym.h".
35840         (_start): Do not use BP_SYM.
35841         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
35842         (PARMS): Do not use macros from bp-asm.h.
35843         (DEST): Likewise.
35844         (SRC): Likewise.
35845         (__stpcpy): Likewise.  Do not use BP_SYM.
35846         (stpcpy): Do not use BP_SYM in weak_alias.
35847         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
35848         "bp-asm.h".
35849         (PARMS): Do not use macros from bp-asm.h.
35850         (DEST): Likewise.
35851         (SRC): Likewise.
35852         (LEN): Likewise.
35853         (__stpncpy): Likewise.  Do not use BP_SYM.
35854         (stpncpy): Do not use BP_SYM in weak_alias.
35855         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
35856         (PARMS): Do not use macros from bp-asm.h.
35857         (STR): Likewise.
35858         (CHR): Likewise.
35859         (strchr): Likewise.  Do not use BP_SYM.
35860         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
35861         "bp-asm.h".
35862         (PARMS): Do not use macros from bp-asm.h.
35863         (STR): Likewise.
35864         (CHR): Likewise.
35865         (__strchrnul): Likewise.  Do not use BP_SYM.
35866         (strchrnul): Do not use BP_SYM in weak_alias.
35867         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
35868         "bp-asm.h".
35869         (PARMS): Do not use macros from bp-asm.h.
35870         (STOP): Likewise.
35871         (strcspn): Do not use BP_SYM.
35872         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
35873         "bp-asm.h".
35874         (PARMS): Do not use macros from bp-asm.h.
35875         (STR): Likewise.
35876         (STOP): Likewise.
35877         (strpbrk): Likewise.  Do not use BP_SYM.
35878         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
35879         "bp-asm.h".
35880         (PARMS): Do not use macros from bp-asm.h.
35881         (STR): Likewise.
35882         (CHR): Likewise.
35883         (strrchr): Likewise.  Do not use BP_SYM.
35884         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
35885         (PARMS): Do not use macros from bp-asm.h.
35886         (SKIP): Likewise.
35887         (strspn): Do not use BP_SYM.
35888         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
35889         (PARMS): Do not use macros from bp-asm.h.
35890         (STR): Likewise.
35891         (DELIM): Likewise.
35892         (SAVE): Likewise.
35893         (FUNCTION): Likewise.  Do not use BP_SYM.
35894         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
35895         aliases.
35896         (strtok_r): Likewise.
35897         (__GI___strtok_r): Likewise.
35898         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
35899         (PARMS): Do not use macros from bp-asm.h.
35900         (S1): Likewise.
35901         (S2): Likewise.
35902         (SIZE): Likewise.
35903         (__mpn_sub_n): Do not use BP_SYM.
35904         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
35905         "bp-asm.h".
35906         (PARMS): Do not use macros from bp-asm.h.
35907         (S1): Likewise.
35908         (SIZE): Likewise.
35909         (__mpn_submul_1): Do not use BP_SYM.
35910         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
35911         <bp-sym.h>.
35912         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
35913         and <bp-asm.h>.
35914         (PARMS): Do not use macros from bp-asm.h.
35915         (FLAGS): Likewise.
35916         (PTID): Likewise.
35917         (TLS): Likewise.
35918         (CTID): Likewise.
35919         (__clone): Do not use BP_SYM.
35920         (clone): Do not use BP_SYM in weak_alias.
35921         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
35922         and <bp-asm.h>.
35923         (PARMS): Do not use macros from bp-asm.h.
35924         (LEN): Likewise.
35925         (__mmap64): Do not use BP_SYM.
35926         (mmap64): Do not use BP_SYM in weak_alias.
35927         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35928         <bp-sym.h> and <bp-asm.h>.
35929         (PARMS): Do not use macros from bp-asm.h.
35930         (__posix_fadvise64_l64): Do not use BP_SYM.
35931         * sysdeps/unix/sysv/linux/i386/semtimedop.S
35932         (PARMS): Do not use macros from bp-asm.h.
35933         (NSOPS): Likewise.
35934         (semtimedop): Do not use BP_SYM.
35935         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
35936         and <bp-asm.h>.
35938 2013-02-21  Allan McRae  <allan@archlinux.org>
35940         * manual/message.texi (Charset conversion in gettext):
35941         Move @end statement to beginning of line.
35943 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
35945         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
35946         static.
35947         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
35948         Likewise.
35950         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
35951         (denorm): Likewise.
35952         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
35953         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
35955 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35957         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
35958         tail-call to the resolved function if pltexit isn't needed.
35960 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
35962         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
35963         or Y being zero as being unlikely.
35964         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
35965         Likewise.
35967 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
35969         * manual/nss.texi (System Databases and Name Service Switch):
35970         Remove frobnicate @pxref.
35972 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
35974         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
35975         __attribute__ ((unused)) to __attribute__ ((__unused__)).
35977 2013-02-20  Petr Machata  <pmachata@redhat.com>
35979         * elf/elf.h (R_ARM_TARGET1): New macro.
35980         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
35981         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
35982         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
35983         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
35984         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
35985         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
35986         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
35987         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
35988         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
35989         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
35990         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
35991         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
35992         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
35993         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
35994         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
35995         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
35996         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
35997         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
35998         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
35999         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
36000         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
36001         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
36002         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
36003         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
36004         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
36005         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
36006         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
36007         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
36008         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
36009         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
36010         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
36011         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
36012         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
36013         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
36014         (R_ARM_THM_GOT_BREL12): Likewise.
36015         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
36016         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
36017         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
36018         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
36019         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
36020         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
36021         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
36022         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
36023         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
36025 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
36027         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
36028         __attribute_used__ to __attribute__ ((unused)).
36030 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36032         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
36033         powerpc mpa.c.
36034         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
36035         comment formatting.
36036         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
36038 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
36040         [BZ #13550]
36041         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
36042         Remove macro.
36043         (ENTER): Remove both macro definitions.
36044         (LEAVE): Likewise.
36045         (CHECK_BOUNDS_LOW): Likewise.
36046         (CHECK_BOUNDS_HIGH): Likewise.
36047         (CHECK_BOUNDS_BOTH): Likewise.
36048         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
36049         (RETURN_BOUNDED_POINTER): Likewise.
36050         (RETURN_NULL_BOUNDED_POINTER): Likewise.
36051         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
36052         (POP_ERRNO_LOCATION_RETURN): Likewise.
36053         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
36054         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
36055         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
36056         macros.
36057         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
36058         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
36059         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
36060         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
36061         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
36062         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
36063         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
36064         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
36065         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
36066         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
36067         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
36068         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
36069         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
36070         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
36071         removed macros.
36072         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
36073         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
36074         macros.
36075         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
36076         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
36077         * sysdeps/i386/i586/memset.S (memset): Likewise.
36078         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
36079         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
36080         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
36081         macros.
36082         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
36083         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
36084         Change uses of L(2) to L(out).
36085         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
36086         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
36087         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
36088         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
36089         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
36090         removed macros.
36091         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
36092         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
36093         macros.
36094         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
36095         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
36096         (RETURN): Do not use macro LEAVE.
36097         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
36098         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
36099         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
36100         * sysdeps/i386/i686/memset.S (memset): Likewise.
36101         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
36102         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
36103         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
36104         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
36105         Likewise.
36106         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
36107         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
36108         L(1_2) and L(1_3) into L(1).
36109         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
36110         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
36111         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
36112         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
36113         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
36114         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
36115         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
36116         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
36117         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
36118         macros.
36119         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
36120         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
36121         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
36122         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
36123         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
36124         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
36125         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
36126         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
36127         * sysdeps/i386/strcspn.S (strcspn): Likewise.
36128         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
36129         * sysdeps/i386/strrchr.S (strrchr): Likewise.
36130         * sysdeps/i386/strspn.S (strspn): Likewise.
36131         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
36132         conditional code.
36133         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
36134         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
36135         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
36136         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
36137         L(1_3) into L(1_1).
36138         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
36139         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
36140         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
36141         macros.
36142         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
36144 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
36146         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
36147         macro.
36149 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
36151         * math/atest-exp.c (exp_mpn): Remove ROUND.
36152         * math/atest-exp2.c (exp_mpn): Likewise.
36153         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
36155         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
36156         * stdlib/tst-tls-atexit-lib.c: Likewise.
36157         * stdlib/tst-tls-atexit.c: Likewise.
36159 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
36161         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
36162         and __attribute_alloc_size__.
36164 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
36166         * include/programs/xmalloc.h: Change __attribute_alloc_size to
36167         __attribute_alloc_size__.
36168         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
36169         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
36171 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
36173         * include/programs/xmalloc.h: New file.
36174         * catgets/gencat.c: Include it.
36175         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
36176         * elf/pldd.c: Likewise.
36177         * iconv/iconv_charmap.c: Likewise.
36178         * iconv/iconvconfig.c: Likewise.
36179         * iconv/strtab.c: Likewise.
36180         * locale/programs/locale.c: Likewise.
36181         * locale/programs/localedef.h: Likewise.
36182         * locale/programs/simple-hash.c: Likewise.
36183         * nscd/nscd.h: Likewise.
36184         * nss/makedb.c: Likewise.
36185         * sysdeps/generic/ldconfig.h: Likewise.
36187 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36189         * Versions.def: Add GLIBC_2.18.
36190         * include/link.h (struct link_map): New member l_tls_dtor_count.
36191         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
36192         (__call_tls_dtors): Likewise.
36193         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
36194         __cxa_thread_atexit_impl.
36195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36196         Likewise.
36197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36198         Likewise.
36199         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
36200         Likewise.
36201         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
36202         Likewise.
36203         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36204         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
36205         Likewise.
36206         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
36207         Likewise.
36208         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36209         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
36210         Likewise.
36211         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
36212         (tests): Add test case tst-tls-atexit.
36213         (modules-names): Add shared library for tst-tls-atexit.
36214         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
36215         (GLIBC_PRIVATE): Add __call_tls_dtors.
36216         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
36217         for libstdc++.
36218         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
36219         * stdlib/tst-tls-atexit.c: New test case.
36220         * stdlib/tst-tls-atexit-lib.c: New test case.
36222         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
36224         * elf/Versions (ld): Add _dl_find_dso_for_object.
36225         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
36226         * elf/dl-open.c (_dl_find_dso_for_object): New function.
36227         (dl_open_worker): Use _dl_find_dso_for_object.
36228         * elf/dl-sym.c (do_sym): Likewise.
36229         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
36231 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36233         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
36234         Syntactic changes only.
36235         (_dl_runtime_profile): Do a tail-call to the resolved function.
36237 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
36239         [BZ #13550]
36240         * sysdeps/x86_64/bp-asm.h: Remove file.
36241         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
36242         <bp-sym.h> and <bp-asm.h>.
36243         (__clone): Do not use BP_SYM.
36244         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
36245         <bp-sym.h> and <bp-asm.h>.
36246         * sysdeps/unix/x86_64/sysdep.S: Likewise.
36247         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
36248         "bp-asm.h".
36249         (_setjmp): Do not use BP_SYM.
36250         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
36251         "bp-asm.h".
36252         (setjmp): Do not use BP_SYM.
36253         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
36254         libc_hidden_def.
36255         (mempcpy): Do not use BP_SYM in weak_alias.
36256         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
36257         "bp-asm.h".
36258         (strchr): Do not use BP_SYM.
36259         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
36260         "bp-asm.h".
36261         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
36262         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
36263         (_start): Do not use BP_SYM.
36264         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
36265         "bp-asm.h".
36266         (strcat): Do not use BP_SYM.
36267         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
36268         "bp-asm.h".
36269         (STRCMP): Do not use BP_SYM.
36270         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
36271         "bp-asm.h".
36272         (STRCPY): Do not use BP_SYM.
36273         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
36274         "bp-asm.h".
36275         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
36276         "bp-asm.h".
36277         (FUNCTION): Do not use BP_SYM.
36278         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
36279         weak_alias.
36280         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
36282 2013-02-17  Andreas Jaeger  <aj@suse.de>
36284         * time/Versions: Sort entries.
36285         * string/Versions: Likewise.
36286         * resolv/Versions: Likewise.
36287         * posix/Versions: Likewise.
36288         * iconv/Versions: Likewise.
36289         * elf/Versions: Likewise.
36290         * wcsmbs/Versions: Likewise.
36292 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
36294         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
36295         loop termination condition.
36297         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
36298         variable to calculate EZ.
36299         (__sqr): Likewise.
36301         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
36302         the lower precision input.
36304 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
36306         [BZ #13550]
36307         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
36308         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
36309         (run-via-rtld-prefix): Do not handle %-bp tests.
36310         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
36311         (all-object-suffixes): Remove .ob.
36312         (bppfx): Remove variable.
36313         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
36314         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
36315         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
36316         [$(build-bounded) = yes] (libtype.ob): Likewise.
36317         * Makerules (elide-routines.ob): Remove variable.
36318         (do-tests-clean): Do not handle *-bp.out.
36319         (common-mostlyclean): Do not handle *-bp and *-bp.out.
36320         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
36321         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
36322         (tests): Do not include $(tests-bp.out).
36323         (xtests): Do not include $(xtests-bp.out).
36324         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
36325         [$(build-bounded) = yes] ($(addprefix
36326         $(objpfx),$(binaries-bounded))): Remove rule.
36327         ($(objpfx)%-bp.out): Remove rule.
36328         * config.make.in (build-bounded): Remove variable.
36329         * crypt/Makefile [$(build-bounded) = yes]
36330         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
36331         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
36332         append to variable.
36333         [$(build-bounded) = yes] (install-lib): Likewise.
36334         [$(build-bounded) = yes] (generated): Likewise.
36335         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
36336         Remove rule.
36337         * intl/Makefile [$(build-bounded) = yes]
36338         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
36339         * math/Makefile [$(build-bounded) = yes]
36340         ($(tests:%=$(objpfx)%-bp): Likewise.
36341         * misc/Makefile [$(build-bounded) = yes]
36342         ($(objpfx)tst-tsearch-bp): Likewise.
36343         * nptl/Makeconfig (bounded-thread-library): Remove variable.
36344         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
36345         Remove dependency.
36346         * string/Makefile (o-objects.ob): Remove variable.
36347         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
36348         (CFLAGS-.ob): Remove variable.
36349         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
36350         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
36351         both definitions of variable.
36352         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
36353         (ASFLAGS-.ob): Remove variable.
36355 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
36357         [BZ #13550]
36358         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
36359         Remove __BOUNDED_POINTERS__ from condition.
36360         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
36361         * string/bits/string2.h [!__NO_STRING_INLINES &&
36362         !__BOUNDED_POINTERS__]: Likewise.
36363         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
36364         Likewise.
36365         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
36366         Remove conditional code.
36367         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
36368         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
36369         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
36370         condition.
36372         [BZ #13550]
36373         * csu/libc-start.c: Do not include <bp-sym.h>.
36374         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
36375         * elf/dl-open.c: Do not include <bp-sym.h>.
36376         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
36377         * math/fegetenv.c: Do not include <bp-sym.h>.
36378         (fegetenv): Do not use BP_SYM in versioned symbols.
36379         * nptl/sysdeps/pthread/bits/libc-lockP.h
36380         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
36381         <bp-sym.h>.
36382         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36383         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
36384         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36385         (__pthread_mutex_destroy): Likewise.
36386         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36387         (__pthread_mutex_lock): Likewise.
36388         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36389         (__pthread_mutex_trylock): Likewise.
36390         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36391         (__pthread_mutex_unlock): Likewise.
36392         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36393         (__pthread_mutexattr_init): Likewise.
36394         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36395         (__pthread_mutexattr_destroy): Likewise.
36396         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36397         (__pthread_mutexattr_settype): Likewise.
36398         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36399         (__pthread_rwlock_init): Likewise.
36400         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36401         (__pthread_rwlock_destroy): Likewise.
36402         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36403         (__pthread_rwlock_rdlock): Likewise.
36404         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36405         (__pthread_rwlock_tryrdlock): Likewise.
36406         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36407         (__pthread_rwlock_wrlock): Likewise.
36408         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36409         (__pthread_rwlock_trywrlock): Likewise.
36410         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36411         (__pthread_rwlock_unlock): Likewise.
36412         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36413         (__pthread_key_create): Likewise.
36414         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36415         (__pthread_setspecific): Likewise.
36416         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36417         (__pthread_getspecific): Likewise.
36418         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
36419         Likewise.
36420         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36421         (_pthread_cleanup_push_defer): Likewise.
36422         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36423         (_pthread_cleanup_pop_restore): Likewise.
36424         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
36425         (pthread_setcancelstate): Likewise.
36426         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
36427         <bp-sym.h>.
36428         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
36429         (memchr): Do not use BP_SYM in weak_alias.
36430         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
36431         (fegetenv): Do not use BP_SYM in versioned symbols.
36432         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
36433         (fesetenv): Do not use BP_SYM in versioned symbols.
36434         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
36435         (feupdateenv): Do not use BP_SYM in versioned symbols.
36436         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
36437         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
36438         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
36439         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
36440         (open64): Do not use BP_SYM in weak_alias.
36441         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
36442         (fegetenv): Do not use BP_SYM in versioned symbols.
36443         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
36444         (fesetenv): Do not use BP_SYM in versioned symbols.
36445         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
36446         (feupdateenv): Do not use BP_SYM in versioned symbols.
36447         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
36448         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
36449         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
36450         (feraiseexcept): Do not use BP_SYM in versioned symbols.
36451         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
36452         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
36453         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
36454         <bp-sym.h>.
36455         (__libc_start_main): Do not use BP_SYM.
36457 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
36459         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
36460         redundant return line.
36461         (norm): Likewise.
36462         (denorm): Likewise.
36463         (dbl_mp): Likewise.
36464         (sub_magnitudes): Likewise.
36465         (__add): Likewise.
36466         (__sub): Likewise.
36467         (__mul): Likewise.
36468         (__inv): Likewise.
36469         (__dvd): Likewise.
36470         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
36471         (norm): Likewise.
36472         (denorm): Likewise.
36473         (dbl_mp): Likewise.
36474         (sub_magnitudes): Likewise.
36475         (__add): Likewise.
36476         (__sub): Likewise.
36477         (__mul): Likewise.
36478         (__inv): Likewise.
36479         (__dvd): Likewise.
36481         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
36482         instead of __mul.
36483         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
36484         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
36485         (cc32): Likewise.
36487         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
36488         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
36489         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
36490         of __mul for squares.
36491         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
36492         function
36493         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
36494         Likewise.
36495         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
36496         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
36498 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
36500         [BZ #13550]
36501         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
36502         code.
36503         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
36504         prototype or function definition.  Rename ubp_* variables and
36505         parameters.  Remove argv definitions conditional on
36506         [__BOUNDED_POINTERS__].
36507         * debug/backtrace.c (__backtrace): Do not use __unbounded.
36508         * elf/dl-runtime.c (_dl_fixup): Likewise.
36509         * include/set-hooks.h (RUN_HOOK): Likewise.
36510         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
36511         definition.
36512         * string/strcpy.c (strcpy): Do not use __unbounded.
36513         * sysdeps/generic/frame.h (struct layout): Likewise.
36514         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
36515         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
36516         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
36517         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
36518         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
36519         (__backtrace): Likewise.
36520         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
36521         use __ptrvalue.
36522         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
36523         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
36524         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
36525         Likewise.
36526         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
36527         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
36528         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
36529         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
36530         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
36531         Do not use __unbounded.
36532         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
36533         Rename __unboundedrlimits parameter to rlimits in prototype.
36534         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
36535         Do not use __unbounded.
36536         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
36537         not use __ptrvalue.
36538         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
36539         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
36540         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
36541         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
36542         __ptrvalue or __unbounded.
36543         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
36544         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
36545         use __unbounded.
36546         (__new_msgctl): Do not use __ptrvalue.
36547         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
36548         __unbounded.
36549         (__libc_msgrcv): Do not use __ptrvalue.
36550         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
36551         startup_info): Do not use __unbounded.
36552         (__libc_start_main): Likewise.  Rename ubp_* variables and
36553         parameters.  Remove argv definitions conditional on
36554         [__BOUNDED_POINTERS__].
36555         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
36556         __ptrvalue.
36557         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
36558         use __unbounded.
36559         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
36560         or __ptrvalue.
36561         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
36562         use __unbounded.
36563         (__new_shmctl): Do not use __ptrvalue.
36564         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
36565         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
36566         Likewise.
36567         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
36568         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
36569         (__libc_sigaction): Likewise.
36570         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
36571         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
36572         Likewise.
36573         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
36575 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
36577         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
36579         * string/mempcpy.c: Implement by calling memcpy.
36581 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
36583         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
36585         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
36586         evaluation.
36588         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
36589         values in the mantissa.
36591         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
36592         minimize writes to Z.
36593         (sub_magnitudes): Simplify code a bit.
36595 2013-02-12  Roland McGrath  <roland@hack.frob.com>
36597         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
36598         from the message.  The linker prefixes all warnings with that already.
36600 2013-02-12  Andreas Schwab  <schwab@suse.de>
36602         [BZ #15078]
36603         * posix/regexec.c (extend_buffers): Add parameter min_len.
36604         (check_matching): Pass minimum needed length.
36605         (clean_state_log_if_needed): Likewise.
36606         (get_subexp): Likewise.
36607         * posix/Makefile (tests): Add bug-regex34.
36608         (bug-regex34-ENV): Define.
36609         * posix/bug-regex34.c: New file.
36611         [BZ #11561]
36612         * posix/regcomp.c (parse_bracket_exp): When looking up collating
36613         elements compare against the byte sequence of it, not its name.
36614         * posix/Makefile (tests): Add bug-regex35.
36615         (bug-regex35-ENV): Define.
36616         * posix/bug-regex35.c: New file.
36618 2013-02-11  Tom de Vries  <tom@codesourcery.com>
36620         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
36621         comment.
36622         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
36623         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
36624         (CHECK_EOL): Add undef.
36626 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
36628         * bits/stdlib-bsearch.h: New file.
36629         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
36630         * stdlib/stdlib.h: Likewise.
36632 2013-02-11  Roland McGrath  <roland@hack.frob.com>
36634         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
36635         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
36636         declaration.
36637         * manual/search.texi (Array Search Function): Add missing const in
36638         lfind prototype.
36639         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
36640         declaration to use rlim_t.
36641         (Basic Scheduling Functions): Remove erroneous const from
36642         sched_getparam prototype.  Remove erroneous * from
36643         sched_get_priority_max and sched_get_priority_min prototypes.
36644         (Resource Usage): Fix summary @comment on vtimes to refer to
36645         sys/vtimes.h rather than vtimes.h.
36646         Add missing *s in vtimes prototype.
36647         (Limits on Resources): Fix ulimit prototype to return long int.
36648         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
36649         prototypes to use long int rather than double.
36650         (BSD Random): Fix initstate and setstate to use char *, not void *.
36651         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
36652         prototype to make second argument 'struct aiocb64 *const[]'.
36653         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
36654         (Status of AIO Operations): Remove erroneous const in aio_return and
36655         aio_return64 prototypes.
36656         (Synchronizing I/O): Fix sync prototype to return void.
36657         * manual/startup.texi (Suboptions): Remove an erroneous const in
36658         getsubopt prototype.
36659         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
36660         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
36661         use size_t rather than int.
36662         (Scanning All Users): Likewise for getpwent_r.
36663         (Setting Groups): Add missing const to setgroups prototype.
36664         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
36665         * manual/socket.texi (Host Names): Fix gethostbyaddr and
36666         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
36667         'const void *' rather than 'const char *'.
36668         (Host Address Functions): Likewise for inet_ntop.
36669         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
36670         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
36671         ssize_t for return value.
36672         (Sending Data): Likewise for send, sendto, sendmsg.
36673         (Socket Option Functions): Add a missing const in setsockopt prototype.
36674         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
36675         use wchar_t for the argument.
36676         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
36677         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
36678         take no arguments.
36679         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
36680         double/float/long double for second argument.
36681         Fix return types of significand, significandf, significandl.
36682         * manual/filesys.texi (Setting Permissions): Use mode_t for second
36683         argument in fchmod prototype.
36684         (File Owner): Use uid_t and gid_t in fchown prototype.
36685         (File Times): Add const to utimes, futimes, and lutimes prototypes.
36686         (Making Special Files): Use mode_t and dev_t in mknod prototype.
36687         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
36688         use 'const struct dirent **' as argument types to CMP function pointer
36689         argument.
36690         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
36691         (File Times): Fix summary magic @comment for struct utimbuf and utime
36692         to refer to utime.h, not time.h.
36693         * manual/string.texi (Argz Functions): Add missing const in
36694         argz_extract and argz_next prototypes.
36695         (Finding Tokens in a String): Likewise for basename.
36696         (String/Array Comparison): Fix typo in wcscasecmp prototype.
36697         (Copying and Concatenation): Fix typo in wmemmove prototype.
36698         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
36699         (Signal Stack): Remove erroneous const in sigstack prototype.
36700         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
36701         prototype.
36702         (Simple Calendar Time): Likewise for stime.
36703         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
36704         prototype.
36705         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
36706         say sys/sysctl.h instead.
36707         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
36708         and vsyslog prototypes.
36710 2013-02-11  Tom de Vries  <tom@codesourcery.com>
36712         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
36713         Remove.
36715 2013-02-11  Roland McGrath  <roland@hack.frob.com>
36717         * misc/sys/mman.h: Fix typo in mremap comment.
36719 2013-02-08  Roland McGrath  <roland@hack.frob.com>
36721         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
36722         the '\0' terminator.
36724 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
36726         [BZ #13550]
36727         * debug/segfault.c: Don't include <bp-checks.h>.
36728         * sysdeps/generic/bp-checks.h: Remove file.
36729         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
36730         (__GETDENTS): Don't use CHECK_N.
36731         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
36732         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
36733         (__getgroups): Don't use CHECK_N.
36734         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
36735         (setgroups): Don't use CHECK_N.
36736         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
36737         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
36738         (__libc_msgrcv): Don't use CHECK_N.
36739         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
36740         (__libc_msgsnd): Don't use CHECK_N.
36741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
36742         <bp-checks.h>.
36743         (__libc_pread): Don't use CHECK_N.
36744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
36745         include <bp-checks.h>.
36746         (__libc_pread64): Don't use CHECK_N.
36747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
36748         include <bp-checks.h>.
36749         (__libc_pwrite): Don't use CHECK_N.
36750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
36751         include <bp-checks.h>.
36752         (__libc_pwrite64): Don't use CHECK_N.
36753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
36754         <bp-checks.h>.
36755         (__libc_pread): Don't use CHECK_N.
36756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
36757         include <bp-checks.h>.
36758         (__libc_pread64): Don't use CHECK_N.
36759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
36760         include <bp-checks.h>.
36761         (__libc_pwrite): Don't use CHECK_N.
36762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
36763         include <bp-checks.h>.
36764         (__libc_pwrite64): Don't use CHECK_N.
36765         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
36766         (do_pread): Don't use CHECK_N.
36767         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
36768         (do_pread64): Don't use CHECK_N.
36769         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
36770         (do_pwrite): Don't use CHECK_N.
36771         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
36772         (do_pwrite64): Don't use CHECK_N.
36773         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
36774         (__libc_readv): Don't use CHECK_N.
36775         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
36776         (semop): Don't use CHECK_N.
36777         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
36778         <bp-checks.h>.
36779         (semtimedop): Don't use CHECK_N.
36780         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
36781         (__libc_pread): Don't use CHECK_N.
36782         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
36783         <bp-checks.h>.
36784         (__libc_pread64): Don't use CHECK_N.
36785         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
36786         <bp-checks.h>.
36787         (__libc_pwrite): Don't use CHECK_N.
36788         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
36789         <bp-checks.h>.
36790         (__libc_pwrite64): Don't use CHECK_N.
36791         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
36792         <bp-checks.h>.
36793         (__libc_msgrcv): Don't use CHECK_N.
36794         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
36795         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
36796         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
36797         (__libc_writev): Don't use CHECK_N.
36799 2013-02-08  Roland McGrath  <roland@hack.frob.com>
36801         * string/strcpy.c: Removed unused variable.
36803         * Makeconfig (+sysdep-includes): Define with := rather than =.
36804         Use an existing include/ subdir of each sysdeps dir before it.
36806 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
36808         * nscd/connection.c (register_traced_file): Comment function.
36809         [HAVE_INOTIFY] (union __inev): Define.
36810         [HAVE_INOTIFY] (inotify_check_files): New function.
36811         [HAVE_INOTIFY] (clear_db_cache): Likewise.
36812         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
36813         clear_db_cache.
36814         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
36816 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
36818         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
36819         loaded if not already and that a failure is permanent.
36821 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
36823         [BZ #15006]
36824         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
36825         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
36827 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
36829         [BZ #13550]
36830         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
36831         (CHECK_1_NULL_OK): Likewise.
36832         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
36833         (__fxstat): Do not use CHECK_1.
36834         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
36835         <bp-checks.h>.
36836         (___fxstat64): Do not use CHECK_1.
36837         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
36838         <bp-checks.h>.
36839         (__fxstatat): Do not use CHECK_1.
36840         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
36841         <bp-checks.h>.
36842         (__fxstatat64): Do not use CHECK_1.
36843         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
36844         <bp-checks.h>.
36845         (__fxstat): Do not use CHECK_1.
36846         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
36847         <bp-checks.h>.
36848         (__fxstatat): Do not use CHECK_1.
36849         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
36850         <bp-checks.h>.
36851         (__getresgid): Do not use CHECK_1.
36852         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
36853         <bp-checks.h>.
36854         (__getresuid): Do not use CHECK_1.
36855         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
36856         <bp-checks.h>.
36857         (__lxstat): Do not use CHECK_1.
36858         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
36859         <bp-checks.h>.
36860         (__old_msgctl): Do not use CHECK_1.
36861         (__new_msgctl): Likewise.
36862         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
36863         <bp-checks.h>.
36864         (__new_setrlimit): Do not use CHECK_1.
36865         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
36866         <bp-checks.h>.
36867         (__old_shmctl): Do not use CHECK_1.
36868         (__new_shmctl): Likewise.
36869         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
36870         <bp-checks.h>.
36871         (__xstat): Do not use CHECK_1.
36872         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
36873         (__lxstat): Do not use CHECK_1.
36874         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
36875         <bp-checks.h>.
36876         (___lxstat64): Do not use CHECK_1.
36877         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
36878         (__old_msgctl): Do not use CHECK_1.
36879         (__new_msgctl): Likewise.
36880         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
36881         <bp-checks.h>.
36882         (__gettimeofday): Do not use CHECK_1.
36883         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
36884         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
36885         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
36886         <bp-checks.h>.
36887         (__gettimeofday): Do not use CHECK_1.
36888         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
36889         (__old_shmctl): Do not use CHECK_1_NULL_OK.
36890         (__new_shmctl): Do not use CHECK_1.
36891         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
36892         <bp-checks.h>.
36893         (do_sigtimedwait): Do not use CHECK_1.
36894         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
36895         <bp-checks.h>.
36896         (do_sigwaitinfo): Do not use CHECK_1.
36897         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
36898         <bp-checks.h>.
36899         (msgctl): Do not use CHECK_1.
36900         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
36901         <bp-checks.h>.
36902         (shmctl): Do not use CHECK_1.
36903         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
36904         (ustat): Do not use CHECK_1.
36905         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
36906         <bp-checks.h>.
36907         (__fxstat): Do not use CHECK_1.
36908         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
36909         <bp-checks.h>.
36910         (__fxstatat): Do not use CHECK_1.
36911         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
36912         <bp-checks.h>.
36913         (__lxstat): Do not use CHECK_1.
36914         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
36915         <bp-checks.h>.
36916         (__xstat): Do not use CHECK_1.
36917         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
36918         (__xstat): Do not use CHECK_1.
36919         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
36920         (___xstat64): Do not use CHECK_1.
36922         [BZ #13550]
36923         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
36924         definitions.
36925         (CHECK_BOUNDS_HIGH): Likewise.
36926         * string/strcpy.c: Do not include <bp-checks.h>.
36927         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
36929 2013-02-07  Roland McGrath  <roland@hack.frob.com>
36931         * nscd/nscd-client.h (__nscd_drop_map_ref):
36932         Add __attribute__ ((unused)).
36933         * nis/nss-nisplus.h (niserr2nss): Likewise.
36935         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
36936         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
36938         * csu/libc-tls.c (init_static_tls, init_slotinfo):
36939         Remove inline keyword.
36940         * include/rounding-mode.h (round_away): Likewise.
36941         * libio/wfileops.c (adjust_wide_data): Likewise.
36942         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
36943         (__m128i_strloadu_tolower): Likewise.
36944         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
36945         (__m128i_strloadu_tolower): Likewise.
36946         * time/mktime.c (ydhms_diff): Likewise.
36947         * locale/elem-hash.h (elem_hash): Likewise.
36948         * locale/setlocale.c (setdata): Likewise.
36949         * posix/regex_internal.h (re_string_char_size_at): Likewise.
36950         (re_string_wchar_at): Likewise.
36951         (bitset_not, bitset_merge, bitset_mask): Likewise.
36952         [!(__GNUC__ > 3)] (inline): Remove macro.
36953         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
36954         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
36955         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
36956         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
36957         * string/memcmp.c (memcmp_bytes): Likewise.
36958         * locale/programs/locarchive.c (compute_hashval): Likewise.
36959         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
36960         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
36961         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
36962         * nss/getent.c (print_rpc, print_protocols): Likewise.
36963         (print_passwd, print_group, print_aliases): Likewise.
36964         * nis/nss-nisplus.h (niserr2nss): Likewise.
36965         * nscd/connections.c (restart_p): Likewise.
36966         Change return type to bool.
36968 2013-02-05  Roland McGrath  <roland@hack.frob.com>
36970         * Makeconfig (all-Depend-files): Add existing
36971         $(sorted-subdirs:=/Depend) files.
36972         (all-subdirs): Remove nss.
36973         * sysdeps/unix/inet/Subdirs: Add it here instead.
36974         * hesiod/Depend: New file.
36976         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
36977         instead of calling alloca.
36979         * io/lseek.c (__lseek): Rename to __libc_lseek.
36980         Define __lseek as an alias.
36982         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
36984 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
36986         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
36987         else clause and remove check for non-standard endianness.
36989 2013-02-04  David S. Miller  <davem@davemloft.net>
36991         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36993 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
36995         [BZ #13550]
36996         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
36997         (__ubp_memchr): Remove prototype.
36998         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
36999         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
37000         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
37001         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
37002         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
37003         Remove alias.
37004         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
37005         (__ubp_memchr): Likewise.
37006         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
37007         (__ubp_memchr): Likewise.
37008         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
37009         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
37010         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
37011         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
37012         CHECK_STRING.
37013         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
37014         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
37015         (__getcwd): Do not use CHECK_STRING.
37016         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
37017         <bp-checks.h>.
37018         (__real_chown): Do not use CHECK_STRING.
37019         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
37020         <bp-checks.h>.
37021         (fchownat): Do not use CHECK_STRING.
37022         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
37023         CHECK_STRING.
37024         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
37025         <bp-checks.h>.
37026         (__lchown): Do not use CHECK_STRING.
37027         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
37028         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
37029         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
37030         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
37031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37032         include <bp-checks.h>.
37033         (truncate64): Do not use CHECK_STRING.
37034         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
37035         <bp-checks.h>.
37036         (__real_chown): Do not use CHECK_STRING.
37037         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
37038         <bp-checks.h>.
37039         (__lchown): Do not use CHECK_STRING.
37040         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
37041         <bp-checks.h>.
37042         (__chown): Do not use CHECK_STRING.
37043         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
37044         <bp-checks.h>.
37045         (truncate64): Do not use CHECK_STRING.
37046         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
37047         Likewise.
37048         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
37049         (__xmknod): Do not use CHECK_STRING.
37050         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
37051         <bp-checks.h>.
37052         (__xmknodat): Do not use CHECK_STRING.
37053         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
37054         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
37056 2013-02-04  Andreas Schwab  <schwab@suse.de>
37058         [BZ #14142]
37059         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
37060         * include/netdb.h: Likewise for h_errno.
37061         * elf/tst-stackguard1.c: Include <tls.h>.
37063 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
37065         * elf/link.h (struct link_map): Extend the l_addr comment.
37066         * include/link.h (struct link_map): Likewise.
37068 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
37070         [BZ #13550]
37071         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
37072         (BOUNDED_1): Remove macro.
37073         * debug/backtrace.c: Don't include <bp-checks.h>.
37074         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
37075         (__backtrace): Likewise.
37076         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
37077         <bp-checks.h>.
37078         (__backtrace): Don't use BOUNDED_1.
37079         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
37080         <bp-checks.h>.
37081         (__backtrace): Don't use BOUNDED_1.
37082         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
37083         (__backtrace): Don't use BOUNDED_1.
37084         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
37085         (shmat): Don't use BOUNDED_N.
37087 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
37089         [BZ #13550]
37090         * sysdeps/generic/bp-start.h: Remove file.
37091         * csu/libc-start.c: Don't include <bp-start.h>.
37092         (LIBC_START_MAIN): Set up __environ directly instead of using
37093         INIT_ARGV_and_ENVIRON.
37094         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
37095         <bp-start.h>.
37097         [BZ #13550]
37098         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
37099         definitions.
37100         (CHECK_FCNTL): Likewise.
37101         (CHECK_N_PAGES): Likewise.
37103         [BZ #13550]
37104         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
37105         definitions.
37106         (CHECK_SIGSET_NULL_OK): Likewise.
37107         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
37108         <bp-checks.h>.
37109         (sigpending): Don't use CHECK_SIGSET.
37110         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
37111         <bp-checks.h>.
37112         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
37113         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
37114         <bp-checks.h>.
37115         (do_sigsuspend): Don't use CHECK_SIGSET.
37116         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
37117         use CHECK_SIGSET.
37118         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
37119         (do_sigwait): Don't use CHECK_SIGSET.
37120         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
37121         use CHECK_SIGSET.
37122         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
37123         include <bp-checks.h>.
37124         (sigpending): Don't use CHECK_SIGSET.
37125         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
37126         include <bp-checks.h>.
37127         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
37128         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
37129         <bp-checks.h>.
37130         (sigpending): Don't use CHECK_SIGSET.
37131         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
37132         <bp-checks.h>.
37133         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
37135         [BZ #13550]
37136         * sysdeps/generic/bp-semctl.h: Remove file.
37137         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
37138         <bp-checks.h> and <bp-semctl.h>.
37139         (__old_semctl): Don't use CHECK_SEMCTL.
37140         (__new_semctl): Likewise.
37141         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
37142         and <bp-semctl.h>.
37143         (__old_semctl): Don't use CHECK_SEMCTL.
37144         (__new_semctl): Likewise.
37145         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
37146         <bp-checks.h> and <bp-semctl.h>.
37147         (__old_semctl): Don't use CHECK_SEMCTL.
37148         (__new_semctl): Likewise.
37149         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
37150         <bp-checks.h> and <bp-semctl.h>.
37151         (semctl): Don't use CHECK_SEMCTL.
37153         [BZ #13550]
37154         * Makerules (elide-bp-thunks): Remove variable.
37155         (elide-routines.oS): Don't use $(elide-bp-thunks).
37156         (elide-routines.os): Likewise.
37157         (elide-routines.o): Likewise.
37158         (elide-routines.op): Likewise.
37159         (elide-routines.og): Likewise.
37160         (objects): Don't use $(bp-thunks).
37161         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
37162         include.
37163         (common-generated): Do not add s-proto-bp.d.
37164         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
37165         (int): Likewise.
37166         (typ): Likewise.
37167         Do not generate makefile rules for bounded-pointer thunks.
37168         * sysdeps/generic/bp-thunks.h: Remove file.
37169         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
37170         * sysdeps/unix/s-proto-bp.S: Likewise.
37172         [BZ #15062]
37173         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
37174         parts of result separately when argument is not close to line from
37175         -i to i and one part of argument is small.
37176         * math/k_casinhf.c (__kernel_casinhf): Likewise.
37177         * math/k_casinhl.c (__kernel_casinhl): Likewise.
37178         * math/libm-test.inc (cacos_test): Add more tests.
37179         (casin_test): Likewise.
37180         (casinh_test): Likewise.
37181         * sysdeps/i386/fpu/libm-test-ulps: Update.
37182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37184 2013-01-31  David S. Miller  <davem@davemloft.net>
37186         * po/de.po: Update from translation team.
37188 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
37190         * time/tzfile.c: Include stdint.h for SIZE_MAX.
37192 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
37194         * configure.in (_AC_PROG_CC_C89): New definition.
37195         * configure: Regenerate.
37197         * configure.in (AC_PROG_CPP): New definition.
37198         * configure: Regenerate.
37200 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
37202         * debug/tst-backtrace.h: New file.
37203         * debug/tst-backtrace2.c: Include tst-backtrace.h.
37204         (ret): Remove variable.
37205         (x): Likewise.
37206         (FAIL): Remove macro.
37207         (NO_INLINE): Likewise.
37208         (fn1): Use match function instead of strstr.
37209         * debug/tst-backtrace3.c: Include tst-backtrace.h.
37210         (ret): Remove variable.
37211         (x): Likewise.
37212         (FAIL): Remove macro.
37213         (NO_INLINE): Likewise.
37214         (fn): Use match function instead of strstr.
37215         * debug/tst-backtrace4.c: Include tst-backtrace.h.
37216         (ret): Remove variable.
37217         (x): Likewise.
37218         (FAIL): Remove macro.
37219         (NO_INLINE): Likewise.
37220         (handle_signal): Use match function instead of strstr.
37221         * debug/tst-backtrace5.c: Include tst-backtrace.h.
37222         (ret): Remove variable.
37223         (x): Likewise.
37224         (FAIL): Remove macro.
37225         (NO_INLINE): Likewise.
37226         (handle_signal): Use match function instead of strstr.
37228 2013-01-23  Roland McGrath  <roland@hack.frob.com>
37230         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
37232 2013-01-23  David S. Miller  <davem@davemloft.net>
37234         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
37235         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
37236         argument of CAS if possible.
37237         * sysdeps/sparc/sparc64/bits/atomic.h
37238         (__arch_compare_and_exchange_val_32_acq): Likewise.
37239         (__arch_compare_and_exchange_val_64_acq): Likewise.
37241 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
37243         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
37244         * sysdeps/posix/ulimit.c: ... this.
37245         Include <limits.h>.
37246         * sysdeps/unix/bsd/ulimit.c: Remove file.
37248 2013-01-23  Adam Conrad  <adconrad@0c3.net>
37250         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
37251         (LDFLAGS-tst-array5): Likewise.
37253 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
37255         [BZ #15036]
37256         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
37257         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
37258         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
37259         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
37261 2013-01-21  David S. Miller  <davem@davemloft.net>
37263         * sysdeps/sparc/backtrace.c: New file.
37264         * sysdeps/sparc/sparc32/backtrace.h: New file.
37265         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
37266         * sysdeps/sparc/sparc64/backtrace.h: New file.
37267         * sysdeps/sparc/sparc64/backtrace.c: Delete.
37268         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
37269         -funwind-tables.
37271 2013-01-21  Andreas Schwab  <schwab@suse.de>
37273         [BZ #15020]
37274         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
37275         closed its stdout.
37277 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
37279         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
37280         "mpa2.h".
37281         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
37283 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
37284             Mark Mitchell  <mark@codesourcery.com>
37285             Tom de Vries  <tom@codesourcery.com>
37286             Paul Pluzhnikov  <ppluzhnikov@google.com>
37288         * debug/tst-backtrace2.c: New file.
37289         * debug/tst-backtrace3.c: Likewise.
37290         * debug/tst-backtrace4.c: Likewise.
37291         * debug/tst-backtrace5.c: Likewise.
37292         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
37293         (CFLAGS-tst-backtrace3.c): Likewise.
37294         (CFLAGS-tst-backtrace4.c): Likewise.
37295         (CFLAGS-tst-backtrace5.c): Likewise.
37296         (LDFLAGS-tst-backtrace2): Likewise.
37297         (LDFLAGS-tst-backtrace3): Likewise.
37298         (LDFLAGS-tst-backtrace4): Likewise.
37299         (LDFLAGS-tst-backtrace5): Likewise.
37300         (tests): Add new tests tst-backtrace2, tst-backtrace3,
37301         tst-backtrace4 and tst-backtrace5.
37303 2013-01-18  Anton Blanchard  <anton@samba.org>
37304             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
37306         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
37307         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
37308         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
37309         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
37310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
37311         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
37312         "+r" and remove output regs list as redundant.  Add explicit inline
37313         asm to specify register of return val to work around compiler codegen
37314         bug.  Remove (int) cast on return value.  Add return type parameter to
37315         use in macro so that this macro does not truncate return value for
37316         64-bit values.
37317         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
37318         pass to INTERNAL_VSYSCALL_NCS.
37319         (INLINE_VSYSCALL): Add 'long int' as return type to
37320         INTERNAL_VSYSCALL_NCS macro invocation.
37321         (INTERNAL_VSYSCALL): Add 'long int' as return type to
37322         INTERNAL_VSYSCALL_NCS macro invocation.
37323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
37325 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37327         [BZ #14496]
37328         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
37329         Fix application of SIMD FP exception mask.
37331         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
37332         mp_no from a power of two.
37333         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
37334         __mpexp_twomm1.  Use __pow_mp.
37336         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
37337         multiplication.
37339 2013-01-17  David S. Miller  <davem@davemloft.net>
37341         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37343 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
37345         [BZ #15023]
37346         * include/complex.h: Condition contents on [!_COMPLEX_H].
37347         (__kernel_casinhf): New prototype.
37348         (__kernel_casinh): Likewise.
37349         (__kernel_casinhl): Likewise.
37350         * math/Makefile (libm_calls): Add k_casinh.
37351         * math/k_casinh.c: New file.
37352         * math/k_casinhf.c: Likewise.
37353         * math/k_casinhl.c: Likewise.
37354         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
37355         finite nonzero arguments.
37356         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
37357         finite nonzero arguments.
37358         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
37359         finite nonzero arguments.
37360         * math/s_casinh.c: Do not include <float.h>.
37361         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
37362         * math/s_casinhf.c: Do not include <float.h>.
37363         (__casinhf): Move code for finite nonzero arguments to
37364         k_casinhf.c.
37365         * math/s_casinhl.c: Do not include <float.h>.
37366         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
37367         redefine.
37368         (__casinhl): Move code for finite nonzero arguments to
37369         k_casinhl.c.
37370         * math/libm-test.inc (cacos_test): Add more tests.
37371         * sysdeps/i386/fpu/libm-test-ulps: Update.
37372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37374 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
37376         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
37377         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
37378         [!HAVE_MREMAP]: Remove [defined linux] case.
37379         * malloc/arena.c: Do not include <malloc-sysdep.h>.
37381 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
37383         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
37385 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
37387         * elf/elf.h (R_386_SIZE32): New relocation.
37388         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
37389         R_386_SIZE32.
37390         (elf_machine_rela): Likewise.
37391         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37392         R_X86_64_SIZE64 and R_X86_64_SIZE32.
37394 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
37396         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
37397         (FP_FAST_FMA): Do not define.
37398         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
37399         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
37400         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
37401         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
37402         !_SOFT_FLOAT]: Likewise.
37403         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
37404         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
37405         value.
37406         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
37407         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
37408         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
37409         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
37410         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
37411         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
37412         file.
37414 2013-01-16  Andreas Schwab  <schwab@suse.de>
37416         [BZ #14327]
37417         * include/stdlib.h (__mktemp): Add declaration.
37418         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
37419         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
37421 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
37423         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
37424         definitions.
37425         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
37426         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
37427         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
37428         definitions here.
37429         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
37430         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
37431         definitions.
37432         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
37433         and ONE.
37434         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
37435         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
37436         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
37437         definitions.
37438         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
37439         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
37440         definitions.
37441         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
37443         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
37445 2013-01-15  David S. Miller  <davem@davemloft.net>
37447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
37448         trunc{,f} to libm-sysdep_routes.
37449         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
37450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
37451         file.
37452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
37453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
37454         file.
37455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
37456         file.
37457         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
37458         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
37459         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
37460         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
37461         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
37462         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
37463         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
37464         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
37466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
37467         nearbyint{,f} to libm-sysdep_routes.
37468         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
37469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
37470         New file.
37471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
37472         file.
37473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
37474         New file.
37475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
37476         file.
37477         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
37478         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
37479         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
37480         file.
37481         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
37482         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
37483         file.
37484         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
37485         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
37486         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
37488         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
37489         libc_feholdexcept and libc_fesetenv.
37491 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
37493         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
37495 2013-01-14  David S. Miller  <davem@davemloft.net>
37497         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
37498         (SPARC_ASM_VIS2_IFUNC): Likewise.
37499         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
37500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
37501         use of 'siam' instruction.
37502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
37503         Likewise.
37504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
37505         Likewise.
37506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
37507         Likewise.
37508         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
37509         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
37510         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
37511         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
37512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
37513         file.
37514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
37515         file.
37516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
37517         file.
37518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
37519         file.
37520         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
37521         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
37522         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
37523         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
37524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
37525         new VIS2 routines.
37526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
37527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
37529         Likewise.
37530         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
37531         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
37532         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
37533         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
37534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
37535         routines to libm-sysdep_routines.
37536         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
37538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
37539         fdim/fdimf to libm-sysdep_routines.
37540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
37541         file.
37542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
37543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
37544         file.
37545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
37546         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
37547         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
37548         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
37549         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
37550         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
37551         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
37553 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
37555         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
37556         to optimize copies.
37558         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
37559         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
37560         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
37562         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
37563         local variable MPTWO.
37564         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
37565         Likewise.
37567 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
37569         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
37570         GLOB_NOESCAPE.
37572 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
37574         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
37576 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
37578         * manual/pattern.texi (glob_t): Document gl_flags.
37579         (glob64_t): Likewise.
37581 2013-01-11  David S. Miller  <davem@davemloft.net>
37583         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
37584         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
37585         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
37586         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
37587         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
37588         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
37589         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
37590         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
37591         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
37592         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
37593         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
37594         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
37595         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
37597         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
37598         sparc V9 rather than using V8 code.
37599         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
37600         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
37602         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
37603         Move to...
37604         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
37605         Here.
37607 2013-01-11  Roland McGrath  <roland@hack.frob.com>
37609         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
37610         not in the main loop.
37611         * configure: Regenerated.
37613 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
37615         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
37616         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
37617         to just #else.
37618         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
37619         [!__GLIBC_HAVE_LONG_LONG] case.
37620         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
37621         condition to just #else.
37622         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
37623         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
37624         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
37625         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
37626         unconditional.
37627         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
37628         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
37629         #elif condition to just #else.
37630         * sysdeps/unix/sysv/linux/sys/sysmacros.h
37631         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
37632         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
37633         #elif condition to just #else.
37635 2013-01-11  Steve Ellcey  <sellcey@mips.com>
37637         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
37638         (EF_MIPS_ARCH_64): Fix value.
37639         (EF_MIPS_ARCH_32R2): New.
37640         (EF_MIPS_ARCH_64R2): New.
37642 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
37644         * Makeconfig (+link-pie-before-libc): New.
37645         (+link-pie-after-libc): Likewise.
37646         (+link-pie-tests): Likewise.
37647         (+link-pie): Rewritten.
37648         (link-before-libc): Remove $(config-LDFLAGS).
37649         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
37650         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
37651         (config-LDFLAGS): Renamed to ...
37652         (rtld-LDFLAGS): This.
37653         (rtld-tests-LDFLAGS): New macro.
37654         (link-libc-rpath-link): Likewise.
37655         (link-libc-tests-rpath-link): Likewise.
37656         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
37657         (link-libc): Prepand $(link-libc-rpath-link).
37658         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
37659         (test-program-prefix): New macro.
37660         (test-via-rtld-prefix): Likewise.
37661         (test-program-cmd): Likewise.
37662         (host-test-program-cmd): Likewise.
37663         * Makefile ($(common-objpfx)testrun.sh): Replace
37664         $(run-program-prefix) with $(test-program-prefix).
37665         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
37666         $(rtld-LDFLAGS).
37667         ($(common-objpfx)shlib.lds): Likewise.
37668         (build-module-helper): Likewise.
37669         ($(common-objpfx)format.lds): Likewise.
37670         * Rules (binaries-pie-tests): New.
37671         (binaries-pie-notests): Likewise.
37672         (binaries-pie): Rewritten.
37673         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
37674         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
37675         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
37676         (make-test-out): Replace $(host-built-program-cmd) with
37677         $(host-test-program-cmd).
37678         * config.make.in (build-hardcoded-path-in-tests): New variable.
37679         * configure.in (--enable-hardcoded-path-in-tests): New configure
37680         option.
37681         (hardcoded_path_in_tests): New AC_SUBST.
37682         * configure: Regenerated.
37683         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
37684         $(built-program-cmd) with $(test-program-cmd).
37685         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
37686         (test_program_cmd): This.
37687         * elf/Makefile ($(objpfx)order.out): Run test with
37688         $(test-program-prefix).
37689         ($(objpfx)order2.out): Likewise.
37690         ($(objpfx)tst-initorder.out): Likewise.
37691         ($(objpfx)tst-initorder2.out): Likewise.
37692         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
37693         $(test-program-cmd).
37694         ($(objpfx)tst-array1-static.out): Likewise.
37695         ($(objpfx)tst-array2.out): Likewise.
37696         ($(objpfx)tst-array3.out): Likewise.
37697         ($(objpfx)tst-array4.out): Likewise.
37698         ($(objpfx)tst-array5.out): Likewise.
37699         ($(objpfx)tst-array5-static.out): Likewise.
37700         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
37701         $(test-program-cmd).
37702         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
37703         $(run-program-prefix) with $(test-program-prefix).
37704         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
37705         (test_program_prefix): This.
37706         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
37707         $(run-program-prefix) with $(test-program-prefix).
37708         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
37709         (test_program_prefix): This.
37710         * iconvdata/tst-tables.sh: Likewise.
37711         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
37712         $(run-program-prefix) with $(test-program-prefix).
37713         ($(objpfx)tst-translit.out): Likewise.
37714         ($(objpfx)tst-gettext2.out): Likewise.
37715         ($(objpfx)tst-gettext4.out): Likewise.
37716         ($(objpfx)tst-gettext6.out): Likewise.
37717         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
37718         (test_program_prefix): This.
37719         * intl/tst-gettext2.sh: Likewise.
37720         * intl/tst-gettext4.sh  Likewise.
37721         * intl/tst-gettext6.sh: Likewise.
37722         * intl/tst-translit.sh: Likewise.
37723         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
37724         with $(test-program-cmd).
37725         * libio/Makefile ($(objpfx)test-freopen.out): Replace
37726         $(run-program-prefix) with $(test-program-prefix).
37727         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
37728         (test_program_prefix): This.
37729         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
37730         $(run-program-prefix) with $(test-program-prefix).
37731         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
37732         (test_program_prefix): This.
37733         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
37734         * posix/Makefile ($(objpfx)globtest.out): Replace
37735         $(run-via-rtld-prefix) and $(test-wrapper) with
37736         $(test-program-prefix) and $(test-via-rtld-prefix).
37737         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
37738         $(test-program-prefix).
37739         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
37740         $(host-test-program-cmd).
37741         (tst-spawn-ARGS): Likewise.
37742         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
37743         $(test-program-prefix).
37744         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
37745         (test_via_rtld_prefix): This.
37746         (test_wrapper): Renamed to ...
37747         (test_program_prefix): This.
37748         (run_program_prefix): Replaced by test_program_prefix.
37749         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
37750         (test_program_prefix): This.
37751         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
37752         with $(host-test-program-cmd).
37753         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
37754         $(run-program-prefix) with $(test-program-prefix).
37755         ($(objpfx)tst-printf.out): Likewise.
37756         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
37757         $(test-program-cmd).
37758         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
37759         (test_program_prefix): This.
37760         * stdio-common/tst-unbputc.sh: Likewise.
37761         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
37762         $(run-program-prefix) with $(test-program-prefix).
37763         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
37764         (test_program_prefix): This.
37765         * string/Makefile ($(objpfx)tst-svc.out):  Replace
37766         $(built-program-cmd) with $(test-program-cmd).
37768 2013-01-11  Andreas Jaeger  <aj@suse.de>
37770         [BZ #15003]
37771         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
37772         value. Sync with Linux 3.7.
37774 2013-01-10  David S. Miller  <davem@davemloft.net>
37776         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
37777         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
37778         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
37780 2013-01-10  Roland McGrath  <roland@hack.frob.com>
37782         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
37783         never set.
37784         * configure: Regenerated.
37786 2013-01-10  David S. Miller  <davem@davemloft.net>
37788         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
37789         sparc V9 rather than using V8 code.
37790         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
37791         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
37793 2013-01-10  Roland McGrath  <roland@hack.frob.com>
37795         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
37796         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
37797         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
37798         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
37799         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
37800         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
37801         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
37802         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
37803         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
37804         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
37805         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
37806         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
37807         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
37808         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
37809         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
37810         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
37811         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
37812         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
37813         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
37814         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
37815         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
37816         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
37817         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
37818         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
37819         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
37820         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
37821         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
37823 2013-01-10  David S. Miller  <davem@davemloft.net>
37825         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37827 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
37829         * posix/Makefile (tests-static): New variable.
37830         (tests): Add $(tests-static).
37831         (tst-exec-static-ARGS): New variable.
37832         (tst-spawn-static-ARGS): Likewise.
37833         * posix/tst-exec-static.c: New file.
37834         * posix/tst-spawn-static.c: Likewise.
37835         * posix/tst-exec.c: Support run directly.
37836         * posix/tst-spawn.c: Likewise.
37838 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
37840         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
37841         long.
37842         * math/bits/mathcalls.h (llrint): Likewise.
37843         (llround): Likewise.
37844         * stdlib/stdlib.h (struct drand48_data): Likewise.
37845         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
37846         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
37847         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
37848         Likewise.
37849         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
37850         Likewise.
37851         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
37852         (elf_greg_t): Likewise.
37853         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
37854         (__jmp_buf): Likewise.
37855         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
37856         definitions.
37857         (llrint): Likewise, for all definitions.
37858         (llrintl): Likewise.
37860         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
37861         Remove [__GNUC__] condition.
37862         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
37863         condition to just [__USE_ISOC99].
37864         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
37866 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
37868         [BZ #14200]
37869         * sysdeps/unix/sysv/linux/x86/bits/environments.h
37870         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
37871         defined.
37872         (_POSIX_V6_ILP32_OFF32): Likewise.
37873         (_XBS5_ILP32_OFF32): Likewise.
37874         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
37875         (__ILP32_OFFBIG_LDFLAGS): Likewise.
37877 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
37879         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
37881         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
37882         doubles __mpexp_twomm1.  Adjust usage.
37883         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
37884         Remove.
37886 2013-01-10  Andreas Schwab  <schwab@suse.de>
37888         [BZ #14964]
37889         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
37890         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
37892 2013-01-09  David S. Miller  <davem@davemloft.net>
37894         [BZ #15003]
37895         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
37896         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
37897         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
37898         (TCP_FASTOPEN): Define.
37899         (tcp_repair_opt): New structure.
37900         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
37901         enum values.
37902         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
37903         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
37904         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
37905         (tcp_cookie_transactions): New structure.
37907 2013-01-09  Anton Blanchard  <anton@samba.org>
37909         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
37910         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
37911         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
37912         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
37914 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
37916         * include/features.h (__USE_ANSI): Remove.
37918 2013-01-09  Roland McGrath  <roland@hack.frob.com>
37920         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
37922         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
37924 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
37926         * sysdeps/s390/fpu/libm-test-ulps: Update.
37928         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37930         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
37931         (__acr): Likewise.
37932         (__cpy): Likewise.
37933         (norm): Likewise.
37934         (denorm): Likewise.
37935         (__mp_dbl): Likewise.
37936         (__dbl_mp): Likewise.
37937         (add_magnitudes): Likewise.
37938         (sub_magnitudes): Likewise.
37939         (__add): Likewise.
37940         (__sub): Likewise.
37941         (__mul): Likewise.
37942         (__inv): Likewise.
37943         (__dvd): Likewise.
37944         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
37945         (__acr): Likewise.
37946         (__cpy): Likewise.
37947         (norm): Likewise.
37948         (denorm): Likewise.
37949         (__mp_dbl): Likewise.
37950         (__dbl_mp): Likewise.
37951         (add_magnitudes): Likewise.
37952         (sub_magnitudes): Likewise.
37953         (__add): Likewise.
37954         (__sub): Likewise.
37955         (__mul): Likewise.
37956         (__inv): Likewise.
37957         (__dvd): Likewise.
37958         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
37959         (__acr): Likewise.
37960         (__cpy): Likewise.
37961         (norm): Likewise.
37962         (denorm): Likewise.
37963         (__mp_dbl): Likewise.
37964         (__dbl_mp): Likewise.
37965         (add_magnitudes): Likewise.
37966         (sub_magnitudes): Likewise.
37967         (__add): Likewise.
37968         (__sub): Likewise.
37969         (__mul): Likewise.
37970         (__inv): Likewise.
37971         (__dvd): Likewise.
37973 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
37975         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
37976         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
37977         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
37978         2 && __USE_EXTERN_INLINES]: Likewise.
37980 2013-01-08  Andreas Jaeger  <aj@suse.de>
37982         [BZ# 14985]
37983         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
37984         Remove.
37985         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
37986         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
37988 2013-01-07  Anton Blanchard  <anton@samba.org>
37990         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
37991         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
37992         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
37993         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
37994         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
37995         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
37996         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
37997         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
37998         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
37999         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
38000         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
38001         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
38002         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
38003         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
38004         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
38005         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
38006         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
38007         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
38008         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
38009         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
38010         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
38011         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
38012         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
38013         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
38014         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
38015         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
38016         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
38017         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
38018         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
38019         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
38020         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
38021         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
38022         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
38023         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
38024         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
38025         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
38026         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
38027         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38028         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
38029         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
38030         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
38031         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
38032         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
38034 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
38036         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
38037         (__MALLOC_PMT): Likewise.
38038         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
38039         [__GNUC__], only on [_LIBC].
38040         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
38041         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
38042         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
38043         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
38044         forward declaration.
38045         (realloc_hook_ini): Likewise.
38046         (memalign_hook_ini): Likewise.
38047         (__libc_memalign): Do not use __MALLOC_PMT in variable
38048         declaration.
38049         (__libc_valloc): Likewise.
38050         (__libc_pvalloc): Likewise.
38051         (__libc_calloc): Likewise.
38052         (__posix_memalign): Likewise.
38054         [BZ #14996]
38055         * math/s_casinh.c: Include <float.h>.
38056         (__casinh): Do not do computation with squaring and square root
38057         for large arguments.
38058         * math/s_casinhf.c: Include <float.h>.
38059         (__casinhf): Do not do computation with squaring and square root
38060         for large arguments.
38061         * math/s_casinhl.c: Include <float.h>.
38062         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
38063         (__casinhl): Do not do computation with squaring and square root
38064         for large arguments.
38065         * math/libm-test.inc (casin_test): Add more tests.
38066         (casinh_test): Likewise.
38067         * sysdeps/i386/fpu/libm-test-ulps: Update.
38068         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38070 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
38072         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
38073         (__x86_64_raw_data_cache_size): Likewise.
38074         (__x86_64_data_cache_size_half): Likewise.
38075         (__x86_64_raw_data_cache_size_half): Likewise.
38076         (__x86_64_shared_cache_size): Likewise.
38077         (__x86_64_raw_shared_cache_size): Likewise.
38078         (__x86_64_shared_cache_size_half): Likewise.
38079         (__x86_64_raw_shared_cache_size_half): Likewise.
38080         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
38081         to ...
38082         (__x86_data_cache_size): This.
38083         (__x86_64_raw_data_cache_size): Renamed to ...
38084         (__x86_raw_data_cache_size): This.
38085         (__x86_64_data_cache_size_half): Renamed to ...
38086         (__x86_data_cache_size_half): This.
38087         (__x86_64_raw_data_cache_size_half): Renamed to ...
38088         (__x86_raw_data_cache_size_half): This.
38089         (__x86_64_shared_cache_size): Renamed to ...
38090         (__x86_shared_cache_size): This.
38091         (__x86_64_raw_shared_cache_size): Renamed to ...
38092         (__x86_raw_shared_cache_size): This.
38093         (__x86_64_shared_cache_size_half): Renamed to ...
38094         (__x86_shared_cache_size_half): This.
38095         (__x86_64_raw_shared_cache_size_half): Renamed to ...
38096         (__x86_raw_shared_cache_size_half): This.
38097         * sysdeps/x86_64/memcpy.S: Updated.
38098         * sysdeps/x86_64/memset.S: Likewise.
38099         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
38100         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
38101         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
38103 2013-01-04  David S. Miller  <davem@davemloft.net>
38105         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38107 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
38109         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
38110         1 to avoid redefinition warning.
38111         (__USE_GNU): Don't define.
38112         (init_signaling_nan): Protoize.
38114         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38116 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38118         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
38119         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
38120         (__cpymn): Likewise.
38121         (norm): Remove commented code.
38122         (denorm): Likewise.
38123         (__mp_dbl): Likewise.
38124         (__inv): Likewise.
38125         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
38126         (__cpymn): Likewise.
38127         (norm): Remove commented code.
38128         (denorm): Likewise.
38129         (__mp_dbl): Likewise.
38130         (__inv): Likewise.
38132         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
38133         mp_no value for 1.0 and 2.0.
38134         (norm): Use RADIXI instead of radixi.d.
38135         (denorm): Likewise.
38136         (__mul): Use 0.0 instead of zero.d.
38137         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
38138         mp_no value for 1.0 and 2.0.
38139         (norm): Use RADIXI instead of radixi.d.
38140         (denorm): Likewise.
38141         (__mul): Use 0.0 instead of zero.d.
38143 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
38145         [BZ #14994]
38146         * math/s_casinh.c (__casinh): Reduce finite argument to first
38147         quadrant then set signs of results at the end.
38148         * math/s_casinhf.c (__casinhf): Likewise.
38149         * math/s_casinhl.c (__casinhl): Likewise.
38150         * math/libm-test.inc (casin_test): Add more tests.
38151         (casinh_test): Likewise.
38152         * sysdeps/i386/fpu/libm-test-ulps: Update.
38153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38155 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38157         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
38159         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
38161         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
38162         declarations.
38163         (denorm): Likewise.
38164         (__mp_dbl): Likewise.
38165         (__inv): Likewise.
38167         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
38168         and adjust the header comment.
38170         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
38171         variable name from declaration.
38173 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
38175         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38176         Initialize COMMON_CPUID_INDEX_7 element.
38177         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
38178         (CPUID_RTM): Likewise.
38179         (HAS_RTM): Likewise.
38180         (COMMON_CPUID_INDEX_7): New enum.
38182 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
38184         [BZ #14981]
38185         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
38186         size is zero, record memory as freed.
38188 2013-01-03  Andreas Jaeger  <aj@suse.de>
38190         * po/ia.po: Add new Interlingua translation.
38192 2012-01-03  Allan McRae  <allan@archlinux.org>
38194         * locale/programs/localedef.c: Fix description of '--posix' flag.
38196 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
38198         * NEWS: Update dates in second copyright notice.
38199         * README: Update copyright dates in example.
38200         * manual/libc.texinfo: Update copyright dates.
38201         * scripts/test-installation.pl: Update copyright date in --version
38202         output.
38204         * hurd/ctty-input.c: Fix copyright notice formatting.
38205         * hurd/ctty-output.c: Likewise.
38206         * hurd/dtable.c: Likewise.
38207         * hurd/hurd-raise.c: Likewise.
38208         * hurd/hurdprio.c: Likewise.
38209         * hurd/msgportdemux.c: Likewise.
38210         * misc/sys/file.h: Likewise.
38211         * misc/sys/ioctl.h: Likewise.
38212         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
38213         * sysdeps/mach/hurd/chdir.c: Likewise.
38214         * sysdeps/mach/hurd/fchdir.c: Likewise.
38215         * sysdeps/mach/hurd/rename.c: Likewise.
38216         * sysdeps/mach/hurd/rmdir.c: Likewise.
38217         * sysdeps/mach/hurd/seekdir.c: Likewise.
38218         * sysdeps/mach/hurd/setsid.c: Likewise.
38219         * sysdeps/posix/wait3.c: Likewise.
38221         * All files with FSF copyright notices: Update copyright dates
38222         using scripts/update-copyrights.
38223         * intl/plural.c: Regenerated.
38224         * locale/programs/charmap-kw.h: Likewise.
38225         * locale/programs/locfile-kw.h: Likewise.
38227 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
38229         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
38230         four values.
38232         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
38233         calculation loop and add branch prediction.
38235         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
38236         check access beyond bounds of m1np.
38238         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
38239         MPTWO.
38240         (__inv): Remove local variable MPTWO to use the global
38241         constant.
38242         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
38243         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
38244         variable MPTWO.
38245         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
38246         MP3HALFS static const.
38248 2013-01-01  David S. Miller  <davem@davemloft.net>
38250         * po/ca.po: Update from translation team.
38252 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
38254         * scripts/update-copyrights: New file.
38255         * Makeconfig: Reformat copyright notice.
38256         * ctype/ctype.h: Likewise.
38257         * debug/swprintf_chk.c: Likewise.
38258         * elf/dl-cache.c: Likewise.
38259         * elf/dl-debug.c: Likewise.
38260         * elf/dl-object.c: Likewise.
38261         * grp/initgroups.c: Likewise.
38262         * hurd/Makefile: Likewise.
38263         * hurd/hurd/signal.h: Likewise.
38264         * hurd/hurdfault.c: Likewise.
38265         * hurd/hurdioctl.c: Likewise.
38266         * hurd/hurdlookup.c: Likewise.
38267         * hurd/intr-msg.c: Likewise.
38268         * iconv/gconv_open.c: Likewise.
38269         * libio/swprintf.c: Likewise.
38270         * locale/lc-ctype.c: Likewise.
38271         * locale/nl_langinfo.c: Likewise.
38272         * mach/Machrules: Likewise.
38273         * mach/Makefile: Likewise.
38274         * malloc/obstack.h: Likewise.
38275         * manual/Makefile: Likewise.
38276         * manual/tsort.awk: Likewise.
38277         * misc/bits/stab.def: Likewise.
38278         * nis/nis_print_group_entry.c: Likewise.
38279         * nis/nis_table.c: Likewise.
38280         * nis/nss_compat/compat-pwd.c: Likewise.
38281         * nis/nss_compat/compat-spwd.c: Likewise.
38282         * po/Makefile: Likewise.
38283         * posix/fnmatch.c: Likewise.
38284         * posix/regex.h: Likewise.
38285         * resolv/Makefile: Likewise.
38286         * resolv/nss_dns/dns-network.c: Likewise.
38287         * resolv/res_hconf.c: Likewise.
38288         * scripts/gen-sorted.awk: Likewise.
38289         * soft-fp/soft-fp.h: Likewise.
38290         * stdio-common/printf.h: Likewise.
38291         * stdlib/monetary.h: Likewise.
38292         * stdlib/random.c: Likewise.
38293         * stdlib/random_r.c: Likewise.
38294         * sysdeps/generic/Makefile: Likewise.
38295         * sysdeps/gnu/Makefile: Likewise.
38296         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
38297         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
38298         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
38299         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
38300         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
38301         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
38302         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
38303         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
38304         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
38305         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
38306         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
38307         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
38308         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
38309         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
38310         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
38311         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
38312         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
38313         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
38314         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
38315         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
38316         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
38317         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
38318         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
38319         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
38320         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
38321         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
38322         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
38323         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
38324         * sysdeps/mach/hurd/errnos.awk: Likewise.
38325         * sysdeps/mach/hurd/fork.c: Likewise.
38326         * sysdeps/mach/hurd/getcwd.c: Likewise.
38327         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
38328         * sysdeps/mach/hurd/mmap.c: Likewise.
38329         * sysdeps/mach/hurd/utimes.c: Likewise.
38330         * sysdeps/mach/hurd/xmknod.c: Likewise.
38331         * sysdeps/posix/profil.c: Likewise.
38332         * sysdeps/posix/readdir_r.c: Likewise.
38333         * sysdeps/powerpc/bits/mathdef.h: Likewise.
38334         * sysdeps/powerpc/bits/setjmp.h: Likewise.
38335         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
38336         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
38337         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
38338         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
38339         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
38340         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
38341         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
38342         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
38343         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
38344         * sysdeps/pthread/lio_listio.c: Likewise.
38345         * sysdeps/sparc/dl-procinfo.h: Likewise.
38346         * sysdeps/unix/i386/sysdep.S: Likewise.
38347         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
38348         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
38349         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
38350         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
38351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
38352         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
38353         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
38354         * sysdeps/unix/sysv/linux/speed.c: Likewise.
38355         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
38356         * sysdeps/wordsize-32/divdi3.c: Likewise.
38357         * time/sys/time.h: Likewise.
38358         * wcsmbs/Makefile: Likewise.
38360 2013-01-01  David S. Miller  <davem@davemloft.net>
38362         * po/fr.po: Update from translation team.
38364         * catgets/gencat.c: Update copyright year.
38365         * csu/version.c: Likewise.
38366         * debug/catchsegv.sh: Likewise.
38367         * debug/pcprofiledump.c: Likewise.
38368         * debug/xtrace.sh: Likewise.
38369         * elf/ldconfig.c: Likewise.
38370         * elf/ldd.bash.in: Likewise.
38371         * elf/pldd.c: Likewise.
38372         * elf/sotruss.ksh: Likewise.
38373         * elf/sprof.c: Likewise.
38374         * iconv/iconv_prog.c: Likewise.
38375         * iconv/iconvconfig.c: Likewise.
38376         * locale/programs/locale.c: Likewise.
38377         * locale/programs/localedef.c: Likewise.
38378         * login/programs/pt_chown.c: Likewise.
38379         * malloc/memusage.sh: Likewise.
38380         * malloc/memusagestat.c: Likewise.
38381         * malloc/mtrace.pl: Likewise.
38382         * nscd/nscd.c: Likewise.
38383         * nss/getent.c: Likewise.
38384         * nss/makedb.c: Likewise.
38385         * posix/getconf.c: Likewise.
38387 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
38389         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
38390         numbers.
38392 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
38394         * math/bits/mathcalls.h (modf): Use __nonnull.
38396 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38398         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
38399         (split): Use macro CN instead of the bare value.
38400         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
38401         could be used.
38402         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
38403         instead of the bare value.
38404         (power1): Likewise.
38406 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38408         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
38409         __ATAN_TWOM.
38410         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
38412         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
38413         their values.
38414         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
38415         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
38416         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
38417         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
38419 2012-12-28  Andreas Jaeger  <aj@suse.de>
38421         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
38422         values are from Linux 3.7.
38424         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
38425         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
38427 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38429         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
38430         TRUE case.
38432         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
38433         (norm): Likewise.
38434         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
38435         variables with preprocessor constants.
38436         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
38437         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
38438         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
38440 2012-12-27  Bruno Haible  <bruno@clisp.org>
38442         [BZ #14317]
38443         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
38444         only if needed.
38446 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
38448         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
38449         and use variable directly.
38450         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
38452         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
38453         MPONE.
38454         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
38455         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
38456         variable MPONE.
38457         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
38458         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
38459         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
38460         include directive.  Remove local variable MPONE.
38461         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
38462         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
38463         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
38465 2012-12-25  David S. Miller  <davem@davemloft.net>
38467         * version.h (RELEASE): Set to "development".
38468         (VERSION): Set to "2.17.90".
38469         * NEWS: Add 2.18 section.
38471 2012-12-21  David S. Miller  <davem@davemloft.net>
38473         * po/hr.po: Update from translation team.
38475 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38477         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
38479 2012-12-19  Steve Ellcey  <sellcey@mips.com>
38481         * NEWS:  Mention new memcpy for MIPS.
38483 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
38485         * manual/contrib.texi (Contributors): Spelling correction.
38487 2012-12-15  David S. Miller  <davem@davemloft.net>
38489         * po/ru.po: Update from translation team.
38491 2012-12-13  David S. Miller  <davem@davemloft.net>
38493         * NEWS: Mention IFUNC testsuite enhancements.
38495         * po/pl.po: Update from translation team.
38496         * po/bg.po: Likewise.
38498         * manual/contrib.texi (Contributors): Update entries for Hongjiu
38499         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
38501 2012-12-11  David S. Miller  <davem@davemloft.net>
38503         * po/sv.po: Update from translation team.
38505         * po/vi.po: Update from translation team.
38507         * po/cs.po: Update from translation team.
38509         * po/de.po: Update from translation team.
38510         * po/eo.po: Likewise.
38511         * po/nl.po: Likewise.
38513 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
38515         [BZ #14246]
38516         * manual/argp.texi (Argp Helper Functions): Move node to follow
38517         Argp Parsing State.
38519         [BZ #14872]
38520         * manual/conf.texi (Limits on File System Capacity): Mention if
38521         terminating null is included in the max size.
38523 2012-12-10  Andreas Jaeger  <aj@suse.de>
38525         * po/cs.po: Update from translation team.
38527 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
38529         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
38530         void pointer and cast to uintptr_t.
38531         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
38532         path.
38533         * sysdeps/s390/s390-64/memcpy.S: Likewise.
38534         * sysdeps/s390/s390-64/memset.S: Likewise.
38536 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
38538         [BZ #14833]
38539         * menual/message.texi (Message Translation): Fix typos.
38540         (Helper programs for gettext): Likewise.
38542 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
38544         [BZ #14898]
38545         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
38546         Change to -1.
38548 2012-12-07  David S. Miller  <davem@davemloft.net>
38550         * po/libc.pot: Update.
38552 2012-12-07  Richard Henderson  <rth@redhat.com>
38554         [BZ #10114]
38555         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
38556         normal/normal case to before the switch.
38557         (_FP_DIV): Likewise.
38559 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
38560             Mike Frysinger  <vapier@gentoo.org>
38562         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
38563         check for __NR_fadvise64_64.
38565 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
38567         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
38568         0, not just to plain "0" as a statement.
38569         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
38570         with cw.
38572 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
38574         * NEWS: Use sourceware.org in Bugzilla URL.
38576 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
38579         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
38581         * stdio-common/tst-put-error.c (do_test): Add newline to the
38582         padded test to ensure flush.
38584 2012-12-05  Jeff Law  <law@redhat.com>
38586         * sunrpc/etc.rpc (fedfs_admin): Add entry.
38588 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
38590         * README: Don't refer to ports add-on as distributed separately.
38591         Mention AArch64 in list of systems supported in the ports add-on.
38593         * LICENSES: Add more non-FSF copyright and license notices.
38595         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
38596         ((unused)).
38598         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
38600         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
38601         10000 as width of padded output.
38603 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
38605         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
38607         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
38608         variable LX with __attribute__ ((unused)).
38609         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
38610         Likewise.
38611         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
38612         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38613         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
38614         with __attribute__ ((unused)).
38616 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
38618         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
38620 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
38622         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
38623         (CFLAGS-nldbl-acos.c): New variable.
38624         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
38625         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
38626         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
38627         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
38628         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
38629         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
38630         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
38631         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
38632         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
38633         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
38634         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
38635         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
38636         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
38637         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
38638         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
38639         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
38640         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
38641         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
38642         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
38643         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
38644         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
38645         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
38646         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
38647         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
38648         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
38649         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
38650         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
38651         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
38652         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
38653         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
38654         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
38655         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
38656         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
38657         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
38658         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
38659         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
38660         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
38661         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
38662         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
38663         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
38664         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
38665         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
38666         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
38667         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
38668         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
38669         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
38670         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
38671         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
38672         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
38673         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
38674         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
38675         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
38676         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
38677         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
38678         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
38679         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
38680         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
38681         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
38682         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
38683         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
38684         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
38685         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
38686         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
38687         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
38688         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
38689         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
38690         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
38691         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
38692         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
38693         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
38694         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
38695         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
38696         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
38697         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
38698         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
38699         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
38700         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
38701         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
38702         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
38703         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
38704         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
38705         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
38706         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
38707         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
38708         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
38709         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
38710         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
38711         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
38712         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
38713         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
38714         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
38715         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
38716         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
38717         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
38718         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
38719         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
38720         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
38722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
38723         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
38725         [BZ #14914]
38726         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
38727         whole low double instead of just low 47 bits when splitting values
38728         into two parts.
38730 2012-12-03  Allan McRae  <allan@archlinux.org>
38732         * manual/stdio.texi (Predefined Printf Handlers): Remove
38733         @hsep and @vsep usage.
38735 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
38737         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
38738         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
38740 2012-12-03  Jeff Law  <law@redhat.com>
38742         * time/sys/time.h (settimeofday): Do not mark TV argument
38743         as __nonnull.
38745 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
38747         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
38748         when currently writing and seek to current position when not.
38749         * libio/Makefile (tests): Remove bug-fclose1.
38750         * libio/bug-fclose1.c: Delete.
38752 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
38754         * manual/arith.texi (feenableexcept): Fix typo.
38755         (fedisableexcept): Likewise.
38757 2012-11-30  Roland McGrath  <roland@hack.frob.com>
38759         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
38760         second, differently-typed declaration, rather than a cast.
38762 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
38764         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
38765         * include/rpc/svc.h: ... here.
38767 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
38769         [BZ #13013]
38770         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
38771         depending n and resplen2 to catch cases where answer
38772         equals answerp2.
38774 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
38776         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
38777         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
38779 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
38781         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
38783 2012-11-29  Roland McGrath  <roland@hack.frob.com>
38785         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
38787 2012-11-28  Jeff Law  <law@redhat.com>
38789         [BZ #13761]
38790         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
38791         dataset_temporary.  Track alloca usage into alloca_used.
38792         If dataset is large allocate and release it via malloc/free.
38794 2012-06-04  Florian Weimer  <fweimer@redhat.com>
38796         [BZ #14197]
38797         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
38799 2012-11-28  David S. Miller  <davem@davemloft.net>
38801         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38803 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
38805         [BZ #14803]
38806         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
38807         of pi/2 rounded to nearest to 64 bits.
38808         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
38809         nearest to 64 bits.
38810         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
38811         bits.
38813 2012-11-28  Jeff Law <law@redhat.com>
38814             Martin Osvald <mosvald@redhat.com>
38816         [BZ #14889]
38817         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
38818         * sunrpc/svc.c: Include time.h.
38819         (__svc_accept_failed): New function.
38820         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
38821         any reason other than EINTR, call __svc_accept_failed.
38822         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
38823         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
38825 2012-11-28  Andreas Schwab  <schwab@suse.de>
38827         * scripts/abilist.awk: Also handle indirect functions in .opd
38828         section.
38830 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
38832         [BZ #13881]
38833         * sysdeps/x86/fpu/powl_helper.c: New file.
38834         * sysdeps/x86/fpu/Makefile: Likewise.
38835         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
38836         (p3): New object.
38837         (__ieee754_powl): Use __powl_helper for finite arguments except
38838         integer exponents below 8.
38839         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
38840         (p3): New object.
38841         (__ieee754_powl): Use __powl_helper for finite arguments except
38842         integer exponents below 8.
38843         * math/libm-test.inc (pow_test): Add more tests and enable some
38844         previously disabled tests.
38845         * sysdeps/i386/fpu/libm-test-ulps: Update.
38846         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38848 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38849             Carlos O'Donell  <carlos_odonell@mentor.com>
38851         * nss/makedb.c (is_prime): Assert that input is odd and greater
38852         than 4.  Note that fact in a comment too.
38853         (next_prime): Add 4 to input.
38855 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
38857         [BZ #11741]
38858         * libio/Makefile (tests): Add test case tst-fwrite-error.
38859         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
38860         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
38861         * libio/tst-fwrite-error.c: New test case.
38863 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
38865         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
38866         before casting to void *.
38867         * include/libc-internal.h (__pointer_type): New macro.
38868         (__integer_if_pointer_type_sub): Likewise.
38869         (__integer_if_pointer_type): Likewise.
38870         (cast_to_integer): Likewise.
38871         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
38872         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
38873         before casting to atomic64_t.
38874         (atomic_exchange_acq): Likewise.
38875         (__arch_exchange_and_add_body): Likewise.
38876         (__arch_add_body): Likewise.
38877         (atomic_add_negative): Likewise.
38878         (atomic_add_zero): Likewise.
38880 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
38882         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
38883         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
38884         (add_fdes): Likewise.
38885         (linear_search_fdes): Likewise.
38886         (binary_search_unencoded_fdes): Likewise.
38888 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
38890         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
38892 2012-11-24  Adam Conrad  <adconrad@0c3.net>
38894         * configure.in: Autodetect C++ header directories.
38895         * configure: Regenerated.
38897 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
38899         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
38901 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
38903         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38905 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
38907         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
38908         LDBL_MANT_DIG == 106]: Disable some tests.
38909         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
38910         Likewise.
38911         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
38912         Likewise.
38914         [BZ #14871]
38915         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
38916         input for small inputs.  Return +/- pi/2 for large inputs.
38917         * math/libm-test.inc (atan_test): Add more tests.
38919         * sysdeps/generic/unwind-dw2-fde-glibc.c
38920         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
38921         __attribute__ ((unused)).
38923         [BZ #14645]
38924         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
38925         x * y if x and y are nonzero and z is zero.
38927         [BZ #14811]
38928         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
38929         nonzero exponents with absolute value below 0x1p-117 to +/-
38930         0x1p-117.
38932         [BZ #14869]
38933         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
38934         up arguments below 2**-450, not just those below 2**-500.
38935         * math/libm-test.inc (hypot_test): Add another test.
38937         [BZ #14868]
38938         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
38939         Return a+b for ratio over 2**120, not 2**60.
38940         * math/libm-test.inc (hypot_test): Add another test.
38942         * math/libm-test.inc (clog_test): Use
38943         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
38944         (clog10_test): Likewise.
38946         [BZ #6778]
38947         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
38949 2012-11-22  Andreas Schwab  <schwab@suse.de>
38951         * sysdeps/i386/fpu/libm-test-ulps: Update.
38953 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
38955         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
38956         printf output with newline.
38958 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
38960         [BZ #14865]
38961         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
38962         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
38963         -z nodlopen, -z initfirst and -z execstack support.
38964         * configure: Regenerated.
38966         * elf/elf.h (DF_1_NODIRECT): New macro.
38967         (DF_1_IGNMULDEF): Likewise.
38968         (DF_1_NOKSYMS): Likewise.
38969         (DF_1_NOHDR): Likewise.
38970         (DF_1_EDITED): Likewise.
38971         (DF_1_NORELOC): Likewise.
38972         (DF_1_SYMINTPOSE): Likewise.
38973         (DF_1_GLOBAUDIT): Likewise.
38974         (DF_1_SINGLETON): Likewise.
38975         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
38976         DT_1_SUPPORTED_MASK bits.
38977         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
38979 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
38981         * sysdeps/unix/make-syscalls.sh: Document prefixes.
38983 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
38985         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
38986         macro.
38988         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
38989         (sendmmsg): Move declarations...
38990         * socket/sys/socket.h: ... here.
38991         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
38992         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
38993         include it from...
38994         * socket/recvmmsg.c: ... this new file.
38995         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
38996         (sendmmsg): Rename to __sendmmsg, create weak alias and make
38997         definition of __sendmmsg hidden.
38998         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
38999         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
39000         Move ENOSYS stub into and include it from...
39001         * socket/sendmmsg.c: ... this new file.
39002         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
39003         (sysdep_routines): Move recvmmsg and sendmmsg...
39004         * socket/Makefile (routines): ... here.
39005         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
39006         (GLIBC_PRIVATE): Add __sendmmsg.
39007         * include/sys/socket.h (__sendmmsg): Add declarations.
39008         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
39009         sendmmsg.
39011 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
39013         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
39014         variable I1 with __attribute__ ((unused)).
39015         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
39017 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
39019         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
39020         DUMMY variables with __attribute__ ((unused)).
39022         * bits/byteswap.h: Include <bits/types.h>.
39023         (__bswap_64): Use __uint64_t instead of unsigned long long int.
39025 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
39027         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
39028         string_t.  Do not manually set errno.
39029         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
39030         length with __strnlen.  Make sure to both set errno and return it on
39031         failure.
39033 2012-11-19  David S. Miller  <davem@davemloft.net>
39035         With help from Joseph Myers.
39036         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
39037         very large arguments properly.
39038         * math/libm-test.inc (atan_test): New tests.
39039         (atan2_test): New tests.
39040         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39041         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39043 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
39045         [BZ #14856]
39046         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
39047         Define to 3.
39049         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
39050         [POSIX] (EADDRNOTAVAIL): Likewise.
39051         [POSIX] (EAFNOSUPPORT): Likewise.
39052         [POSIX] (EALREADY): Likewise.
39053         [POSIX] (ECONNABORTED): Likewise.
39054         [POSIX] (ECONNREFUSED): Likewise.
39055         [POSIX] (ECONNRESET): Likewise.
39056         [POSIX] (EDESTADDRREQ): Likewise.
39057         [POSIX] (EDQUOT): Likewise.
39058         [POSIX] (EHOSTUNREACH): Likewise.
39059         [POSIX] (EIDRM): Likewise.
39060         [POSIX] (EISCONN): Likewise.
39061         [POSIX] (ELOOP): Likewise.
39062         [POSIX] (EMULTIHOP): Likewise.
39063         [POSIX] (ENETDOWN): Likewise.
39064         [POSIX] (ENETUNREACH): Likewise.
39065         [POSIX] (ENOBUFS): Likewise.
39066         [POSIX] (ENODATA): Likewise.
39067         [POSIX] (ENOLINK): Likewise.
39068         [POSIX] (ENOMSG): Likewise.
39069         [POSIX] (ENOPROTOOPT): Likewise.
39070         [POSIX] (ENOSR): Likewise.
39071         [POSIX] (ENOSTR): Likewise.
39072         [POSIX] (ENOTCONN): Likewise.
39073         [POSIX] (ENOTSOCK): Likewise.
39074         [POSIX] (EOPNOTSUPP): Likewise.
39075         [POSIX] (EOVERFLOW): Likewise.
39076         [POSIX] (EPROTO): Likewise.
39077         [POSIX] (EPROTONOSUPPORT): Likewise.
39078         [POSIX] (EPROTOTYPE): Likewise.
39079         [POSIX] (ESTALE): Likewise.
39080         [POSIX] (ETIME): Likewise.
39081         [POSIX] (ETXTBSY): Likewise.
39082         [POSIX] (EWOULDBLOCK): Likewise.
39083         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
39084         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
39085         [POSIX] (SEEK_CUR): Likewise.
39086         [POSIX] (SEEK_END): Likewise.
39087         [POSIX || UNIX98] (mode_t): Do not require.
39088         [POSIX] (off_t): Likewise.
39089         [POSIX] (pid_t): Likewise.
39090         [POSIX] (sys/stat.h): Do not allow header.
39091         [POSIX] (unistd.h): Likewise.
39092         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
39093         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
39094         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
39095         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
39096         require.
39097         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
39098         sigevent): Specify elements.
39099         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
39100         entry.
39101         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
39102         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
39104         * conform/data/cpio.h-data [POSIX]: Disable whole file.
39105         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
39106         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
39107         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
39108         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
39109         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
39110         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
39111         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
39112         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
39113         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
39114         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
39115         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
39116         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
39117         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
39118         Likewise.
39119         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
39120         Likewise.
39121         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
39122         Likewise.
39123         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
39124         Likewise.
39125         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
39126         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
39127         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
39128         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
39129         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
39130         Specify lower bound on value.
39131         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
39132         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
39133         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
39134         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
39135         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
39136         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
39137         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
39138         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
39139         value.
39140         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
39141         as optional.
39142         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
39143         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
39144         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
39145         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
39146         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
39147         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
39148         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
39149         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
39150         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
39151         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
39152         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
39153         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
39154         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
39155         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
39156         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
39157         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
39158         entry.
39159         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
39160         optional.
39161         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
39162         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
39163         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
39164         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
39165         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
39166         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
39167         Likewise.
39168         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
39169         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
39170         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
39171         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
39172         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
39173         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
39174         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
39175         as optional.
39176         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
39177         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
39178         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
39179         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
39180         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
39181         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
39182         specify as optional.
39183         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
39184         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
39185         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
39186         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
39187         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
39188         [XPG3] (NL_LANGMAX): Likewise.
39189         [POSIX || XPG3] (NL_MSGMAX): Likewise.
39190         [POSIX || XPG3] (NL_NMAX): Likewise.
39191         [POSIX || XPG3] (NL_SETMAX): Likewise.
39192         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
39193         [XPG3] (NZERO): Likewise.
39194         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
39195         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
39196         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
39197         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
39198         (REG_ERANGE): Expect.
39199         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
39200         optional-constant.
39201         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
39202         Use (void) in prototype.
39203         [POSIX] (*_t): Allow.
39204         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
39205         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
39206         (WRDE_BADVAL): Expect.
39208         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
39209         expect.
39210         [XPG3 || XPG4] (O_RSYNC): Likewise.
39211         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
39212         Likewise.
39213         [XPG3 || XPG4] (pthread_sigmask): Likewise.
39214         [XPG3 || XPG4] (sigqueue): Likewise.
39215         [XPG3 || XPG4] (sigtimedwait): Likewise.
39216         [XPG3 || XPG4] (sigwaitinfo): Likewise.
39217         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
39218         [XPG3 || XPG4] (vsnprintf): Likewise.
39219         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
39220         Likewise.
39221         [XPG3 || XPG4] (blksize_t): Likewise.
39222         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
39223         Likewise.
39224         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
39225         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
39226         [XPG3 || XPG4] (struct itimerspec): Likewise.
39227         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
39228         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
39229         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
39230         [XPG3 || XPG4] (clockid_t): Likewise.
39231         [XPG3 || XPG4] (timer_t): Likewise.
39232         [XPG3 || XPG4] (clock_getres): Likewise.
39233         [XPG3 || XPG4] (clock_gettime): Likewise.
39234         [XPG3 || XPG4] (clock_settime): Likewise.
39235         [XPG3 || XPG4] (nanosleep): Likewise.
39236         [XPG3 || XPG4] (timer_create): Likewise.
39237         [XPG3 || XPG4] (timer_delete): Likewise.
39238         [XPG3 || XPG4] (timer_gettime): Likewise.
39239         [XPG3 || XPG4] (timer_getoverrun): Likewise.
39240         [XPG3 || XPG4] (timer_settime): Likewise.
39241         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
39242         [XPG3 || XPG4] (getlogin_r): Likewise.
39243         [XPG3 || XPG4] (pread): Likewise.
39244         [XPG3 || XPG4] (pthread_atfork): Likewise.
39245         [XPG3 || XPG4] (pwrite): Likewise.
39247         [BZ #14835]
39248         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
39249         <bits/siginfo.h>.
39251 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
39253         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
39254         finalizing MALLSTREAM.
39256         * sysdeps/mach/hurd/syncfs.c: New file.
39258 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
39260         [BZ #14719]
39261         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
39262         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
39263         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
39264         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
39265         (_nss_dns_gethostbyname4_r): Likewise.
39266         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
39267         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
39269 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
39271         [BZ #13763]
39272         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
39274 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
39276         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
39277         * elf/cache.c (print_entry): Print ",AArch64" for
39278         FLAG_AARCH64_LIB64
39280         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
39281         * elf/cache.c (print_entry): Print ",hard-float" for
39282         FLAG_ARM_LIBHF.
39284 2012-11-18  David S. Miller  <davem@davemloft.net>
39286         With help from Joseph Myers.
39287         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
39288         cutoff to 2**-13.
39289         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
39290         cutoff to 2**-25.
39291         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
39292         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
39293         small.
39294         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
39295         * math/libm-test.inc (y0_test): New tests.
39296         (y1_test): New tests.
39297         * sysdeps/i386/fpu/libm-test-ulps: Update.
39298         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39299         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39301 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
39303         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
39304         64-bit targets.
39305         * configure: Regenerated.
39307 2012-11-17  David S. Miller  <davem@davemloft.net>
39309         [BZ #14811]
39310         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
39311         nonzero exponents with absolute value below 0x1p-128 to +/-
39312         0x1p-128.
39314 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
39316         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
39318         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
39320         * posix/getconf-speclist.c: New file.
39321         * posix/posix-envs.def: Likewise.
39322         * posix/confstr.c (START_ENV_GROUP): New macro.
39323         (END_ENV_GROUP): Likewise.
39324         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
39325         (KNOWN_PRESENT_ENV_STRING): Likewise.
39326         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
39327         (UNKNOWN_ENVIRONMENT): Likewise.
39328         (confstr): Include posix-envs.def instead of handling
39329         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
39330         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
39331         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
39332         (END_ENV_GROUP): Likewise.
39333         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
39334         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
39335         (UNKNOWN_ENVIRONMENT): Likewise.
39336         (__sysconf): Include posix-envs.def instead of handling associated
39337         cases directly here.
39338         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
39339         preprocessing getconf-speclist.c rather than running getconf or
39340         generating empty file.
39342 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
39344         * scripts/check-local-headers.sh: Ignore 'mach' headers.
39346 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
39348         [BZ #14672]
39349         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
39351 2012-11-16  David S. Miller  <davem@davemloft.net>
39353         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
39354         smaller than LDBL_EPSILON/2.0L, just return xm1.
39356 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
39358         * elf/tst-array1.c (init): Set constructor priority to 1000.
39359         (fini): Set destructor priority to 1000.
39360         * elf/tst-array2dep.c: Likewise.
39362 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
39364         [BZ #11741]
39365         * libio/fileops.c (_IO_new_file_write): Correctly return error.
39366         (_IO_new_file_xsputn): Also return EOF if none of the input
39367         data was written when overflow failed.
39368         * libio/iopadn.c (_IO_padn): Likewise.
39369         * libio/iowpadn.c (_IO_wpadn): Likewise.
39370         * stdio-common/tst-put-error.c: Add copyright notice.
39371         (do_test): Add case for printing padded string.
39372         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
39373         _IO_padn returned error.
39374         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
39375         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
39376         return EOF.
39378 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
39380         * libio/libioP.h: Add comment note that the references to C++
39381         bits are now obsolete.
39383 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
39385         * math/libm-test.inc (check_complex): Use asprintf.
39387 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
39389         * debug/pcprofiledump.c (print_version): Update copyright year.
39390         * malloc/memusagestat.c (print_version): Likewise.
39392 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
39394         [BZ #14831]
39395         * elf/Makefile (tests): Add tst-audit8.
39396         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
39397         ($(objpfx)tst-audit8.out): New target.
39398         (tst-audit8-ENV): New variable.
39399         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
39400         audit if l_reloc_result is NULL.
39401         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
39402         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
39403         * elf/tst-audit8.c: New file.
39405 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
39407         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
39408         * misc/Makefile (CFLAGS-select.c): Define.
39409         * posix/Makefile (CFLAGS-pause.c): Define.
39411 2012-11-13  David S. Miller  <davem@davemloft.net>
39413         * crypt/Makefile: Move test targets after toplevel Rules
39414         inclusion.  Grab any necessary sysdep routines when linking.
39415         * crypt/md5.c (md5_process_block): Remove define, we will always
39416         name it __md5_process_block.
39417         (md5_finish_ctx): Update md5_process_block call.
39418         (md5_stream): Likewise.
39419         (md5_process_bytes): Likewise.
39420         (md5_process_block): Rename to __md5_process_block and move to ...
39421         * crypt/md5-block.c: ... here.
39422         * crypt/sha256.c (sha256_process_block): Move to ...
39423         * crypt/sha256-block.c: ... here.
39424         * crypt/sha512.c (sha512_process_block): Move to ...
39425         * crypt/sha512-block.c: ... here.
39426         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
39427         path.
39428         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
39429         * sysdeps/sparc/sparc64/multiarch/Makefile
39430         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
39431         crypt subdir.
39432         (localedef-aux): Add md5 crypto assembler when in locale subdir.
39433         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
39434         multiarch changes.
39435         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
39436         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
39437         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
39438         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
39439         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
39440         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
39441         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
39442         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
39443         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
39444         file.
39445         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
39446         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
39447         file.
39448         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
39450 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
39452         * timezone/tzselect.ksh: Update from tzcode git revision
39453         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
39454         * timezone/zdump.c: Likewise.
39455         * timezone/zic.c: Likewise.
39456         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
39457         in TZVERSION setting, not $(PKGVERSION).
39458         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
39459         REPORT_BUGS_TO settings.
39461         [BZ #14838]
39462         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
39463         macro.
39465 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
39467         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
39468         detection to immediately after _FP_ROUND().
39469         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
39470         bits are 0.
39472 2012-11-11  David S. Miller  <davem@davemloft.net>
39474         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
39475         inttypes.h
39476         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
39477         __close rather than their public counterparts.
39479 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
39481         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
39482         file.
39483         [UNIX98] (sem_timedwait): Do not expect.
39484         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
39485         [XPG4 || UNIX98] (sockatmark): Do not expect.
39486         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
39487         (clock_getcpuclockid): Do not expect.
39488         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
39489         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
39490         Do not expect.
39491         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
39492         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
39493         [UNIX98] (vwscanf): Likewise.
39494         [UNIX98] (vswscanf): Likewise.
39496 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
39498         * timezone/version.h: Remove file.
39499         * timezone/README: Do not refer to version.h.
39500         * timezone/Makefile ($(objpfx)zic.o): New dependency on
39501         $(objpfx)version.h.
39502         ($(objpfx)zdump.o): Likewise.
39503         ($(objpfx)version.h): New target.
39505         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
39506         2012i.
39507         * timezone/README: Don't mention modification to tzselect.ksh.
39508         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
39509         work on unmodified tzselect.ksh.  Substitute version numbers in
39510         tzselect.ksh.
39512         * Makefile (format-me): Remove.
39513         (INSTALL): Adjust indentation.  Use commands directly instead of
39514         using $(format-me).
39516         * aclocal.m4 (ACX_PKGVERSION): New macro.
39517         (ACX_BUGURL): Likewise.
39518         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
39519         (PKGVERSION): New AC_DEFINE_UNQUOTED.
39520         (REPORT_BUGS_TO): Likewise.
39521         * configure: Regenerated.
39522         * config.h.in (PKGVERSION): New macro.
39523         (REPORT_BUGS_TO): Likewise.
39524         * config.make.in (PKGVERSION): New variable.
39525         (PKGVERSION_TEXI): Likewise.
39526         (REPORT_BUGS_TO): Likewise.
39527         (REPORT_BUGS_TEXI): Likewise.
39528         * Makefile (format-me): Use -I$(common-objpfx)manual.
39529         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
39530         ($(common-objpfx)manual/%): New target.
39531         (manual/%): Remove target.
39532         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
39533         (print_version): Use PKGVERSION.
39534         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
39535         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
39536         and REPORT_BUGS_TO.
39537         ($(objpfx)xtrace): Likewise.
39538         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
39539         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
39540         (print_version): Use PKGVERSION.
39541         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
39542         (do_version): Use PKGVERSION.
39543         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
39544         REPORT_BUGS_TO.
39545         (common-ldd-rewrite): Likewise.
39546         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
39547         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
39548         (print_version): Use PKGVERSION.
39549         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
39550         * elf/pldd.c (argp_program_bug_address): Remove variable.
39551         (more_help): New function.
39552         (argp): Use more_help.
39553         (print_version): Use PKGVERSION.
39554         * elf/sln.c (main): Use PKGVERSION.
39555         (usage): Use REPORT_BUGS_TO.
39556         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
39557         (top level): Use PKGVERSION.
39558         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
39559         (print_version): Use PKGVERSION.
39560         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
39561         (print_version): Use PKGVERSION.
39562         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
39563         (print_version): Use PKGVERSION.
39564         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
39565         (print_version): Use PKGVERSION.
39566         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
39567         (print_version): Use PKGVERSION.
39568         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
39569         (print_version): Use PKGVERSION.
39570         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
39571         and BUGURL.
39572         ($(objpfx)memusage): Likewise.
39573         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
39574         (do_version): Use PKGVERSION.
39575         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
39576         (print_version): Use PKGVERSION.
39577         * malloc/mtrace.pl ($PACKAGE): Remove variable.
39578         ($PKGVERSION): New variable.
39579         ($REPORT_BUGS_TO): Likewise.
39580         (usage): Use $REPORT_BUGS_TO.
39581         (top level): Use $PKGVERSION.
39582         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
39583         ($(objpfx)pkgvers.texi): New rule.
39584         ($(objpfx)stamp-pkgvers): Likewise.
39585         * manual/install.texi: Include pkgvers.texi.
39586         (--with-pkgversion): Document new configure option.
39587         (--with-bugurl): Likewise.
39588         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
39589         than necessarily for this particular distribution.  Use
39590         REPORT_BUGS_TO for where to report bugs.
39591         * INSTALL: Regenerated.
39592         * manual/libc.texinfo: Include pkgvers.texi.
39593         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
39594         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
39595         (print_version): Use PKGVERSION.
39596         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
39597         (print_version): Use PKGVERSION.
39598         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
39599         (print_version): Use PKGVERSION.
39600         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
39601         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
39602         macro.
39603         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
39604         (print_version): Use PKGVERSION.
39605         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
39606         (print_version): Use PKGVERSION.
39607         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
39608         and PKGVERSION.
39610         * timezone/checktab.awk: Update from tzcode 2012i.
39611         * timezone/ialloc.c: Likewise.
39612         * timezone/private.h: Likewise.
39613         * timezone/scheck.c: Likewise.
39614         * timezone/tzfile.h: Likewise.
39615         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
39616         (TZVERSION): Hardcode tzcode version number.
39617         * timezone/zdump.c: Update from tzcode 2012i.
39618         * timezone/zic.c: Likewise.
39619         * timezone/version.h: New file.
39620         * timezone/README: Describe version.h.  Update upstream location.
39622         [BZ #14824]
39623         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
39624         (mktemp): Enable declaration.
39625         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
39626         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
39627         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
39628         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
39629         Likewise.
39630         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
39631         Likewise.
39632         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
39633         Likewise.
39634         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
39635         Likewise.
39636         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
39637         Likewise.
39638         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
39639         Likewise.
39641         [BZ #14821]
39642         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
39643         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
39644         for copies of such integer values.
39645         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
39646         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
39648 2012-11-09  Andreas Jaeger  <aj@suse.de>
39650         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
39651         definitions and declarations that are provided by
39652         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
39654 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39656         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
39657         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
39658         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
39659         definition.
39661 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
39663         * elf/elf.h: Update comment before AArch64 relocations.
39665 2012-11-07  David S. Miller  <davem@davemloft.net>
39667         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
39668         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
39669         (__start_context): Declare.
39670         (__makecontext_ret): Delete.
39671         (__makecontext): Hook up __start_context instead of
39672         __makecontext_ret.
39673         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
39674         (sysdep_routines): Add __start_context when in stdlib.
39676 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
39678         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
39679         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
39680         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
39681         hardcoded "nm".
39682         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
39683         (READELF): New variable.  Use it instead of hardcoded "readelf".
39685 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
39687         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
39688         * sysdeps/x86/Makefile: Here.
39689         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
39690         * sysdeps/x86/tst-xmmymm.sh: This.
39692 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
39694         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
39695         expectations.
39696         [UNIX98] (pthread_barrier_t): Do not expect.
39697         [UNIX98] (pthread_barrierattr_t): Likewise.
39698         [UNIX98] (pthread_spinlock_t): Likewise.
39699         [UNIX98] (pthread_barrier_destroy): Likewise.
39700         [UNIX98] (pthread_barrier_init): Likewise.
39701         [UNIX98] (pthread_barrier_wait): Likewise.
39702         [UNIX98] (pthread_barrierattr_destroy): Likewise.
39703         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
39704         [UNIX98] (pthread_barrierattr_init): Likewise.
39705         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
39706         [UNIX98] (pthread_getcpuclockid): Likewise.
39707         [UNIX98] (pthread_mutex_timedlock): Likewise.
39708         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
39709         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
39710         [UNIX98] (pthread_sigmask): Likewise.
39711         [UNIX98] (pthread_spin_destroy): Likewise.
39712         [UNIX98] (pthread_spin_init): Likewise.
39713         [UNIX98] (pthread_spin_lock): Likewise.
39714         [UNIX98] (pthread_spin_trylock): Likewise.
39715         [UNIX98] (pthread_spin_unlock): Likewise.
39716         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
39717         Do not expect.
39718         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
39719         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
39720         [XPG3 || XPG4] (pthread_cond_t): Likewise.
39721         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
39722         [XPG3 || XPG4] (pthread_key_t): Likewise.
39723         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
39724         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
39725         [XPG3 || XPG4] (pthread_once_t): Likewise.
39726         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
39727         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
39728         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
39729         [XPG3 || XPG4] (pthread_t): Likewise.
39731         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
39732         not expect.
39733         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
39735         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
39736         Change function return type to int.
39738         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
39739         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
39740         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
39741         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
39742         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
39743         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
39744         [!POSIX] (posix_madvise): Likewise.
39745         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
39746         && !UNIX98].
39747         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
39748         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
39749         (mode_t): Likewise.
39750         (posix_mem_offset): Likewise.
39751         (posix_typed_mem_get_info): Likewise.
39752         (posix_typed_mem_open): Likewise.
39754         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
39755         Change condition to [XOPEN2K8].
39757         * conform/conformtest.pl: Preprocess allow-header data with -x c
39758         instead of from stdin.
39759         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
39760         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
39761         [C99-based standards] (cerfc): Likewise.
39762         [C99-based standards] (cexp2): Likewise.
39763         [C99-based standards] (cexpm1): Likewise.
39764         [C99-based standards] (clog10): Likewise.
39765         [C99-based standards] (clog1p): Likewise.
39766         [C99-based standards] (clog2): Likewise.
39767         [C99-based standards] (clgamma): Likewise.
39768         [C99-based standards] (ctgamma): Likewise.
39769         [C99-based standards] (cerff): Likewise.
39770         [C99-based standards] (cerfcf): Likewise.
39771         [C99-based standards] (cexp2f): Likewise.
39772         [C99-based standards] (cexpm1f): Likewise.
39773         [C99-based standards] (clog10f): Likewise.
39774         [C99-based standards] (clog1pf): Likewise.
39775         [C99-based standards] (clog2f): Likewise.
39776         [C99-based standards] (clgammaf): Likewise.
39777         [C99-based standards] (ctgammaf): Likewise.
39778         [C99-based standards] (cerfl): Likewise.
39779         [C99-based standards] (cerfcl): Likewise.
39780         [C99-based standards] (cexp2l): Likewise.
39781         [C99-based standards] (cexpm1l): Likewise.
39782         [C99-based standards] (clog10l): Likewise.
39783         [C99-based standards] (clog1pl): Likewise.
39784         [C99-based standards] (clog2l): Likewise.
39785         [C99-based standards] (clgammal): Likewise.
39786         [C99-based standards] (ctgammal): Likewise.
39787         * conform/data/inttypes.h-data [C99-based standards]: Include
39788         stdint.h-data.  Remove all expectations for stdint.h contents.
39789         [C99-based standards] (PRI*): Do not allow.
39790         [C99-based standards] (SCN*): Likewise.
39791         [C99-based standards] (*_t): Likewise.
39792         [C99-based-standards] (PRId8): Expect macro.
39793         [C99-based-standards] (PRIi8): Likewise.
39794         [C99-based-standards] (PRIo8): Likewise.
39795         [C99-based-standards] (PRIu8): Likewise.
39796         [C99-based-standards] (PRIx8): Likewise.
39797         [C99-based-standards] (PRIX8): Likewise.
39798         [C99-based-standards] (SCNd8): Likewise.
39799         [C99-based-standards] (SCNi8): Likewise.
39800         [C99-based-standards] (SCNo8): Likewise.
39801         [C99-based-standards] (SCNu8): Likewise.
39802         [C99-based-standards] (SCNx8): Likewise.
39803         [C99-based-standards] (PRIdLEAST8): Likewise.
39804         [C99-based-standards] (PRIiLEAST8): Likewise.
39805         [C99-based-standards] (PRIoLEAST8): Likewise.
39806         [C99-based-standards] (PRIuLEAST8): Likewise.
39807         [C99-based-standards] (PRIxLEAST8): Likewise.
39808         [C99-based-standards] (PRIXLEAST8): Likewise.
39809         [C99-based-standards] (SCNdLEAST8): Likewise.
39810         [C99-based-standards] (SCNiLEAST8): Likewise.
39811         [C99-based-standards] (SCNoLEAST8): Likewise.
39812         [C99-based-standards] (SCNuLEAST8): Likewise.
39813         [C99-based-standards] (SCNxLEAST8): Likewise.
39814         [C99-based-standards] (PRIdFAST8): Likewise.
39815         [C99-based-standards] (PRIiFAST8): Likewise.
39816         [C99-based-standards] (PRIoFAST8): Likewise.
39817         [C99-based-standards] (PRIuFAST8): Likewise.
39818         [C99-based-standards] (PRIxFAST8): Likewise.
39819         [C99-based-standards] (PRIXFAST8): Likewise.
39820         [C99-based-standards] (SCNdFAST8): Likewise.
39821         [C99-based-standards] (SCNiFAST8): Likewise.
39822         [C99-based-standards] (SCNoFAST8): Likewise.
39823         [C99-based-standards] (SCNuFAST8): Likewise.
39824         [C99-based-standards] (SCNxFAST8): Likewise.
39825         [C99-based-standards] (PRId16): Likewise.
39826         [C99-based-standards] (PRIi16): Likewise.
39827         [C99-based-standards] (PRIo16): Likewise.
39828         [C99-based-standards] (PRIu16): Likewise.
39829         [C99-based-standards] (PRIx16): Likewise.
39830         [C99-based-standards] (PRIX16): Likewise.
39831         [C99-based-standards] (SCNd16): Likewise.
39832         [C99-based-standards] (SCNi16): Likewise.
39833         [C99-based-standards] (SCNo16): Likewise.
39834         [C99-based-standards] (SCNu16): Likewise.
39835         [C99-based-standards] (SCNx16): Likewise.
39836         [C99-based-standards] (PRIdLEAST16): Likewise.
39837         [C99-based-standards] (PRIiLEAST16): Likewise.
39838         [C99-based-standards] (PRIoLEAST16): Likewise.
39839         [C99-based-standards] (PRIuLEAST16): Likewise.
39840         [C99-based-standards] (PRIxLEAST16): Likewise.
39841         [C99-based-standards] (PRIXLEAST16): Likewise.
39842         [C99-based-standards] (SCNdLEAST16): Likewise.
39843         [C99-based-standards] (SCNiLEAST16): Likewise.
39844         [C99-based-standards] (SCNoLEAST16): Likewise.
39845         [C99-based-standards] (SCNuLEAST16): Likewise.
39846         [C99-based-standards] (SCNxLEAST16): Likewise.
39847         [C99-based-standards] (PRIdFAST16): Likewise.
39848         [C99-based-standards] (PRIiFAST16): Likewise.
39849         [C99-based-standards] (PRIoFAST16): Likewise.
39850         [C99-based-standards] (PRIuFAST16): Likewise.
39851         [C99-based-standards] (PRIxFAST16): Likewise.
39852         [C99-based-standards] (PRIXFAST16): Likewise.
39853         [C99-based-standards] (SCNdFAST16): Likewise.
39854         [C99-based-standards] (SCNiFAST16): Likewise.
39855         [C99-based-standards] (SCNoFAST16): Likewise.
39856         [C99-based-standards] (SCNuFAST16): Likewise.
39857         [C99-based-standards] (SCNxFAST16): Likewise.
39858         [C99-based-standards] (PRId32): Likewise.
39859         [C99-based-standards] (PRIi32): Likewise.
39860         [C99-based-standards] (PRIo32): Likewise.
39861         [C99-based-standards] (PRIu32): Likewise.
39862         [C99-based-standards] (PRIx32): Likewise.
39863         [C99-based-standards] (PRIX32): Likewise.
39864         [C99-based-standards] (SCNd32): Likewise.
39865         [C99-based-standards] (SCNi32): Likewise.
39866         [C99-based-standards] (SCNo32): Likewise.
39867         [C99-based-standards] (SCNu32): Likewise.
39868         [C99-based-standards] (SCNx32): Likewise.
39869         [C99-based-standards] (PRIdLEAST32): Likewise.
39870         [C99-based-standards] (PRIiLEAST32): Likewise.
39871         [C99-based-standards] (PRIoLEAST32): Likewise.
39872         [C99-based-standards] (PRIuLEAST32): Likewise.
39873         [C99-based-standards] (PRIxLEAST32): Likewise.
39874         [C99-based-standards] (PRIXLEAST32): Likewise.
39875         [C99-based-standards] (SCNdLEAST32): Likewise.
39876         [C99-based-standards] (SCNiLEAST32): Likewise.
39877         [C99-based-standards] (SCNoLEAST32): Likewise.
39878         [C99-based-standards] (SCNuLEAST32): Likewise.
39879         [C99-based-standards] (SCNxLEAST32): Likewise.
39880         [C99-based-standards] (PRIdFAST32): Likewise.
39881         [C99-based-standards] (PRIiFAST32): Likewise.
39882         [C99-based-standards] (PRIoFAST32): Likewise.
39883         [C99-based-standards] (PRIuFAST32): Likewise.
39884         [C99-based-standards] (PRIxFAST32): Likewise.
39885         [C99-based-standards] (PRIXFAST32): Likewise.
39886         [C99-based-standards] (SCNdFAST32): Likewise.
39887         [C99-based-standards] (SCNiFAST32): Likewise.
39888         [C99-based-standards] (SCNoFAST32): Likewise.
39889         [C99-based-standards] (SCNuFAST32): Likewise.
39890         [C99-based-standards] (SCNxFAST32): Likewise.
39891         [C99-based-standards] (PRId64): Likewise.
39892         [C99-based-standards] (PRIi64): Likewise.
39893         [C99-based-standards] (PRIo64): Likewise.
39894         [C99-based-standards] (PRIu64): Likewise.
39895         [C99-based-standards] (PRIx64): Likewise.
39896         [C99-based-standards] (PRIX64): Likewise.
39897         [C99-based-standards] (SCNd64): Likewise.
39898         [C99-based-standards] (SCNi64): Likewise.
39899         [C99-based-standards] (SCNo64): Likewise.
39900         [C99-based-standards] (SCNu64): Likewise.
39901         [C99-based-standards] (SCNx64): Likewise.
39902         [C99-based-standards] (PRIdLEAST64): Likewise.
39903         [C99-based-standards] (PRIiLEAST64): Likewise.
39904         [C99-based-standards] (PRIoLEAST64): Likewise.
39905         [C99-based-standards] (PRIuLEAST64): Likewise.
39906         [C99-based-standards] (PRIxLEAST64): Likewise.
39907         [C99-based-standards] (PRIXLEAST64): Likewise.
39908         [C99-based-standards] (SCNdLEAST64): Likewise.
39909         [C99-based-standards] (SCNiLEAST64): Likewise.
39910         [C99-based-standards] (SCNoLEAST64): Likewise.
39911         [C99-based-standards] (SCNuLEAST64): Likewise.
39912         [C99-based-standards] (SCNxLEAST64): Likewise.
39913         [C99-based-standards] (PRIdFAST64): Likewise.
39914         [C99-based-standards] (PRIiFAST64): Likewise.
39915         [C99-based-standards] (PRIoFAST64): Likewise.
39916         [C99-based-standards] (PRIuFAST64): Likewise.
39917         [C99-based-standards] (PRIxFAST64): Likewise.
39918         [C99-based-standards] (PRIXFAST64): Likewise.
39919         [C99-based-standards] (SCNdFAST64): Likewise.
39920         [C99-based-standards] (SCNiFAST64): Likewise.
39921         [C99-based-standards] (SCNoFAST64): Likewise.
39922         [C99-based-standards] (SCNuFAST64): Likewise.
39923         [C99-based-standards] (SCNxFAST64): Likewise.
39924         [C99-based-standards] (PRIdMAX): Likewise.
39925         [C99-based-standards] (PRIiMAX): Likewise.
39926         [C99-based-standards] (PRIoMAX): Likewise.
39927         [C99-based-standards] (PRIuMAX): Likewise.
39928         [C99-based-standards] (PRIxMAX): Likewise.
39929         [C99-based-standards] (PRIXMAX): Likewise.
39930         [C99-based-standards] (SCNdMAX): Likewise.
39931         [C99-based-standards] (SCNiMAX): Likewise.
39932         [C99-based-standards] (SCNoMAX): Likewise.
39933         [C99-based-standards] (SCNuMAX): Likewise.
39934         [C99-based-standards] (SCNxMAX): Likewise.
39935         [C99-based-standards] (PRIdPTR): Likewise.
39936         [C99-based-standards] (PRIiPTR): Likewise.
39937         [C99-based-standards] (PRIoPTR): Likewise.
39938         [C99-based-standards] (PRIuPTR): Likewise.
39939         [C99-based-standards] (PRIxPTR): Likewise.
39940         [C99-based-standards] (PRIXPTR): Likewise.
39941         [C99-based-standards] (SCNdPTR): Likewise.
39942         [C99-based-standards] (SCNiPTR): Likewise.
39943         [C99-based-standards] (SCNoPTR): Likewise.
39944         [C99-based-standards] (SCNuPTR): Likewise.
39945         [C99-based-standards] (SCNxPTR): Likewise.
39946         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
39947         allow.
39948         * conform/data/stdint.h-data: Update comments to clarify
39949         requirements.
39950         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
39951         type.
39952         [C99-based standards] (INT8_MAX): Likewise.
39953         [C99-based standards] (INT16_MIN): Likewise.
39954         [C99-based standards] (INT16_MAX): Likewise.
39955         [C99-based standards] (INT32_MIN): Likewise.
39956         [C99-based standards] (INT32_MAX): Likewise.
39957         [C99-based standards] (INT64_MIN): Likewise.
39958         [C99-based standards] (INT64_MAX): Likewise.
39959         [C99-based standards] (UINT8_MAX): Likewise.
39960         [C99-based standards] (UINT16_MAX): Likewise.
39961         [C99-based standards] (UINT32_MAX): Likewise.
39962         [C99-based standards] (UINT64_MAX): Likewise.
39963         [C99-based standards] (INT_LEAST8_MIN): Likewise.
39964         [C99-based standards] (INT_LEAST8_MAX): Likewise.
39965         [C99-based standards] (INT_LEAST16_MIN): Likewise.
39966         [C99-based standards] (INT_LEAST16_MAX): Likewise.
39967         [C99-based standards] (INT_LEAST32_MIN): Likewise.
39968         [C99-based standards] (INT_LEAST32_MAX): Likewise.
39969         [C99-based standards] (INT_LEAST64_MIN): Likewise.
39970         [C99-based standards] (INT_LEAST64_MAX): Likewise.
39971         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
39972         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
39973         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
39974         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
39975         [C99-based standards] (INT_FAST8_MIN): Likewise.
39976         [C99-based standards] (INT_FAST8_MAX): Likewise.
39977         [C99-based standards] (INT_FAST16_MIN): Likewise.
39978         [C99-based standards] (INT_FAST16_MAX): Likewise.
39979         [C99-based standards] (INT_FAST32_MIN): Likewise.
39980         [C99-based standards] (INT_FAST32_MAX): Likewise.
39981         [C99-based standards] (INT_FAST64_MIN): Likewise.
39982         [C99-based standards] (INT_FAST64_MAX): Likewise.
39983         [C99-based standards] (UINT_FAST8_MAX): Likewise.
39984         [C99-based standards] (UINT_FAST16_MAX): Likewise.
39985         [C99-based standards] (UINT_FAST32_MAX): Likewise.
39986         [C99-based standards] (UINT_FAST64_MAX): Likewise.
39987         [C99-based standards] (INTPTR_MIN): Likewise.
39988         [C99-based standards] (INTPTR_MAX): Likewise.
39989         [C99-based standards] (UINTPTR_MAX): Likewise.
39990         [C99-based standards] (INTMAX_MIN): Likewise.
39991         [C99-based standards] (INTMAX_MAX): Likewise.
39992         [C99-based standards] (UINTMAX_MAX): Likewise.
39993         [C99-based standards] (PTRDIFF_MIN): Likewise.
39994         [C99-based standards] (PTRDIFF_MAX): Likewise.
39995         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
39996         [C99-based standards] (SIZE_MAX): Likewise.
39997         [C99-based standards] (WCHAR_MAX): Likewise.
39998         [C99-based standards] (WINT_MAX): Likewise.
39999         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
40000         constraint on value.
40001         [C99-based standards] (WCHAR_MIN): Likewise.
40002         [C99-based standards] (WINT_MIN): Likewise.
40003         [C99-based standards] (*_t): Allow.
40004         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
40005         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
40006         Include math.h-data and complex.h-data.  Remove all expectations
40007         of math.h and complex.h contents.
40008         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
40009         at end of line.
40010         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
40011         (struct tm): Expect tag.
40012         [C99-based-standards] (wcstof): Expect function.
40013         [C99-based-standards] (wcstold): Likewise.
40014         [C99-based-standards] (wcstoll): Likewise.
40015         [C99-based-standards] (wcstoull): Likewise.
40016         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
40017         macro-int-constant.  Specify type.
40018         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
40019         constraint on value.
40020         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
40021         Specify type.
40022         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
40023         Specify value.
40024         [ISO C standards]: Do not allow headers.
40025         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
40026         wcs[abcdefghijklmnopqrstuvwxyz]*.
40027         [ISO C standards] (*_t): Do not allow.
40028         * conform/data/wctype.h-data [C99-based standards] (iswblank):
40029         Expect function.
40030         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
40031         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
40032         Specify type.
40033         [ISO C standards]: Do not allow headers.
40034         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
40035         is[abcdefghijklmnopqrstuvwxyz]*.
40036         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
40037         to[abcdefghijklmnopqrstuvwxyz]*.
40038         [ISO C standards] (*_t): Do not allow.
40039         * conform/data/stdalign.h-data: New file.
40040         * conform/data/stdbool.h-data: Likewise.
40041         * conform/data/stdnoreturn.h-data: Likewise.
40043 2012-11-07  Roland McGrath  <roland@hack.frob.com>
40045         [BZ #14815]
40046         * manual/filesys.texi (Directory Entries): Typo fix.
40047         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
40049 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
40051         * elf/elf.h (EM_AARCH64): New macro.
40052         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
40053         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
40054         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
40055         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
40056         (R_AARCH64_TLSDESC): Likewise.
40057         (NT_ARM_TLS): Likewise.
40058         (NT_ARM_HW_BREAK): Likewise.
40059         (NT_ARM_HW_WATCH): Likewise.
40061 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
40063         [BZ #14811]
40064         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
40065         (__ieee754_powl): Saturate nonzero exponents with absolute value
40066         below 0x1p-79 to +/- 0x1p-79.
40067         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
40068         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
40069         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
40070         nonzero exponents with absolute value below 0x1p-32 to +/-
40071         0x1p-32.
40072         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
40073         (__ieee754_powl): Saturate nonzero exponents with absolute value
40074         below 0x1p-79 to +/- 0x1p-79.
40075         * math/libm-test.inc (pow_test): Add more tests.
40077 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40079         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
40080         _dl_s390_cap_flags with kernel. Increase string length.
40081         (_dl_s390_platforms): Add z196 and zEC12.
40083 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
40085         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
40086         Change XOPEN21K to XOPEN2K.
40088 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
40090         * string/memmove.c: Use memcpy when possible.
40092 2012-11-06  Andreas Jaeger  <aj@suse.de>
40094         * po/eo.po: Update from translation team.
40096 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
40098         [BZ #14793]
40099         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
40100         exponent and small x and y exponents, scale x or y up.  Increase
40101         by 2 the exponent used in scaling up.
40102         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
40103         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
40104         * math/libm-test.inc (fma_test): Add more tests.
40105         (fma_test_towardzero): Likewise.
40106         (fma_test_downward): Likewise.
40107         (fma_test_upward): Likewise.
40109 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
40111         [BZ #14805]
40112         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
40113         fenv_t *.
40115         [BZ #14801]
40116         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
40117         namespace for names of struct fields.
40118         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
40119         fenv_t fields.
40120         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
40121         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
40123 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40125         [BZ #3665]
40126         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
40128 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
40130         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
40131         PTR_DEMANGLE.
40133         [BZ #5246]
40134         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
40135         PTR_DEMANGLE.
40137 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
40139         [BZ #14797]
40140         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
40141         definitely overflow as x * y not x * y + z.
40142         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
40143         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
40144         * math/libm-test.inc (fma_test): Add more tests.
40145         (fma_test_towardzero): Likewise.
40146         (fma_test_downward): Likewise.
40147         (fma_test_upward): Likewise.
40149 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
40151         [BZ #157]
40153         * include/stub-tag.h: Remove file.
40154         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
40155         '#include' of it.
40156         * manual/maint.texi (Porting): Don't reference it.
40157         * Makerules ($(objpfx)stubs): Likewise.
40158         * dirent/closedir.c: Don't include <stub-tag.h>.
40159         * dirent/dirfd.c: Likewise.
40160         * dirent/fdopendir.c: Likewise.
40161         * dirent/getdents.c: Likewise.
40162         * dirent/getdents64.c: Likewise.
40163         * dirent/opendir.c: Likewise.
40164         * dirent/readdir.c: Likewise.
40165         * dirent/readdir64.c: Likewise.
40166         * dirent/readdir64_r.c: Likewise.
40167         * dirent/readdir_r.c: Likewise.
40168         * dirent/rewinddir.c: Likewise.
40169         * dirent/seekdir.c: Likewise.
40170         * dirent/telldir.c: Likewise.
40171         * gmon/profil.c: Likewise.
40172         * grp/setgroups.c: Likewise.
40173         * inet/if_index.c: Likewise.
40174         * io/access.c: Likewise.
40175         * io/chdir.c: Likewise.
40176         * io/chmod.c: Likewise.
40177         * io/chown.c: Likewise.
40178         * io/close.c: Likewise.
40179         * io/dup.c: Likewise.
40180         * io/dup2.c: Likewise.
40181         * io/dup3.c: Likewise.
40182         * io/euidaccess.c: Likewise.
40183         * io/faccessat.c: Likewise.
40184         * io/fchdir.c: Likewise.
40185         * io/fchmod.c: Likewise.
40186         * io/fchmodat.c: Likewise.
40187         * io/fchown.c: Likewise.
40188         * io/fchownat.c: Likewise.
40189         * io/fcntl.c: Likewise.
40190         * io/flock.c: Likewise.
40191         * io/fstatfs.c: Likewise.
40192         * io/fstatfs64.c: Likewise.
40193         * io/fstatvfs.c: Likewise.
40194         * io/fstatvfs64.c: Likewise.
40195         * io/futimens.c: Likewise.
40196         * io/fxstat.c: Likewise.
40197         * io/fxstat64.c: Likewise.
40198         * io/fxstatat.c: Likewise.
40199         * io/fxstatat64.c: Likewise.
40200         * io/getcwd.c: Likewise.
40201         * io/isatty.c: Likewise.
40202         * io/lchmod.c: Likewise.
40203         * io/lchown.c: Likewise.
40204         * io/link.c: Likewise.
40205         * io/linkat.c: Likewise.
40206         * io/lseek.c: Likewise.
40207         * io/lseek64.c: Likewise.
40208         * io/lxstat64.c: Likewise.
40209         * io/mkdir.c: Likewise.
40210         * io/mkdirat.c: Likewise.
40211         * io/mkfifo.c: Likewise.
40212         * io/mkfifoat.c: Likewise.
40213         * io/open.c: Likewise.
40214         * io/open64.c: Likewise.
40215         * io/openat.c: Likewise.
40216         * io/openat64.c: Likewise.
40217         * io/pipe.c: Likewise.
40218         * io/pipe2.c: Likewise.
40219         * io/poll.c: Likewise.
40220         * io/posix_fadvise.c: Likewise.
40221         * io/posix_fadvise64.c: Likewise.
40222         * io/posix_fallocate.c: Likewise.
40223         * io/posix_fallocate64.c: Likewise.
40224         * io/read.c: Likewise.
40225         * io/readlink.c: Likewise.
40226         * io/readlinkat.c: Likewise.
40227         * io/rmdir.c: Likewise.
40228         * io/sendfile.c: Likewise.
40229         * io/sendfile64.c: Likewise.
40230         * io/statfs.c: Likewise.
40231         * io/statfs64.c: Likewise.
40232         * io/statvfs.c: Likewise.
40233         * io/statvfs64.c: Likewise.
40234         * io/symlink.c: Likewise.
40235         * io/symlinkat.c: Likewise.
40236         * io/ttyname.c: Likewise.
40237         * io/ttyname_r.c: Likewise.
40238         * io/umask.c: Likewise.
40239         * io/unlink.c: Likewise.
40240         * io/unlinkat.c: Likewise.
40241         * io/utime.c: Likewise.
40242         * io/utimensat.c: Likewise.
40243         * io/write.c: Likewise.
40244         * io/xmknod.c: Likewise.
40245         * io/xmknodat.c: Likewise.
40246         * io/xstat.c: Likewise.
40247         * io/xstat64.c: Likewise.
40248         * login/getpt.c: Likewise.
40249         * login/grantpt.c: Likewise.
40250         * login/unlockpt.c: Likewise.
40251         * math/e_acoshl.c: Likewise.
40252         * math/e_acosl.c: Likewise.
40253         * math/e_asinl.c: Likewise.
40254         * math/e_atan2l.c: Likewise.
40255         * math/e_atanhl.c: Likewise.
40256         * math/e_coshl.c: Likewise.
40257         * math/e_expl.c: Likewise.
40258         * math/e_fmodl.c: Likewise.
40259         * math/e_gammal_r.c: Likewise.
40260         * math/e_hypotl.c: Likewise.
40261         * math/e_j0l.c: Likewise.
40262         * math/e_j1l.c: Likewise.
40263         * math/e_jnl.c: Likewise.
40264         * math/e_lgammal_r.c: Likewise.
40265         * math/e_log10l.c: Likewise.
40266         * math/e_log2l.c: Likewise.
40267         * math/e_logl.c: Likewise.
40268         * math/e_powl.c: Likewise.
40269         * math/e_rem_pio2l.c: Likewise.
40270         * math/e_sinhl.c: Likewise.
40271         * math/e_sqrtl.c: Likewise.
40272         * math/fclrexcpt.c: Likewise.
40273         * math/fedisblxcpt.c: Likewise.
40274         * math/feenablxcpt.c: Likewise.
40275         * math/fegetenv.c: Likewise.
40276         * math/fegetexcept.c: Likewise.
40277         * math/fegetround.c: Likewise.
40278         * math/feholdexcpt.c: Likewise.
40279         * math/fesetenv.c: Likewise.
40280         * math/fesetround.c: Likewise.
40281         * math/feupdateenv.c: Likewise.
40282         * math/fgetexcptflg.c: Likewise.
40283         * math/fraiseexcpt.c: Likewise.
40284         * math/fsetexcptflg.c: Likewise.
40285         * math/ftestexcept.c: Likewise.
40286         * math/k_cosl.c: Likewise.
40287         * math/k_rem_pio2l.c: Likewise.
40288         * math/k_sinl.c: Likewise.
40289         * math/k_tanl.c: Likewise.
40290         * math/s_asinhl.c: Likewise.
40291         * math/s_atanl.c: Likewise.
40292         * math/s_cbrtl.c: Likewise.
40293         * math/s_erfl.c: Likewise.
40294         * math/s_expm1l.c: Likewise.
40295         * math/s_log1pl.c: Likewise.
40296         * math/s_tanhl.c: Likewise.
40297         * misc/acct.c: Likewise.
40298         * misc/brk.c: Likewise.
40299         * misc/chflags.c: Likewise.
40300         * misc/chroot.c: Likewise.
40301         * misc/fchflags.c: Likewise.
40302         * misc/fgetxattr.c: Likewise.
40303         * misc/flistxattr.c: Likewise.
40304         * misc/fremovexattr.c: Likewise.
40305         * misc/fsetxattr.c: Likewise.
40306         * misc/fsync.c: Likewise.
40307         * misc/ftruncate.c: Likewise.
40308         * misc/futimes.c: Likewise.
40309         * misc/futimesat.c: Likewise.
40310         * misc/getdomain.c: Likewise.
40311         * misc/getdtsz.c: Likewise.
40312         * misc/gethostid.c: Likewise.
40313         * misc/gethostname.c: Likewise.
40314         * misc/getloadavg.c: Likewise.
40315         * misc/getpagesize.c: Likewise.
40316         * misc/getsysstats.c: Likewise.
40317         * misc/getxattr.c: Likewise.
40318         * misc/gtty.c: Likewise.
40319         * misc/ioctl.c: Likewise.
40320         * misc/lgetxattr.c: Likewise.
40321         * misc/listxattr.c: Likewise.
40322         * misc/llistxattr.c: Likewise.
40323         * misc/lremovexattr.c: Likewise.
40324         * misc/lsetxattr.c: Likewise.
40325         * misc/lutimes.c: Likewise.
40326         * misc/madvise.c: Likewise.
40327         * misc/mincore.c: Likewise.
40328         * misc/mlock.c: Likewise.
40329         * misc/mlockall.c: Likewise.
40330         * misc/mmap.c: Likewise.
40331         * misc/mprotect.c: Likewise.
40332         * misc/msync.c: Likewise.
40333         * misc/munlock.c: Likewise.
40334         * misc/munlockall.c: Likewise.
40335         * misc/munmap.c: Likewise.
40336         * misc/preadv.c: Likewise.
40337         * misc/preadv64.c: Likewise.
40338         * misc/ptrace.c: Likewise.
40339         * misc/pwritev.c: Likewise.
40340         * misc/pwritev64.c: Likewise.
40341         * misc/readv.c: Likewise.
40342         * misc/reboot.c: Likewise.
40343         * misc/remap_file_pages.c: Likewise.
40344         * misc/removexattr.c: Likewise.
40345         * misc/revoke.c: Likewise.
40346         * misc/select.c: Likewise.
40347         * misc/setdomain.c: Likewise.
40348         * misc/setegid.c: Likewise.
40349         * misc/seteuid.c: Likewise.
40350         * misc/sethostid.c: Likewise.
40351         * misc/sethostname.c: Likewise.
40352         * misc/setregid.c: Likewise.
40353         * misc/setreuid.c: Likewise.
40354         * misc/setxattr.c: Likewise.
40355         * misc/sstk.c: Likewise.
40356         * misc/stty.c: Likewise.
40357         * misc/swapoff.c: Likewise.
40358         * misc/swapon.c: Likewise.
40359         * misc/sync.c: Likewise.
40360         * misc/syncfs.c: Likewise.
40361         * misc/syscall.c: Likewise.
40362         * misc/truncate.c: Likewise.
40363         * misc/ualarm.c: Likewise.
40364         * misc/usleep.c: Likewise.
40365         * misc/ustat.c: Likewise.
40366         * misc/utimes.c: Likewise.
40367         * misc/vhangup.c: Likewise.
40368         * misc/writev.c: Likewise.
40369         * posix/_exit.c: Likewise.
40370         * posix/alarm.c: Likewise.
40371         * posix/execve.c: Likewise.
40372         * posix/fexecve.c: Likewise.
40373         * posix/fork.c: Likewise.
40374         * posix/fpathconf.c: Likewise.
40375         * posix/getaddrinfo.c: Likewise.
40376         * posix/getegid.c: Likewise.
40377         * posix/geteuid.c: Likewise.
40378         * posix/getgid.c: Likewise.
40379         * posix/getgroups.c: Likewise.
40380         * posix/getlogin.c: Likewise.
40381         * posix/getlogin_r.c: Likewise.
40382         * posix/getpgid.c: Likewise.
40383         * posix/getpid.c: Likewise.
40384         * posix/getppid.c: Likewise.
40385         * posix/getresgid.c: Likewise.
40386         * posix/getresuid.c: Likewise.
40387         * posix/getsid.c: Likewise.
40388         * posix/getuid.c: Likewise.
40389         * posix/glob64.c: Likewise.
40390         * posix/nanosleep.c: Likewise.
40391         * posix/pathconf.c: Likewise.
40392         * posix/pause.c: Likewise.
40393         * posix/posix_madvise.c: Likewise.
40394         * posix/pread.c: Likewise.
40395         * posix/pread64.c: Likewise.
40396         * posix/pwrite.c: Likewise.
40397         * posix/pwrite64.c: Likewise.
40398         * posix/sched_getaffinity.c: Likewise.
40399         * posix/sched_getp.c: Likewise.
40400         * posix/sched_gets.c: Likewise.
40401         * posix/sched_primax.c: Likewise.
40402         * posix/sched_primin.c: Likewise.
40403         * posix/sched_rr_gi.c: Likewise.
40404         * posix/sched_setaffinity.c: Likewise.
40405         * posix/sched_setp.c: Likewise.
40406         * posix/sched_sets.c: Likewise.
40407         * posix/sched_yield.c: Likewise.
40408         * posix/setgid.c: Likewise.
40409         * posix/setlogin.c: Likewise.
40410         * posix/setpgid.c: Likewise.
40411         * posix/setresgid.c: Likewise.
40412         * posix/setresuid.c: Likewise.
40413         * posix/setsid.c: Likewise.
40414         * posix/setuid.c: Likewise.
40415         * posix/sleep.c: Likewise.
40416         * posix/spawni.c: Likewise.
40417         * posix/sysconf.c: Likewise.
40418         * posix/times.c: Likewise.
40419         * posix/wait.c: Likewise.
40420         * posix/wait3.c: Likewise.
40421         * posix/wait4.c: Likewise.
40422         * posix/waitpid.c: Likewise.
40423         * resolv/gai_sigqueue.c: Likewise.
40424         * resource/getpriority.c: Likewise.
40425         * resource/getrlimit.c: Likewise.
40426         * resource/getrusage.c: Likewise.
40427         * resource/nice.c: Likewise.
40428         * resource/setpriority.c: Likewise.
40429         * resource/setrlimit.c: Likewise.
40430         * resource/ulimit.c: Likewise.
40431         * rt/aio_cancel.c: Likewise.
40432         * rt/aio_fsync.c: Likewise.
40433         * rt/aio_read.c: Likewise.
40434         * rt/aio_sigqueue.c: Likewise.
40435         * rt/aio_suspend.c: Likewise.
40436         * rt/aio_write.c: Likewise.
40437         * rt/clock_getres.c: Likewise.
40438         * rt/clock_gettime.c: Likewise.
40439         * rt/clock_nanosleep.c: Likewise.
40440         * rt/clock_settime.c: Likewise.
40441         * rt/lio_listio.c: Likewise.
40442         * rt/mq_close.c: Likewise.
40443         * rt/mq_getattr.c: Likewise.
40444         * rt/mq_notify.c: Likewise.
40445         * rt/mq_open.c: Likewise.
40446         * rt/mq_receive.c: Likewise.
40447         * rt/mq_send.c: Likewise.
40448         * rt/mq_setattr.c: Likewise.
40449         * rt/mq_timedreceive.c: Likewise.
40450         * rt/mq_timedsend.c: Likewise.
40451         * rt/mq_unlink.c: Likewise.
40452         * rt/shm_open.c: Likewise.
40453         * rt/shm_unlink.c: Likewise.
40454         * rt/timer_create.c: Likewise.
40455         * rt/timer_delete.c: Likewise.
40456         * rt/timer_getoverr.c: Likewise.
40457         * rt/timer_gettime.c: Likewise.
40458         * rt/timer_settime.c: Likewise.
40459         * setjmp/__longjmp.c: Likewise.
40460         * setjmp/setjmp.c: Likewise.
40461         * signal/kill.c: Likewise.
40462         * signal/killpg.c: Likewise.
40463         * signal/raise.c: Likewise.
40464         * signal/sigaction.c: Likewise.
40465         * signal/sigaltstack.c: Likewise.
40466         * signal/sigblock.c: Likewise.
40467         * signal/sigignore.c: Likewise.
40468         * signal/sigintr.c: Likewise.
40469         * signal/signal.c: Likewise.
40470         * signal/sigpause.c: Likewise.
40471         * signal/sigpending.c: Likewise.
40472         * signal/sigqueue.c: Likewise.
40473         * signal/sigreturn.c: Likewise.
40474         * signal/sigset.c: Likewise.
40475         * signal/sigsetmask.c: Likewise.
40476         * signal/sigstack.c: Likewise.
40477         * signal/sigsuspend.c: Likewise.
40478         * signal/sigtimedwait.c: Likewise.
40479         * signal/sigvec.c: Likewise.
40480         * signal/sigwait.c: Likewise.
40481         * signal/sigwaitinfo.c: Likewise.
40482         * signal/sysv_signal.c: Likewise.
40483         * socket/accept.c: Likewise.
40484         * socket/accept4.c: Likewise.
40485         * socket/bind.c: Likewise.
40486         * socket/connect.c: Likewise.
40487         * socket/getpeername.c: Likewise.
40488         * socket/getsockname.c: Likewise.
40489         * socket/getsockopt.c: Likewise.
40490         * socket/isfdtype.c: Likewise.
40491         * socket/listen.c: Likewise.
40492         * socket/recv.c: Likewise.
40493         * socket/recvfrom.c: Likewise.
40494         * socket/recvmsg.c: Likewise.
40495         * socket/send.c: Likewise.
40496         * socket/sendmsg.c: Likewise.
40497         * socket/sendto.c: Likewise.
40498         * socket/setsockopt.c: Likewise.
40499         * socket/shutdown.c: Likewise.
40500         * socket/sockatmark.c: Likewise.
40501         * socket/socket.c: Likewise.
40502         * socket/socketpair.c: Likewise.
40503         * stdio-common/ctermid.c: Likewise.
40504         * stdio-common/cuserid.c: Likewise.
40505         * stdio-common/remove.c: Likewise.
40506         * stdio-common/rename.c: Likewise.
40507         * stdio-common/renameat.c: Likewise.
40508         * stdio-common/tempname.c: Likewise.
40509         * stdlib/getcontext.c: Likewise.
40510         * stdlib/makecontext.c: Likewise.
40511         * stdlib/setcontext.c: Likewise.
40512         * stdlib/swapcontext.c: Likewise.
40513         * stdlib/system.c: Likewise.
40514         * streams/fattach.c: Likewise.
40515         * streams/fdetach.c: Likewise.
40516         * streams/getmsg.c: Likewise.
40517         * streams/getpmsg.c: Likewise.
40518         * streams/putmsg.c: Likewise.
40519         * streams/putpmsg.c: Likewise.
40520         * sysdeps/unix/bsd/getpt.c: Likewise.
40521         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
40522         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
40523         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
40524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
40525         Likewise.
40526         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
40527         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
40528         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
40529         * sysvipc/msgctl.c: Likewise.
40530         * sysvipc/msgget.c: Likewise.
40531         * sysvipc/msgrcv.c: Likewise.
40532         * sysvipc/msgsnd.c: Likewise.
40533         * sysvipc/semctl.c: Likewise.
40534         * sysvipc/semget.c: Likewise.
40535         * sysvipc/semop.c: Likewise.
40536         * sysvipc/semtimedop.c: Likewise.
40537         * sysvipc/shmat.c: Likewise.
40538         * sysvipc/shmctl.c: Likewise.
40539         * sysvipc/shmdt.c: Likewise.
40540         * sysvipc/shmget.c: Likewise.
40541         * termios/tcdrain.c: Likewise.
40542         * termios/tcflow.c: Likewise.
40543         * termios/tcflush.c: Likewise.
40544         * termios/tcgetattr.c: Likewise.
40545         * termios/tcgetpgrp.c: Likewise.
40546         * termios/tcsendbrk.c: Likewise.
40547         * termios/tcsetattr.c: Likewise.
40548         * termios/tcsetpgrp.c: Likewise.
40549         * time/adjtime.c: Likewise.
40550         * time/clock.c: Likewise.
40551         * time/getitimer.c: Likewise.
40552         * time/gettimeofday.c: Likewise.
40553         * time/setitimer.c: Likewise.
40554         * time/settimeofday.c: Likewise.
40555         * time/stime.c: Likewise.
40556         * time/time.c: Likewise.
40558 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
40560         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
40561         /usr/old/bin.
40563         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
40564         instead of spaces.
40565         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
40567 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
40569         [BZ #14796]
40570         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
40571         FE_TONEAREST before applying Dekker multiplication and Knuth
40572         addition.  Clear inexact exceptions and check for exact zero
40573         results afterwards.
40574         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
40575         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
40576         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
40577         * math/libm-test.inc (fma_test): Add more tests.
40578         (fma_test_towardzero): Likewise.
40579         (fma_test_downward): Likewise.
40580         (fma_test_upward): Likewise.
40581         * sysdeps/generic/math_private.h (default_libc_fesetround): New
40582         function.
40583         (libc_fesetround): New macro.
40584         (libc_fesetroundf): Likewise.
40585         (libc_fesetroundl): Likewise.
40586         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
40587         function.
40588         (libc_fesetround_387): Likewise.
40589         (libc_fesetroundf): New macro.
40590         (libc_fesetround): Likewise.
40591         (libc_fesetroundl): Likewise.
40592         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
40593         function.
40594         (libc_fesetroundf): New macro.
40595         (libc_fesetround): Likewise.
40596         (libc_fesetroundl): Likewise.
40597         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
40598         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
40599         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
40600         libm_hidden_ver.
40601         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
40602         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
40603         libm_hidden_def.
40604         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
40605         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
40606         libm_hidden_ver.
40607         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
40608         libm_hidden_def.
40610         [BZ #3439]
40611         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
40612         integer constant usable in #if and use that to give value to enum
40613         constant.
40614         (FE_DIVBYZERO): Likewise.
40615         (FE_UNDERFLOW): Likewise.
40616         (FE_OVERFLOW): Likewise.
40617         (FE_INVALID): Likewise.
40618         (FE_INVALID_SNAN): Likewise.
40619         (FE_INVALID_ISI): Likewise.
40620         (FE_INVALID_IDI): Likewise.
40621         (FE_INVALID_ZDZ): Likewise.
40622         (FE_INVALID_IMZ): Likewise.
40623         (FE_INVALID_COMPARE): Likewise.
40624         (FE_INVALID_SOFTWARE): Likewise.
40625         (FE_INVALID_SQRT): Likewise.
40626         (FE_INVALID_INTEGER_CONVERSION): Likewise.
40627         (FE_TONEAREST): Likewise.
40628         (FE_TOWARDZERO): Likewise.
40629         (FE_UPWARD): Likewise.
40630         (FE_DOWNWARD): Likewise.
40631         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
40632         (FE_DIVBYZERO): Likewise.
40633         (FE_OVERFLOW): Likewise.
40634         (FE_UNDERFLOW): Likewise.
40635         (FE_INEXACT): Likewise.
40636         (FE_TONEAREST): Likewise.
40637         (FE_DOWNWARD): Likewise.
40638         (FE_UPWARD): Likewise.
40639         (FE_TOWARDZERO): Likewise.
40640         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
40641         (FE_UNDERFLOW): Likewise.
40642         (FE_OVERFLOW): Likewise.
40643         (FE_DIVBYZERO): Likewise.
40644         (FE_INVALID): Likewise.
40645         (FE_TONEAREST): Likewise.
40646         (FE_TOWARDZERO): Likewise.
40647         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
40648         (FE_OVERFLOW): Likewise.
40649         (FE_UNDERFLOW): Likewise.
40650         (FE_DIVBYZERO): Likewise.
40651         (FE_INEXACT): Likewise.
40652         (FE_TONEAREST): Likewise.
40653         (FE_TOWARDZERO): Likewise.
40654         (FE_UPWARD): Likewise.
40655         (FE_DOWNWARD): Likewise.
40656         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
40657         (FE_DIVBYZERO): Likewise.
40658         (FE_OVERFLOW): Likewise.
40659         (FE_UNDERFLOW): Likewise.
40660         (FE_INEXACT): Likewise.
40661         (FE_TONEAREST): Likewise.
40662         (FE_DOWNWARD): Likewise.
40663         (FE_UPWARD): Likewise.
40664         (FE_TOWARDZERO): Likewise.
40666 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
40668         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
40670 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
40672         * scripts/cross-test-ssh.sh (command): Use newlines to separate
40673         commands.  Quote $PWD.
40674         (blacklist_exports): Don't use remove_newlines.  Replace "declare
40675         -x" by "export".
40676         (remove_newlines): Remove.
40678 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
40680         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
40681         * stdlib/stdlib.h (atof): Moved to ...
40682         * include/bits/stdlib-float.h: Here.  New file.
40683         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
40684         * stdlib/bits/stdlib-float.h: New file.
40685         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
40686         -mno-sse -mno-mmx.
40687         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
40688         <xmmintrin.h>.
40690 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
40692         * conform/conformtest.pl (@headers): Add fenv.h.
40693         * conform/data/fenv.h-data: New file.
40694         * include/fenv.h [_ISOMAC]: Disable all contents of file except
40695         include of <math/fenv.h>.
40697         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
40698         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
40699         && !UNIX98].  Enables tests for XOPEN2K8.
40700         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
40701         POSIX2008]: Likewise.
40703         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
40704         (struct rusage): Do not expect type or its members.
40706         [BZ #3439]
40707         * math/math.h (FP_NAN): Define macro to integer constant usable in
40708         #if and use that to give value to enum constant.
40709         (FP_INFINITE): Likewise.
40710         (FP_ZERO): Likewise.
40711         (FP_SUBNORMAL): Likewise.
40712         (FP_NORMAL): Likewise.
40714 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
40716         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
40717         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
40718         arguments.
40720 2012-11-02  Roland McGrath  <roland@hack.frob.com>
40722         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
40723         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
40724         autoconf-time if not.
40725         * configure.in: Remove AC_PREREQ.
40727 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40729         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
40730         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
40731         of the internal implementation.
40733 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
40735         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
40736         except include of <misc/sys/syslog.h>.
40738 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
40740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
40741         function returns with a NULL context exit with zero.
40743 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40745         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
40747 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
40749         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
40750         (run_program_cmd): This.
40751         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
40752         (tst_langinfo): New variable.  Use it.
40754 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
40756         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
40757         floating point opcodes.
40759 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
40761         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
40762         variable.
40764         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
40766         * sysdeps/mach/hurd/powerpc: Remove directory.
40767         * sysdeps/mach/powerpc: Likewise.
40769 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
40771         * scripts/check-local-headers.sh: Ignore c++ headers.
40773 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
40775         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
40776         __libc_cleanup_region_start argument.
40778 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
40780         [BZ #14784]
40781         [BZ #14785]
40782         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
40783         x * y using scaling, not as x * y + z.
40784         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
40785         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
40786         * math/libm-test.inc (fma_test): Add more tests.
40787         (fma_test_towardzero): Likewise.
40788         (fma_test_downward): Likewise.
40789         (fma_test_upward): Likewise.
40791 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
40793         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
40795 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
40797         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
40798         New variable.
40800 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
40802         * rt/tst-shm.c (worker): Correct checking for mmap failure.
40804 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
40806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40807         Fix sort order.
40808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40809         Likewise.
40811 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40814         Fix the order of the list for glibc 2.17.
40815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40816         Likewise.
40818 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
40820         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40822 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
40824         [BZ #14610]
40825         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
40826         for low part of x being zero before using __atanl (y).
40827         * math/libm-test.inc (atan2_test): Add another test.
40829         * manual/install.texi (Configuring and compiling): Document
40830         general use of test-wrapper and test-wrapper-env.
40831         * INSTALL: Regenerated.
40833         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
40834         (__fma): Do not extract and scale down low bits on after-rounding
40835         systems when result rounded to normal precision would have normal
40836         exponent.
40837         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
40838         (__fmal): Do not extract and scale down low bits on after-rounding
40839         systems when result rounded to normal precision would have normal
40840         exponent.
40841         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
40842         (__fmal): Do not extract and scale down low bits on after-rounding
40843         systems when result rounded to normal precision would have normal
40844         exponent.
40845         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
40846         macro.
40847         (fma_test): Add more tests.
40848         (fma_test_towardzero): Likewise.
40849         (fma_test_downward): Likewise.
40850         (fma_test_upward): Likewise.
40852 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
40854         * sysdeps/i386/tininess.h: Renamed to ...
40855         * sysdeps/x86/tininess.h: This.
40856         * sysdeps/x86_64/tininess.h: Removed.
40858 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
40860         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
40861         input.  Use $(build-program-cmd).
40862         ($(objpfx)tst-array1-static.out): Likewise.
40863         ($(objpfx)tst-array2.out): Likewise.
40864         ($(objpfx)tst-array3.out): Likewise.
40865         ($(objpfx)tst-array4.out): Likewise.
40866         ($(objpfx)tst-array5.out): Likewise.
40867         ($(objpfx)tst-array5-static.out): Likewise.
40869 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
40871         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
40872         if defined.
40874         * nss/nsswitch.h (nss_interface_function): Provide new
40875         macro for use with NSS functions.
40876         * grp/initgroups.c: Use new macro.
40877         * nss/getXXbyYY.c: Likewise.
40878         * nss/getXXbyYY_r.c: Likewise.
40879         * nss/getXXent.c: Likewise.
40880         * nss/getXXent_r.c: Likewise.
40881         * sysdeps/posix/getaddrinfo.c: Likewise.
40883 2012-10-30  Andreas Jaeger  <aj@suse.de>
40885         * po/ru.po: Update Russion translation from translation project.
40887 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
40889         [BZ #14152]
40890         [BZ #14783]
40891         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
40892         result and shift together with sticky bit instead of replicating
40893         round-to-nearest rounding.
40894         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
40895         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
40896         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
40897         missing underflow exceptions.
40898         (fma_test_towardzero): Add more tests.
40899         (fma_test_downward): Likewise.
40900         (fma_test_upward): Likewise.
40902         [BZ #14047]
40903         * sysdeps/generic/tininess.h: New file.
40904         * sysdeps/i386/tininess.h: Likewise.
40905         * sysdeps/sh/tininess.h: Likewise.
40906         * sysdeps/x86_64/tininess.h: Likewise.
40907         * stdlib/tst-strtod-underflow.c: Likewise.
40908         * stdlib/tst-tininess.c: Likewise.
40909         * stdlib/strtod_l.c: Include <tininess.h>.
40910         (round_and_return): Do not set errno for exact underflow cases.
40911         Force an underflow exception when setting errno for underflow.
40912         Determine underflow based on rounding to normal precision if
40913         TININESS_AFTER_ROUNDING.
40914         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
40915         ERANGE for exact underflow cases.
40916         * stdlib/Makefile (tests): Add tst-tininess and
40917         tst-strtod-underflow.
40918         ($(objpfx)tst-tininess): Use $(link-libm).
40919         ($(objpfx)tst-strtod-underflow): Likewise.
40921 2012-10-30  Andreas Jaeger  <aj@suse.de>
40923         [BZ#14767]
40924         * elf/Makefile (tests): Remove conditional for have-initfini-array
40925         since this is now always required and the variable does not exist
40926         anymore.
40927         (tests-static): Likewise.
40928         (modules-names): Likewise.
40930         * po/eo.po: Add Esperanto translation from translation project.
40932         * elf/tst-array1.c (fini_array): Make writeable so that it can be
40933         merged with constructor/destructor.
40934         (init_array): Likewise.
40935         * elf/tst-array2dep.c (fini_array): Likewise.
40936         (init_array): Likewise.
40938 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
40940         * manual/message.texi: Delete @cartouche tags.
40942 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
40944         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
40945         EOPNOTSUPP.
40946         * sysdeps/mach/hurd/fsync.c: Likewise.
40948         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
40949         [_POSIX_REALTIME_SIGNALS]: Change condition to
40950         [_POSIX_REALTIME_SIGNALS > 0].
40952 2012-10-27  Andreas Jaeger  <aj@suse.de>
40954         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
40955         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
40956         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
40957         [__WORDSIZE != 64]: Likewise.
40959 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
40961         *  iconvdata/tst-table.sh: Remove ${SHELL}.
40962         *  iconvdata/tst-tables.sh: Likewise.
40964 2012-10-25  David S. Miller  <davem@davemloft.net>
40966         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
40967         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
40968         of strtoull.
40970         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
40971         ifunc-impl-list.c
40972         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40973         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
40974         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
40975         file.
40977 2012-10-25  Roland McGrath  <roland@hack.frob.com>
40979         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
40980         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
40981         __getdirentries.
40983 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
40984             Jim Blandy  <jimb@codesourcery.com>
40986         * scripts/cross-test-ssh.sh: New file.
40987         * manual/install.texi (Configuring and compiling): Document use of
40988         cross-test-ssh.sh.
40989         * INSTALL: Regenerated.
40991 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
40993         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
40994         EOPNOTSUPP.
40996 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
40998         * Makeconfig (run-program-prefix): Fix comment.
41000 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
41001             Jim Blandy  <jimb@codesourcery.com>
41003         * Makeconfig (test-wrapper): New variable,
41004         (test-wrapper-env): Likewise.
41005         [$(cross-compiling) = yes && $(test-wrapper) != ""]
41006         (run-built-tests): Define to yes.
41007         (run-program-prefix): Use $(test-wrapper).
41008         (built-program-cmd): Likewise.
41009         * Rules (make-test-out): Use $(test-wrapper-env) and
41010         $(host-built-program-cmd).
41011         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
41012         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
41013         tst-pathopt.sh.
41014         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
41015         $(test-wrapper-env) to tst-rtld-load-self.sh.
41016         ($(objpfx)order2.out): Use $(test-wrapper).
41017         ($(objpfx)tst-initorder.out): Likewise.
41018         ($(objpfx)tst-initorder2.out): Likewise.
41019         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
41020         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
41021         (test_wrapper_env): New variable.  Use it to run ld.so.
41022         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
41023         Use it to run ld.so.
41024         (test_wrapper_env): Likewise.
41025         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
41026         $(test-wrapper) to run-iconv-test.sh.
41027         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
41028         (ICONV): Use $test_wrapper.
41029         * posix/Makefile ($(objpfx)globtest.out): Pass
41030         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
41031         globtest.sh, not $(run-program-prefix).
41032         * posix/globtest.sh (run_via_rtld_prefix): New variable.
41033         (test_wrapper): Likewise.
41034         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
41035         set together with run_via_rtld_prefix.
41036         (run_program_prefix): Define in terms of test_wrapper and
41037         run_via_rtld_prefix.
41039 2012-10-24  Roland McGrath  <roland@hack.frob.com>
41041         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
41042         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
41043         Targets removed.
41045         [BZ #14743]
41046         * include/time.h: Remove librt_hidden_proto (clock_gettime).
41047         Declare __clock_getres, __clock_gettime, __clock_settime,
41048         __clock_nanosleep, and __clock_getcpuclockid.
41049         * rt/clock_gettime.c: Define __clock_gettime as an alias.
41050         Remove librt_hidden_def (clock_gettime).
41051         * sysdeps/unix/clock_gettime.c: Likewise.
41052         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
41053         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
41054         * rt/clock_getres.c: Define __clock_getres as an alias.
41055         * sysdeps/posix/clock_getres.c: Likewise.
41056         * rt/clock_settime.c: Define __clock_settime as an alias.
41057         * sysdeps/unix/clock_settime.c: Likewise.
41058         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
41059         * sysdeps/unix/clock_nanosleep.c: Likewise.
41060         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
41061         * rt/clock-compat.c: New file.
41062         * rt/Makefile (librt-routines): Add clock-compat and move
41063         $(clock-routines) to ...
41064         (routines): ... here, new variable.
41065         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
41066         Don't add get_clockfreq here.
41067         * rt/Versions (libc: GLIBC_2.17): New version set.
41068         Add clock_* symbols here.
41069         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
41070         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
41071         (GLIBC_2.17): Add clock_* symbols.
41072         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41073         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41074         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41076         Likewise.
41077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41078         Likewise.
41079         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41080         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41081         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41082         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41083         * NEWS: Mention the move.
41085         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
41086         Use __open, __read, __close rather than their public counterparts.
41087         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41088         (__get_clockfreq_via_cpuinfo): Likewise.
41089         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
41090         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
41092         * config.h.in (HAVE_IFUNC): New #undef.
41093         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
41094         was successful.
41095         * configure: Regenerated.
41097 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
41099         * configure.in: Move READELF check to start of file.
41100         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
41101         libc_cv_asm_gnu_indirect_function in the process.
41102         * configure: Regenerated.
41104 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
41106         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
41107         send the output to /dev/null.
41108         (libc_cv_cc_with_libunwind): Likewise.
41109         (libc_cv_as_noexecstack): Likewise.
41110         * configure: Regenerate.
41112 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
41114         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
41116         * posix/globtest.sh (TMPDIR): Do not set.
41117         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
41118         (testout): Likewise.
41120 2012-10-24  Andreas Jaeger  <aj@suse.de>
41122         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
41123         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
41124         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
41125         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
41126         posix_fadvise64, posix_fallocate64.
41128         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
41129         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
41130         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
41131         Likewise.
41132         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
41133         Likewise.
41134         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
41136         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
41137         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
41138         <bits/fcntl-linux.h>.
41139         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
41141         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
41142         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
41143         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
41144         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
41145         [__WORDSIZE != 64]: Likewise.
41147 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
41149         * Makeconfig (run-built-tests): New variable.
41150         * Rules [$(cross-compiling) = yes]: Change condition to
41151         [$(run-built-tests) = no].
41152         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
41153         to [$(run-built-tests) = yes].
41154         * elf/Makefile [$(cross-compiling) = no]: Likewise
41155         * grp/Makefile [$(cross-compiling) = no]: Likewise.
41156         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
41157         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
41158         * intl/Makefile [$(cross-compiling) = no]: Likewise.
41159         * io/Makefile [$(cross-compiling) = no]: Likewise.
41160         * libio/Makefile [$(cross-compiling) = no]: Likewise.
41161         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
41162         * misc/Makefile [$(cross-compiling) = no]: Likewise.
41163         * posix/Makefile [$(cross-compiling) = no]: Likewise.
41164         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
41165         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
41166         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
41167         * string/Makefile [$(cross-compiling) = no]: Likewise.
41169         * posix/Makefile ($(objpfx)globtest.out): Pass
41170         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
41171         $(rtld-installed-name).
41172         * posix/globtest.sh (elf_objpfx): Remove variable.
41173         (rtld_installed_name): Likewise.
41174         (library_path): Likewise.
41175         (run_program_prefix): New variable.  Use for running globtest
41176         binary.
41178 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
41179             Joseph Myers  <joseph@codesourcery.com>
41181         * Makeconfig (host-built-program-cmd): New variable.
41182         * elf/Makefile (tst-stackguard1-ARGS): Use
41183         $(host-built-program-cmd).
41184         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
41185         (tst-spawn-ARGS): Likewise.
41186         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
41188 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
41189             Jim Blandy  <jimb@codesourcery.com>
41191         * Makeconfig (run-via-rtld-prefix): New variable.
41192         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
41193         (built-program-cmd): Likewise.
41195 2012-10-22  Andreas Jaeger  <aj@suse.de>
41197         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
41198         __O_RSYNC if it exists, otherwise to O_SYNC.
41200 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
41201             Joseph Myers  <joseph@codesourcery.com>
41203         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
41204         /dev/null.
41205         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
41206         from /dev/null
41207         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
41208         /dev/null.
41210 2012-10-22  Andreas Jaeger  <aj@suse.de>
41212         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
41213         Define always.
41214         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
41216         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41217         bits/fcntl-linux.h.
41219         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
41220         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
41222         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
41223         to __O_LARGEFILE.
41224         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
41225         to __O_LARGEFILE.
41227 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
41228             Joseph Myers  <joseph@codesourcery.com>
41230         * config.make.in (NM): New variable.
41232 2012-10-21  Andreas Jaeger  <aj@suse.de>
41234         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
41235         definitions and declarations that are provided by
41236         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
41238 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
41240         [BZ #14683]
41241         * elf/Makefile (tests-static): Add tst-leaks1-static.
41242         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
41243         ($(objpfx)tst-leaks1-static): New rule.
41244         ($(objpfx)tst-leaks1-static-mem): Likewise.
41245         (tst-leaks1-static-ENV): New macro.
41246         * elf/dl-open.c (dl_open_worker): Check the main application
41247         only if SHARED is defined.
41248         * elf/tst-leaks1-static.c: New file.
41250 2012-10-20  Andreas Jaeger  <aj@suse.de>
41252         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
41253         generic values for Linux.
41254         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
41255         and declarations that are provided by <bits/fcntl-linux.h> and
41256         include <bits/fcntl-linux.h>.
41257         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
41258         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
41260 2012-10-20  Roland McGrath  <roland@hack.frob.com>
41262         * io/fcntl.h: Move include of <bits/types.h> to the top and
41263         include it unconditionally.
41265 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
41267         * wcsmbs/Makefile (tests-ifunc): New variable.
41268         (tests): Add $(tests-ifunc).
41269         * wcsmbs/test-wcschr-ifunc.c: New file.
41270         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
41271         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
41272         * wcsmbs/test-wcslen-ifunc.c: Likewise.
41273         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
41274         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
41276         * string/Makefile (tests-ifunc): New variable.
41277         (tests): Add $(tests-ifunc).
41278         * string/test-memccpy.c (TEST_NAME): New macro.
41279         * string/test-memchr.c (TEST_NAME): Likewise.
41280         * string/test-memcmp.c (TEST_NAME): Likewise.
41281         * string/test-memcpy.c (TEST_NAME): Likewise.
41282         * string/test-memmem.c (TEST_NAME): Likewise.
41283         * string/test-memmove.c (TEST_NAME): Likewise.
41284         * string/test-memset.c (TEST_NAME): Likewise.
41285         * string/test-rawmemchr.c (TEST_NAME): Likewise.
41286         * string/test-stpcpy.c (TEST_NAME): Likewise.
41287         * string/test-stpncpy.c (TEST_NAME): Likewise.
41288         * string/test-strcasecmp.c (TEST_NAME): Likewise.
41289         * string/test-strcasestr.c (TEST_NAME): Likewise.
41290         * string/test-strcat.c (TEST_NAME): Likewise.
41291         * string/test-strchr.c (TEST_NAME): Likewise.
41292         * string/test-strcmp.c(TEST_NAME): Likewise.
41293         * string/test-strcpy.c (TEST_NAME): Likewise.
41294         * string/test-strcspn.c (TEST_NAME): Likewise.
41295         * string/test-strlen.c (TEST_NAME): Likewise.
41296         * string/test-strncasecmp.c (TEST_NAME): Likewise.
41297         * string/test-strncmp.c (TEST_NAME): Likewise.
41298         * string/test-strncpy.c (TEST_NAME): Likewise.
41299         * string/test-strnlen.c (TEST_NAME): Likewise.
41300         * string/test-strpbrk.c (TEST_NAME): Likewise.
41301         * string/test-strrchr.c (TEST_NAME): Likewise.
41302         * string/test-strspn.c (TEST_NAME): Likewise.
41303         * string/test-strstr.c (TEST_NAME): Likewise.
41304         * string/test-bcopy-ifunc.c: New file.
41305         * string/test-bzero-ifunc.c: Likewise.
41306         * string/test-memccpy-ifunc.c: Likewise.
41307         * string/test-memchr-ifunc.c: Likewise.
41308         * string/test-memcmp-ifunc.c: Likewise.
41309         * string/test-memcpy-ifunc.c: Likewise.
41310         * string/test-memmem-ifunc.c: Likewise.
41311         * string/test-memmove-ifunc.c: Likewise.
41312         * string/test-mempcpy-ifunc.c: Likewise.
41313         * string/test-memset-ifunc.c: Likewise.
41314         * string/test-rawmemchr-ifunc.c: Likewise.
41315         * string/test-stpcpy-ifunc.c: Likewise.
41316         * string/test-stpncpy-ifunc.c: Likewise.
41317         * string/test-strcasecmp-ifunc.c: Likewise.
41318         * string/test-strcasestr-ifunc.c: Likewise.
41319         * string/test-strcat-ifunc.c: Likewise.
41320         * string/test-strchr-ifunc.c: Likewise.
41321         * string/test-strchrnul-ifunc.c: Likewise.
41322         * string/test-strcmp-ifunc.c: Likewise.
41323         * string/test-strcpy-ifunc.c: Likewise.
41324         * string/test-strcspn-ifunc.c: Likewise.
41325         * string/test-strlen-ifunc.c: Likewise.
41326         * string/test-strncasecmp-ifunc.c: Likewise.
41327         * string/test-strncat-ifunc.c: Likewise.
41328         * string/test-strncmp-ifunc.c: Likewise.
41329         * string/test-strncpy-ifunc.c: Likewise.
41330         * string/test-strnlen-ifunc.c: Likewise.
41331         * string/test-strpbrk-ifunc.c: Likewise.
41332         * string/test-strrchr-ifunc.c: Likewise.
41333         * string/test-strspn-ifunc.c: Likewise.
41334         * string/test-strstr-ifunc.c: Likewise.
41336         * debug/Makefile (tests-ifunc): New variable.
41337         (tests): Add $(tests-ifunc).
41338         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
41339         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
41340         * debug/test-stpcpy_chk-ifunc.c: New file.
41341         * debug/test-strcpy_chk-ifunc.c: Likewise.
41343 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
41345         [BZ #13601]
41346         * elf/dl-load.c (open_verify): Retry read if the entire ELF
41347         header is not read in.
41349 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
41351         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
41352         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
41353         directly.  Pass built executable to script as
41354         $(built-program-cmd).
41355         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
41356         $testprogram without using LD_LIBRARY_PATH and $ldso.
41358         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
41359         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
41360         $(rtld-installed-name).
41361         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
41362         (rtld_installed_name): Likewise.
41363         (library_path): Likewise.
41364         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
41365         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
41366         $(run-program-prefix) to tst-tables.sh.
41367         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
41368         it to run tst-table-from and tst-table-to.
41369         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
41370         Pass it to tst-table.sh.
41371         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
41372         $(run-program-prefix) to tst-gettext.sh.
41373         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
41374         tst-translit.sh.
41375         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
41376         tst-gettext2.sh.
41377         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
41378         to run tst-gettext.
41379         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
41380         to run tst-gettext2.
41381         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
41382         to run tst-translit.
41383         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
41384         $(run-program-prefix) to tst-mtrace.sh.
41385         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
41386         to run tst-mtrace.
41387         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
41388         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
41389         $(rtld-installed-name).
41390         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
41391         (rtld_installed_name): Likewise.
41392         (run_program_prefix): New variable.  Use it to run wordexp-test.
41394         * Makeconfig (ARCH): Remove all definitions.
41395         (machine): Likewise.
41396         [ARCH]: Remove conditional code.
41397         [!objdir]: Give error.
41398         [!objdir] (objpfx): Remove.
41399         [!objdir] (common-objpfx): Likewise.
41400         [!objdir] (common-objdir): Likewise.
41401         * configure.in (config_makefile): Remove.  Hardcode Makefile in
41402         AC_CONFIG_FILES call.
41403         * configure: Regenerated.
41405         [BZ #13888]
41406         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
41407         or TMPDIR.
41408         (testout): Likewise.
41410         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
41411         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
41412         $(rtld-installed-name).
41413         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
41414         (rtld_installed_name): Likwise.
41415         (runit): Remove function.
41416         (run_getconf): New variable,  Use it for running getconf binary.
41418 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
41420         [BZ #14716]
41421         * string/test-memmem.c (check_result): New function.
41422         (do_one_test): Use it.
41423         (check1): New function.
41424         (test_main): Use it.
41426 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
41428         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
41430 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
41432         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
41433         (_G_LSEEK64): Likewise.
41434         (_G_MMAP64): Likewise.
41435         (_G_FSTAT64): Likewise.
41436         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
41437         (_G_LSEEK64): Likewise.
41438         (_G_MMAP64): Likewise.
41439         (_G_FSTAT64): Likewise.
41440         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
41441         unconditional.  Call __mmap64 directly.
41442         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
41443         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
41444         __lseek64 directly.
41445         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
41446         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
41447         __mmap64 directly.
41448         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
41449         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
41450         __lseek64 directly.
41451         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
41452         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
41453         __lseek64 directly.
41454         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
41455         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
41456         __lseek64 directly.
41457         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
41458         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
41459         __fxstat64 directly.
41460         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
41461         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
41462         unconditional.
41463         (freopen64) [!_G_OPEN64]: Remove conditional code.
41464         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
41465         unconditional.
41466         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
41467         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
41468         unconditional.
41469         (ftello64) [!_G_LSEEK64]: Remove conditional code.
41470         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
41471         unconditional.
41472         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
41473         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
41474         unconditional.
41475         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
41476         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
41477         unconditional.
41478         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
41479         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
41480         unconditional.
41481         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
41482         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
41483         unconditional.
41484         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
41486 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
41488         [BZ #12140]
41489         * manual/memory.texi (Malloc Tunable Parameters): Add note
41490         about free list pointers overwriting some perturb bytes.
41491         Wording suggested by Roland McGrath.
41493 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
41495         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
41496         (lgamma_test): Likewise.
41497         (tgamma_test): Likewise.
41499 2012-10-16  Florian Weimer  <fweimer@redhat.com>
41501         [BZ #14700]
41502         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
41503         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
41505 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
41507         * NEWS: Mention BZ #14716.
41508         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
41509         when removing AVAILABLE1_USES_J macro.
41511 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
41513         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
41514         (__bswap_64): __uint64_t for unsigned 64-bit int.
41516 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
41518         * include/string.h (memmem): Declare libc hidden alias.
41519         * string/memmem.c (memmem): Define libc hidden alias.
41520         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
41521         __read, __close instead of open, read, close.
41523 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
41525         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
41526         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
41527         global and hidden.
41528         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
41529         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
41530         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
41531         Likewise.
41532         (__rawmemchr_sse2): Likewise.
41533         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
41534         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
41535         (__strchr_sse2): Likewise.
41536         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
41537         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
41538         (__strcasecmp_sse2): Likewise.
41539         (__strncasecmp_sse2): Likewise.
41540         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
41541         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
41542         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
41543         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
41544         (__strrchr_sse2): Likewise.
41545         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
41546         ifunc-impl-list.c.
41547         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
41548         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
41549         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
41550         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
41551         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
41552         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
41553         * sysdeps/x86_64/multiarch/memset.S: Likewise.
41554         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
41555         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
41556         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
41557         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
41558         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
41559         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
41560         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
41561         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
41562         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
41563         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
41564         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
41565         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
41566         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
41567         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
41568         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
41569         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
41570         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
41571         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
41572         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
41573         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
41574         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
41575         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
41576         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
41578         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
41579         global and hidden.
41580         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
41581         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
41582         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
41583         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
41584         Likewise.
41585         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
41586         Likewise.
41587         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
41588         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
41589         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
41590         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
41591         ifunc-impl-list.c.
41592         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
41593         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
41594         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
41595         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
41596         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
41597         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
41598         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
41599         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
41600         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
41601         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
41602         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
41603         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
41604         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
41605         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
41606         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
41607         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
41608         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
41609         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
41610         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
41611         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
41612         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
41613         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
41614         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
41615         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
41616         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
41617         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
41618         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
41619         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
41620         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
41621         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
41622         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
41623         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
41624         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
41625         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
41626         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
41627         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
41628         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
41629         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
41630         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
41631         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
41632         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
41634         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
41635         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
41636         * include/ifunc-impl-list.h: New file.
41637         * misc/ifunc-impl-list.c: Likewise.
41638         * misc/Makefile (routines): Add ifunc-impl-list.
41639         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
41640         * string/test-string.h: Include <ifunc-impl-list.h>.
41641         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
41642         TEST_NAME]: New variables.
41643         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
41644         are defined.
41645         (test_init): Call __libc_ifunc_impl_list to initialize
41646         func_list if TEST_IFUNC and TEST_NAME are defined.
41648         * string/Makefile (strop-tests): Add bcopy and bzero.
41649         * string/test-bcopy.c: New file.
41650         * string/test-bzero.c: Likewise.
41651         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
41652         defined.
41653         * string/test-memset.c: Support bzero test if TEST_BZERO is
41654         defined.
41655         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
41656         __libc_memmove.
41657         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
41658         __libc_memset.
41659         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
41660         of memset.
41662 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
41664         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
41665         * configure: Regenerated.
41667         * Makeconfig (+link-static-before-libc): Don't include
41668         $(link-static-libc).
41670         * libio/libio.h (_IO_pos_t): Remove.
41672 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
41674         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
41675         McGrath.
41677 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
41679         * crypt/crypt-entry.c: Include fips-private.h.
41680         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
41681         * crypt/md5c-test.c (main): Tolerate disabled MD5.
41682         * sysdeps/unix/sysv/linux/fips-private.h: New file.
41683         * sysdeps/generic/fips-private.h: New file, dummy fallback.
41685 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
41687         * crypt/crypt-private.h: Include stdbool.h.
41688         (_ufc_setup_salt_r): Return bool.
41689         * crypt/crypt-entry.c: Include errno.h.
41690         (__crypt_r): Return NULL with EINVAL for bad salt.
41691         * crypt/crypt_util.c (bad_for_salt): New.
41692         (_ufc_setup_salt_r): Check that salt is long enough and within
41693         the specified alphabet.
41694         * crypt/badsalttest.c: New file.
41695         * crypt/Makefile (tests): Add it.
41696         ($(objpfx)badsalttest): New.
41698 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
41700         * NEWS: Add entry for BZ #14602.
41702 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
41704         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
41705         type-generic.
41706         * math/libm-test.inc: Update comment listing what functions and
41707         macros are tested.
41708         (isgreater_test): New function.
41709         (isgreaterequal_test): Likewise.
41710         (isless_test): Likewise.
41711         (islessequal_test): Likewise.
41712         (islessgreater_test): Likewise.
41713         (isunordered_test): Likewise.
41714         (main): Call the new functions.
41716 2012-10-09  Roland McGrath  <roland@hack.frob.com>
41718         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
41719         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
41720         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
41721         * sysdeps/i386/configure: Regenerated.
41722         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
41723         * sysdeps/mach/configure: Regenerated.
41724         * sysdeps/mach/hurd/configure: Regenerated.
41725         * sysdeps/powerpc/configure: Regenerated.
41726         * sysdeps/powerpc/powerpc32/configure: Regenerated.
41727         * sysdeps/powerpc/powerpc64/configure: Regenerated.
41728         * sysdeps/s390/s390-32/configure: Regenerated.
41729         * sysdeps/s390/s390-64/configure: Regenerated.
41730         * sysdeps/sh/configure: Regenerated.
41731         * sysdeps/sparc/configure: Regenerated.
41732         * sysdeps/unix/sysv/linux/configure: Regenerated.
41733         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
41734         * sysdeps/x86_64/configure: Regenerated.
41736         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
41737         defined.  Don't check if MAP is NULL.
41739 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
41741         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
41742         (_G_stat64): Likewise.
41743         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
41744         (_G_stat64): Likewise.
41745         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
41746         instead of struct _G_stat64.
41747         * libio/fileops.c (mmap_remap_check): Likewise.
41748         (decide_maybe_mmap): Likewise.
41749         (_IO_new_file_seekoff): Likewise.
41750         (_IO_file_stat): Likewise.
41751         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
41752         _G_off64_t.
41753         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
41754         instead of struct _G_stat64.
41755         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
41757 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
41759         [BZ #14602]
41760         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
41761         Replace with ...
41762         (CHECK_EOL): New macro.
41763         (two_way_short_needle): Check beginning of haystack for EOL.  Use
41764         CHECK_EOL.
41765         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
41766         Replace with CHECK_EOL.
41767         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
41768         Replace with CHECK_EOL.
41770 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
41772         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
41773         type-generic.
41774         * math/libm-test.inc: Update comment listing what functions and
41775         macros are tested.
41776         (finite_test): New function.
41777         (isinf_test): Likewise.
41778         (isnan_test): Likewise.
41779         (fpclassify_test): Test subnormal input.
41780         (isfinite_test): Likewise.
41781         (isnormal_test): Likewise.
41782         (main): Call the new functions.
41784 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
41786         [BZ #14660]
41787         * Makerules (%.dynsym): Force C locale when running
41788         $(OBJDUMP) --dynamic-syms.
41790 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
41792         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
41793         <stdint.h>.
41795 2012-10-06  David S. Miller  <davem@davemloft.net>
41797         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
41798         upper 32-bits of the length value in %o2 since we use branch-on-register
41799         tests which consider the entire 64-bit register.
41801 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
41803         * string/test-strstr.c (check2): Add a test for page boundary.
41805 2012-10-05  David S. Miller  <davem@davemloft.net>
41807         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
41808         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
41809         file.
41810         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
41811         sysdep_routines.
41812         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
41813         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
41814         and bzero when HWCAP_SPARC_CRYPTO is present.
41816 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
41818         [BZ #14602]
41819         * string/test-strstr.c (check2): New function.
41820         (test_main): Call check2.
41822         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
41823         and bug-strchr1.
41824         * string/bug-strcasestr1.c (do_test): Moved to ...
41825         * string/test-strcasestr.c (check1): Here.  New function.
41826         (do_one_test): Break out result checking code into ...
41827         (check_result): This.  New function.
41828         (do_one_test): Call check_result.
41829         (test_main): Call check1.
41830         * string/bug-strchr1.c (do_test): Moved to ...
41831         * string/test-strchr.c (check1): Here.  New function.
41832         (do_one_test): Break out result checking code into ...
41833         (check_result): This.  New function.
41834         (do_one_test): Call check_result.
41835         (test_main): Call check1.
41836         * string/bug-strstr1.c (main): Moved to ...
41837         * string/test-strstr.c (check1): Here.  New function.
41838         (do_one_test): Break out result checking code into ...
41839         (check_result): This.  New function.
41840         (do_one_test): Call check_result.
41841         (test_main): Call check1.
41842         * string/bug-strcasestr1.c: Removed.
41843         * string/bug-strchr1.c: Likewise.
41844         * string/bug-strstr1.c: Likewise.
41846         * elf/Makefile (dl-routines): Add hwcaps.
41847         * elf/dl-support.c (_dl_important_hwcaps): Removed.
41848         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
41849         (_dl_important_hwcaps): Moved to ...
41850         * elf/dl-hwcaps.c: Here.  New file.
41851         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
41853         [BZ #14557]
41854         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
41855         if IS_IN_rtld isn't defined.
41857         * elf/dl-support.c (_dl_sysinfo_map): New.
41858         Include "get-dynamic-info.h" and "setup-vdso.h".
41859         (_dl_non_dynamic_init): Call setup_vdso.
41860         * elf/dynamic-link.h: Don't include <assert.h>.
41861         (elf_get_dynamic_info): Moved to ...
41862         * elf/get-dynamic-info.h: Here.  New file.
41863         * elf/dynamic-link.h: Include "get-dynamic-info.h".
41864         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
41865         * elf/setup-vdso.h: Here.  New file.
41866         * elf/rtld.c: Include "setup-vdso.h".
41867         (dl_main): Call setup_vdso.
41869 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
41871         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
41872         creal in comment listing functions tested.  List finite, isinf,
41873         isnan, isless, islessequal, isgreater, isgreaterequal,
41874         islessgreater, isunordered, lgamma_r and pow10 as functions and
41875         macros not tested.  Mention which functions not tested are aliases
41876         for other functions.  Fix typo.  Note that signs of NaNs are not
41877         tested.
41879         * scripts/config.guess: Update from config.git.
41880         * scripts/config.sub: Likewise.
41882 2012-10-04  Roland McGrath  <roland@hack.frob.com>
41884         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
41885         * misc/madvise.c (madvise): Renamed to __madvise.
41886         Make madvise a weak alias.
41887         * include/sys/mman.h: Declare __madvise.
41888         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
41889         * sysdeps/unix/syscalls.list
41890         (madvise): Make __madvise the strong name, and madvise a weak alias.
41891         * sysdeps/unix/sysv/linux/syscalls.list
41892         (madvise, mmap): Remove redundant entries.
41893         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
41894         * malloc/malloc.c (mtrim): Likewise.
41895         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
41897 2012-10-03  Roland McGrath  <roland@hack.frob.com>
41899         * sysdeps/mach/hurd/dl-cache.c: File removed.
41900         * config.h.in (USE_LDCONFIG): New #undef.
41901         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
41902         * configure: Regenerated.
41903         * elf/Makefile (dl-routines): Add dl-cache only under
41904         [$(use-ldconfig) = yes].
41905         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
41906         cache on [USE_LDCONFIG].
41907         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
41908         [USE_LDCONFIG].
41909         * elf/rtld.c (dl_main): Likewise.
41911 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
41913         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
41914         _SC_LEVEL4_CACHE_LINESIZE.
41916 2012-10-03  Roland McGrath  <roland@hack.frob.com>
41918         * sysdeps/unix/bsd/confstr.h: File removed.
41920 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
41922         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
41923         sys/sdt-config.h.
41925 2012-10-02  Roland McGrath  <roland@hack.frob.com>
41927         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
41928         Make 'mapoff' field ElfW(Off) rather than off_t.
41930 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
41932         * nscd/Makefile: Remove nscd-cflags and all its users.
41933         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
41934         (CFLAGS-nonlib): Add compiler flags for nscd modules.
41936         [BZ #10631]
41937         * malloc.c (malloc_printerr): Clarify error message.
41939 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
41941         [BZ #14648]
41942         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41943         Set bit_FMA_Usable if FMA is supported.
41944         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
41945         macro.
41946         (bit_FMA4_Usable): Updated.
41947         (index_FMA_Usable): New macro.
41948         (CPUID_FMA): Likewise
41949         (HAS_FMA): Defined with bit_FMA_Usable.
41951 2012-10-01  Roland McGrath  <roland@hack.frob.com>
41953         * bits/types.h (__swblk_t): Type removed.
41954         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
41955         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
41956         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41957         (__SWBLK_T_TYPE): Likewise.
41958         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
41959         (__SWBLK_T_TYPE): Likewise.
41960         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41961         (__SWBLK_T_TYPE): Likewise.
41962         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41963         (__SWBLK_T_TYPE): Likewise.
41965 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
41966             Honza Horak <hhorak@redhat.com>
41968         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
41969         (xdr_mapname): Use YPMAXMAP as maxsize.
41970         (xdr_peername): Use YPMAXPEER as maxsize.
41971         (xdr_keydat): Use YPAXRECORD as maxsize.
41972         (xdr_valdat): Use YPMAXRECORD as maxsize.
41974 2012-10-01  Roland McGrath  <roland@hack.frob.com>
41976         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
41978         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
41979         * csu/init-first.c: ... here.
41980         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
41981         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
41982         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
41983         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
41984         * sysdeps/i386/init-first.c: File removed.
41985         * sysdeps/sh/init-first.c: File removed.
41987 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
41989         [BZ #14645]
41990         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
41991         if x * y might underflow to zero and z is zero.
41992         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
41993         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
41994         * math/libm-test.inc (min_subnorm_value): New variable.
41995         (fma_test): Add more tests.
41996         (fma_test_towardzero): Likewise.
41997         (fma_test_downward): Likewise
41998         (fma_test_upward): Likewise.
41999         (initialize): Set min_subnorm_value.
42001 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
42003         [BZ #14638]
42004         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
42005         0 + 0.
42006         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
42007         mode for addition resulting in exact zero.
42008         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
42009         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
42010         exact 0 + 0.
42011         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
42012         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
42013         * math/libm-test.inc (fma_test): Add more tests.
42014         (fma_test_towardzero): New function.
42015         (fma_test_downward): Likewise.
42016         (fma_test_upward): Likewise.
42017         (main): Call the new functions.
42019 2012-09-28  David S. Miller  <davem@davemloft.net>
42021         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
42023 2012-09-28  Roland McGrath  <roland@hack.frob.com>
42025         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
42026         instead of SIGALRM.
42028         * sysdeps/gnu/_G_config.h: Moved to ...
42029         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
42030         * sysdeps/mach/hurd/_G_config.h: Moved to ...
42031         * sysdeps/generic/_G_config.h: ... here.
42033         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
42035         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
42037         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
42038         Conditionalize target on [libnss_test1.so-version].
42040         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
42042         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
42043         (elfobjdir): Move out of conditionals.
42045         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
42046         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
42047         (__nss_lookup_function): Conditionalize label remove_from_tree on
42048         [!DO_STATIC_NSS || SHARED], matching its only use.
42050 2012-09-28  David S. Miller  <davem@davemloft.net>
42052         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
42053         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
42054         file.
42055         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
42056         sysdep_routines.
42057         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
42058         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
42059         when HWCAP_SPARC_CRYPTO is present.
42061 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
42063         * io/tst-mknodat.c: Create a FIFO instead of a socket.
42065 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
42067         [BZ #6530]
42068         * stdio-common/vfprintf.c (process_string_arg): Revert
42069         2000-07-22 change.
42071 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
42073         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
42074         for testcase.
42075         * stdio-common/tst-sprintf.c: Include <locale.h>
42076         (main): Test sprintf's handling of incomplete multibyte
42077         characters.
42079 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
42081         * elf/dl-runtime.c (VERSYMIDX): Removed.
42082         * elf/dl-version.c (VERSYMIDX): Likewise.
42083         * elf/do-rel.h (VERSYMIDX): Likewise.
42084         (VALIDX): Likewise.
42085         * elf/dynamic-link.h (VERSYMIDX): Likewise.
42086         * elf/rtld.c (VALIDX): Likewise.
42087         (ADDRIDX): Likewise.
42088         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
42089         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
42090         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
42091         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
42092         (VALIDX): Likewise.
42093         (ADDRIDX): Likewise.
42095 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
42097         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
42099 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
42101         [BZ #11438]
42102         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
42103         to global scope.
42104         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
42105         addresses are in the same scope as 192.0.2/24.
42106         * posix/gai.conf: Document new scope table defaults.
42108 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42110         [BZ #5298]
42111         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
42112         for ftell.  Compute offsets from write pointers instead.
42113         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
42115 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42117         [BZ #14543]
42118         * libio/Makefile (tests): New test case tst-fseek.
42119         * libio/tst-fseek.c: New test case to verify that fseek/ftell
42120         combination works in wide mode.
42121         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
42122         state when the external buffer state changes.
42124 2012-09-27  David S. Miller  <davem@davemloft.net>
42126         [BZ #14376]
42127         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
42128         pass reloc->r_addend in as the 'high' argument to
42129         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
42131         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42133 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
42135         * rt/tst-aio2.c: Include <pthread.h>.
42136         * rt/tst-aio3.c: Likewise.
42138 2012-09-27  Steve Ellcey  <sellcey@mips.com>
42140         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
42142 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
42144         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
42145         contents on [SHARED].
42147 2012-09-26  Marek Polacek  <polacek@redhat.com>
42149         [BZ #14530]
42150         [BZ #13741]
42151         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
42152         for C++ and GCC <4.3 as well as for non GCC compilers.
42154 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
42156         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42158 2012-09-25  Roland McGrath  <roland@hack.frob.com>
42160         * Makefile.in (all, install): Declare with .PHONY.
42161         Reported by Michael Hope <michael.hope@linaro.org>.
42163 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42165         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
42166         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
42167         system header.
42168         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
42169         Likewise.
42170         (sydep_routines): Add the new and the internal functions.
42171         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
42172         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
42173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
42174         (GLIBC_2.17): Add the new function.
42175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42176         (GLIBC_2.17): Likewise.
42177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
42178         (GLIBC_2.17): Likewise.
42179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
42180         (GLIBC_2.17): Likewise.
42181         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
42183 2012-09-25  Alan Modra  <amodra@gmail.com>
42185         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
42186         Add release barrier before setting once_control to say
42187         initialisation is done.  Add hints on lwarx.  Use macro in
42188         place of isync.
42189         (clear_once_control): Add release barrier.
42191 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
42193         [BZ #13629]
42194         * math/s_clog.c (__clog): Handle more values close to |z| = 1
42195         specially.
42196         * math/s_clog10.c (__clog10): Likewise.
42197         * math/s_clog10f.c (__clog10f): Likewise.
42198         * math/s_clog10l.c (__clog10l): Likewise.
42199         * math/s_clogf.c (__clogf): Likewise.
42200         * math/s_clogl.c (__clogl): Likewise.
42201         * math/Makefile (libm-calls): Add x2y2m1.
42202         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
42203         (__x2y2m1): Likewise.
42204         (__x2y2m1l): Likewise.
42205         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
42206         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
42207         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
42208         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
42209         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
42210         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
42211         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
42212         * sysdeps/i386/fpu/libm-test-ulps: Update.
42213         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42215         [BZ #14621]
42216         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
42217         int as type of variable DEPTH.
42218         (glob): Use size_t instead of int as type of variables NEWCOUNT
42219         and OLD_PATHC.
42221 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42223         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
42224         Add s_sincosf-sse2.
42225         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
42226         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
42227         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
42228         macros for using routine as __sincosf_ia32.
42229         Use macro for function declaration and weak_alias.
42230         * sysdeps/i386/fpu/libm-test-ulps: Update.
42232         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
42233         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42235         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
42236         subnormal argument.
42237         * math/s_cexpf.c (__cexpf): Likewise.
42238         * math/s_csinf.c (__csinf): Likewise.
42239         * math/s_csinhf.c (__csinhf): Likewise.
42240         * math/s_ctanf.c (__ctanf): Likewise.
42241         * math/s_ctanhf.c (__ctanhf): Likewise.
42242         * math/s_ccosh.c (__ccoshf): Likewise.
42243         * math/s_cexp.c (__cexpl): Likewise.
42244         * math/s_csin.c (__csin): Likewise.
42245         * math/s_csinh.c (__csinh): Likewise.
42246         * math/s_ctan.c (__ctan): Likewise.
42247         * math/s_ctanh.c (ctanh): Likewise.
42248         * math/s_ccoshl.c (__ccoshl): Likewise.
42249         * math/s_cexpl.c (__cexpl): Likewise.
42250         * math/s_csinl.c (__csinl): Likewise.
42251         * math/s_csinhl.c (__csinhl): Likewise.
42252         * math/s_ctanl.c (__ctanl): Likewise.
42253         * math/s_ctanhl.c (__ctanhl): Likewise.
42255 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
42257         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
42258         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
42259         (_IO_off_t): Define to __off_t, not _G_off_t.
42260         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
42261         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
42262         (_IO_wint_t): Define to wint_t, not _G_wint_t.
42263         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
42264         type of __dummy and __dummy2 fields.
42265         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
42266         (_G_ssize_t): Likewise.
42267         (_G_off_t): Likewise.
42268         (_G_pid_t): Likewise.
42269         (_G_uid_t): Likewise.
42270         (_G_wchar_t): Likewise.
42271         (_G_wint_t): Likewise.
42272         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
42273         (_G_ssize_t): Likewise.
42274         (_G_off_t): Likewise.
42275         (_G_pid_t): Likewise.
42276         (_G_uid_t): Likewise.
42277         (_G_wchar_t): Likewise.
42278         (_G_wint_t): Likewise.
42279         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
42280         (_G_ssize_t): Likewise.
42281         (_G_off_t): Likewise.
42282         (_G_pid_t): Likewise.
42283         (_G_uid_t): Likewise.
42284         (_G_wchar_t): Likewise.
42285         (_G_wint_t): Likewise.
42287 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42289         * malloc/arena.c: Include malloc-sysdep.h.
42290         (shrink_heap): Use check_may_shrink_heap to decide if madvise
42291         is sufficient to shrink the heap or an unmap is needed.
42292         * sysdeps/generic/malloc-sysdep.h: New file.  Define
42293         new function check_may_shrink_heap.
42294         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
42295         new function check_may_shrink_heap.
42297 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42299         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
42300         comments.
42302 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
42304         * catgets/test-gencat.sh: Add "set -e".
42305         * elf/tst-pathopt.sh: Likewise.
42306         * grp/tst_fgetgrent.sh: Likewise.
42307         * iconvdata/run-iconv-test.sh: Likewise.
42308         * intl/tst-gettext.sh: Likewise.
42309         * intl/tst-gettext2.sh: Likewise.
42310         * intl/tst-gettext4.sh: Likewise.
42311         * intl/tst-gettext6.sh: Likewise.
42312         * intl/tst-translit.sh: Likewise.
42313         * io/ftwtest-sh: Likewise.
42314         * libio/test-freopen.sh: Likewise.
42315         * malloc/tst-mtrace.sh: Likewise.
42316         * posix/globtest.sh: Likewise.
42317         * posix/tst-getconf.sh: Likewise.
42318         * posix/wordexp-tst.sh: Likewise.
42319         * stdio-common/tst-printf.sh: Likewise.
42320         * stdio-common/tst-unbputc.sh: Likewise.
42321         * stdlib/tst-fmtmsg.sh: Likewise.
42322         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
42323         * catgets/Makefile: Do not specify -e option when running
42324         testsuite shell scripts.
42325         * elf/Makefile: Likewise.
42326         * grp/Makefile: Likewise.
42327         * iconvdata/Makefile: Likewise.
42328         * intl/Makefile: Likewise.
42329         * io/Makefile: Likewise.
42330         * libio/Makefile: Likewise.
42331         * malloc/Makefile: Likewise.
42332         * posix/Makefile: Likewise.
42333         * stdio-common/Makefile: Likewise.
42334         * stdlib/Makefile: Likewise.
42335         * sysdeps/x86_64/Makefile: Likewise.
42337         * io/ftwtest-sh: Add copyright header.
42338         * posix/globtest.sh: Likewise.
42339         * posix/tst-getconf.sh: Likewise.
42340         * posix/wordexp-tst.sh: Likewise.
42341         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
42343 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
42345         [BZ #13679]
42346         * Makeconfig (+link): Defined as $(+link-static) if
42347         $(build-shared) isn't yes.
42348         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
42349         isn't yes.
42350         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
42352         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
42354         [BZ #14562]
42355         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
42356         new chunk size with MALLOC_ALIGN_MASK.
42358 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
42360         [BZ #5044]
42361         * stdio-common/printf_fphex.c: Include <stdbool.h> and
42362         <rounding-mode.h>.
42363         (__printf_fphex): Determine rounding using get_rounding_mode and
42364         round_away.
42365         * stdio-common/tst-printf-round.c (struct hex_test): New
42366         structure.
42367         (hex_tests): New variable.
42368         (test_hex_in_one_mode): New function.
42369         (do_test): Also run tests for hex float output.
42371 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
42373         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
42374         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
42375         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
42376         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
42377         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
42378         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
42379         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
42380         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
42382 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
42384         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
42385         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
42386         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
42387         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
42389 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
42391         [BZ #14579]
42392         * elf/rtld.c (dl_main): Limit the check for self loading to normal
42393         mode only.
42394         * elf/tst-rtld-load-self.sh: New test.
42395         * elf/Makefile: Run it.
42397 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
42399         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
42400         (tst-writev-ENV): Remove.
42401         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
42403 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
42405         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
42407 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
42409         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
42410         unconditional.
42411         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
42412         Likewise.
42413         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
42414         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
42415         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
42416         Likewise.
42418 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
42420         [BZ #14587]
42421         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
42422         * config.make.in (have-cpp-asm-debuginfo): Removed.
42423         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
42424         * configure: Regenerated.
42426 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
42428         [BZ #5044]
42429         * stdio-common/printf_fp.c: Include <stdbool.h> and
42430         <rounding-mode.h>.
42431         (___printf_fp): Determine rounding using get_rounding_mode and
42432         round_away.
42433         * stdio-common/tst-printf-round.c: New file.
42434         * stdio-common/Makefile (tests): Add tst-printf-round.
42435         (link-libm): New variable.
42436         ($(objpfx)tst-printf-round): Depend in $(link-libm).
42438 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
42440         [BZ #14576]
42441         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
42442         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
42443         Likewise.
42444         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
42445         Likewise.
42447 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
42449         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
42450         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
42451         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
42452         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
42454 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
42456         [BZ #14518]
42457         * include/rounding-mode.h: New file.
42458         * sysdeps/generic/get-rounding-mode.h: Likewise.
42459         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
42460         * stdlib/strtod_l.c: Include <rounding-mode.h>.
42461         (MAX_VALUE): New macro.
42462         (MIN_VALUE): Likewise.
42463         (overflow_value): New function.
42464         (underflow_value): Likewise.
42465         (round_and_return): Use overflow_value and underflow_value to
42466         determine return values in overflow and underflow cases.  Use
42467         round_away to determine rounding depending on rounding mode.
42468         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
42469         determine return values in overflow and underflow cases.
42470         * stdlib/tst-strtod-round.c: Include <fenv.h>.
42471         (struct test_results): New structure.
42472         (struct test): Use struct test_results to store expected results
42473         for all rounding modes.
42474         (TEST): Include expected results for all rounding modes.
42475         (test_in_one_mode): New function.
42476         (do_test): Use test_in_one_mode to compute and check results.
42477         Check results for all rounding modes.
42478         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
42479         $(link-libm).
42481 2012-12-09  Allan McRae  <allan@archlinux.org>
42483         * sysdeps/i386/fpu/libm-test-ulps: Update
42485 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
42487         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
42488         (_G_int32_t): Likewise.
42489         (_G_uint16_t): Likewise.
42490         (_G_uint32_t): Likewise.
42491         (_G_HAVE_BOOL): Likewise.
42492         (_G_HAVE_ATEXIT): Likewise.
42493         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
42494         (_G_HAVE_IO_FILE_OPEN): Likewise.
42495         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
42496         (_G_int32_t): Likewise.
42497         (_G_uint16_t): Likewise.
42498         (_G_uint32_t): Likewise.
42499         (_G_HAVE_BOOL): Likewise.
42500         (_G_HAVE_ATEXIT): Likewise.
42501         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
42502         (_G_HAVE_IO_FILE_OPEN): Likewise.
42503         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
42504         (_G_int32_t): Likewise.
42505         (_G_uint16_t): Likewise.
42506         (_G_uint32_t): Likewise.
42507         (_G_HAVE_BOOL): Likewise.
42508         (_G_HAVE_ATEXIT): Likewise.
42509         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
42510         (_G_HAVE_IO_FILE_OPEN): Likewise.
42512 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
42514         * csu/libc-tls.c: Update copyright years.
42516 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
42518         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
42519         [!_G_USING_THUNKS]: Remove conditional code.
42520         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
42521         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
42523         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
42524         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
42525         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
42526         (_G_VTABLE_LABEL_PREFIX): Likewise.
42527         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
42528         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
42529         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
42530         (_G_VTABLE_LABEL_PREFIX): Likewise.
42531         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
42532         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
42533         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
42534         (_G_VTABLE_LABEL_PREFIX): Likewise.
42535         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
42537 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
42539         * libio/Makefile: Include ../Makeconfig before tests.
42540         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
42541         only if $(build-shared) is yes.
42543         * iconv/gconv_db.c: Update copyright years.
42545 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42547         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
42548         unwind info if defined PIC. Fix special cases description.
42549         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
42551         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
42552         DP_HI_MASK entry.
42553         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
42555 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
42557         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
42559         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
42560         is NULL.
42562         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
42563         (LDLIBS-tst-chk4): This.
42564         (LDFLAGS-tst-chk5): Renamed to ...
42565         (LDLIBS-tst-chk5): This.
42566         (LDFLAGS-tst-chk6): Renamed to ...
42567         (LDLIBS-tst-chk6): This.
42568         (LDFLAGS-tst-lfschk4): Renamed to ...
42569         (LDLIBS-tst-lfschk4): This.
42570         (LDFLAGS-tst-lfschk5): Renamed to ...
42571         (LDLIBS-tst-lfschk5): This.
42572         (LDFLAGS-tst-lfschk6): Renamed to ...
42573         (LDLIBS-tst-lfschk6): This.
42575         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
42576         on $(common-objpfx)soversions.mk.
42578 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
42580         [BZ #10014]
42581         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
42582         example host name.
42584 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
42586         * malloc/arena.c (arena_get_retry): New function that gets
42587         another arena for the caller to try its request on.
42588         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
42589         current arena cannot fulfill the request.
42590         (__libc_memalign): Likewise.
42591         (__libc_memalign): Likewise.
42592         (__libc_pvalloc): Likewise.
42593         (__libc_calloc): Likewise.
42595 2012-09-05  John Tobey  <john.tobey@gmail.com>
42597         [BZ #13542]
42598         * manual/arith.texi (Operations on Complex): Fix description
42599         of carg branch cut.
42601 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
42603         [BZ #10014]
42604         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
42605         host name.
42607         [BZ #10038]
42608         * manual/memory.texi (Memory): Make order of menu items match
42609         order of sections.
42611 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
42613         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
42614         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
42615         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
42617 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
42619         * csu/libc-tls.c (static_dtv): Renamed to ...
42620         (_dl_static_dtv): This.  Make it global.
42621         (_dl_initial_dtv): Removed.
42622         (__libc_setup_tls): Updated.
42623         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
42624         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
42625         DL_INITIAL_DTV.
42627 2012-09-06  Petr Machata  <pmachata@redhat.com>
42629         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
42630         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
42631         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
42632         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
42634 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
42636         [BZ #14545]
42637         * csu/libc-tls.c (_dl_initial_dtv): New variable.
42638         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
42639         freeing dtv[-1].
42641 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
42643         [BZ #14544]
42644         * Makeconfig (link-static-before-libc): Replace $(+prector)
42645         with $(+prectorT).
42646         (link-static-after-libc): Replace $(+postctor) with
42647         $(+postctorT).
42648         (link-bounded): Replace $(+prector)/$(+postctor) with
42649         $(+prectorT)/$(+postctorT).
42650         (+prectorT): New macro.
42651         (+postctorT): Likewise.
42653 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
42655         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
42656         (round_str): Handle values above the maximum for IBM long double
42657         as inexact.
42658         * stdlib/tst-strtod-round.c (tests): Regenerated.
42660 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42662         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
42663         assembler flag.
42664         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
42665         zarch_nohighgprs around the zarch optimized routines.
42666         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
42667         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
42668         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
42669         for zarch.
42671 2012-09-05  David S. Miller  <davem@davemloft.net>
42673         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42675         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
42676         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
42677         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
42678         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
42679         entries.
42681 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
42683         * malloc/arena.c: Fold copyright years.
42684         * malloc/mcheck.c, malloc/memusage.c: Likewise.
42686 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
42688         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
42690 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
42692         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
42694 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
42696         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
42697         change internal state upon failure.
42699 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
42701         * malloc/mcheck.c (mcheck_check_all): Fix typo.
42702         * malloc/memusage.c (mmap): Likewise.
42703         (mmap64, mremap): Likewise.  Adjust name in comment.
42705 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
42707         * libio/fileops.c: Fix typos in comments.
42708         * libio/oldfileops.c: Likewise.
42709         * libio/wfileops.c: Likewise.
42711 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
42713         [BZ #1349]
42714         * malloc/Makefile (tests): Add tst-malloc-usable test case.
42715         (tst-malloc-usable-ENV): Set environment for test case.
42716         * malloc/hooks.c (malloc_check_get_size): New function to get
42717         requested size.
42718         * malloc/malloc.c (musable): Use malloc_check_get_size.
42719         * malloc/tst-malloc-usable.c: New test case.
42721 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
42723         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
42725 2012-09-05  Allan McRae  <allan@archlinux.org>
42727         [BZ #13966]
42728         * configure.in (CXX_SYSINCLUDES): Use compiler output to
42729         determine header location.
42730         * configure: Regenerated.
42732 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
42734         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
42735         float format.
42736         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
42737         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
42738         format.
42739         (test): Regenerate.
42741 2012-09-04  David S. Miller  <davem@davemloft.net>
42743         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
42744         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
42745         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
42747 2012-09-04  Florian Weimer  <fweimer@redhat.com>
42749         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
42750         failures.
42752         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
42754 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
42756         [BZ #9914]
42757         * libio/iogetdelim.c: Include <limits.h>.
42758         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
42759         + len + 1 would overflow.
42761 2012-09-03  Andreas Jaeger  <aj@suse.de>
42763         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42764         * sysdeps/i386/fpu/libm-test-ulps: Update.
42766 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42768         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
42769         Add s_sinf-sse2, s_conf-sse2.
42771         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
42772         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
42773         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
42774         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
42776         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
42777         for using routine as __sinf_ia32.
42778         Use macro for function declaration and weak_alias.
42779         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
42780         for using routine as __cosf_ia32.
42781         Use macro for function declaration and weak_alias.
42783         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
42784         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
42786         * sysdeps/x86_64/fpu/s_sinf.S: New file.
42787         * sysdeps/x86_64/fpu/s_cosf.S: New file.
42788         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42790         * math/libm-test.inc (cos_test): Add more test cases.
42791         (sin_test): Likewise.
42792         (sincos_test): Likewise.
42794 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42796         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
42797         (IFUNC_RESOLVE): Make pointers to the specialized implementations
42798         hidden.
42799         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
42801 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
42803         [BZ #14538]
42804         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
42805         first element of the GOT.
42806         (elf_machine_load_address): Return the difference between
42807         the runtime address of _DYNAMIC and elf_machine_dynamic ().
42809 2012-09-01  Allan McRae  <allan@archlinux.org>
42811         [BZ #13412]
42812         * configure.in (AWK): Require gawk version 3.0 or later.
42813         * configure: Regenerated.
42815 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
42817         * sysdeps/unix/sysv/linux/kernel-features.h
42818         (__ASSUME_POSIX_CPU_TIMERS): Remove.
42819         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
42820         [__NR_clock_getres]: Make code unconditional.
42821         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
42822         (clock_getcpuclockid): Remove code left unreachable by removal of
42823         conditionals.
42824         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
42825         code unconditional.
42826         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
42827         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
42828         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
42829         Make code unconditional.
42830         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
42831         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
42832         * sysdeps/unix/sysv/linux/clock_settime.c
42833         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
42834         conditional code.
42835         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
42836         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
42838 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
42840         [BZ #14476]
42841         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
42842         scripts/test-installation.pl.
42844         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
42845         and $ld_so_version if it is set.
42847 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
42849         [BZ #14516]
42850         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
42851         failure if reading from procfs failed.
42852         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
42854 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
42856         * sysdeps/unix/sysv/linux/kernel-features.h
42857         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
42858         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
42859         Remove conditional code.
42860         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42861         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
42862         Remove conditional code.
42863         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42864         * sysdeps/unix/sysv/linux/i386/fxstat.c
42865         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
42866         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42867         * sysdeps/unix/sysv/linux/i386/fxstatat.c
42868         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
42869         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42870         * sysdeps/unix/sysv/linux/i386/lxstat.c
42871         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
42872         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42873         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
42874         Remove conditional code.
42875         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42876         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
42877         Remove conditional code.
42878         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42879         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
42880         <kernel-features.h>.
42881         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
42882         Remove.
42883         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
42884         Remove conditional code.
42885         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
42886         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
42887         Remove conditional.
42889 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
42891         [BZ #5400]
42892         * NEWS: Add fixed bug number.
42894 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
42896         [BZ #14519]
42897         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
42898         underflowing exponent in case of negative sign.
42899         * stdlib/tst-strtod-round-data: Add more tests.
42900         * stdlib/tst-strtod-round.c (tests): Regenerated.
42902         [BZ #3479]
42903         * stdlib/strtod_l.c (NDIG): Remove.
42904         (HEXNDIG): Likewise.
42905         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
42906         smallest representable value.
42907         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
42908         lie within an exact representation of 1/2 ulp of the result.
42909         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
42910         unconditionally.
42911         (TENS_P9_IDX): Define unconditionally.
42912         (TENS_P9_SIZE): Likewise.
42913         (TENS_P10_IDX): Likewise.
42914         (TENS_P10_SIZE): Likewise.
42915         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
42916         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
42917         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
42918         entries for 10^2^13 and 10^2^14.
42919         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
42920         (TENS_P13_IDX): Define.
42921         (TENS_P13_SIZE): Likewise.
42922         (TENS_P14_IDX): Likewise.
42923         (TENS_P14_SIZE): Likewise.
42924         (_fpioconst_pow10): Change array size to
42925         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
42926         unconditional.
42927         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
42928         1024]: Add entries for 10^2^13 and 10^2^14.
42929         [LAST_POW10 > _LAST_POW10]: Remove #error.
42930         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
42931         (_fpioconst_pow10): Change array size to
42932         FPIOCONST_POW10_ARRAY_SIZE.
42933         * stdlib/gen-fpioconst.c: New file.
42934         * stdlib/gen-tst-strtod-round.c: Likewise.
42935         * stdlib/tst-strtod-round-data: Likewise.
42936         * stdlib/tst-strtod-round.c: Likewise.
42937         * stdlib/Makefile (tests): Add tst-strtod-round.
42939         [BZ #14459]
42940         * stdlib/strtod_l.c: Include <stdint.h>.
42941         (NDEBUG): Do not define.
42942         (round_and_return): Change EXPONENT parameter to type intmax_t.
42943         Rearrange calculations to avoid internal overflow possibilities.
42944         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
42945         Rearrange calculations to avoid internal overflow possibilities.
42946         Assert that number fits inside MPNSIZE limbs.
42947         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
42948         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
42949         calculations and add assertions to avoid internal overflow
42950         possibilities.  Add casts to avoid signed/unsigned operations.
42951         * stdlib/tst-strtod-overflow.c: New file.
42952         * stdlib/Makefile (tests): Add tst-strtod-overflow.
42954 2012-08-25  Marek Polacek  <polacek@redhat.com>
42956         * time/time.h: Fix some typos in comments.
42958 2012-08-23  Roland McGrath  <roland@hack.frob.com>
42960         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
42961         * posix/tst-rfc3484-2.c: Likewise.
42962         * posix/tst-rfc3484-3.c: Likewise.
42964 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
42966         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
42967         (EF_ARM_ABI_FLOAT_HARD): Likewise.
42969 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
42971         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
42972         #include of fxstatat64.c.
42974 2012-08-22  Roland McGrath  <roland@hack.frob.com>
42976         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
42977         * shadow/getspent_r.c: Likewise.
42978         * shadow/getspnam.c: Likewise.
42979         * shadow/getspnam_r.c: Likewise.
42980         * gshadow/getsgent.c: Likewise.
42981         * gshadow/getsgent_r.c: Likewise.
42982         * gshadow/getsgnam.c: Likewise.
42983         * gshadow/getsgnam_r.c: Likewise.
42984         * inet/getnetbyad.c: Likewise.
42985         * inet/getnetbyad_r.c: Likewise.
42986         * inet/getnetbynm.c: Likewise.
42987         * inet/getnetbynm_r.c: Likewise.
42988         * inet/getnetent.c: Likewise.
42989         * inet/getnetent_r.c: Likewise.
42990         * inet/getproto.c: Likewise.
42991         * inet/getproto_r.c: Likewise.
42992         * inet/getprtent.c: Likewise.
42993         * inet/getprtent_r.c: Likewise.
42994         * inet/getprtname.c: Likewise.
42995         * inet/getprtname_r.c: Likewise.
42996         * inet/getrpcbyname.c: Likewise.
42997         * inet/getrpcbyname_r.c: Likewise.
42998         * inet/getrpcbynumber.c: Likewise.
42999         * inet/getrpcbynumber_r.c: Likewise.
43000         * inet/getrpcent.c: Likewise.
43001         * inet/getrpcent_r.c: Likewise.
43002         * inet/getaliasent.c: Likewise.
43003         * inet/getaliasent_r.c: Likewise.
43004         * inet/getaliasname.c: Likewise.
43005         * inet/getaliasname_r.c: Likewise.
43006         * nscd/getgrgid_r.c: Likewise.
43007         * nscd/getgrnam_r.c: Likewise.
43008         * nscd/gethstbyad_r.c: Likewise.
43009         * nscd/gethstbynm3_r.c: Likewise.
43010         * nscd/getpwnam_r.c: Likewise.
43011         * nscd/getpwuid_r.c: Likewise.
43012         * nscd/getsrvbynm_r.c: Likewise.
43013         * nscd/getsrvbypt_r.c: Likewise.
43014         * nscd/gai.c: Likewise.
43016         * configure.in (build_nscd): New substituted variable, set
43017         by --disable-build-nscd and defaults to $use_nscd.
43018         * configure: Regenerated.
43019         * config.make.in (build-nscd): New substituted variable.
43020         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
43021         Change conditional to require [$(build-nscd) = yes] as well.
43022         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
43024         [BZ# 13696]
43025         * configure.in (use_nscd): New substituted variable, set by
43026         --disable-nscd.  If enabled, define USE_NSCD.
43027         * configure: Regenerated.
43028         * config.h.in: Add USE_NSCD.
43029         * config.make.in (use-nscd): New substituted variable.
43030         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
43031         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
43032         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
43033         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
43034         (CFLAGS-getgrnam_r.c): Likewise.
43035         (CFLAGS-initgroups.c): Likewise.
43036         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
43037         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
43038         Variables removed.
43039         * inet/getnetgrent_r.c
43040         (nscd_setnetgrent): New function, broken out of ...
43041         (setnetgrent): ... here.  Call it.
43042         (innetgr): Conditionalize nscd bits on [USE_NSCD].
43043         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
43044         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
43045         * nscd/Makefile (routines, aux): Move definitions after include of
43046         Makeconfig.  Conditionalize on [$(use-nscd) != no].
43047         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
43048         Conditionalize on [USE_NSCD].
43049         (is_nscd, nscd_init_cb): Likewise.
43050         (nss_load_library): Conditionalize init callback on [USE_NSCD].
43051         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
43052         * nss/nss_db/db-init.c: Likewise.
43053         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
43054         [USE_NSCD].
43055         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
43056         (make_request): Use it.
43057         (cache_valid_p): New function.
43058         (__check_pf): Use it.
43059         * NEWS: Add item for --disable-nscd.
43061 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
43063         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
43064         to support sed >= 4.2.1-20-ga9bf076.
43065         * configure: Regenerated.
43067 2012-08-22  Roland McGrath  <roland@hack.frob.com>
43069         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
43070         Conditionalize whole body on [IREL].
43072 2012-08-22  Jeff Law <law@redhat.com>
43074         [BZ #14505]
43075         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
43076         if the family is PF_UNSPEC.
43078 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
43080         * Makerules (lib-version): Rename from V.
43081         (install-lib-nosubdir): Change V to lib-version.
43083 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
43085         [BZ #14252]
43086         * powerpc32/power6/wcschr.c: New file.
43087         * powerpc32/power6/wcscpy.c: New file.
43088         * powerpc32/power6/wcsrchr.c: New file.
43089         * powerpc64/power6/wcschr.c: New file.
43090         * powerpc64/power6/wcscpy.c: New file.
43091         * powerpc64/power6/wcsrchr.c: New file.
43093 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
43095         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
43096         (two_way_short_needle): Use it.
43097         * string/strstr.c (AVAILABLE1_USES_J): Define.
43098         * string/strcasestr.c: Likewise.
43100         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
43101         array references.
43102         * string/strcasestr.c (TOLOWER): Make side-effect safe.
43104         [BZ #11607]
43105         * NEWS: Add an entry.
43106         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
43107         define their defaults.
43108         (two_way_short_needle): Detect end-of-string on-the-fly.
43109         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
43110         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
43111         * string/bug-strcasestr1.c: New test.
43112         * string/Makefile: Run it.
43114 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
43116         [BZ #11607]
43117         * string/str-two-way.h (two_way_short_needle): Optimize matching of
43118         the first character.
43120 2012-08-21  Roland McGrath  <roland@hack.frob.com>
43122         * csu/elf-init.c (__libc_csu_irel): Function removed.
43123         * csu/libc-start.c (apply_irel): New function.
43124         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
43126 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
43128         * sysdeps/unix/sysv/linux/kernel-features.h
43129         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
43130         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
43131         <kernel-features.h>.
43132         [__NR_fadvise64_64]: Make code unconditional.
43133         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
43134         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
43135         !__NR_fadvise64_64)]: Likewise.
43136         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
43137         !__NR_fadvise64_64))]: Likewise.
43138         [__NR_fadvise64]: Make code unconditional.
43139         [!__NR_fadvise64]: Remove conditional code.
43140         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
43141         <kernel-features.h>.
43142         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
43143         unconditional.
43144         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
43145         conditional code.
43146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
43147         not include <kernel-features.h>.
43148         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
43149         unconditional.
43150         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
43151         conditional code.
43152         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
43153         include <kernel-features.h>.
43154         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
43155         unconditional.
43156         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
43157         conditional code.
43159 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43161         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
43162         slight instruction rearrangements per scrollpipe analysis.
43163         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
43165 2012-08-20  Roland McGrath  <roland@hack.frob.com>
43167         * manual/syslog.texi (syslog; vsyslog, closelog):
43168         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
43169         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
43171         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
43172         DSOCAPS to match condition on defining it.
43174 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
43176         * sysdeps/unix/sysv/linux/kernel-features.h
43177         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
43178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
43179         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
43180         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
43181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
43182         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
43183         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
43184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
43185         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
43186         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
43188         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
43189         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
43191         * sysdeps/unix/sysv/linux/kernel-features.h
43192         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
43193         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
43194         unconditional.
43195         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
43196         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
43197         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
43198         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
43199         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
43200         Make code unconditional.
43201         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
43202         (__mmap64) [!__NR_mmap2]: Likewise.
43203         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
43204         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
43205         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
43206         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
43207         [__NR_mmap2]: Make code unconditional.
43208         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
43209         (__mmap64) [!__NR_mmap2]: Likewise.
43211 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43213         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
43215 2012-08-18  Andreas Jaeger  <aj@suse.de>
43217         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
43219 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
43221         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
43222         * include/unistd.h (__have_sock_cloexec): Likewise.
43223         (__have_pipe2): Likewise.
43224         (__have_dup3): Likewise.
43226 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
43228         [BZ #9685]
43229         * include/unistd.h (__have_pipe2): Change define into an extern int.
43230         (__have_dup3): Likewise.
43231         * socket/have_sock_cloexec.c: Include fcntl.h.
43232         (__have_pipe2): New variable.
43233         (__have_dup3): Likewise.
43235 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
43237         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
43239 2012-08-17  Marek Polacek  <polacek@redhat.com>
43241         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
43242         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
43244 2012-08-17  Roland McGrath  <roland@hack.frob.com>
43246         * configure.in: Add AC_SUBST for sysheaders.
43247         * configure: Regenerated.
43248         * config.make.in (sysheaders): New substituted variable.
43250         * sysdeps/unix/mkfifo.c: Moved ...
43251         * sysdeps/posix/mkfifo.c: ... here.
43252         * sysdeps/unix/mkfifoat.c: Moved ...
43253         * sysdeps/posix/mkfifoat.c: ... here.
43255         * sysdeps/unix/utime.c: Moved ...
43256         * sysdeps/posix/utime.c: ... here.
43258         * sysdeps/unix/time.c: Moved ...
43259         * sysdeps/posix/time.c: ... here.
43260         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
43261         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
43263         * sysdeps/unix/nice.c: Moved ...
43264         * sysdeps/posix/nice.c: ... here.
43266         * sysdeps/unix/alarm.c: Moved ...
43267         * sysdeps/posix/alarm.c: ... here.
43269         * intl/Makefile ($(codeset_mo)): Depend on the input file.
43271 2012-08-17  Jeff Law <law@redhat.com>
43273         * intl/Makefile (codeset_mo): New variable.
43274         ($(codeset_mo)): New target.
43275         (tst-codeset.out): Depend on that.  Remove explicit rule.
43276         (tst-gettext3.out, tst-gettext5.out): Likewise.
43277         (LOCPATH-ENV, tst-codeset-ENV): New variables.
43278         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
43279         * intl/tst-codeset.sh: Remove.
43280         * intl/tst-gettext3.sh: Likewise.
43281         * intl/tst-gettext5.sh: Likewise.
43283 2012-08-17  Roland McGrath  <roland@hack.frob.com>
43285         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
43286         * sysdeps/unix/syscalls.list: ... here.
43288         * sysdeps/posix/getaddrinfo.c
43289         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
43290         (gaiconf_init, gaiconf_reload): Use them.
43291         [!_STATBUF_ST_NSEC]
43292         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
43293         Define using time_t rather than struct timespec.
43295         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
43296         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
43297         Macros removed.
43298         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
43299         [!NO_THREADS].
43300         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
43301         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
43302         Likewise.
43304         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
43305         __libc_cleanup_push argument.
43307         * bits/param.h: New file.
43308         * misc/sys/param.h: New file.
43309         * include/sys/param.h: New file.
43310         * misc/Makefile (headers): Add bits/param.h.
43311         * sysdeps/generic/sys/param.h: File removed.
43312         * sysdeps/unix/sysv/linux/bits/param.h: New file.
43313         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
43314         * sysdeps/mach/hurd/bits/param.h: New file.
43315         * sysdeps/mach/hurd/sys/param.h: File removed.
43317         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
43318         last change.
43320         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
43321         [_IO_MTSAFE_IO].
43322         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
43323         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
43324         New macros.
43326         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
43327         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
43328         rather than -D_IO_MTSAFE_IO conditionally.
43329         * stdio-common/Makefile (CPPFLAGS): Likewise.
43330         * wcsmbs/Makefile (CPPFLAGS): Likewise.
43331         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
43332         Use $(libio-mtsafe).
43333         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
43334         of -D_IO_MTSAFE_IO.
43335         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
43336         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
43337         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
43338         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
43339         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
43340         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
43341         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
43342         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
43343         (CFLAGS-fread_u_chk.c): Likewise.
43344         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
43345         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
43346         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
43347         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
43348         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
43349         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
43350         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
43351         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
43352         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
43354         * libio/Makefile: Test [$(libc-reentrant) = yes]
43355         instead of [$(filter %REENTRANT, $(defines)) nonempty].
43357         * Makeconfig
43358         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
43359         * sysdeps/pthread/configure: File removed.
43360         * sysdeps/pthread/Makeconfig: New file.
43361         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
43362         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
43364 2012-08-16  Gary Benson  <gbenson@redhat.com>
43366         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
43367         unmapping the first object in a namespace.
43369 2012-08-16  Roland McGrath  <roland@hack.frob.com>
43371         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
43372         (__internal_setnetgrent): ... this.  Add internal_function to
43373         definition.  Add libc_hidden_def.
43374         (setnetgrent): Update caller.
43375         (internal_endnetgrent): Renamed to ...
43376         (__internal_endnetgrent): ... this.  Add internal_function to
43377         definition.  Add libc_hidden_def.
43378         (endnetgrent): Update caller.
43379         (internal_getnetgrent_r): Renamed to ...
43380         (__internal_getnetgrent_r): ... this.  Add internal_function to
43381         definition.  Add libc_hidden_def.
43382         (__getnetgrent_r): Update caller.
43383         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
43385 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
43387         * stdlib/longlong.h: Update from GCC.
43389 2012-08-16  Roland McGrath  <roland@hack.frob.com>
43391         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
43392         on _QL, which is set by umul_ppmm but never used.
43393         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
43394         variables, which are set by GMP macros but never used.
43395         * stdio-common/_itowa.c (_itowa): Likewise.
43396         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
43397         * stdlib/mod_1.c (mpn_mod_1): Likewise.
43399 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
43401         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
43402         struct La_sh_regs is not constant.
43403         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
43404         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
43405         and struct La_sparc64_regs are not constant.
43407 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
43409         * sysdeps/unix/sysv/linux/kernel-features.h
43410         (__ASSUME_POSIX_TIMERS): Remove.
43411         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
43412         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
43413         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
43414         Make code unconditional.
43415         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
43416         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
43417         Make code unconditional.
43418         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
43419         * sysdeps/unix/sysv/linux/clock_nanosleep.c
43420         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
43421         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
43422         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
43423         Make code unconditional.
43424         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
43425         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
43426         (__libc_missing_posix_timers): Remove.
43428 2012-08-15  Roland McGrath  <roland@hack.frob.com>
43430         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
43431         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
43433         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
43435         * elf/dl-sym.c: Include <stdlib.h>.
43437         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
43438         constants, which avoids warnings in 32-bit builds.
43440         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
43441         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
43443         * misc/lseek.c: File moved to ...
43444         * io/lseek.c: ... here.
43446         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
43448         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
43449         shifting LEN more than 31 bits at once.
43451 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43453         [BZ #14195]
43454         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
43455         segmentation fault for a case of two empty input strings.
43456         * string/test-strncasecmp.c (check1): Renamed to...
43457         (bz12205): ...this.
43458         (bz14195): Add new testcase for two empty input strings and N > 0.
43459         (test_main): Call new testcase, adapt for renamed function.
43461 2012-08-15  Andreas Jaeger  <aj@suse.de>
43463         [BZ #14090]
43464         * crypt/md5test2.c: New test, based on test supplied by Serge
43465         Belyshev <belyshev@depni.sinp.msu.ru>.
43466         * crypt/Makefile (xtests): Add md5test-giant..
43467         * crypt/Makefile ($(objpfx)md5test-giant): Add.
43469 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43471         [BZ #14090]
43472         * crypt/md5.c (md5_process_block): Don't assume the buffer
43473         length is less than 2**32.
43474         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
43475         length is less than 2**64.
43477 2012-08-15  Roland McGrath  <roland@hack.frob.com>
43479         * string/str-two-way.h: Include <sys/param.h>.
43480         (MAX): Macro removed.
43482         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
43483         Move #define and #undef of memmove to just before and after
43484         including <string.h>.
43486         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
43487         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
43488         and after including <string.h>.  Move declarations of
43489         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
43490         to before #include "string/memmove.c".
43492         * include/dirent.h: Declare __getdirentries.
43494         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
43495         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
43497 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
43499         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
43500         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
43501         * sysdeps/i386/configure: Regenerated.
43502         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
43503         STABS_CURRENT_FILE, and STABS_FUN.
43504         (END): Remove call to STABS_FUN_END.
43505         (STABS_CURRENT_FILE1): Delete.
43506         (STABS_CURRENT_FILE): Likewise.
43507         (STABS_FUN): Likewise.
43508         (STABS_FUN_END): Likewise.
43509         (STABS_FUN2): Likewise.
43510         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
43511         * sysdeps/x86_64/configure: Regenerated.
43513 2012-08-14  Roland McGrath  <roland@hack.frob.com>
43515         * elf/dl-open.c: Include <atomic.h>.
43516         * elf/dl-lookup.c: Likewise.
43518 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
43520         * sysdeps/unix/sysv/linux/kernel-features.h
43521         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
43522         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
43523         unconditionally.
43524         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
43525         unconditionally.
43526         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
43527         condition on __ASSUME_CLONE_THREAD_FLAGS.
43529 2012-08-14  Andreas Jaeger  <aj@suse.de>
43531         * sysdeps/i386/fpu/libm-test-ulps: Update.
43533 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
43535         * include/atomic.h (atomic_exchange_and_add): Split into ...
43536         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
43537         New atomic macros.
43539 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
43541         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43543 2012-08-13  Jeff Law <law@redhat.com>
43545         * manual/stdio.texi (snprintf): Clarify handling of the trailing
43546         null byte in the output string.
43548 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
43550         * sysdeps/unix/sysv/linux/kernel-features.h
43551         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
43552         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
43553         (__ASSUME_ARG_MAX_STACK_BASED): Define.
43554         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
43555         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
43556         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
43557         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
43559 2012-08-09  Jeff Law <law@redhat.com>
43561         [BZ #13939]
43562         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
43563         When avoid_arena is set, don't retry in the that arena.  Pick the
43564         next one, whatever it might be.
43565         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
43566         (arena_lock): Pass in new parameter to arena_get2.
43567         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
43568         arena_get2.
43569         (__libc_malloc): Unify retrying after main arena failure with
43570         __libc_memalign version.
43571         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
43573 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
43575         [BZ #14166]
43576         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
43577         to __redirect_strstr.
43578         (__strstr_sse42): Use typeof __redirect_strstr.
43579         (__strstr_ia32): Likewise.
43580         (__libc_strstr): New prototype.
43581         (strstr): Renamed to ...
43582         (__libc_strstr): This.
43583         (strstr): New strong alias of __libc_strstr.
43584         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
43585         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
43586         __redirect_time.
43587         Include <time.h>.
43588         (__libc_time): New prototype.
43589         (time_ifunc): Replace time with __libc_time.
43590         (time): New strong alias and hidden definition of __libc_time.
43591         (__GI_time): Remove strong alias.
43592         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
43593         Include <stddef.h>.
43594         (memmove): Redefined to __redirect_memmove.
43595         (__memmove_sse2): Use typeof __redirect_memmove.
43596         (__memmove_ssse3): Likewise.
43597         (__memmove_ssse3_back): Likewise.
43598         (__libc_memmove): New prototype.
43599         (memmove): Renamed to ...
43600         (__libc_memmove): This.
43601         (memmove): New strong alias of __libc_memmove.
43603 2012-08-08  Mark Salter  <msalter@redhat.com>
43605         * elf/elf.h
43606         (R_MN10300_TLS_GD): Define.
43607         (R_MN10300_TLS_LD): Likewise.
43608         (R_MN10300_TLS_LDO): Likewise.
43609         (R_MN10300_TLS_GOTIE): Likewise.
43610         (R_MN10300_TLS_IE): Likewise.
43611         (R_MN10300_TLS_LE): Likewise.
43612         (R_MN10300_TLS_DTPMOD): Likewise.
43613         (R_MN10300_TLS_DTPOFF): Likewise.
43614         (R_MN10300_TLS_TPOFF): Likewise.
43615         (R_MN10300_SYM_DIFF): Likewise.
43616         (R_MN10300_ALIGN): Likewise.
43617         (R_MN10300_NUM): Update.
43619 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
43621         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
43622         Remove.
43624 2012-08-08  Roland McGrath  <roland@hack.frob.com>
43626         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
43628         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
43629         sysdeps/unix -> sysdeps/posix move.
43630         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
43632 2012-08-07      Allan McRae     <allan@archlinux.org>
43634         [BZ #14303]
43635         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
43636         (SUNOS_CPP): Likewise.
43637         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
43638         not found.
43639         (open_input): Call CPP using execvp.
43641 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
43643         * sysdeps/unix/sysv/linux/kernel-features.h
43644         (__ASSUME_PROT_GROWSUPDOWN): Remove.
43645         (__ASSUME_NO_CLONE_DETACHED): Likewise.
43646         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
43647         (__ASSUME_WAITID_SYSCALL): Likewise.
43648         * sysdeps/unix/sysv/linux/dl-execstack.c
43649         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
43650         code unconditional.
43651         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
43652         conditional code.
43653         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
43654         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
43655         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
43656         code.
43657         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
43658         unconditional.
43659         [__ASSUME_WAITID_SYSCALL]: Likewise.
43660         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
43662 2012-08-07  Roland McGrath  <roland@hack.frob.com>
43664         * sysdeps/unix/closedir.c: Renamed to ...
43665         * sysdeps/posix/closedir.c: ... here.
43666         * sysdeps/unix/dirfd.c: Renamed to ...
43667         * sysdeps/posix/dirfd.c: ... here.
43668         * sysdeps/unix/dirstream.h: Renamed to ...
43669         * sysdeps/posix/dirstream.h: ... here.
43670         * sysdeps/unix/fdopendir.c: Renamed to ...
43671         * sysdeps/posix/fdopendir.c: ... here.
43672         * sysdeps/unix/opendir.c: Renamed to ...
43673         * sysdeps/posix/opendir.c: ... here.
43674         * sysdeps/unix/readdir.c: Renamed to ...
43675         * sysdeps/posix/readdir.c: ... here.
43676         * sysdeps/unix/readdir_r.c: Renamed to ...
43677         * sysdeps/posix/readdir_r.c: ... here.
43678         * sysdeps/unix/rewinddir.c: Renamed to ...
43679         * sysdeps/posix/rewinddir.c: ... here.
43680         * sysdeps/unix/seekdir.c: Renamed to ...
43681         * sysdeps/posix/seekdir.c: ... here.
43682         * sysdeps/unix/telldir.c: Renamed to ...
43683         * sysdeps/posix/telldir.c: ... here.
43684         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
43685         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
43686         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
43687         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
43689         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
43690         * bits/fcntl.h: ... here.
43692         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
43693         not 0.
43694         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
43695         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
43696         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
43697         (struct flock): Move l_start, l_len to the beginning.
43698         Use __pid_t for l_pid.
43699         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
43700         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
43701         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
43702         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
43703         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
43704         [__USE_LARGEFILE64] (struct flock64): New type.
43705         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
43707         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
43708         * bits/dirent.h: ... here.
43710         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
43711         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
43713 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
43715         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
43716         Change from 2.6.0 to 2.6.16.
43717         * sysdeps/unix/sysv/linux/configure: Regenerated.
43718         * sysdeps/unix/sysv/linux/kernel-features.h
43719         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
43720         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
43721         version.
43722         (__ASSUME_UTIMES): Likewise.
43723         (__ASSUME_CLONE_STOPPED): Remove.
43724         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
43725         architectures, not kernel version.
43726         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
43727         (__ASSUME_NO_CLONE_DETACHED): Likewise.
43728         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
43729         (__ASSUME_WAITID_SYSCALL): Likewise.
43730         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
43731         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
43732         * README: State 2.6.16 as minimum Linux kernel version.  Do not
43733         refer to older versions.
43735 2012-08-06  Roland McGrath  <roland@hack.frob.com>
43737         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
43738         Define alphasort64 as an alias.
43739         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
43740         Define versionsort64 as an alias.
43741         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
43742         Define scandir64 as an alias.
43743         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
43744         Define scandirat64 as an alias.
43745         * dirent/alphasort64.c (alphasort64):
43746         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
43747         * dirent/versionsort64.c: Likewise.
43748         * dirent/scandir64.c: Likewise.
43749         * dirent/scandirat64.c: Likewise.
43750         * sysdeps/wordsize-64/alphasort.c: File removed.
43751         * sysdeps/wordsize-64/alphasort64.c: File removed.
43752         * sysdeps/wordsize-64/scandir.c: File removed.
43753         * sysdeps/wordsize-64/scandir64.c: File removed.
43754         * sysdeps/wordsize-64/scandirat.c: File removed.
43755         * sysdeps/wordsize-64/scandirat64.c: File removed.
43756         * sysdeps/wordsize-64/versionsort.c: File removed.
43757         * sysdeps/wordsize-64/versionsort64.c: File removed.
43758         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
43759         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
43760         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
43761         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
43762         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
43763         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
43764         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
43765         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
43767         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
43768         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
43769         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
43770         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43771         [defined __arch64__ || defined __sparcv9]
43772         (__INO_T_MATCHES_INO64_T): New macro.
43773         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
43774         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
43775         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
43776         * sysdeps/unix/sysv/linux/bits/dirent.h
43777         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
43778         (_DIRENT_MATCHES_DIRENT64): New macro.
43780         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
43781         Define lockf64 as an alias.
43782         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
43783         Define fseeko64 as an alias.
43784         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
43785         Define ftello64 as an alias.
43786         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
43787         Define _IO_fgetpos64 and fgetpos64 as aliases.
43788         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
43789         Define _IO_fsetpos64 and fsetpos64 as aliases.
43790         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
43791         Conditionalize body on this.
43792         * libio/fseeko64.c: Likewise.
43793         * libio/ftello64.c: Likewise.
43794         * libio/iofgetpos64.c: Likewise.
43795         * libio/iofsetpos64.c: Likewise.
43796         * sysdeps/wordsize-64/lockf.c: File removed.
43797         * sysdeps/wordsize-64/lockf64.c: File removed.
43798         * sysdeps/wordsize-64/fseeko.c: File removed.
43799         * sysdeps/wordsize-64/fseeko64.c: File removed.
43800         * sysdeps/wordsize-64/ftello.c: File removed.
43801         * sysdeps/wordsize-64/ftello64.c: File removed.
43802         * sysdeps/wordsize-64/iofgetpos.c: File removed.
43803         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
43804         * sysdeps/wordsize-64/iofsetpos.c: File removed.
43805         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
43806         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
43807         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
43808         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
43809         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
43810         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
43811         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
43812         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
43813         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
43814         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
43815         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
43817         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
43818         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
43819         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
43820         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43821         [defined __arch64__ || defined __sparcv9]
43822         (__OFF_T_MATCHES_OFF64_T): New macro.
43823         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
43824         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
43825         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43826         (__OFF_T_MATCHES_OFF64_T): New macro.
43828 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
43830         * stdlib/secure-getenv.c (__secure_getenv): Replace
43831         GLIBC_2_16 with GLIBC_2_17.
43833 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
43835         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
43836         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43838 2012-08-03  David S. Miller  <davem@davemloft.net>
43840         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43842 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
43844         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
43845         Remove.
43846         (__ASSUME_CORRECT_SI_PID): Likewise.
43847         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
43848         (__ASSUME_TMPFS_NAME): Likewise.
43849         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
43850         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
43851         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
43852         (HAVE_AUX_SECURE): Make definition unconditional.
43853         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
43854         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
43856 2012-08-03  Roland McGrath  <roland@hack.frob.com>
43858         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
43859         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
43860         * sysdeps/mach/hurd/eloop-threshold.h: New file.
43861         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43862         __eloop_threshold instead of SYMLOOP_MAX.
43864         * sysdeps/generic/eloop-threshold.h: New file.
43865         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
43866         of MAXSYMLINKS.
43867         * elf/chroot_canon.c (chroot_canon): Likewise.
43869 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
43871         [BZ #13717]
43872         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
43873         Change to 2.6.0 everywhere.
43874         * sysdeps/unix/sysv/linux/configure: Regenerated.
43875         * sysdeps/unix/sysv/linux/kernel-features.h
43876         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
43877         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
43878         kernel versions.
43879         (__ASSUME_POSIX_TIMERS): Define unconditionally.
43880         (__ASSUME_FUTEX_REQUEUE): Remove.
43881         (__ASSUME_STATFS64): Define unconditionally.
43882         (__ASSUME_AT_SECURE): Likewise.
43883         (__ASSUME_CORRECT_SI_PID): Likewise.
43884         (__ASSUME_TGKILL): Define without depending on kernel version for
43885         i386.
43886         (__ASSUME_UTIMES): Likewise.
43887         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
43888         kernel version.
43889         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
43890         (__ASSUME_TMPFS_NAME): Likewise.
43891         * README: Update reference to Linux kernel versions.
43893 2012-08-02  Marek Polacek  <polacek@redhat.com>
43895         [BZ# 14150]
43896         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
43897         libc_cv_asm_type_prefix with %.
43898         * configure: Regenerated.
43899         * include/libc-symbols.h: Remove comment about
43900         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
43901         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
43902         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
43903         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
43904         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
43905         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
43906         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
43907         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
43908         * elf/tst-unique2mod1.c: Likewise.
43909         * elf/tst-unique1mod2.c: Likewise.
43910         * elf/tst-unique1mod1.c: Likewise.
43911         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
43912         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
43913         Replace ASM_TYPE_DIRECTIVE with .type.
43914         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43915         * sysdeps/i386/sysdep.h: Likewise.
43916         * sysdeps/x86_64/sysdep.h: Likewise.
43917         * sysdeps/sh/sysdep.h: Likewise.
43918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
43919         Do not define ASM_TYPE_DIRECTIVE.
43920         * sysdeps/powerpc/sysdep.h: Likewise.
43921         * sysdeps/powerpc/powerpc32/sysdep.h:
43922         Replace ASM_TYPE_DIRECTIVE with .type.
43923         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
43924         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
43925         * sysdeps/i386/fpu/e_powf.S: Likewise.
43926         * sysdeps/i386/fpu/e_expl.S: Likewise.
43927         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43928         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43929         * sysdeps/i386/fpu/e_pow.S: Likewise.
43930         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43931         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43932         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43933         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43934         * sysdeps/i386/fpu/e_log2.S: Likewise.
43935         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43936         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43937         * sysdeps/i386/fpu/e_powl.S: Likewise.
43938         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43939         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43940         * sysdeps/i386/fpu/e_logl.S: Likewise.
43941         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43942         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43943         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43944         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43945         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43946         * sysdeps/i386/fpu/e_log.S: Likewise.
43947         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43948         * sysdeps/i386/fpu/e_logf.S: Likewise.
43949         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43950         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43951         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43952         * sysdeps/i386/fpu/e_log10.S: Likewise.
43953         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43954         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43955         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43956         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43957         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43958         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
43959         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43960         * sysdeps/i386/i686/strtok.S: Likewise.
43961         * sysdeps/i386/i386-mcount.S: Likewise.
43962         * sysdeps/i386/strtok.S: Likewise.
43963         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
43964         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43965         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43966         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43967         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
43968         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43969         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43970         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43971         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43972         * sysdeps/x86_64/_mcount.S: Likewise.
43973         * sysdeps/x86_64/strtok.S: Likewise.
43974         * sysdeps/sh/_mcount.S: Likewise.
43976 2012-08-01  Roland McGrath  <roland@hack.frob.com>
43978         * libio/iofopen.c: Include <fcntl.h>.
43979         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
43980         (_IO_fopen64, fopen64): Define as aliases.
43981         * libio/iofopen64.c: Include <fcntl.h>.
43982         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
43983         Conditionalize body on this.
43984         * sysdeps/wordsize-64/iofopen.c: File removed.
43985         * sysdeps/wordsize-64/iofopen64.c: File removed.
43987 2012-08-01  Marek Polacek  <polacek@redhat.com>
43989         * libc/Makeconfig: Use elf in place of binfmt-subdir.
43990         Use dlfcn directly instead of a variable.
43991         (binfmt-subdir): Do not define.
43992         (dlfcn): Likewise.
43994 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
43996         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
43997         Remove all definitions.
43998         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
43999         <kernel-features.h>.
44000         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
44001         (miss_F_GETOWN_EX): Remove all definitions.
44002         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
44003         macro definition.
44004         [!__ASSUME_FCNTL64]: Remove conditional code.
44005         [__ASSUME_FCNTL64]: Make code unconditional.
44006         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
44007         <kernel-features.h>.
44008         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
44009         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
44010         (lockf64) [__NR_fcntl64]: Make code unconditional.
44011         (lockf64) [__ASSUME_FCNTL64]: Likewise.
44013         * sysdeps/unix/sysv/linux/kernel-features.h
44014         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
44015         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
44016         Make code unconditional.
44017         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
44018         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
44019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
44020         [__NR_vfork]: Make code unconditional.
44021         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
44022         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
44023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
44024         [__NR_vfork]: Make code unconditional.
44025         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
44026         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
44028 2012-08-01  Roland McGrath  <roland@hack.frob.com>
44030         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
44031         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
44033         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
44034         Define mkstemp64 as an alias.
44035         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
44036         Define mkstemps64 as an alias.
44037         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
44038         Define mkostemp64 as an alias.
44039         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
44040         Define mkostemps64 as an alias.
44041         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
44042         Conditionalize body on this.
44043         * misc/mkostemp64.c: Likewise.
44044         * misc/mkostemps64.c: Likewise.
44045         * misc/mkstemps64.c: Likewise.
44046         * sysdeps/wordsize-64/mkstemp64.c: File removed.
44047         * sysdeps/wordsize-64/mkostemp64.c: File removed.
44048         * sysdeps/wordsize-64/mkostemp.c: File removed.
44049         * sysdeps/wordsize-64/mkstemp.c: File removed.
44050         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
44051         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
44052         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
44053         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
44055         [BZ #14138]
44056         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
44057         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
44058         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
44059         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
44061         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
44062         compat_symbol macros from <shlib-compat.h> rather than the underlying
44063         default_symbol_version and symbol_version macros, so that DEFAULT
44064         lines in shlib-versions are respected.
44065         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
44067 2012-08-01  Florian Weimer  <fweimer@redhat.com>
44069         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
44070         Declare with warn_unused_result.
44071         (setgid, setregid, setegid, setresgid): Likewise.
44072         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
44073         Likewise.
44074         * WUR-REPORT: Remove set*id functions.
44076 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
44078         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
44080 2012-07-31  Roland McGrath  <roland@hack.frob.com>
44082         [BZ #10191]
44083         * include/sys/socket.h (__libc_accept, __libc_accept4):
44084         Add attribute_hidden.
44085         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
44087         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
44088         use of PTR_MANGLE.
44089         * inet/getnetgrent_r.c (setup): Likewise.
44091         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
44093 2012-07-31  David S. Miller  <davem@davemloft.net>
44095         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44097 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
44099         [BZ #13629]
44100         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
44101         value between 1.0 and 2.0 and smaller part has absolute value less
44102         than 1.0.
44103         * math/s_clog10.c (__clog10): Likewise.
44104         * math/s_clog10f.c (__clog10f): Likewise.
44105         * math/s_clog10l.c (__clog10l): Likewise.
44106         * math/s_clogf.c (__clogf): Likewise.
44107         * math/s_clogl.c (__clogl): Likewise.
44108         * math/libm-test.inc (clog_test): Add more tests.
44109         (clog10_test): Likewise.
44110         * sysdeps/i386/fpu/libm-test-ulps: Update.
44111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44113 2012-07-31  Florian Weimer  <fweimer@redhat.com>
44115         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
44116         Exit with zero in case no suitable GID is found, and write a
44117         message to standard error.
44119 2012-07-30  Roland McGrath  <roland@hack.frob.com>
44121         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
44122         rather than to 1.
44123         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
44124         (MAXPATHLEN): Removed.
44125         (NOGROUP, NODEV): New macros.
44126         (setbit, clrbit, isset, isclr): New macros.
44127         (howmany, roundup, powerof2): New macros.
44128         (DEV_BSIZE): New macro.
44130         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
44131         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
44133         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
44134         definition on [!__NO_LONG_DOUBLE_MATH].
44136         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
44137         PTR_MANGLE and PTR_DEMANGLE.
44139         * socket/accept4.c (accept4): Rename to __libc_accept4.
44140         Define accept4 as a weak alias.
44142         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
44143         on [_DIRENT_HAVE_D_TYPE].
44144         * io/ftw.c (ftw_dir): Likewise.
44146         * io/xmknod.c (__xmknod): Don't check PATH for being null.
44148         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
44150         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
44151         Use the BSD numbers rather than the arbitrary ones we had.
44152         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
44153         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
44154         (SIGXCPU, SIGXFSZ): New macros.
44155         (_NSIG): Now 32.
44157         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
44158         initializer on [_LIBC_REENTRANT].
44160         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
44161         definitions inside [_POSIX_MAPPED_FILES].
44163         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
44165         * dirent/opendir.c: Include <fcntl.h>.
44167         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
44168         (__libc_getspecific): Likewise.
44169         (__libc_key_create): Likewise.
44171         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
44172         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
44173         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
44174         (tmpfile64): Define as alias.
44175         * sysdeps/wordsize-64/tmpfile.c: File removed.
44176         * sysdeps/wordsize-64/tmpfile64.c: File removed.
44177         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
44178         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
44180         * stdio-common/vfscanf.c: Include <stdbool.h>.
44181         * nss/makedb.c: Likewise.
44182         * stdio-common/_i18n_number.h: Likewise.
44183         * argp/argp-help.c: Likewise.
44184         * posix/wordexp.c: Likewise.
44185         * sysdeps/posix/spawni.c: Likewise.
44186         * nss/nss_files/files-initgroups.c: Likewise.
44187         * stdio-common/reg-modifier.c: Include <stdlib.h>.
44188         * nss/nss_files/files-initgroups.c: Likewise.
44189         * nss/nss_db/db-netgrp.c: Likewise.
44190         * nss/nss_db/db-initgroups.c: Likewise.
44191         * io/fchmodat.c: Include <sys/stat.h>.
44193         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
44194         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
44196         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
44197         [HAVE_MMAP].
44199         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
44200         Add multiple inclusion protection.
44202 2012-07-27  David S. Miller  <davem@davemloft.net>
44204         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44206 2012-07-27  Gary Benson  <gbenson@redhat.com>
44208         [BZ #14298]
44209         * elf/rtld.c: Include <stap-probe.h>.
44210         (dl_main): Added static probes "init_start" and "init_complete".
44211         * elf/dl-load.c: Include <stap-probe.h>.
44212         (lose): Take new parameter "nsid".
44213         Added static probe "map_failed".
44214         (_dl_map_object_from_fd): Pass namespace id to lose.
44215         Added static probe "map_start".
44216         (open_verify): Pass namespace id to lose.
44217         * elf/dl-open.c: Include <stap-probe.h>.
44218         (dl_open_worker) Added static probes "map_complete", "reloc_start"
44219         and "reloc_complete".
44220         * elf/dl-close.c: Include <stap-probe.h>.
44221         (_dl_close_worker): Added static probes "unmap_start" and
44222         "unmap_complete".
44223         * elf/rtld-debugger-interface.txt: New file documenting the above.
44225 2012-07-26  Roland McGrath  <roland@hack.frob.com>
44227         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
44228         rather than a string variable.
44229         * sunrpc/rpc_main.c (h_output): Likewise.
44230         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
44232 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
44234         * inet/check_native.c: New file.
44236 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
44238         [BZ #13629]
44239         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
44240         if larger part has absolute value 1.0.
44241         * math/s_clog10.c (__clog10): Likewise.
44242         * math/s_clog10f.c (__clog10f): Likewise.
44243         * math/s_clog10l.c (__clog10l): Likewise.
44244         * math/s_clogf.c (__clogf): Likewise.
44245         * math/s_clogl.c (__clogl): Likewise.
44246         * math/libm-test.inc (clog_test): Add more tests.
44247         (clog10_test): Likewise.
44248         * sysdeps/i386/fpu/libm-test-ulps: Update.
44249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44251         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
44252         (pltexit): Likewise.
44253         (La_regs): Likewise.
44254         (La_retval): Likewise.
44255         (int_retval): Likewise.
44256         Update #error for removed macros to refer only to definitions in
44257         tst-audit.h.
44258         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
44259         macro.
44260         (pltexit): Likewise.
44261         (La_regs): Likewise.
44262         (La_retval): Likewise.
44263         (int_retval): Likewise.
44264         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
44265         macro.
44266         (pltexit): Likewise.
44267         (La_regs): Likewise.
44268         (La_retval): Likewise.
44269         (int_retval): Likewise.
44270         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
44271         macro.
44272         (pltexit): Likewise.
44273         (La_regs): Likewise.
44274         (La_retval): Likewise.
44275         (int_retval): Likewise.
44276         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
44277         macro.
44278         (pltexit): Likewise.
44279         (La_regs): Likewise.
44280         (La_retval): Likewise.
44281         (int_retval): Likewise.
44282         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
44283         macro.
44284         (pltexit): Likewise.
44285         (La_regs): Likewise.
44286         (La_retval): Likewise.
44287         (int_retval): Likewise.
44288         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
44289         macro.
44290         (pltexit): Likewise.
44291         (La_regs): Likewise.
44292         (La_retval): Likewise.
44293         (int_retval): Likewise.
44294         * sysdeps/generic/tst-audit.h: Update comment to refer only to
44295         macro definitions in tst-audit.h.
44296         * sysdeps/i386/tst-audit.h: New file.
44297         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
44298         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
44299         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
44300         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
44301         * sysdeps/sh/tst-audit.h: Likewise.
44302         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
44303         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
44304         * sysdeps/x86_64/tst-audit.h: Likewise.
44306 2012-07-26  Andreas Jaeger  <aj@suse.de>
44308         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
44309         ptrace.
44311         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
44312         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
44313         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
44314         PTRACE_O_MASK.
44315         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
44316         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
44317         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
44319         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
44320         value.
44322         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
44323         _sigsys.
44324         (si_call_addr, si_syscall, si_arch): Define new macro.
44325         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
44326         _sigsys.
44327         (si_call_addr, si_syscall, si_arch): Define new marcro.
44328         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
44329         _sigsys.
44330         (si_call_addr, si_syscall, si_arch): Define new macro.
44331         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
44332         _sigsys.
44333         (si_call_addr, si_syscall, si_arch): Define new macro.
44335 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
44337         [BZ #13717]
44338         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
44339         Change to 2.4.21 where previously 2.4.1.
44340         * sysdeps/unix/sysv/linux/configure: Regenerated.
44341         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
44342         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
44343         Linux kernel version.
44344         (__ASSUME_STD_AUXV): Remove.
44345         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
44346         kernel version.
44347         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
44348         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
44349         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
44350         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
44351         (__ASSUME_NETLINK_SUPPORT): Likewise.
44352         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
44353         (__no_netlink_support): Remove conditional definition.
44354         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
44355         Remove.
44356         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
44357         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
44358         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
44359         (if_nameindex_ioctl): Remove.
44360         (if_nameindex_netlink): Do not handle __no_netlink_support.
44361         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
44362         code.
44363         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
44364         Remove conditional code.
44365         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
44366         code.
44367         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
44368         unconditional.
44369         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
44370         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
44371         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
44372         Remove.
44373         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
44374         [!__ASSUME_STD_AUXV]: Remove conditional code.
44375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
44376         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
44377         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
44378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
44379         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
44380         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
44381         code.
44382         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
44383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
44384         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
44385         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
44386         conditional code.
44387         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
44388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
44389         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
44390         code.
44391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
44392         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
44393         conditional code.
44394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
44395         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
44396         code unconditional.
44397         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44398         conditional code.
44399         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
44400         unconditional.
44401         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44402         conditional code.
44403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
44404         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
44405         unconditional.
44406         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44407         conditional code.
44408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
44409         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
44410         code unconditional.
44411         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44412         conditional code.
44413         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
44414         unconditional.
44415         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44416         conditional code.
44417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
44418         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
44419         code unconditional.
44420         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44421         conditional code.
44422         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
44423         unconditional.
44424         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
44425         conditional code.
44427 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
44429         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
44430         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
44431         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
44432         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
44433         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
44434         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
44435         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
44436         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
44437         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
44438         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
44439         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
44440         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
44441         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
44442         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
44443         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
44444         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
44445         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
44446         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
44447         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
44448         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
44449         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
44450         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
44451         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44453 2012-07-25  Florian Weimer  <fweimer@redhat.com>
44455         * Versions.def: Add GLIBC_2.17.
44456         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
44457         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
44458         Introduce __libc_secure_getenv.
44459         * stdlib/Versions (2.17): Add secure_getenv
44460         (GLIBC_PRIVATE): Add __libc_secure_getenv.
44461         * stdlib/secure-getenv.c: Rename __secure_getenv to
44462         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
44463         symbol __secure_getenv for GLIBC_2.0.
44464         * stdlib/tst-secure-getenv.c: New.
44465         * stdlib/Makefile (tests): Add testcase.
44466         * manual/startup.texi (Environment Access): Document
44467         secure_getenv.
44468         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
44469         __libc_secure_getenv.
44470         * inet/ruserpass.c (ruserpass): Likewise.
44471         * malloc/mtrace.c (mtrace): Likewise.
44472         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
44473         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
44474         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
44475         * sysdeps/posix/tempname.c: Likewise.  Evaluate
44476         HAVE_SECURE_GETENV.
44477         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
44478         __secure_getenv to __libc_secure_getenv.
44479         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
44480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44481         Likewise.
44482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44483         Likewise.
44484         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
44485         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
44486         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
44487         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
44488         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
44489         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
44490         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
44492 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
44494         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
44495         (struct La_i86_retval): Likewise.
44496         (struct La_x86_64_regs): Likewise.
44497         (struct La_x86_64_retval): Likewise.
44498         (struct La_x32_regs): Likewise.
44499         (struct La_x32_retval): Likewise.
44500         (struct La_ppc32_regs): Likewise.
44501         (struct La_ppc32_retval): Likewise.
44502         (struct La_ppc64_regs): Likewise.
44503         (struct La_ppc64_retval): Likewise.
44504         (struct La_sh_regs): Likewise.
44505         (struct La_sh_retval): Likewise.
44506         (struct La_s390_32_regs): Likewise.
44507         (struct La_s390_32_retval): Likewise.
44508         (struct La_s390_64_regs): Likewise.
44509         (struct La_s390_64_retval): Likewise.
44510         (struct La_sparc32_regs): Likewise.
44511         (struct La_sparc32_retval): Likewise.
44512         (struct La_sparc64_regs): Likewise.
44513         (struct La_sparc64_retval): Likewise.
44514         (struct audit_ifaces): Remove architecture-specific pltenter and
44515         pltexit members.
44516         * sysdeps/i386/ldsodefs.h: New file.
44517         * sysdeps/powerpc/ldsodefs.h: Likewise.
44518         * sysdeps/s390/ldsodefs.h: Likewise.
44519         * sysdeps/sh/ldsodefs.h: Likewise.
44520         * sysdeps/sparc/ldsodefs.h: Likewise.
44521         * sysdeps/x86_64/ldsodefs.h: Likewise.
44523 2012-07-25  Marek Polacek  <polacek@redhat.com>
44525         [BZ #6808]
44526         * math/libm-test.inc (yn_test): Add another test.
44527         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
44528         to ERANGE when the result is +-Inf.
44529         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
44530         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
44531         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
44532         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
44534 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
44536         * conform/data/time.h-data (NULL): Use macro-constant.  Require
44537         equal to 0.
44538         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
44539         clock_t.
44540         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
44542 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
44544         * configure.in <sysdeps resolving>: Correct printing
44545         Implies_before.
44546         * configure: Regenerate.
44548 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
44550         * math/w_ilogb.c: Include <limits.h>.
44551         * math/w_ilogbl.c: Likewise.
44553 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
44555         * manual/lang.texi (__va_copy): Document primarily as ISO C99
44556         va_copy.  Document allowing for unavailable va_copy only as
44557         pre-C99 compatibility.
44558         * manual/string.texi (Copying and Concatenation): Use va_copy
44559         instead of __va_copy in concat example.
44561 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
44563         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
44564         (__sendto): Use create_address_port.  Initialize APORT and deallocate
44565         it if not null.
44567         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
44568         with O_NOLINK passed to __file_name_lookup.
44570         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
44571         with O_NOLINK passed to __file_name_lookup.
44573         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
44574         negative N or less than NGIDS.
44576         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
44577         type to string_t.  Set ERANGE as errno and return it if NAME is not big
44578         enough.  Use memcpy instead of strncpy.
44580 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
44582         * elf/Makefile (check-data): Remove.
44583         (localplt.data): New vpath directive.
44584         ($(objpfx)check-localplt.out): Use localplt.data from vpath
44585         instead of $(check-data).
44586         * scripts/data/localplt-generic.data: Move to ...
44587         * sysdeps/generic/localplt.data: ... here.
44588         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
44589         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
44590         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
44591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
44592         ... here.
44593         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
44594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
44595         ... here.
44596         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
44597         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
44598         ... here.
44599         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
44600         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
44601         ... here.
44602         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
44603         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
44604         ... here.
44605         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
44606         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
44607         ... here.
44609 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44611         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
44612         PPC32 and PPC64 files.
44613         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
44614         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
44616 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44618         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
44619         __makecontext_ret to ...
44620         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
44621         ... here and call exit if uc_link is NULL.  New file.
44622         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
44623         __makecontext_ret.S.
44624         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
44625         __makecontext_ret to ...
44626         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
44627         ... here and call exit if uc_link is NULL.  New file.
44628         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
44629         __makecontext_ret.S.
44631 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44633         * elf/elf.h (R_390_IRELATIVE): New definition.
44634         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
44635         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
44636         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
44637         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
44638         (elf_machine_lazy_rel): Likewise.
44639         * sysdeps/s390/dl-irel.h: New file.
44640         * sysdeps/s390/s390-64/memcpy.S: New asm code.
44641         * sysdeps/s390/s390-64/memset.S: New asm code.
44642         * sysdeps/s390/s390-64/memcmp.S: New asm code.
44643         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
44644         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
44645         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
44646         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
44647         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
44648         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
44649         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
44650         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
44651         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
44652         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
44653         * sysdeps/s390/s390-32/memcpy.S: New asm code.
44654         * sysdeps/s390/s390-32/memset.S: New asm code.
44655         * sysdeps/s390/s390-32/memcmp.S: New asm code.
44657 2012-07-17  Marek Polacek  <polacek@redhat.com>
44659         [BZ #14349]
44660         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
44661         * sysdeps/s390/s390-64/configure.in: Likewise.
44662         * sysdeps/sparc/configure.in: Likewise.
44663         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
44664         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
44665         * sysdeps/i386/configure.in: Likewise.
44666         * sysdeps/x86_64/configure.in: Likewise.
44667         * sysdeps/sh/configure.in: Likewise.
44668         * sysdeps/s390/s390-32/configure: Regenerated.
44669         * sysdeps/s390/s390-64/configure: Likewise.
44670         * sysdeps/x86_64/configure: Likewise.
44671         * sysdeps/sh/configure: Likewise.
44672         * sysdeps/powerpc/powerpc64/configure: Likewise.
44673         * sysdeps/powerpc/powerpc32/configure: Likewise.
44674         * sysdeps/sparc/configure: Likwise.
44675         * sysdeps/i386/configure: Likewise.
44677         * elf/dl-open.c: Comment fixes.
44679 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
44681         * Makefile [CXX] (check-data): Remove.
44682         [CXX] (c++-types.data): New vpath directive.
44683         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
44684         vpath.  Do not allow for C++ type data being missing.
44685         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
44686         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
44687         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
44688         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
44689         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
44690         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
44691         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
44692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
44693         ... here.
44694         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
44695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
44696         ... here.
44697         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
44698         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
44699         ... here.
44700         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
44701         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
44702         ... here.
44703         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
44704         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
44705         ... here.
44706         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
44707         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
44708         ... here.
44709         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
44710         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
44711         ... here.
44712         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
44713         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
44715         * elf/tls-macros.h (TLS_LE): Move architecture-specific
44716         definitions to architecture-specific files.
44717         (TLS_IE): Likewise.
44718         (TLS_LD): Likewise.
44719         (TLS_GD): Likewise.
44720         * sysdeps/i386/tls-macros.h: New file.
44721         * sysdeps/powerpc/tls-macros.h: Likewise.
44722         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
44723         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
44724         * sysdeps/sh/tls-macros.h: Likewise.
44725         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
44726         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
44727         * sysdeps/x86_64/tls-macros.h: Likewise.
44729 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
44731         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
44732         zero value for regular exit case.
44734         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
44735         (__start_context): Preserve zero value for regular exit case.
44737 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
44738             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44740         * manual/setjmp.texi (setcontext): Clarify normal process
44741         termination when uc_link is the null pointer.
44742         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
44743         exit call.
44745 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
44747         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
44748         preprocessor.  Test for each exception mask separately.
44750 2012-07-16  Andreas Jaeger  <aj@suse.de>
44752         * po/ru.po: Update from translation team.
44754 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
44756         * conform/data/string.h-data (NULL): Use macro-constant.  Require
44757         equal to 0.
44758         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
44759         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
44760         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
44761         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
44762         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44764 2012-07-13  Andreas Jaeger  <aj@suse.de>
44766         * po/fr.po: Update from translation team.
44768 2012-07-12  Marek Polacek  <polacek@redhat.com>
44770         [BZ #14173]
44771         * math/libm-test.inc (yn_test): Add test for BZ #14173.
44772         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
44773         loop condition.
44775 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
44777         [BZ #13717]
44778         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
44779         Change to 2.4.1 where previously 2.4.0.
44780         * sysdeps/unix/sysv/linux/configure: Regenerated.
44781         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
44782         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
44783         version.
44784         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
44785         (__ASSUME_AT_CLKTCK): Remove.
44786         (__ASSUME_AT_PAGESIZE): Likewise.
44787         (__ASSUME_AT_XID): Likewise.
44788         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
44789         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
44790         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
44791         unconditionally.
44792         (HAVE_AUX_PAGESIZE): Likewise.
44793         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
44794         [__ASSUME_AT_CLKTCK]: Make code unconditional.
44795         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
44797 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
44799         [BZ #14307]
44800         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
44801         the temporary buffer used to invoke __gethostbyname2_r,
44802         __gethostbyaddr_r and gethostbyname4_r to make room for struct
44803         host_data / struct gaih_addrtuple.
44804         * resolv/nss_dns/dns-host.c (global scope): Move definition of
44805         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
44806         header file nss/nsswitch.h.
44807         * nss/nsswitch.h (global scope): Add definition of implementation
44808         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
44809         resolv/nss_dns/dns-host.c).
44811 2012-07-11  Andreas Jaeger  <aj@suse.de>
44813         * po/fr.po: Update from translation team.
44815         * po/sv.po: Update from translation team
44816         * po/fr.po: Another update from translation team.
44818 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44820         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
44821         for subnormals or multiply small sinh result by itself.
44822         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44823         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44825 2012-07-11  David S. Miller  <davem@davemloft.net>
44827         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44829 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
44831         [BZ #14347]
44832         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
44833         (INTERNAL_MARK): Shift it here.
44835 2012-07-10  Marek Polacek  <polacek@redhat.com>
44837         [BZ #14151]
44838         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
44839         libc_cv_asm_global_directive with .globl.
44840         * configure: Regenerated.
44841         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
44842         with .globl.
44843         * sysdeps/i386/configure: Regenerated.
44844         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
44845         with .globl.
44846         * sysdeps/x86_64/configure: Regenerated.
44847         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
44848         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
44849         * elf/tst-unique2mod2.c: Likewise.
44850         * elf/tst-unique2mod1.c: Likewise.
44851         * elf/tst-unique1mod2.c: Likewise.
44852         * elf/tst-unique1mod1.c: Likewise.
44853         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44854         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
44855         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44856         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
44857         * sysdeps/mach/sysdep.h: Likewise.
44858         * sysdeps/i386/sysdep.h: Likewise.
44859         * sysdeps/i386/i386-mcount.S: Likewise.
44860         * sysdeps/x86_64/_mcount.S: Likewise.
44861         * sysdeps/x86_64/sysdep.h: Likewise.
44862         * sysdeps/sh/_mcount.S: Likewise.
44863         * sysdeps/sh/sysdep.h: Likewise.
44864         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
44865         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
44866         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
44867         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
44868         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
44869         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
44870         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
44871         * locale/localeinfo.h: Likewise.
44872         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
44873         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
44875 2012-07-09  Roland McGrath  <roland@hack.frob.com>
44877         [BZ #14336]
44878         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
44879         system".
44880         * manual/message.texi (The Uniforum approach): Likewise.
44881         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
44882         (glibc iconv Implementation): Likewise.
44884 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
44886         [BZ #14337]
44887         * math/s_clog.c (__clog): Avoid scaling a value down where that
44888         could result in underflow.
44889         * math/s_clog10.c (__clog10): Likewise.
44890         * math/s_clog10f.c (__clog10f): Likewise.
44891         * math/s_clog10l.c (__clog10l): Likewise.
44892         * math/s_clogf.c (__clogf): Likewise.
44893         * math/s_clogl.c (__clogl): Likewise.
44894         * math/libm-test.inc (clog_test): Add more tests.
44895         (clog10_test): Likewise.
44896         * sysdeps/i386/fpu/libm-test-ulps: Update.
44897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44899 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
44901         [BZ #14283]
44902         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
44903         by 7 not 8 to examine high bit of fractional part.
44905         [BZ #14042]
44906         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
44907         for call to __mcount_internal.
44908         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
44909         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
44910         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
44912 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
44914         [BZ #14154]
44915         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
44916         approximation for values within 0x1p-13f of an odd multiple of
44917         pi/4.
44918         * math/libm-test.inc (tan_test): Do not allow spurious underflow
44919         exception.  Add more tests.
44920         * sysdeps/i386/fpu/libm-test-ulps: Update.
44922         [BZ #6778]
44923         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
44924         inputs and return -1 for them.  Do not check for +Inf in case not
44925         reachable for +Inf.
44926         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
44927         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
44928         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
44929         and return -1 for them.  Do not check for +Inf in case not
44930         reachable for +Inf.
44931         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
44932         define.
44933         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
44934         and return -1 for them.  Do not check for +Inf in case not
44935         reachable for +Inf.
44936         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
44937         spurious underflow.
44938         * sysdeps/i386/fpu/libm-test-ulps: Update.
44939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44941 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
44943         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
44945 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
44947         [BZ #14157]
44948         [BZ #14331]
44949         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
44950         could result in spurious underflow.  Scale down values above
44951         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
44952         * math/s_csqrtf.c (__csqrtf): Likewise.
44953         * math/s_csqrtl.c (__csqrtl): Likewise.
44954         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
44955         spurious underflow.
44956         * sysdeps/i386/fpu/libm-test-ulps: Update.
44957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44959 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
44961         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
44962         xopen-msg.sed.
44963         * catgets/xopen-msg.awk: New file.
44964         * catgets/xopen-msg.sed: Removed.
44966         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
44967         po2text.sed.
44968         * intl/po2test.awk: New file.
44969         * intl/po2test.sed: Removed.
44971 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
44973         [BZ #14328]
44974         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
44975         or multiply small sinh result by itself.
44976         * math/s_ctanf.c (__ctanf): Likewise.
44977         * math/s_ctanh.c (__ctanh): Likewise.
44978         * math/s_ctanhf.c (__ctanhf): Likewise.
44979         * math/s_ctanhl.c (__ctanhl): Likewise.
44980         * math/s_ctanl.c (__ctanl): Likewise.
44981         * math/libm-test.inc (ctan_test_tonearest): New function.
44982         (ctan_test_towardzero): Likewise.
44983         (ctan_test_downward): Likewise.
44984         (ctan_test_upward): Likewise.
44985         (ctanh_test_tonearest): Likewise.
44986         (ctanh_test_towardzero): Likewise.
44987         (ctanh_test_downward): Likewise.
44988         (ctanh_test_upward): Likewise.
44989         (main): Call these new functions.
44990         * sysdeps/i386/fpu/libm-test-ulps: Update.
44991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44993 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
44995         * .gitignore: Delete /ports entry.
44997 2012-07-03  Andreas Jaeger  <aj@suse.de>
44999         * po/bg.po: Update from translation team.
45000         * po/cs.po: Likewise.
45001         * po/de.po: Likewise.
45002         * po/hr.po: Likewise.
45003         * po/nl.pl: Likewise.
45004         * po/pl.po: Likewise.
45005         * po/vi.po: Likewise.
45007 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
45009         * Makeconfig [!+link] (+link-before-libc): New variable.
45010         [!+link] (+link-after-libc): Likewise.
45011         [!+link] (+link-tests): Likewise.
45012         [!+link] (+link): Define in terms of $(+link-before-libc) and
45013         $(+link-after-libc).
45014         [!+link-static] (+link-static-before-libc): New variable.
45015         [!+link-static] (+link-static-after-libc): Likewise.
45016         [!+link-static] (+link-static-tests): Likewise.
45017         [!+link-static] (+link-static): Define in terms of
45018         $(+link-static-before-libc) and $(+link-static-after-libc).
45019         [build-shared] (link-libc-before-gnulib): New variable.
45020         [build-shared] (link-libc-tests): Likewise.
45021         [build-shared] (link-libc): Define in terms of
45022         $(link-libc-before-gnulib).
45023         [!build-shared] (link-libc-tests): New variable.
45024         (link-libc-static-tests): New variable.
45025         [!gnulib] (gnulib-arch): New variable.
45026         [!gnulib] (gnulib-tests): Likewise.
45027         [!gnulib] (static-gnulib-arch): Likewise.
45028         [!gnulib] (static-gnulib-tests): Likewise.
45029         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
45030         Define with "=" instead of ":=".
45031         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
45032         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
45033         * Rules (binaries-all-notests): New variable.
45034         (binaries-all-tests): Likewise.
45035         (binaries-static-notests): Likewise.
45036         (binaries-static-tests): Likewise.
45037         (binaries-all): Define using $(binaries-all-notests) and
45038         $(binaries-all-tests).
45039         (binaries-static): Define using $(binaries-static-notests) and
45040         $(binaries-static-tests).
45041         (binaries-shared-tests): New variable.
45042         (binaries-shared-notests): Likewise.
45043         (binaries-shared): Remove variable.
45044         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
45045         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
45046         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
45047         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
45048         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
45049         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
45050         * elf/Makefile (sln-modules): New variable.
45051         (extra-objs): Add $(sln-modules:=.o).
45052         (ldconfig-modules): Add static-stubs.
45053         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
45054         * elf/static-stubs.c: New file.
45056         [BZ #14283]
45057         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
45058         by 7 not 8 to examine high bit of fractional part.  Use volatile
45059         variables when splitting into final array of floats if
45060         __FLT_EVAL_METHOD__ != 0.
45061         * math/libm-test.inc (cos_test): Add another test.
45062         (sin_test): Likewise.
45063         * sysdeps/i386/fpu/libm-test-ulps: Update.
45065         [BZ #14273]
45066         * math/libm-test.inc (cosh_test): Add more tests.
45068         * version.h (RELEASE): Set to "development".
45069         (VERSION): Set to "2.16.90".
45071 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
45073         * NEWS: Update copyright. Remove last-updated date.
45074         Mention math library bug fixes and timezone data changes.
45075         * README: Mention GNU/Hurd, x32, and HPPA support status.
45077 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
45079         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
45081 2012-06-27  Andreas Jaeger  <aj@suse.de>
45083         * manual/contrib.texi (Contributors): Add Samuel Thibault.
45085 2012-06-25  Andreas Jaeger  <aj@suse.de>
45087         * sysdeps/s390/fpu/libm-test-ulps: Update.
45089 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
45090             Thomas Schwinge  <thomas@codesourcery.com>
45092         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
45093         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
45094         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
45095         fanotify_mark.
45097 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
45099         * sysdeps/mach/start.c: Remove file.
45100         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
45101         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
45102         * sysdeps/sh/init-first.c: Likewise.
45104         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
45105         registers for frame unwinding purposes, add CFI directives.
45106         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
45107         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
45108         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
45109         Likewise.
45111         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
45112         __fortify_fail returning.
45113         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
45115         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
45116         sysdeps/sh/____longjmp_chk.S.
45117         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
45118         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
45119         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
45120         (gen-as-const-headers): Append sigaltstack-offsets.sym.
45122         * sysdeps/sh/abort-instr.h: New file.
45123         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
45124         process in case exit returns.
45126         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
45127         initialize the GOT register before use.
45129         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
45130         calculation of ARGC > 4.
45132         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
45133         meaningful names to some local labels.
45135 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45136             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45138         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
45139         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
45140         (__arch_compare_and_exchange_val_16_acq): Likewise.
45141         (__arch_compare_and_exchange_val_32_acq): Likewise.
45142         (atomic_exchange_and_add): Fix gUSA sequence.
45143         (atomic_add): Likewise.
45144         (atomic_add_negative): Likewise.
45145         (atomic_add_zero): Likewise.
45146         (atomic_bit_test_set): Likewise.
45148 2012-06-22  Andreas Schwab  <schwab@redhat.com>
45150         [BZ #13579]
45151         * include/link.h (struct link_map): Add l_free_initfini.
45152         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
45153         l_initfini.
45154         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
45155         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
45156         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
45157         set.
45159 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
45161         * configure.in: Use AC_LANG_SOURCE.
45162         * configure: Regenerate.
45164 2012-06-22  Roland McGrath  <roland@hack.frob.com>
45166         * configure.in (libc_cv_localstatedir): New substituted variable.
45167         * configure: Regenerated.
45168         * config.make.in (localstatedir): New variable, substituted from
45169         libc_cv_localstatedir.
45170         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
45171         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
45172         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
45173         * sysdeps/gnu/configure: Regenerated.
45175 2012-06-21  Jeff Law  <law@redhat.com>
45177         [BZ #14277]
45178         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
45179         free.  Simplify list management for _LIBC case.
45181 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
45183         [BZ #14273]
45184         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
45185         Clear sign bit of 64-bit integer value before comparing against
45186         overflow value.
45188         * sysdeps/mach/configure: Regenerated.
45190 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
45192         [BZ #14278]
45193         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
45195 2012-06-21  Jeff Law  <law@redhat.com>
45197         [BZ #13882]
45198         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
45199         uint16_t for elements in the "seen" array to avoid char overflows.
45200         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45201         * elf/dl-open.c (dl_open_worker): Likewise.
45203 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
45205         * scripts/list-sources.sh: Scan PORTS for translations.
45206         * po/libc.pot: Regenerated.
45208 2012-06-21  Andreas Jaeger  <aj@suse.de>
45210         [BZ #12194]
45211         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
45212         warning.
45213         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
45214         * bits/byteswap-16.h (__bswap_16): Likewise.
45215         * bits/byteswap.h (__bswap_constant_16): Likewise.
45217 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
45219         [BZ #14117]
45220         * sysdeps/i386/fpu_control.h: Removed.
45221         * sysdeps/x86_64/fpu_control.h: Moved to ...
45222         * sysdeps/x86/fpu_control.h: Here.
45224         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
45225         (_FPU_SETCW): Likewise.
45227 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
45229         [BZ #14117]
45230         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
45231         * sysdeps/x86/fpu/bits/mathinline.h: This.
45232         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
45234         [BZ #14050]
45235         [BZ #14117]
45236         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
45237         functions if __x86_64__ is defined.
45239 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
45241         * string/endian.h: Add !__ASSEMBLER__ condition for including
45242         conversion interfaces.
45244 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
45246         [BZ #14241]
45247         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
45248         of ABS(x) in calculating zero to negative powers other than odd
45249         integers.
45250         * math/libm-test.inc (pow_test): Add more tests.
45252 2012-06-15  Andreas Jaeger  <aj@suse.de>
45254         * manual/contrib.texi (Contributors): Update entry of Liubov
45255         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
45256         Machado Filho.
45258 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
45260         * string/string.h: Add __wur to GNU version of strerror_r.
45262 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
45264         [BZ #14229]
45265         * string/Makefile (tests): Add tst-strtok_r.
45266         * string/tst-strtok_r.c: New file.
45267         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
45268         RAX_LP/RDX_LP on SAVE_PTR.
45270 2012-06-14  Roland McGrath  <roland@hack.frob.com>
45272         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
45274 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
45276         * libm_test.inc (csqrt_test): Allow more spurious underflow
45277         exceptions.
45278         (j0_test): Likewise.
45279         (j1_test): Likewise.
45280         (y0_test): Likewise.
45281         (y1_test): Likewise.
45283 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
45285         * po/Makefile (libc.pot): Use UTF-8 charset.
45287 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
45289         [BZ #14210]
45290         Suppress sign-conversion warning from FD_SET.
45291         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
45292         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
45293         not unsigned long int.
45294         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
45296 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
45298         [BZ #14050]
45299         [BZ #14117]
45300         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
45301         __extern_always_inline instead of __extern_inline.
45302         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
45303         (__signbit): Likewise.
45304         (__signbitl): Support C++ namespace.
45305         (lrintf): New inline function.
45306         (lrint): Likewise.
45307         (llrintf): Likewise.
45308         (llrint): Likewise.
45309         (fmaxf): Likewise.
45310         (fmax): Likewise.
45311         (fminf): Likewise.
45312         (fmin): Likewise.
45313         (rint): Likewise.
45314         (rintf): Likewise.
45315         (ceil): Likewise.
45316         (ceilf): Likewise.
45317         (floor): Likewise.
45318         (floorf): Likewise.
45319         (nearbyint): Likewise.
45320         (nearbyintf): Likewise.
45322 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
45324         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
45325         non-default versions.
45327 2012-06-11  Roland McGrath  <roland@hack.frob.com>
45329         [BZ #14218]
45330         * manual/argp.texi (Argp): Reword argp_parse description slightly.
45332 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
45334         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
45335         (FE_UPWARD, FE_DOWNWARD): Don't define.
45336         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
45337         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
45339         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
45340         reading it.
45341         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
45342         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
45344 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45346         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45347         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
45348         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
45349         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
45351 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
45353         [BZ #14117]
45354         * sysdeps/i386/fpu/bits/fenv.h: Removed.
45355         * sysdeps/i386/fpu/Implies: New file.
45356         * sysdeps/x86_64/fpu/Implies: Likewise.
45357         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
45358         * sysdeps/x86/fpu/bits/fenv.h: This.
45360         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
45361         __SSE_MATH__.
45363 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
45365         [BZ #14134]
45366         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
45367         character 0xffff that matches the last element of the
45368         conversion table.
45370 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45372         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
45373         fmodl commit.
45375 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45377         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
45378         values higher than 25.6283.
45380 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45382         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
45383         subnormal exponent extraction and add some __builtin_expect.
45384         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
45385         Fix for subnormal mantissa calculation.
45387 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
45389         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
45390         cpu2 is -1 and errno is not ENOSYS.
45392 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
45394         [BZ #14117]
45395         * sysdeps/i386/i486/bits/string.h: Renamed to ...
45396         * sysdeps/x86/bits/string.h: This.
45397         * sysdeps/x86_64/bits/string.h: Removed.
45399         * sysdeps/i386/i486/bits/string.h: Define inline functions only
45400         if not compiling for x86-64, but compiling for >= i486.
45402         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
45403         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
45405         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
45406         New macro from Linux kernel 3.4.0.
45407         (FP_XSTATE_MAGIC2): Likewise.
45408         (FP_XSTATE_MAGIC2_SIZE): Likewise.
45409         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
45410         (struct _fpx_sw_bytes): New struct.
45411         (struct _xsave_hdr): Likewise.
45412         (struct _ymmh_state): Likewise.
45413         (struct _xstate): Likewise.
45415         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
45416         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
45417         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
45418         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
45419         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
45420         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
45422         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
45423         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
45424         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
45425         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
45426         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
45427         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
45429 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45431         [BZ #13743]
45432         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
45433         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
45434         (sysdep_headers): Include sys/platform/ppc.h.
45435         * sysdeps/powerpc/test-gettimebase.c: Test for
45436         __ppc_get_timebase() to catch future ISA opcode/insn changes.
45437         * manual/Makefile (appendices): Include platform.texi.
45438         * manual/contrib.texi (Contributors): Update @node pointers.
45439         * manual/maint.texi (Maintenance): Likewise.
45440         (Platform): New node.
45441         * manual/platform.texi: New file.  Document the new features.
45443 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
45444             Jakub Jelinek  <jakub@redhat.com>
45446         [BZ #14188]
45447         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
45448         where __builtin_expect is unavailable.
45450 2012-06-03  David S. Miller  <davem@davemloft.net>
45452         * stdlib/longlong.h: Updated from GCC.
45454 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
45456         [BZ #14042]
45457         * sysdeps/powerpc/powerpc32/mcount.c: New file.
45458         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
45459         __mcount_internal.
45460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
45461         (GLIBC_2.16): Likewise.
45463 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
45465         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
45467 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
45469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
45470         (default-abi): New variable.
45471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
45472         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
45473         variable.
45474         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
45475         Likewise.
45476         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
45477         Likewise.
45478         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
45479         Likewise.
45481         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
45482         definition.  Document in comment.
45484 2012-06-01  David S. Miller  <davem@davemloft.net>
45486         * stdlib/longlong.h: Updated from GCC.
45488 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
45490         [BZ #14117]
45491         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
45492         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
45493         sys/debugreg.h sys/io.h here.
45494         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
45495         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
45496         sys/io.h.
45497         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
45498         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
45499         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
45500         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
45501         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
45502         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
45504         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
45505         Define only if __x86_64__ is defined.
45507 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
45509         [BZ #14048]
45510         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
45511         Use int64_t for variable i.
45512         * math/libm-test.inc (fmod_test): Add more tests.
45514         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
45515         z computation is not scheduled after fetestexcept.
45516         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
45517         Use math_force_eval instead of asm to ensure calculation scheduled
45518         before exception test.
45519         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
45520         Ensure a1 + u.d computation is not scheduled after fetestexcept.
45522 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
45524         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
45525         computation is not scheduled after fetestexcept.
45527 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
45529         [BZ #14117]
45530         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
45531         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
45533 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45535         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
45536         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45538 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
45540         [BZ #14117]
45541         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
45542         <bits/wordsize.h>.
45543         (__WCHAR_MIN): Support __WORDSIZE == 64.
45544         (__WCHAR_MAX): Likewise.
45546         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
45547         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
45549         [BZ #14183]
45550         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
45551         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
45553         [BZ #14117]
45554         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
45555         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
45557         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
45558         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
45560         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
45561         Defined to 1 if __x86_64__ isn't defined.
45562         (_STAT_VER_LINUX_OLD): New.
45563         (st_atime): Remove duplicate.
45564         (st_mtime): Likewise.
45565         (st_ctime): Likewise.
45567 2012-05-31  David S. Miller  <davem@davemloft.net>
45569         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
45570         entries.
45572 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
45574         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
45575         gen-libm-test.pl.
45577         [BZ #14132]
45578         * elf/dl-reloc.c: Include <_itoa.h>.
45579         (_dl_reloc_bad_type): Remove use of INTUSE.
45580         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
45581         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
45582         * stdio-common/psiginfo.c (psiginfo): Likewise.
45583         * stdio-common/psignal.c (psignal): Likewise.
45584         * string/strsignal.c (strsignal): Likewise.
45585         * include/signal.h (_sys_siglist): Declare hidden proto.
45586         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
45587         INTVARDEF with libc_hidden_data_def.
45588         * stdio-common/itoa-udigits.c: Likewise.
45589         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
45590         (_itoa_lower_digits_internal): Remove declaration.
45591         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
45592         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
45593         (_sys_sigabbrev_internal): Remove aliases.
45594         (_sys_siglist): Define hidden alias.
45596 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
45598         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45599         bits/sysctl.h.
45601 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
45603         [BZ #14117]
45604         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
45605         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
45607         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
45608         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
45609         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
45610         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
45611         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
45612         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
45614         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
45615         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
45616         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
45618         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
45619         with __addr.
45620         (insw): Likewise.
45621         (insl): Likewise.
45622         (outsb): Likewise.
45623         (outsw): Likewise.
45624         (outsl): Likewise.
45626         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
45627         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
45628         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
45630         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
45631         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
45632         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
45633         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
45634         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
45635         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
45637         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
45638         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
45640         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
45641         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
45643         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
45644         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
45645         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
45647         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
45648         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
45649         to ...
45650         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
45652         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
45653         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
45654         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
45656         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
45657         for x86-64.
45658         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
45660 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
45662         * math/math.h (M_El): Use two more decimal places.
45663         (M_LOG2El): Likewise.
45664         (M_LOG10El): Likewise.
45665         (M_LN2l): Likewise.
45666         (M_LN10l): Likewise.
45667         (M_PIl): Likewise.
45668         (M_PI_2l): Likewise.
45669         (M_PI_4l): Likewise.
45670         (M_1_PIl): Likewise.
45671         (M_2_PIl): Likewise.
45672         (M_2_SQRTPIl): Likewise.
45673         (M_SQRT2l): Likewise.
45674         (M_SQRT1_2l): Likewise.
45676 2012-05-31  David S. Miller  <davem@davemloft.net>
45678         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
45679         values between float registers.
45680         * sysdeps/sparc/sparc64/memset.S: Likewise.
45681         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45683 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
45685         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
45686         -D_FORTIFY_SOURCE=1.
45687         (CPPFLAGS-tst-longjmp_chk.c): Define.
45688         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
45689         (CPPFLAGS-tst-longjmp_chk2.c): Define.
45690         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
45691         CFLAGS-tst-wchar-h.c.
45693 2012-05-31  Marek Polacek  <polacek@redhat.com>
45695         [BZ #14132]
45696         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
45697         __endmntent_internal): Remove declaration.
45698         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
45699         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
45700         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
45702 2012-05-30  David S. Miller  <davem@davemloft.net>
45704         * sysdeps/sparc/sparc32/soft-fp/q_util.c
45705         (___Q_simulate_exceptions): Use real FP ops rather than writing
45706         into the %fsr.
45707         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
45708         Likewise.
45710 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
45712         [BZ #14117]
45713         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
45714         * sysdeps/x86/bits/xtitypes.h: This.
45716         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
45717         * sysdeps/x86/bits/wordsize.h: This.
45719         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
45720         * sysdeps/x86/bits/huge_vall.h: This.
45722         * sysdeps/i386/bits/select.h: Removed.
45723         * sysdeps/x86_64/bits/select.h: Renamed to ...
45724         * sysdeps/x86/bits/select.h: This.
45726         * sysdeps/i386/bits/setjmp.h: Removed.
45727         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
45728         * sysdeps/x86/bits/setjmp.h: This.
45730         * sysdeps/i386/bits/mathdef.h: Removed.
45731         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
45732         * sysdeps/x86/bits/mathdef.h: This.
45734 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
45736         [BZ #14132]
45737         * include/sys/socket.h (__connect_internal)
45738         (__libc_sa_len_internal): Remove declaration.
45739         (__connect, __libc_sa_len): Declare hidden_proto.
45740         (SA_LEN): Remove use of INTUSE.
45741         * socket/connect.c: Add libc_hidden_def.
45742         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
45743         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
45744         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
45745         alias.
45746         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
45747         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
45748         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
45749         of adding _internal alias.
45751 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
45753         [BZ #14117]
45754         * sysdeps/i386/bits/link.h: Removed.
45755         * sysdeps/i386/bits/linkmap.h: Likewise.
45756         * sysdeps/x86_64/bits/link.h: Renamed to ...
45757         * sysdeps/x86/bits/link.h: This.
45758         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
45759         * sysdeps/x86/bits/linkmap.h: This.
45761         * sysdeps/i386/bits/endian.h: Removed.
45762         * sysdeps/x86_64/bits/endian.h: Renamed to ...
45763         * sysdeps/x86/bits/endian.h: This.
45765         * sysdeps/i386/bits/byteswap.h: Removed.
45766         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45767         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
45768         * sysdeps/x86/bits/byteswap.h: This.
45769         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
45770         * sysdeps/x86/bits/byteswap-16.h: This.
45771         * sysdeps/i386/Implies: Add x86.
45772         * sysdeps/x86_64/Implies: Likewise.
45774 2012-05-30  David S. Miller  <davem@davemloft.net>
45776         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
45777         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
45778         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
45779         (FP_TRAPPING_EXCEPTIONS): Define.
45780         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
45781         (FP_TRAPPING_EXCEPTIONS): Define.
45782         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
45783         subnormals only when inexact has been signalled or underflow
45784         exceptions are enabled.
45785         (_FP_PACK_CANONICAL): Likewise.
45787 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
45789         [BZ #14183]
45790         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
45791         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
45793 2012-05-30  Richard Henderson  <rth@twiddle.net>
45795         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
45796         with #ifndef NOT_IN_libc.
45798         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
45799         marked to avoid plt entry.
45801 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
45803         [BZ #14112]
45804         * Makeconfig (default-abi): New macro.
45805         (abi-includes): Likewise.
45806         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
45807         $(abi-$(default-abi)-lib-soname) for soname if defined.
45808         ($(common-objpfx)gnu/lib-names.stmp): Generate from
45809         abi-variants.
45810         * Makefile (installed-stubs): Likewise.
45811         * include/stubs-biarch.h: Removed.
45812         * scripts/lib-names.awk: Only handle one library at a time.
45813         * scripts/soversions.awk: Remove WORDSIZE support.
45814         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
45815         entries.
45816         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
45817         Removed.
45818         (syscall-list-default-condition): Likewise.
45819         (syscall-list-default-condition): Likewise.
45820         (syscall-list-includes): Likewise.
45821         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
45822         syscall-list-* with abi-*.  Handle undefined abi-variants.
45823         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
45824         * sysdeps/unix/sysv/linux/i386/Implies: New file.
45825         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
45826         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
45827         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
45828         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
45829         Removed.
45830         (syscall-list-32-options): Likewise.
45831         (syscall-list-32-condition): Likewise.
45832         (syscall-list-64-options): Likewise.
45833         (syscall-list-64-condition): Likewise.
45834         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
45835         macro.
45836         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
45837         Renamed to ...
45838         (abi-*): This.
45839         (abi-64-ld-soname): New macro.
45840         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
45841         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
45842         Renamed to ...
45843         (abi-*): This.
45844         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
45845         * sysdeps/x86_64/x32/shlib-versions: Likewise.
45847 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
45849         * sysdeps/unix/sysv/linux/kernel-features.h
45850         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
45851         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
45852         include <kernel-features.h>.
45853         [!__NR_ftruncate64]: Remove conditional code.
45854         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45855         [__NR_ftruncate64]: Make code unconditional.
45856         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45857         * sysdeps/unix/sysv/linux/truncate64.c: Do not
45858         include <kernel-features.h>.
45859         [!__NR_ftruncate64]: Remove conditional code.
45860         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45861         [__NR_ftruncate64]: Make code unconditional.
45862         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
45864         include <kernel-features.h>.
45865         [!__NR_ftruncate64]: Remove conditional code.
45866         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45867         [__NR_ftruncate64]: Make code unconditional.
45868         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
45870         include <kernel-features.h>.
45871         [!__NR_ftruncate64]: Remove conditional code.
45872         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45873         [__NR_ftruncate64]: Make code unconditional.
45874         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
45876         * configure.in (libc_cv_fpie): Weaken to a compile test using
45877         LIBC_TRY_CC_OPTION.
45878         * configure: Regenerated.
45880 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45882         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
45883         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
45884         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
45885         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45886         Refreshed.
45887         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
45888         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
45889         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
45890         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
45891         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
45892         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45893         Refreshed.
45895 2012-05-27  David S. Miller  <davem@davemloft.net>
45897         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
45898         (___Q_zero): New.
45899         (__Q_simulate_exceptions): Return void.  Change to simulate
45900         exceptions by writing into the %fsr.
45901         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
45902         (__Qp_handle_exceptions): Likewise.
45903         (numbers): Delete.
45904         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
45905         __Qp_handle_exceptions.
45906         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
45907         __Qp_handle_exceptions.
45908         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
45909         as unused and give dummy FP_RND_NEAREST initializer.
45910         (FP_INHIBIT_RESULTS): Define.
45911         (___Q_simulate_exceptions): Update declaration.
45912         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
45913         formatting.
45914         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
45915         as unused and give dummy FP_RND_NEAREST initializer.
45916         (__Qp_handle_exceptions): Update declaration.
45917         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
45918         formatting.
45920 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
45922         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
45923         the temporary FPU control word.
45924         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
45925         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
45926         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
45927         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
45928         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
45929         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
45930         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
45931         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
45932         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
45933         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
45934         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
45936 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45938         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
45939         fields.
45941 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
45943         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
45944         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
45945         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
45946         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
45947         Likewise.
45948         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
45949         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
45950         Likewise.
45952 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
45954         * po/h.po: Update from translation team.
45956 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
45958         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
45960         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
45961         handling of denormals.
45962         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45963         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
45964         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45965         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45966         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45967         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
45968         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
45969         Likewise.
45971 2012-05-26  Marek Polacek  <polacek@redhat.com>
45973         [BZ #14152]
45974         * math/libm-test.inc (fma_test): Don't always expect underflow
45975         exception.
45977 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45979         [BZ #12416]
45980         * elf/tst-execstack.c: Include stackinfo.h.
45981         (do_test): Adjust test case to ensure that pthread_getattr_np
45982         behaviour remains the same after marking stack executable.
45984 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
45986         * sysdeps/unix/sysv/linux/kernel-features.h
45987         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
45988         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
45989         kernel-features.h.
45990         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
45991         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
45992         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
45993         kernel-features.h.
45994         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
45995         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
45997 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
45999         * configure.in: Define the default includes to being none.
46000         * configure: Regenerated.
46002 2012-05-25  Roland McGrath  <roland@hack.frob.com>
46004         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
46005         * sysdeps/x86_64/setjmp.S: Likewise.
46006         * sysdeps/i386/bsd-setjmp.S: Likewise.
46007         * sysdeps/i386/bsd-_setjmp.S: Likewise.
46008         * sysdeps/i386/setjmp.S: Likewise.
46009         * sysdeps/i386/__longjmp.S: Likewise.
46010         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
46011         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
46013         * include/stap-probe.h: New file.
46014         * configure.in: Handle --enable-systemtap.
46015         * configure: Regenerated.
46016         * config.h.in (USE_STAP_PROBE): New #undef.
46017         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
46018         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
46019         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
46021 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
46023         [BZ #13717]
46024         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
46025         to 2.4.0 where earlier.
46026         * sysdeps/unix/sysv/linux/configure: Regenerated.
46027         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
46028         <kernel-features.h>.
46029         [__ASSUME_32BITUIDS]: Make code unconditional.
46030         [!__ASSUME_32BITUIDS]: Remove conditional code.
46031         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
46032         <kernel-features.h>.
46033         [__ASSUME_32BITUIDS]: Make code unconditional.
46034         [!__ASSUME_32BITUIDS]: Remove conditional code.
46035         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
46036         [__ASSUME_32BITUIDS]: Make code unconditional.
46037         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
46038         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
46039         <kernel-features.h>.
46040         [__ASSUME_32BITUIDS]: Make code unconditional.
46041         [!__ASSUME_32BITUIDS]: Remove conditional code.
46042         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
46043         <kernel-features.h>.
46044         [__ASSUME_32BITUIDS]: Make code unconditional.
46045         [!__ASSUME_32BITUIDS]: Remove conditional code.
46046         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
46047         <kernel-features.h>.
46048         [__ASSUME_32BITUIDS]: Make code unconditional.
46049         [!__ASSUME_32BITUIDS]: Remove conditional code.
46050         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
46051         <kernel-features.h>.
46052         [__ASSUME_32BITUIDS]: Make code unconditional.
46053         [!__ASSUME_32BITUIDS]: Remove conditional code.
46054         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
46055         <kernel-features.h>.
46056         [__ASSUME_32BITUIDS]: Make code unconditional.
46057         [!__ASSUME_32BITUIDS]: Remove conditional code.
46058         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
46059         <kernel-features.h>.
46060         [__ASSUME_32BITUIDS]: Make code unconditional.
46061         [!__ASSUME_32BITUIDS]: Remove conditional code.
46062         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
46063         <kernel-features.h>.
46064         [__ASSUME_32BITUIDS]: Make code unconditional.
46065         [!__ASSUME_32BITUIDS]: Remove conditional code.
46066         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
46067         <kernel-features.h>.
46068         [__ASSUME_32BITUIDS]: Make code unconditional.
46069         [!__ASSUME_32BITUIDS]: Remove conditional code.
46070         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
46071         <kernel-features.h>.
46072         [__ASSUME_32BITUIDS]: Make code unconditional.
46073         [!__ASSUME_32BITUIDS]: Remove conditional code.
46074         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
46075         <kernel-features.h>.
46076         [__ASSUME_32BITUIDS]: Make code unconditional.
46077         [!__ASSUME_32BITUIDS]: Remove conditional code.
46078         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
46079         <kernel-features.h>.
46080         [__NR_setresgid] (__setresgid): Do not declare.
46081         [__ASSUME_32BITUIDS]: Make code unconditional.
46082         [!__ASSUME_32BITUIDS]: Remove conditional code.
46083         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
46084         <kernel-features.h>.
46085         [__NR_setresuid] (__setresuid): Do not declare.
46086         [__ASSUME_32BITUIDS]: Make code unconditional.
46087         [!__ASSUME_32BITUIDS]: Remove conditional code.
46088         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
46089         <kernel-features.h>.
46090         [__ASSUME_32BITUIDS]: Make code unconditional.
46091         [!__ASSUME_32BITUIDS]: Remove conditional code.
46092         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
46093         <kernel-features.h>.
46094         [__ASSUME_32BITUIDS]: Make code unconditional.
46095         [!__ASSUME_32BITUIDS]: Remove conditional code.
46096         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
46097         <kernel-features.h>.
46098         [__ASSUME_32BITUIDS]: Make code unconditional.
46099         [!__ASSUME_32BITUIDS]: Remove conditional code.
46100         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
46101         <kernel-features.h>.
46102         [__ASSUME_32BITUIDS]: Make code unconditional.
46103         [!__ASSUME_32BITUIDS]: Remove conditional code.
46104         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
46105         <kernel-features.h>.
46106         [__ASSUME_32BITUIDS]: Make code unconditional.
46107         [!__ASSUME_32BITUIDS]: Remove conditional code.
46108         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
46109         <kernel-features.h>.
46110         [__ASSUME_32BITUIDS]: Make code unconditional.
46111         [!__ASSUME_32BITUIDS]: Remove conditional code.
46112         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
46113         <kernel-features.h>.
46114         [__ASSUME_32BITUIDS]: Make code unconditional.
46115         [!__ASSUME_32BITUIDS]: Remove conditional code.
46116         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
46117         <kernel-features.h>.
46118         [__ASSUME_32BITUIDS]: Make code unconditional.
46119         [!__ASSUME_32BITUIDS]: Remove conditional code.
46120         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
46121         <kernel-features.h>.
46122         [__ASSUME_32BITUIDS]: Make code unconditional.
46123         [!__ASSUME_32BITUIDS]: Remove conditional code.
46124         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
46125         <kernel-features.h>.
46126         [__ASSUME_32BITUIDS]: Make code unconditional.
46127         [!__ASSUME_32BITUIDS]: Remove conditional code.
46128         * sysdeps/unix/sysv/linux/kernel-features.h
46129         (__ASSUME_SETRESUID_SYSCALL): Remove.
46130         (__ASSUME_SETRESGID_SYSCALL): Likewise.
46131         (__ASSUME_32BITUIDS): Likewise.
46132         (__ASSUME_LDT_WORKS): Likewise.
46133         (__ASSUME_O_DIRECTORY): Likewise.
46134         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
46135         architecture but not kernel version.
46136         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
46137         (__ASSUME_MMAP2_SYSCALL): Likewise.
46138         (__ASSUME_STAT64_SYSCALL): Likewise.
46139         (__ASSUME_IPC64): Likewise.
46140         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
46141         <kernel-features.h>.
46142         [__ASSUME_32BITUIDS]: Make code unconditional.
46143         [!__ASSUME_32BITUIDS]: Remove conditional code.
46144         * sysdeps/unix/sysv/linux/opendir.c: Do not include
46145         <kernel-features.h>.
46146         [__ASSUME_O_DIRECTORY]: Make code unconditional.
46147         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
46148         132096]: Remove conditional code.
46149         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
46150         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
46151         <kernel-features.h>.
46152         [__ASSUME_32BITUIDS]: Make code unconditional.
46153         [!__ASSUME_32BITUIDS]: Remove conditional code.
46154         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
46155         <kernel-features.h>.
46156         [__ASSUME_32BITUIDS]: Make code unconditional.
46157         [!__ASSUME_32BITUIDS]: Remove conditional code.
46158         * sysdeps/unix/sysv/linux/setegid.c: Do not include
46159         <kernel-features.h>.
46160         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
46161         unconditional.
46162         (__setresgid): Do not declare.
46163         [__ASSUME_32BITUIDS]: Make code unconditional.
46164         [!__ASSUME_32BITUIDS]: Remove conditional code.
46165         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
46166         <kernel-features.h>.
46167         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
46168         unconditional.
46169         (__setresuid): Do not declare.
46170         [__ASSUME_32BITUIDS]: Make code unconditional.
46171         [!__ASSUME_32BITUIDS]: Remove conditional code.
46172         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
46173         <kernel-features.h>.
46174         [__ASSUME_32BITUIDS]: Make code unconditional.
46175         [!__ASSUME_32BITUIDS]: Remove conditional code.
46176         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
46177         <kernel-features.h>.
46178         [__ASSUME_32BITUIDS]: Make code unconditional.
46179         [!__ASSUME_32BITUIDS]: Remove conditional code.
46181 2012-05-25  Richard Henderson  <rth@twiddle.net>
46183         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
46184         dl_hwcap to ifunc resolver.
46185         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
46186         elf_ifunc_invoke.
46187         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
46188         dl_hwcap to ifunc resolver.
46189         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
46191 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
46193         [BZ #14153]
46194         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
46195         for |x| <= 2**-26, not 2**-57.
46196         * math/libm-test.inc (acos_test): Do not allow spurious underflow
46197         exception.
46199 2012-05-24  Jeff Law  <law@redhat.com>
46201         * stdio-common/Makefile (tests): Add bug25.
46202         * stdio-common/bug25.c: New test.
46204 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
46206         [BZ #13576]
46207         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
46208         multiple of MALLOC_ALIGNMENT in size.
46209         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
46211 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
46213         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
46214         Require >= 256.
46215         (FILENAME_MAX): Use macro-int-constant.
46216         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
46217         (_IOFBF): Use macro-int-constant.
46218         (_IOLBF): Likewise.
46219         (_IONBF): Likewise.
46220         (SEEK_CUR): Likewise.
46221         (SEEK_END): Likewise.
46222         (SEEK_SET): Likewise.
46223         (TMP_MAX): Likewise.
46224         (EOF): Use macro-int-constant.  Require < 0.
46225         (NULL): Use macro-constant.  Require == 0.
46226         (stdin): Require type to be FILE *.
46227         (stdout): Likewise.
46228         (stderr): Likewise.
46229         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
46230         macro-int-constant.
46231         (EXIT_SUCCESS): Likewise.
46232         (NULL): Use macro-constant.  Require == 0.
46233         (RAND_MAX): Use macro-int-constant.
46234         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
46235         [C99-based standards] (strtof): Require function.
46236         [C99-based standards] (strtold): Likewise.
46237         [C99-based standards] (strtoll): Likewise.
46238         [C99-based standards] (strtoull): Likewise.
46239         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
46240         [ISO || ISO99 || ISO11] (limits.h): Likewise.
46241         [ISO || ISO99 || ISO11] (math.h): Likewise.
46242         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
46243         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
46244         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46246 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
46248         [BZ #14132]
46249         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
46250         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
46251         * intl/dgettext.c (DCGETTEXT): Likewise.
46252         * intl/gettext.c (DCGETTEXT): Likewise.
46253         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
46254         * posix/regex_internal.h (gettext): Likewise.
46255         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
46256         Remove declaration.
46257         * include/argz.h (__argz_count_internal)
46258         (__argz_stringify_internal): Remove declaration.
46259         (__argz_count, __argz_stringify): Declare hidden proto.
46260         * intl/dcgettext.c: Remove use of INTDEF.
46261         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
46262         * string/argz-stringify.c: Likewise.
46263         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
46264         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
46265         Declare hidden proto.
46266         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
46267         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
46268         Declare hidden proto.
46269         * include/stdio.h (__asprintf_internal): Don't declare.
46270         (__asprintf): Don't define as macro.  Declare hidden proto.
46271         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
46272         (__fsetlocking): Declare hidden proto.
46273         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
46274         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
46275         hidden proto.
46276         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
46277         (_IO_setlinebuf): Remove use of INTUSE.
46278         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
46279         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
46280         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
46281         Remove declaration.
46282         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
46283         (_IO_do_flush): Remove use of INTUSE.
46284         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
46285         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
46286         (_IO_adjust_column, _IO_least_wmarker)
46287         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
46288         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
46289         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
46290         (_IO_default_doallocate, _IO_wdefault_doallocate)
46291         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
46292         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
46293         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
46294         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
46295         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
46296         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
46297         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
46298         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
46299         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
46300         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
46301         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
46302         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
46303         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
46304         proto.
46305         (_IO_flush_all_internal, _IO_adjust_column_internal)
46306         (_IO_default_uflow_internal, _IO_default_finish_internal)
46307         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
46308         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
46309         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
46310         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
46311         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
46312         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
46313         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
46314         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
46315         (_IO_file_close_internal, _IO_file_close_it_internal)
46316         (_IO_file_underflow_internal, _IO_file_overflow_internal)
46317         (_IO_file_init_internal, _IO_file_attach_internal)
46318         (_IO_file_fopen_internal, _IO_file_read_internal)
46319         (_IO_file_sync_internal, _IO_file_seek_internal)
46320         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
46321         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
46322         (_IO_str_underflow_internal, _IO_str_overflow_internal)
46323         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
46324         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
46325         (_IO_list_all_internal, _IO_link_in_internal)
46326         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
46327         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
46328         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
46329         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
46330         (_IO_do_write_internal, _IO_padn_internal)
46331         (_IO_getline_info_internal, _IO_getline_internal)
46332         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
46333         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
46334         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
46335         (_IO_vfscanf_internal, _IO_vfprintf_internal)
46336         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
46337         (_IO_init_internal, _IO_un_link_internal): Don't declare.
46338         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
46339         with libc_hidden_ver, remove use of INTUSE.
46340         * libio/genops.c: Likewise.
46341         * libio/freopen.c: Likewise.
46342         * libio/freopen64.c: Likewise.
46343         * libio/iofclose.c: Likewise.
46344         * libio/iofdopen.c: Likewise.
46345         * libio/iofflush.c: Likewise.
46346         * libio/iofflush_u.c: Likewise.
46347         * libio/iofgets.c: Likewise.
46348         * libio/iofgets_u.c: Likewise.
46349         * libio/iofopen.c: Likewise.
46350         * libio/iofopncook.c: Likewise.
46351         * libio/iofread.c: Likewise.
46352         * libio/iofread_u.c: Likewise.
46353         * libio/ioftell.c: Likewise.
46354         * libio/iofwrite.c: Likewise.
46355         * libio/iogetline.c: Likewise.
46356         * libio/iogets.c: Likewise.
46357         * libio/iogetwline.c: Likewise.
46358         * libio/iopadn.c: Likewise.
46359         * libio/iopopen.c: Likewise.
46360         * libio/ioseekoff.c: Likewise.
46361         * libio/ioseekpos.c: Likewise.
46362         * libio/iosetbuffer.c: Likewise.
46363         * libio/iosetvbuf.c: Likewise.
46364         * libio/ioungetc.c: Likewise.
46365         * libio/ioungetwc.c: Likewise.
46366         * libio/iovdprintf.c: Likewise.
46367         * libio/iovsprintf.c: Likewise.
46368         * libio/iovsscanf.c: Likewise.
46369         * libio/memstream.c: Likewise.
46370         * libio/obprintf.c: Likewise.
46371         * libio/oldfileops.c: Likewise.
46372         * libio/oldiofclose.c: Likewise.
46373         * libio/oldiofdopen.c: Likewise.
46374         * libio/oldiofopen.c: Likewise.
46375         * libio/oldiopopen.c: Likewise.
46376         * libio/oldstdfiles.c: Likewise.
46377         * libio/putc.c: Likewise.
46378         * libio/setbuf.c: Likewise.
46379         * libio/setlinebuf.c: Likewise.
46380         * libio/stdfiles.c: Likewise.
46381         * libio/strops.c: Likewise.
46382         * libio/vasprintf.c: Likewise.
46383         * libio/vscanf.c: Likewise.
46384         * libio/vsnprintf.c: Likewise.
46385         * libio/vswprintf.c: Likewise.
46386         * libio/wfiledoalloc.c: Likewise.
46387         * libio/wfileops.c: Likewise.
46388         * libio/wgenops.c: Likewise.
46389         * libio/wmemstream.c: Likewise.
46390         * libio/wstrops.c: Likewise.
46391         * libio/__fpurge.c: Likewise.
46392         * libio/__fsetlocking.c: Likewise.
46393         * assert/assert.c: Likewise.
46394         * debug/fgets_chk.c: Likewise.
46395         * debug/fgets_u_chk.c: Likewise.
46396         * debug/fread_chk.c: Likewise.
46397         * debug/fread_u_chk.c: Likewise.
46398         * debug/gets_chk.c: Likewise.
46399         * debug/obprintf_chk.c: Likewise.
46400         * debug/vasprintf_chk.c: Likewise.
46401         * debug/vdprintf_chk.c: Likewise.
46402         * debug/vsnprintf_chk.c: Likewise.
46403         * debug/vsprintf_chk.c: Likewise.
46404         * malloc/mtrace.c: Likewise.
46405         * misc/error.c: Likewise.
46406         * misc/syslog.c: Likewise.
46407         * stdio-common/asprintf.c: Likewise.
46408         * stdio-common/fxprintf.c: Likewise.
46409         * stdio-common/getw.c: Likewise.
46410         * stdio-common/isoc99_fscanf.c: Likewise.
46411         * stdio-common/isoc99_scanf.c: Likewise.
46412         * stdio-common/isoc99_vfscanf.c: Likewise.
46413         * stdio-common/isoc99_vscanf.c: Likewise.
46414         * stdio-common/isoc99_vsscanf.c: Likewise.
46415         * stdio-common/printf-prs.c: Likewise.
46416         * stdio-common/printf_fp.c: Likewise.
46417         * stdio-common/printf_fphex.c: Likewise.
46418         * stdio-common/printf_size.c: Likewise.
46419         * stdio-common/putw.c: Likewise.
46420         * stdio-common/scanf.c: Likewise.
46421         * stdio-common/sprintf.c: Likewise.
46422         * stdio-common/tmpfile.c: Likewise.
46423         * stdio-common/vfprintf.c: Likewise.
46424         * stdio-common/vfscanf.c: Likewise.
46425         * stdlib/strfmon_l.c: Likewise.
46426         * sunrpc/openchild.c: Likewise.
46427         * sunrpc/xdr_stdio.c: Likewise.
46428         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
46429         * sysdeps/mach/hurd/tmpfile.c: Likewise.
46431 2012-05-24  Roland McGrath  <roland@hack.frob.com>
46433         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
46435         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
46436         in the third column, to generate for the shared library an IFUNC
46437         that uses _dl_vdso_vsym.
46438         * Makerules (COMPILE.c, compile-stdin.c): New variables.
46439         * Makeconfig (object-suffixes-noshared): New variable.
46441         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
46442         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
46443         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
46444         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
46446         [BZ #14132]
46447         * include/sys/time.h (__gettimeofday): Remove macro.
46448         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
46449         * time/gettimeofday.c (__gettimeofday): Remove #undef.
46450         Remove INTDEF.
46451         (__gettimeofday): Add libc_hidden_def.
46452         (gettimeofday): Add libc_hidden_weak.
46453         * sysdeps/mach/gettimeofday.c: Likewise.
46454         * sysdeps/posix/gettimeofday.c: Likewise.
46455         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
46456         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
46457         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
46458         (__gettimeofday_internal): Remove strong_alias.
46459         (__gettimeofday): Add libc_hidden_def.
46460         (gettimeofday): Add libc_hidden_weak.
46461         * sysdeps/unix/syscalls.list (gettimeofday):
46462         Remove __gettimeofday_internal alias.
46464 2012-05-24  Daniel Jacobowitz  <drow@false.org>
46465             H.J. Lu  <hongjiu.lu@intel.com>
46467         [BZ #12495]
46468         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
46469         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
46470         (largebin_index_32_big): New.
46471         (largebin_index): Use it for 16-byte alignment.
46472         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
46473         correction with front_misalign.
46475 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
46477         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
46478         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
46479         Likewise.
46480         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
46481         Likewise.
46482         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
46483         Likewise.
46484         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
46485         Likewise.
46486         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
46487         Likewise.
46488         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
46489         Likewise.
46490         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
46491         Likewise.
46492         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
46493         Likewise.
46494         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
46495         Likewise.
46496         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
46497         Likewise.
46498         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
46499         Likewise.
46500         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
46501         Likewise.
46503         * scripts/data/c++-types-x32-linux-gnu.data: New file.
46504         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
46506 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
46508         [BZ #10846]
46509         [BZ #14036]
46510         * math/libm-test.inc (exp_test): Add test from bug 14036.
46511         (pow_test): Add test from bug 10846.
46513         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
46514         and other flags.
46515         (special_function): Do not include flags in test name.
46516         (parse_args): Likewise.
46517         * sysdeps/i386/fpu/libm-test-ulps: Update.
46518         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46519         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
46520         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
46521         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46523         * math/gen-libm-test.pl (%beautify): Add entries for underflow
46524         exceptions.
46525         * math/libm-test.inc ("Philosophy"): Update comment about
46526         exception testing.
46527         (UNDERFLOW_EXCEPTION): New macro.
46528         (UNDERFLOW_EXCEPTION_OK): Likewise.
46529         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
46530         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
46531         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
46532         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
46533         (INVALID_EXCEPTION_OK): Update value.
46534         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46535         (OVERFLOW_EXCEPTION_OK): Likewise.
46536         (IGNORE_ZERO_INF_SIGN): Likewise.
46537         (test_exceptions): Handle underflow exceptions.
46538         (acos_test): Update for underflow exception expectations.
46539         (cexp_test): Likewise.
46540         (clog_test): Likewise.
46541         (clog10_test): Likewise.
46542         (csqrt_test): Likewise.
46543         (ctan_test): Likewise.
46544         (ctanh_test): Likewise.
46545         (exp_test): Likewise.
46546         (exp10_test): Likewise.
46547         (exp2_test): Likewise.
46548         (expm1_test): Likewise.
46549         (fma_test): Likewise.
46550         (j0_test): Likewise.
46551         (jn_test): Likewise.
46552         (nexttoward_test): Likewise.
46553         (pow_test): Likewise.
46554         (scalbn_test): Likewise.
46555         (scalbln_test): Likewise.
46556         (tan_test): Likewise.
46557         (y1_test): Likewise.
46558         * sysdeps/i386/fpu/libm-test-ulps: Update.
46559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46561 2012-05-23  David S. Miller  <davem@davemloft.net>
46563         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
46564         (__libc_sigaction): Remove unused local variables.
46566 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
46568         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
46570 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
46572         mktime: avoid signed integer overflow
46573         * time/mktime.c (__mktime_internal): Do not mishandle the case
46574         where diff == INT_MIN.
46576         mktime: simplify computation of average
46577         * time/mktime.c (ranged_convert): Use new time_t_avg function
46578         instead of rolling our own (probably-slower) code.
46580         mktime: do not assume signed right shift propagates sign bit
46581         * time/mktime.c (isdst_differ): New static function.
46582         (__mktime_internal): No need to normalize tm_isdst now.
46583         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
46584         tm_isdst values.
46586         mktime: merge another wrapv change from gnulib
46587         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
46588         from some compilers.
46590         mktime: remove incorrect attempt at unusual arithmetics
46591         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
46592         The code didn't really work on such machines anyway.
46593         (TYPE_MINIMUM): Assume two's complement.
46594         (twos_complement_arithmetic): Verify that long_int and time_t
46595         are two's complement (or unsigned, in the latter case).
46597         mktime: check signed shifts on long_int and time_t, too
46598         * time/mktime.c (SHR): Check that shifts work as desired
46599         on the types long_int and time_t too, as SHR is used on
46600         such types.
46602         mktime: do not assume 'long' is wide enough
46603         * time/mktime.c (verify): Move decl up.
46604         (long_int): New type.
46605         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
46606         to remove assumption in the code that 'long' is wide enough to
46607         store year values.  This assumption is not true on x32 and on
46608         some non-glibc platforms.
46610         mktime: merge wrapv change from gnulib
46611         * time/mktime.c (WRAPV): New macro.
46612         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
46613         (guess_time_tm, __mktime_internal): Do not assume that signed
46614         integer overflow wraps around; modern compilers generate code
46615         where this assumption is no longer valid.
46617 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
46619         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
46620         Replace "jmp L(pseudo_end)" with "ret".
46621         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
46622         Likewise.
46624 2012-05-23  Andreas Jaeger  <aj@suse.de>
46626         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
46627         * sysdeps/unix/sysv/linux/poll.c: Remove file.
46629 2012-05-23  Andreas Jaeger  <aj@suse.de>
46630             Maximilian Attems  <max@stro.at>
46632         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
46633         New macros.
46635 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
46637         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
46638         code so that pseudo_end is just ret and the stack pointer is
46639         correct also for static library in error case.
46641 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
46643         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
46644         move to syscalls.list.
46645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
46646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
46647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
46648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
46650         * manual/install.texi (Running make install): Do not mention Linux
46651         kernel version for which pt_chown is not needed.
46652         (Linux): Do not mention problems with nscd with 2.0 kernels.
46653         * INSTALL: Regenerated.
46655 2012-05-23  Andreas Jaeger  <aj@suse.de>
46657         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
46658         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
46659         macro.
46660         * sysdeps/unix/sysv/linux/s390/bits/mman.h
46661         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
46662         * sysdeps/unix/sysv/linux/sh/bits/mman.h
46663         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
46664         * sysdeps/unix/sysv/linux/i386/bits/mman.h
46665         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
46666         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
46667         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
46668         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
46669         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
46670         * sysdeps/unix/sysv/linux/bits/in.h
46671         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
46673 2012-05-22  Roland McGrath  <roland@hack.frob.com>
46675         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
46676         (PREPARE_VERSION): Just use assert instead, it will be elided
46677         under [NDEBUG] anyway.
46679 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
46681         * sysdeps/unix/sysv/linux/Makefile: Include
46682         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
46683         (sysdep_routines): Remove sysctl.
46684         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
46685         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
46686         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
46687         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
46688         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
46690 2012-05-22  Andreas Jaeger  <aj@suse.de>
46692         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
46693         that pseudo_end is just ret and the stack pointer is correct also
46694         for static library in error case.
46696 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
46698         [BZ #14122]
46699         * nss/nsswitch.c (defconfig_entries): New variable.
46700         (__nss_database_lookup): Don't leak defconfig entries.
46701         (nss_parse_service_list): Don't leak on error paths.
46702         (free_database_entries): New function.
46703         (free_defconfig): New function.
46704         (free_mem): Move common code to free_database_entries.
46706 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
46708         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
46709         Add arch_prctl.
46710         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
46712         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
46713         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
46714         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
46715         New macro.
46716         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
46717         (INTERNAL_SYSCALL_TYPES): Likewise.
46718         (LOAD_ARGS_TYPES_[1-6]): Likewise.
46719         (LOAD_REGS_TYPES_[1-6]): Likewise.
46720         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
46721         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
46723 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46725         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
46726         copysignl for GLIBC_2_0.
46727         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
46728         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
46729         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
46730         logbl for GLIBC_2_0.
46731         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
46732         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
46734 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
46736         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
46737         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
46739         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
46740         Use "neg %eax".
46742         * time/mktime.c: Update copyright years.
46744 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46746         mktime: merge comment-quoting-style change from gnulib
46747         * time/mktime.c: Quote 'like this' in comments.
46748         The GNU coding standards suggest that we no longer quote `like this',
46749         as "`" and "'" are typically rendered asymmetrically nowadays.
46750         The typical gnulib style is to quote 'like this' when quoting
46751         code, and "like this" when quoting English.
46753         * time/mktime.c (compile-command): Add "-I.".
46755         mktime: merge mktime-internal.h change from gnulib
46756         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
46758         mktime: merge time_r change from gnulib
46759         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
46761         mktime: merge DEBUG change from gnulib
46762         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
46763         case system <time.h> has a #define.
46765         mktime: merge <sys/types.h> change from gnulib
46766         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
46767         since <time.t> is now guaranteed to define time_t.
46769         mktime: merge HAVE_CONFIG_H change from gnulib
46770         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
46772 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
46774         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
46775         Use "neg %eax".
46777         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
46778         __rlim_t cast.
46779         (struct rusage): Use anonymous union to pad each field to
46780         __syscall_slong_t.
46782 2012-05-21  David S. Miller  <davem@davemloft.net>
46784         * Makefules (o-iterator): Remove .s cases.
46785         (compile-command.s): Delete.
46786         (COMPILE.s): Delete.
46787         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
46789 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
46791         * configure.in (libc_cv_predef_stack_protector): Only consider
46792         "foobar" and "__stack_chk_fail" lines in libc_undefs.
46793         * configure: Regenerated.
46795 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
46797         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
46798         New macro.  Use R*LP on int and pointer.
46799         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
46800         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
46801         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
46802         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
46804         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
46805         [__WORDSIZE_TIME64_COMPAT32] instead of
46806         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
46807         (struct utmp): Likewise.
46808         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
46809         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
46810         Renamed to ...
46811         (__WORDSIZE_TIME64_COMPAT32): This.
46812         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
46813         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
46814         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
46815         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
46816         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
46817         (__WORDSIZE_TIME64_COMPAT32): New macro.
46819 2012-05-21  Andreas Jaeger  <aj@suse.de>
46821         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
46822         only if [SHARED]. Add prototype for __wcschr_ia32.
46824 2012-05-21  Roland McGrath  <roland@hack.frob.com>
46826         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
46827         of %rbp unmolested in the jmp_buf while mangling the low bits.
46828         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
46829         unmolested high bits of %rbp while demangling the low bits.
46830         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
46832 2012-05-21  Andreas Jaeger  <aj@suse.de>
46834         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
46835         * sunrpc/svc_simple.c: Use it for registerrpc.
46836         * sunrpc/xcrypt.c: Use it for passwd2des.
46838         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
46840 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
46842         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
46843         Don't define if [__SYSCALL_WORDSIZE != 32].
46844         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
46845         New macro.
46847 2012-05-21  Bruno Haible  <bruno@clisp.org>
46848             Andreas Jaeger  <aj@suse.de>
46850         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
46851         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
46852         inptr and inend for must_buffer_ch.
46853         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
46854         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
46855         * stdio-common/Makefile (tests): Remove bug15.
46856         (bug15-ENV): Remove macro.
46857         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
46858         anymore.
46860 2012-05-19  Andreas Jaeger  <aj@suse.de>
46861             Roland McGrath  <roland@hack.frob.com>
46863         * manual/contrib.texi: Completely rewritten. It contains now an
46864         alphabetical list of contributors and their contributions.
46866 2012-05-21  Richard Henderson  <rth@twiddle.net>
46868         * misc/getauxval.c (__getauxval): Use unsigned long int.
46869         * misc/sys/auxv.h: Include <sys/cdefs.h>.
46870         (getauxval): Use unsigned long int.
46872 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
46874         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
46876 2012-05-21  Roland McGrath  <roland@hack.frob.com>
46878         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
46879         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
46880         __alignof__ (long double).
46882 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46884         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46886 2012-05-20  Richard Henderson  <rth@twiddle.net>
46888         * misc/getauxval.c: New file.
46889         * misc/sys/auxv.h: New file.
46890         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
46891         (routines): Add getauxval.
46892         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
46893         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
46894         * elf/dl-sysdep.c (_dl_auxv): Remove.
46895         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
46896         * elf/dl-support.c (_dl_auxv): New variable.
46897         (_dl_aux_init): Initialize it.
46898         * manual/startup.texi (Auxiliary Vector): New node.
46899         * sysdeps/generic/bits/hwcap.h: New file.
46900         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
46901         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
46902         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
46903         * sysdeps/sparc/sysdep.h: ... here.  Include it.
46904         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
46905         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
46906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46907         Update.
46908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
46909         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
46910         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
46911         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
46912         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
46913         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
46914         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
46915         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
46917 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46919         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46921 2012-05-19  David S. Miller  <davem@davemloft.net>
46923         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46925 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
46927         [BZ #14123]
46928         * math/s_ccosh.c: Include <float.h>
46929         (__ccosh): Avoid internal overflow calculating sinh and cosh
46930         values before multiplying by sin and cos values.
46931         * math/s_ccoshf.c: Likewise.
46932         * math/s_ccoshl.c: Likewise.
46933         * math/s_csin.c: Likewise.
46934         * math/s_csinf.c: Likewise.
46935         * math/s_csinl.c: Likewise.
46936         * math/s_csinh.c: Likewise.
46937         * math/s_csinhf.c: Likewise.
46938         * math/s_csinhl.c: Likewise.
46939         * math/libm-test.inc (ccos_test): Add more tests.
46940         (ccosh_test): Likewise.
46941         (csin_test): Likewise.
46942         (csinh_test): Likewise.
46943         * sysdeps/i386/fpu/libm-test-ulps: Update.
46944         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46946 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
46948         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
46949         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
46951         * sysdeps/x86_64/x32/_itoa.h: Add comment.
46953 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
46955         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
46956         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
46957         * sysdeps/powerpc/soft-fp/Versions: Likewise.
46958         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
46959         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
46960         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
46961         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
46962         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
46963         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
46964         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
46965         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
46966         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
46967         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
46968         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
46969         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
46970         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
46971         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
46972         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
46973         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
46974         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
46975         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
46976         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
46977         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
46978         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
46979         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
46980         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
46981         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
46982         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
46983         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
46984         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
46985         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
46987 2012-05-18  Andreas Jaeger  <aj@suse.de>
46989         * csu/.gitignore: Delete.
46991 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
46993         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
46994         (timex): Use __syscall_slong_t.
46996 2012-05-18  Andreas Jaeger  <aj@suse.de>
46997             Carlos O'Donell  <carlos_odonell@mentor.com>
46999         * manual/install.texi (Configuring and compiling): Update
47000         description about files modified in the source directory.
47001         * INSTALL: Regenerated.
47003 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
47005         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
47006         value.  Use "or" to set return value to -1.
47007         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
47008         negate return value.
47010 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47012         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
47013         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
47014         failure if the compiler has Graphite support disabled.
47015         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
47016         Likewise.
47017         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
47018         (CFLAGS-memmove.c): Likewise.
47019         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
47020         Likewise.
47022 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
47024         * sysdeps/x86_64/x32/_itoa.h: New file.
47026         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
47027         getdents system call only if kernel and user dirents have the
47028         same d_ino and d_off.
47030         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47031         LLONG_MAX != LONG_MAX.
47032         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47033         (_fitoa_word): Likewise.
47035         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
47036         years.
47037         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
47038         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
47039         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
47041         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
47042         include <bits/wordsize.h>.  Check __x86_64__ instead of
47043         __WORDSIZE.
47044         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
47045         if __x86_64__ is defined.  Use anonymous union on fpstate.
47047         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
47048         anonymous union.
47050 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
47052         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
47053         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
47054         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
47055         Refer to _rtld_local_ro instead of _rtld_global_ro.
47056         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
47057         Likewise.
47058         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
47059         Likewise.
47060         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
47061         Likewise.
47062         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
47063         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
47064         of _rtld_global, and rtld_progname instead of _dl_argv[0].
47066         * sysdeps/powerpc/powerpc32/dl-machine.c
47067         (__elf_machine_runtime_setup) [PROF]: Don't reference
47068         _dl_prof_resolve.
47070 2012-05-18  Andreas Jaeger  <aj@suse.de>
47072         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
47073         function only available for GCCs before 3.4 since GCC 3.4
47074         introduced a builtin.
47075         (lrint): Likewise.
47076         (llrintf): Likewise.
47077         (llrint): Likewise.
47078         (fmaxf): Likewise.
47079         (fmax): Likewise.
47080         (fminf): Likewise.
47081         (fmin): Likewise.
47082         (rint): Likewise.
47083         (rintf): Likewise.
47084         (nearbyint): Likewise.
47085         (nearbyintf): Likewise.
47086         (ceil): Likewise.
47087         (ceilf): Likewise.
47088         (floor): Likewise.
47089         (floorf): Likewise.
47091 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47093         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
47094         on both fields and cast pointer to __syscall_ulong_t.
47096         * bits/types.h (__fsword_t): New type.
47097         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
47098         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
47099         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47100         (__FSWORD_T_TYPE): Likewise.
47101         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47102         (__FSWORD_T_TYPE): Likewise.
47103         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47104         (__FSWORD_T_TYPE): Likewise.
47105         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
47106         (__FSWORD_T_TYPE): Likewise.
47107         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
47108         __SWORD_TYPE with __fsword_t.
47109         (statfs64): Likewise.
47111 2012-05-17  David S. Miller  <davem@davemloft.net>
47113         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
47115 2012-05-17  Andreas Jaeger  <aj@suse.de>
47117         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
47118         warning.
47120 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47122         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
47124 2012-05-17  Andreas Jaeger  <aj@suse.de>
47126         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
47127         when it is used.
47129 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
47131         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
47133 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47135         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
47136         * sysdeps/x86_64/tst-mallocalign1.c: New file.
47138 2012-05-17  Andreas Jaeger  <aj@suse.de>
47139             Carlos O'Donell  <carlos_odonell@mentor.com>
47141         [BZ #14059]
47142         * sysdeps/x86_64/multiarch/init-arch.h
47143         (bit_YMM_Usable): Rename to...
47144         (bit_AVX_Usable): ... this.
47145         (bit_FMA4_Usable): New macro.
47146         (bit_XMM_state): New macro.
47147         (bit_YMM_state): New macro.
47148         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
47149         [__ASSEMBLER__] (index_AVX_Usable): ... this.
47150         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
47151         (CPUID_OSXSAVE): New macro.
47152         (CPUID_AVX): New macro.
47153         (CPUID_FMA4): New macro.
47154         (index_YMM_Usable): Rename to...
47155         (index_AVX_Usable): ... this.
47156         (HAS_AVX): Use HAS_ARCH_FEATURE.
47157         (HAS_FMA4): Likewise.
47158         (HAS_YMM_USABLE): Remove.
47159         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47160         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
47161         are present.
47162         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
47163         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
47164         * sysdeps/x86_64/multiarch/Makefile: Likewise.
47165         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
47166         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
47168 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
47170         * math/libm-test.c: Support platforms without multiple rounding modes.
47171         * math/bug-nextafter.c: Support platforms without FP exceptions.
47172         * math/bug-nexttoward.c: Likewise.
47173         * math/test-fenv.c: Likewise.
47174         * math/test-misc.c: Likewise.
47175         * stdlib/bug-getcontext.c: Likewise.
47177 2012-05-17  Andreas Jaeger  <aj@suse.de>
47179         * manual/examples/search.c (critter_cmp): Change signature to
47180         avoid warnings.
47181         * manual/string.texi (Collation Functions): Likewise.
47183 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47185         * bits/types.h: Fold copyright years.
47186         * bits/typesizes.h: Likewise.
47187         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
47188         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
47189         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
47190         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
47191         * time/time.h: Likewise.
47193 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
47195         [BZ #208]
47196         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
47197         in instead of returning them.  Return void.
47198         (__libc_mallinfo): Accumulate over all arenas.
47199         (__malloc_stats): Adjust for change in int_mallinfo interface.
47201 2012-05-16  Roland McGrath  <roland@hack.frob.com>
47203         [BZ #10375]
47204         * configure.in (NM): Add AC_CHECK_TOOL for it.
47205         (libc_extra_cflags): New substituted variable.
47206         Check for -fstack-protector being used implicitly.
47207         * configure: Regenerated.
47208         * config.make.in (config-extra-cflags): New variable,
47209         gets @libc_extra_cflags@.
47210         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
47212         [BZ #10375]
47213         * configure.in: Check for _FORTIFY_SOURCE being predefined.
47214         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
47215         * configure: Regenerated.
47216         * config.make.in (CPPUNDEFS): New substituted variable.
47217         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
47218         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
47219         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
47221 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47223         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
47224         (mq_attr): Use __syscall_slong_t.
47226 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47228         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
47229         Check __x86_64__ instead of __WORDSIZE.
47230         (_STAT_VER_LINUX): Likewise.
47231         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
47232         __syscall_ulong_t and __syscall_slong_t.
47233         (stat64): Likewise.
47235 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47237         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
47239 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47241         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
47243 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47245         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
47246         __syscall_ulong_t.
47248         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
47249         include <bits/wordsize.h>.  Check __x86_64__ instead of
47250         __WORDSIZE.
47251         (greg_t): Use "__extension__ long long int" if __x86_64__ is
47252         defined.
47253         (mcontext_t): Replace "unsigned long" with "unsigned long long".
47255         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
47256         include <bits/wordsize.h>.  Check __x86_64__ instead of
47257         __WORDSIZE.
47258         (user_regs_struct): Use "__extension__ unsigned long long"
47259         instead of "unsigned long" if __x86_64__ is defined.
47260         (user): Likewise.  Pad after pointer field if __ILP32__ is
47261         defined.
47263 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
47265         * configure.in (makeinfo): Require version 4.5 or later.  Allow
47266         versions 5 to 9.
47267         * configure: Regenerated.
47268         * manual/install.texi (texinfo): Increase version requirement to
47269         4.5 or later.
47270         * INSTALL: Regenerated.
47272         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
47274 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47276         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
47278         * sysdeps/x86_64/x32/ffs.c: New file.
47280         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
47281         __syscall_ulong_t.
47282         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
47283         defined.  Use __syscall_ulong_t.
47284         (shminfo): Use __syscall_ulong_t.
47285         (shm_info): Likewise.
47287         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
47288         __syscall_ulong_t.
47290         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
47291         <bits/wordsize.h>.
47292         (msgqnum_t): Use __syscall_ulong_t.
47293         (msglen_t): Likewise.
47294         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
47295         __syscall_ulong_t.
47297         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
47298         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
47300         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
47302         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
47303         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
47305         * sysvipc/sys/msg.h (msgbuf): Replace long int with
47306         __syscall_slong_t.
47308         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
47309         include <bits/wordsize.h>.  Check __x86_64__ instead of
47310         __WORDSIZE.
47312         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
47313         "unsigned long long int" if __x86_64__ is defined.
47314         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
47316         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
47317         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
47318         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
47320         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
47321         <stdint.h>.
47322         (GET_PC): Cast to uintptr_t first.
47323         (GET_FRAME): Likewise.
47324         (GET_STACK): Likewise.
47326         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
47327         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
47328         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
47329         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
47330         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
47331         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
47332         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
47333         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
47334         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
47335         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
47336         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
47337         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
47338         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
47339         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
47340         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
47341         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
47342         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
47343         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
47344         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
47345         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
47346         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
47347         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
47348         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
47349         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
47350         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
47351         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
47352         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
47353         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
47354         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
47356 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
47358         * Makerules (+depfiles): Also collect depfiles from .oS in
47359         $(extra-objs).
47360         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
47361         .oS, $(libnldbl-routines)).
47363         * Makerules (native-compile-mkdep-flags): Define.
47364         * sunrpc/Makefile (extra-objs): Add $(addprefix
47365         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
47366         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
47367         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
47368         calling $(make-target-directory).
47370 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47372         * bits/types.h (__snseconds_t): Removed.
47373         * time/time.h (struct timespec): Replace __snseconds_t with
47374         __syscall_slong_t.
47375         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
47376         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
47377         Likewise.
47378         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47379         (__SNSECONDS_T_TYPE): Likewise.
47380         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47381         (__SNSECONDS_T_TYPE): Likewise.
47382         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47383         (__SNSECONDS_T_TYPE): Likewise.
47385 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47387         * sysdeps/mach/hurd/bits/typesizes.h
47388         (__SYSCALL_SLONG_TYPE): New macro.
47389         (__SYSCALL_ULONG_TYPE): Likewise.
47391 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47393         * bits/types.h (__syscall_slong_t): New type.
47394         (__syscall_ulong_t): Likewise.
47396         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
47397         (__SYSCALL_ULONG_TYPE): Likewise.
47398         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47399         (__SYSCALL_SLONG_TYPE): Likewise.
47400         (__SYSCALL_ULONG_TYPE): Likewise.
47401         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47402         (__SYSCALL_SLONG_TYPE): Likewise.
47403         (__SYSCALL_ULONG_TYPE): Likewise.
47404         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47405         (__SYSCALL_SLONG_TYPE): Likewise.
47406         (__SYSCALL_ULONG_TYPE): Likewise.
47408 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47410         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
47411         Add sigaltstack-offsets.sym.
47412         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
47413         <sigaltstack-offsets.h>.
47414         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
47415         longjmp_msg pointer.
47416         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
47417         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
47418         signal stack.
47419         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
47421 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
47423         * elf/stackguard-macros.h: Remove file.
47424         * sysdeps/generic/stackguard-macros.h: New file.
47425         * sysdeps/i386/stackguard-macros.h: Likewise.
47426         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
47427         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
47428         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
47429         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
47430         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
47431         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
47432         * sysdeps/x86_64/stackguard-macros.h: Likewise.
47433         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
47434         <elf/stackguard-macros.h>.
47436         [BZ #14109]
47437         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
47438         __aligned__ in attribute.
47439         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
47440         (gregset_t): Likewise.
47442 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47444         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
47445         * sysdeps/x86_64/64/Implies-after: Here.  New file.
47446         * sysdeps/x86_64/x32/Implies-after: New file.
47448 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47450         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
47451         and access return value for _dl_profile_fixup.  Use R10_LP to
47452         load frame size.
47454 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47456         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
47458 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47460         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
47461         * sysdeps/x86_64/x32/sysdep.h: New file.
47463 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47465         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
47466         * sysdeps/x86_64/setjmp.S: Likewise.
47468 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47470         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
47471         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
47472         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
47473         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
47474         remove unused global constant.
47476 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
47478         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
47479         include of <not-cancel.h>.
47481 2012-05-15  Roland McGrath  <roland@hack.frob.com>
47483         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
47485 2012-05-15  Jeff Law  <law@redhat.com>
47486             Andreas Jaeger  <aj@suse.de>
47488         [BZ #13594]
47489         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
47490         out from...
47491         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
47492         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
47493         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
47494         code changing __hst_map_handle.map.
47496 2012-05-15  Roland McGrath  <roland@hack.frob.com>
47498         * configure.in (sysnames): Look for Implies-before and Implies-after
47499         files.
47500         * configure: Regenerated.
47502 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47504         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
47505         8-byte data alignment with LP_SIZE alignment.
47507 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47509         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
47510         into R10_LP.
47512 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47514         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
47516 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47518         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
47519         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
47520         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
47521         Likewise.
47522         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
47524 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47526         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
47527         (stackinfo_sub_sp): Likewise.
47529 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47531         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
47532         RAX_LP.
47534 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47536         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
47537         into R*_LP.
47539 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47541         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
47542         sizes into R*_LP.
47544 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47546         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
47548 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47550         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
47551         into R11_LP and load __x86_64_shared_cache_size_half into
47552         R8_LP.
47554 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
47556         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
47557         R8_LP.
47559 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47561         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
47562         logb for POWER7.
47563         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
47564         logbf for POWER7.
47565         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
47566         logbl for POWER7.
47567         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
47568         powerpc32/power7/fpu/s_logb.c via #include.
47569         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
47570         powerpc32/power7/fpu/s_logbf.c via #include.
47571         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
47572         powerpc32/power7/fpu/s_logbl.c via #include.
47574 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
47576         * README.libm: Remove file.
47578 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47580         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
47581         count for x32.  Use R*_LP and omit operand-size suffix.
47583 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47585         * shlib-versions: Move x86_64-.*-linux.* entries to ...
47586         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
47587         * sysdeps/x86_64/x32/shlib-versions: New file.
47589 2012-05-14  Roland McGrath  <roland@hack.frob.com>
47591         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
47592         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
47593         Use _dl_fatal_printf instead.
47595 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
47597         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
47598         set if not set by the user.  Do not allow for being unset.
47599         * sysdeps/unix/sysv/linux/configure: Regenerated.
47601 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47603         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
47604         the `q' suffix from lea and replace .quad with ASM_ADDR.
47606 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47608         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
47609         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
47610         instead of $17.
47611         (PTR_DEMANGLE): Likewise.
47613 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47615         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
47616         (LP_OP): Likewise.
47617         (ASM_ADDR): Likewise.
47618         (RAX_LP): Likewise.
47619         (RBP_LP): Likewise.
47620         (RBX_LP): Likewise.
47621         (RCX_LP): Likewise.
47622         (RDI_LP): Likewise.
47623         (RSI_LP): Likewise.
47624         (RSP_LP): Likewise.
47625         (R8_LP): Likewise.
47626         (R9_LP): Likewise.
47627         (R10_LP): Likewise.
47628         (R10_LP): Likewise.
47629         (R11_LP): Likewise.
47630         (R12_LP): Likewise.
47631         (R13_LP): Likewise.
47632         (R14_LP): Likewise.
47633         (R15_LP): Likewise.
47635 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47637         * sysdeps/x86_64/x32/dl-machine.h: New file.
47639 2012-05-14  Andreas Jaeger  <aj@suse.de>
47641         * manual/Makefile (subdir): Remove export of subdir.
47642         (all): Remove target.
47643         (.PHONY): Remove all from list.
47644         (mkinstalldirs): Remove.
47645         (.PHONY): Remove installdirs from list.
47646         ($(inst_infodir)/libc.info): Use make-target-directory.
47647         (installdirs): Remove.
47648         (subdir_%): Remove.
47649         (glibc-targets): Remove.
47650         (lib): Remove.
47651         (stubs): Remove.
47652         ($(objpfx)stubs ../po/manual.pot): Remove.
47653         ($(objpfx)stamp%): Remove.
47654         (make-target-directory): Remove.
47655         (subdir_install): Remove.
47656         (routines): Remove.
47657         (aux): Remove.
47658         (sources): Remove.
47659         (objects): Remove.
47660         (headers): Remove.
47662         [BZ #13750]
47663         * manual/.gitignore: Remove, it's not needed anymore.
47664         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
47665         all files in it.
47666         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
47667         directory.
47668         (texis): Renamed to $(objpfx)texis.
47669         (texis-path): New, contains path to generated files.
47670         (chapters.%): Use texis-path for complete path, add extra argument
47671         libc-texinfo.sh.
47672         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
47673         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
47674         (summary,texi, stamp-summary): Use complete path of
47675         files. Generate files in build dir.
47676         (dir-add.texi): Build in build dir.
47677         (libm-err.texi,stamp-libm-err): Likewise.
47678         (version.texi, stamp-version): Likewise.
47679         (.%c.texi): Likewise.
47680         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
47681         (mostlyclean): Remove target.
47682         (realclean): Remove target.
47683         (generated): Add new variable with contents from mostlyclean and
47684         realclean, remove entries duplicated in common-mostlyclean, add
47685         stamp-libm-err and stamp-version.
47686         (generated-dirs): Add libc directory.
47687         ($(inst_infodir)/libc.info): Install files from build dir.
47689         * manual/install.texi (Configuring and compiling): Adjust since
47690         the info files are not part of the tar ball anymore.
47692 2012-05-14  Andreas Jaeger  <aj@suse.de>
47694         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
47695         variable.
47697 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
47699         [BZ #13717]
47700         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
47701         to 2.2.0 where earlier.
47702         * sysdeps/unix/sysv/linux/configure: Regenerated.
47703         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
47704         Remove conditional code.
47705         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
47706         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
47707         Remove conditional code.
47708         [!__NR_lchown]: Likewise.
47709         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
47710         [__NR_lchown]: Likewise.
47711         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
47712         comment referencing __ASSUME_LCHOWN_SYSCALL.
47713         * sysdeps/unix/sysv/linux/i386/sigaction.c
47714         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
47715         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
47716         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
47717         Remove conditional code.
47718         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
47719         (__protocol_available): Remove #if 0 code.
47720         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
47721         conditional code.
47722         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
47723         * sysdeps/unix/sysv/linux/kernel-features.h
47724         (__ASSUME_GETCWD_SYSCALL): Don't define.
47725         (__ASSUME_REALTIME_SIGNALS): Likewise.
47726         (__ASSUME_PREAD_SYSCALL): Likewise.
47727         (__ASSUME_PWRITE_SYSCALL): Likewise.
47728         (__ASSUME_POLL_SYSCALL): Likewise.
47729         (__ASSUME_LCHOWN_SYSCALL): Likewise.
47730         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
47731         non-SPARC.
47732         (__ASSUME_SIOCGIFNAME): Don't define.
47733         (__ASSUME_MSG_NOSIGNAL): Likewise.
47734         (__ASSUME_SENDFILE): Define unconditionally.
47735         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
47736         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
47737         conditional code.
47738         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
47739         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
47740         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
47741         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
47742         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
47743         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
47744         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
47745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
47746         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
47747         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
47749         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
47750         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
47752         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
47753         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
47755         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
47756         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
47758         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
47759         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
47761         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
47762         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
47764         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
47765         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
47767         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
47768         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47769         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
47770         Remove conditional code.
47771         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47772         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
47773         Remove conditional code.
47774         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47775         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
47776         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
47777         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
47778         Remove conditional code.
47779         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47780         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
47781         Remove conditional code.
47782         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47783         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
47784         Remove conditional code.
47785         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47786         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
47787         Remove conditional code.
47788         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
47789         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
47790         Remove conditional code.
47791         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47792         * sysdeps/unix/sysv/linux/sh/pwrite64.c
47793         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
47794         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
47795         * sysdeps/unix/sysv/linux/sigaction.c
47796         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
47797         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
47798         * sysdeps/unix/sysv/linux/sigpending.c
47799         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
47800         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
47801         * sysdeps/unix/sysv/linux/sigprocmask.c
47802         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
47803         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
47804         * sysdeps/unix/sysv/linux/sigsuspend.c
47805         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
47806         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
47807         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
47808         (__libc_missing_rt_sigs): Remove.
47809         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
47810         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
47811         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
47812         Remove conditional code.
47813         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
47814         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
47815         return 1.
47816         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
47817         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
47818         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
47819         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
47821 2012-05-14  Andreas Jaeger  <aj@suse.de>
47823         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
47824         it's not used in glibc.
47825         (__coshm1): Likewise.
47826         (__acosh1p): Likewise.
47827         (__sgn): Likewise.
47829         * manual/string.texi (Copying and Concatenation): Add missing
47830         variable in concat example.
47831         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
47833 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47835         [BZ #14103]
47836         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
47837         __builtin_clzl with __builtin_clzll.
47839 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
47841         [BZ #14104]
47842         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
47843         libc_freeres_ptr.
47845 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47847         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
47848         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
47849         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
47850         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
47852 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
47854         * NEWS: Update ia64 info.
47856 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
47858         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
47859         used as bcopy.
47861 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
47863         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
47864         * sysdeps/unix/syscalls.list (dup3): Likewise.
47865         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
47866         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
47868 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
47870         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
47871         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
47873 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
47875         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
47876         thread pointer.
47877         (TLS_IE): Use mov/add instead of movq/addq to load thread
47878         pointer.
47879         (TLS_GD_PREFIX): New.
47880         (TLS_GD): Use it.
47882 2012-05-11  David S. Miller  <davem@davemloft.net>
47884         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
47885         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
47886         (_FPU_SETCW): Likewise.
47888 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
47890         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
47891         is 32-byte aligned.
47893 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
47895         [BZ #11837]
47896         * iconvdata/gb18030.c: Update tables.
47897         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
47898         characters specially.
47899         (BODY for TO_LOOP): Add encoding of missing ranges.
47901 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
47903         [BZ #13673]
47904         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
47905         * sysdeps/mach/hurd/dup3.c: Likewise.
47906         * sysdeps/mach/hurd/readlinkat.c: Likewise.
47907         * sysdeps/powerpc/memmove.c:: Likewise.
47909 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
47911         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
47912         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
47914 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
47916         * elf/elf.h (R_X86_64_RELATIVE64): New.
47917         (R_X86_64_NUM): Updated.
47918         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
47919         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
47920         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
47921         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
47922         tst-quad1pie tst-quad2pie
47923         (modules-names): Add tst-quadmod1 tst-quadmod2.
47924         ($(objpfx)tst-quad1): New dependency.
47925         ($(objpfx)tst-quad2): Likewise.
47926         ($(objpfx)tst-quad1pie): Likewise.
47927         ($(objpfx)tst-quad2pie): Likewise.
47928         * sysdeps/x86_64/tst-quad1.c: New file.
47929         * sysdeps/x86_64/tst-quad1pie.c: New file.
47930         * sysdeps/x86_64/tst-quad2.c: Likewise.
47931         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
47932         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
47933         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
47934         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
47935         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
47937 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47939         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
47940         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
47941         * streams/stropts.h (t_scalar_t): Define type.
47943         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
47944         (_PATH_PRESERVE): Set to "/var/lib".
47945         (_PATH_RWHODIR): Set to "/var/spool/rwho".
47947         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
47948         instead of int.
47950         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
47951         if __dir_mkfile succeeded.
47953         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
47954         checking for _hurd_dtablesize.  Unlock it right after having
47955         finished _hurd_dtable allocation.
47957 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
47959         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
47960         * sysdeps/mach/hurd/configure: Regenerated.
47961         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
47962         special-casing to...
47963         * sysdeps/gnu/configure.in: ... this new file.
47964         * sysdeps/unix/sysv/linux/configure: Regenerated.
47965         * sysdeps/gnu/configure: New generated file.
47967         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
47968         for Linux: use nsec instead of usec, as well as:
47969         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
47970         members of type struct timespec.
47971         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
47972         New macros.
47973         (struct stat64): Likewise.
47974         (_STATBUF_ST_NSEC): New macro.
47975         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
47977         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
47978         __strtoul_internal rather than strtoul.
47980 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
47982         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
47983         and reject them.
47985 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47987         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
47988         which preserves existing values.
47989         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
47991 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
47993         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
47994         TIMEOUT values.  Return EINVAL for NFDS values either negative or
47995         greater than FD_SETSIZE.
47997 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47999         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
48000         allocated, call __vm_protect to finish enabling the existing space, and
48001         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
48002         allocate the remainder.
48004 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
48006         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
48007         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
48009 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48011         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
48012         sysdeps/mach/hurd/readlink.c.
48014         * posix/tst-sysconf.c (posix_options): Only use
48015         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
48016         _POSIX_SYNCHRONIZED_IO when they are defined
48017         * sysdeps/mach/hurd/bits/posix_opt.h:
48018         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
48019         (_XOPEN_REALTIME): Undefine macro.
48020         (_XOPEN_REALTIME_THREADS): Undefine macro.
48021         (_XOPEN_SHM): Undefine macro.
48022         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
48023         macro to -1.
48024         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
48025         macro to -1.
48026         (_POSIX_ASYNC_IO): Undefine macro.
48027         (_POSIX_PRIORITIZED_IO): Undefine macro.
48028         (_POSIX_SPIN_LOCKS): Define macro to -1.
48030         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
48031         SA_NODEFER, SA_RESETHAND.
48032         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
48033         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
48034         F_DUPFD_CLOEXEC.
48036 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48038         * elf/Makefile (pldd-modules): Define unconditionally.
48040 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48042         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
48044 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48046         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
48047         Return ENOENT when name is empty.
48048         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
48050 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48052         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
48054         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
48056 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48058         Fix mlock in all cases except non-readable pages.
48059         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
48060         instead of VM_PROT_ALL as parameter to __vm_wire function.
48062         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
48063         (__mkdir): When path is `/', just fail with EEXIST.
48064         * sysdeps/mach/hurd/mkdirat.c: Likewise.
48066 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48068         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
48069         <sys/uio.h> (for writev).
48070         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
48071         and <sys/param.h> (for MIN).
48073 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
48075         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
48076         REQUESTED_TIME.  Properly set the remaining time and return EINTR
48077         if interrupted.
48079 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48081         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
48082         Depend on against $(link-rpcuserlibs).
48084 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48086         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
48087         (__libc_stack_end): Do not use attribute_relro.
48088         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
48089         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
48090         to libthread-provided value.
48091         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
48092         attribute_relro.
48094 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48096         [BZ #3748]
48097         * bits/libc-lock.h (__libc_once_get): New macro.
48098         * sysdeps/mach/bits/libc-lock.h: Likewise.
48099         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
48100         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
48101         instead of using implementation details.
48103         * libio/fileops.c: Unconditionally include <kernel-features.h>.
48104         * libio/freopen.c: Likewise.
48105         * libio/freopen64.c: Likewise.
48106         * misc/syslog.c: Likewise.
48107         * nscd/connections.c: Likewise.
48108         * nscd/netgroupcache.c: Likewise.
48109         * sysdeps/posix/getcwd.c: Likewise.
48111 2012-05-10  Roland McGrath  <roland@hack.frob.com>
48113         * math/w_ilogbf.c: Add #include <limits.h>.
48115 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48117         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
48118         path instead of returning without unlocking.
48120         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
48121         immediate-write ioctls.
48122         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
48124 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48126         * sysdeps/mach/hurd/i386/init-first.c (init): Use
48127         __builtin_frame_address instead of making assumptions about the
48128         location of the return address relative to DATA.  Force early load of
48129         the return address.
48130         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
48131         __builtin_frame_address.
48133         dup3 for GNU Hurd.
48134         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
48135         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
48136         implement dup3 and do some further code clean-ups.
48137         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
48138         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
48140 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48142         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
48144         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
48145         HURD_CRITICAL_END around holding _hurd_dtable_lock.
48146         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
48147         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
48148         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
48149         d->port.lock.
48151         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
48152         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
48153         when handler == SIG_ERR, not when handler != SIG_ERR.
48155 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48157         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
48158         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
48159         definitions.
48161         accept4 for GNU Hurd.
48162         * include/sys/socket.h (__libc_accept4): New prototype.
48163         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
48164         to implement __libc_accept4.
48165         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
48166         __libc_accept4.
48167         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
48169         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
48170         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
48171         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
48172         signal-defines.sym.
48174 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48176         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
48178 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
48180         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
48181         assertion on O_CLOEXEC flag.
48182         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
48183         * hurd/intern-fd.c: Likewise.
48184         * hurd/port2fd.c: Likewise.
48186 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48188         [BZ #3906]
48189         * bits/in.h (IPV6_PKTINFO): Define new macro.
48190         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
48192 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48194         [BZ #13954]
48195         [BZ #13955]
48196         [BZ #13956]
48197         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
48198         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
48199         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
48200         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
48201         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
48202         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
48203         * math/libm-test.inc (logb_test) : Additional logb tests.
48205 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
48206             Andreas Jaeger  <aj@suse.de>
48208         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
48209         * configure: Regenerated.
48210         * config.h.in (LINK_OBSOLETE_RPC): New macro.
48211         * config.make.in (link-obsolete-rpc): New substituted variable.
48212         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
48213         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
48214         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
48215         (shared-only-routines): Don't set it under [link-obsolete-rpc],
48216         so that libc.a contains the symbols.
48217         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
48218         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
48219         * sunrpc/auth_none.c: Likewise.
48220         * sunrpc/auth_unix.c: Likewise.
48221         * sunrpc/authdes_prot.c: Likewise.
48222         * sunrpc/authuxprot.c: Likewise.
48223         * sunrpc/clnt_gen.c: Likewise.
48224         * sunrpc/clnt_perr.c: Likewise.
48225         * sunrpc/clnt_raw.c: Likewise.
48226         * sunrpc/clnt_simp.c: Likewise.
48227         * sunrpc/clnt_tcp.c: Likewise.
48228         * sunrpc/clnt_udp.c: Likewise.
48229         * sunrpc/clnt_unix.c: Likewise.
48230         * sunrpc/des_crypt.c: Likewise.
48231         * sunrpc/des_soft.c: Likewise.
48232         * sunrpc/get_myaddr.c: Likewise.
48233         * sunrpc/key_call.c: Likewise.
48234         * sunrpc/key_prot.c: Likewise.
48235         * sunrpc/netname.c: Likewise.
48236         * sunrpc/pm_getmaps.c: Likewise.
48237         * sunrpc/pm_getport.c: Likewise.
48238         * sunrpc/pmap_clnt.c: Likewise.
48239         * sunrpc/pmap_prot.c: Likewise.
48240         * sunrpc/pmap_prot2.c: Likewise.
48241         * sunrpc/pmap_rmt.c: Likewise.
48242         * sunrpc/publickey.c: Likewise.
48243         * sunrpc/rpc_cmsg.c: Likewise.
48244         * sunrpc/rpc_common.c: Likewise.
48245         * sunrpc/rpc_dtable.c: Likewise.
48246         * sunrpc/rpc_prot.c: Likewise.
48247         * sunrpc/rpc_thread.c: Likewise.
48248         * sunrpc/rtime.c: Likewise.
48249         * sunrpc/svc.c: Likewise.
48250         * sunrpc/svc_auth.c: Likewise.
48251         * sunrpc/svc_raw.c: Likewise.
48252         * sunrpc/svc_run.c: Likewise.
48253         * sunrpc/svc_tcp.c: Likewise.
48254         * sunrpc/svc_udp.c: Likewise.
48255         * sunrpc/svc_unix.c: Likewise.
48256         * sunrpc/svcauth_des.c: Likewise.
48257         * sunrpc/xcrypt.c: Likewise.
48258         * sunrpc/xdr.c: Likewise.
48259         * sunrpc/xdr_array.c: Likewise.
48260         * sunrpc/xdr_float.c: Likewise.
48261         * sunrpc/xdr_intXX_t.c: Likewise.
48262         * sunrpc/xdr_mem.c: Likewise.
48263         * sunrpc/xdr_rec.c: Likewise.
48264         * sunrpc/xdr_ref.c: Likewise.
48265         * sunrpc/xdr_sizeof.c: Likewise.
48266         * sunrpc/xdr_stdio.c: Likewise.
48268 2012-05-10  Roland McGrath  <roland@hack.frob.com>
48270         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
48271         change.  Update copyright years.
48273 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
48275         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
48277 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
48278             Joseph Myers  <joseph@codesourcery.com>
48279             Paul Pluzhnikov  <ppluzhnikov@google.com>
48281         [BZ #14012]
48282         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
48283         requiring rpcgen.
48284         [cross-compiling] (extra-libs): Likewise.
48285         [cross-compiling] (extra-libs-others): Likewise.
48286         [cross-compiling] (librpcsvc-routines): Likewise.
48287         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
48288         [cross-compiling] (omit-deps): Likewise.
48289         (sunrpc-CPPFLAGS): New variable.
48290         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
48291         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
48292         (cross-rpcgen-objs): New variable.
48293         (extra-objs): Append $(cross-rpcgen-objs).
48294         ($(cross-rpcgen-objs)): New rule.
48295         ($(objpfx)cross-rpcgen): Likewise.
48296         (rpcgen-cmd): Define to use $(built-program-file).  Expand
48297         comment.
48298         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
48299         ($(objpfx)x%.stmp): Likewise.
48300         * sunrpc/proto.h [IS_IN_build] (_): Define.
48301         [IS_IN_build] (_libc_intl_domainname): Likewise.
48303 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
48305         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
48306         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
48307         and R_X86_64_TPOFF64.
48309 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
48311         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
48312         sysdeps/unix/sysv/syscalls.list.
48313         (stime): Likewise.
48314         (utime): Likewise.
48315         * sysdeps/unix/sysv/syscalls.list: Remove file.
48317 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
48319         [BZ #3440]
48320         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
48321         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
48322         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
48323         (__LC_IDENTIFICATION): Make these macros useful in #if
48324         expressions, as required by C99.
48326 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
48328         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
48329         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
48330         after this.
48332 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
48334         * stdlib/longlong.h: Updated from GCC.
48336 2012-05-09  Andreas Jaeger  <aj@suse.de>
48338         * nscd/nscd.c (run_modes): Make named enum, reorder so that
48339         default is first entry.
48340         (run_mode): Set type.
48341         (main): Remove informal message about syslog.
48342         (options): Fix typo.
48344         [BZ #14053]
48345         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
48346         to asm.
48347         (lrint): Likewise.
48348         (llrintf): Likewise.
48349         (llrint): Likewise.
48350         (rint): Likewise.
48351         (rintf): Likewise.
48352         (nearbyint): Likewise.
48353         (nearbyintf): Likewise.
48355 2012-05-09  Andreas Jaeger  <aj@suse.de>
48356             Pedro Alves  <palves@redhat.com>
48358         * nscd/nscd.c (run_mode): Use enum.
48359         (main): Cleanup coding style issue.
48361 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
48362             Andreas Jaeger  <aj@suse.de>
48364         * nscd/nscd.c (go_background): Replaced with...
48365         (run_mode): ... this.
48366         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
48367         (options): Add -F --foreground.
48368         (main): Implement it.
48369         (parse_opt): Parse it.
48371 2012-05-09  Andreas Jaeger  <aj@suse.de>
48373         [BZ #14083]
48374         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
48375         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
48376         -Wconversion warning.
48377         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
48378         Likewise.
48380 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
48382         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
48383         == 0.
48384         (LC_ALL): Use macro-int-constant.
48385         (LC_COLLATE): Likewise.
48386         (LC_CTYPE): Likewise.
48387         (LC_MESSAGES): Likewise.
48388         (LC_MONETARY): Likewise.
48389         (LC_NUMERIC): Likewise.
48390         (LC_TIME): Likewise.
48391         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
48392         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
48393         [ISO || ISO99 || ISO11] (*_t): Do not allow.
48394         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
48395         Specify type.
48396         [C99-based standards] (float_t): Expect type.
48397         [C99-based standards] (double_t): Expect type.
48398         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
48399         type.
48400         [C99-based standards] (HUGE_VALL): Likewise.
48401         [C99-based standards] (INFINITY): Likewise.
48402         [C99-based standards] (NAN): Likewise.
48403         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
48404         [C99-based standards] (FP_NAN): Likewise.
48405         [C99-based standards] (FP_NORMAL): Likewise.
48406         [C99-based standards] (FP_SUBNORMAL): Likewise.
48407         [C99-based standards] (FP_ZERO): Likewise.
48408         [C99-based standards] (FP_FAST_FMA): Use
48409         optional-macro-int-constant.  Specify type.  Require == 1.
48410         [C99-based standards] (FP_FAST_FMAF): Likewise.
48411         [C99-based standards] (FP_FAST_FMAL): Likewise.
48412         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
48413         [C99-based standards] (FP_ILOGBNAN): Likewise.
48414         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
48415         Specify type.
48416         [C99-based standards] (MATH_ERREXCEPT): Likewise.
48417         [C99-based standards] (math_errhandling): Specify type.
48418         [ISO99 || ISO11] (signgam): Do not allow.
48419         [non-C99-based standards] (copysignf): Do not allow.
48420         [non-C99-based standards] (exp2f): Likewise.
48421         [non-C99-based standards] (log2f): Likewise.
48422         [non-C99-based standards] (modff): Allow.
48423         [non-C99-based standards] (erff): Do not allow.
48424         [non-C99-based standards] (erfcf): Likewise.
48425         [non-C99-based standards] (gammaf): Likewise.
48426         [non-C99-based standards] (hypotf): Likewise.
48427         [non-C99-based standards] (j0f): Likewise.
48428         [non-C99-based standards] (j1f): Likewise.
48429         [non-C99-based standards] (jnf): Likewise.
48430         [non-C99-based standards] (lgammaf): Likewise.
48431         [non-C99-based standards] (tgammaf): Likewise.
48432         [non-C99-based standards] (y0f): Likewise.
48433         [non-C99-based standards] (y1f): Likewise.
48434         [non-C99-based standards] (ynf): Likewise.
48435         [non-C99-based standards] (isnanf): Likewise.
48436         [non-C99-based standards] (acoshf): Likewise.
48437         [non-C99-based standards] (asinhf): Likewise.
48438         [non-C99-based standards] (atanhf): Likewise.
48439         [non-C99-based standards] (cbrtf): Likewise.
48440         [non-C99-based standards] (expm1f): Likewise.
48441         [non-C99-based standards] (ilogbf): Likewise.
48442         [non-C99-based standards] (log1pf): Likewise.
48443         [non-C99-based standards] (logbf): Likewise.
48444         [non-C99-based standards] (nextafterf): Likewise.
48445         [non-C99-based standards] (remainderf): Likewise.
48446         [non-C99-based standards] (rintf): Likewise.
48447         [non-C99-based standards] (scalbf): Likewise.
48448         [non-C99-based standards] (copysignl): Likewise.
48449         [non-C99-based standards] (exp2l): Likewise.
48450         [non-C99-based standards] (log2l): Likewise.
48451         [non-C99-based standards] (modfl): Allow.
48452         [non-C99-based standards] (erfl): Do not allow.
48453         [non-C99-based standards] (erfcl): Likewise.
48454         [non-C99-based standards] (gammal): Likewise.
48455         [non-C99-based standards] (hypotl): Likewise.
48456         [non-C99-based standards] (j0l): Likewise.
48457         [non-C99-based standards] (j1l): Likewise.
48458         [non-C99-based standards] (jnl): Likewise.
48459         [non-C99-based standards] (lgammal): Likewise.
48460         [non-C99-based standards] (tgammal): Likewise.
48461         [non-C99-based standards] (y0l): Likewise.
48462         [non-C99-based standards] (y1l): Likewise.
48463         [non-C99-based standards] (ynl): Likewise.
48464         [non-C99-based standards] (isnanl): Likewise.
48465         [non-C99-based standards] (acoshl): Likewise.
48466         [non-C99-based standards] (asinhl): Likewise.
48467         [non-C99-based standards] (atanhl): Likewise.
48468         [non-C99-based standards] (cbrtl): Likewise.
48469         [non-C99-based standards] (expm1l): Likewise.
48470         [non-C99-based standards] (ilogbl): Likewise.
48471         [non-C99-based standards] (log1pl): Likewise.
48472         [non-C99-based standards] (logbl): Likewise.
48473         [non-C99-based standards] (nextafterl): Likewise.
48474         [non-C99-based standards] (remainderl): Likewise.
48475         [non-C99-based standards] (rintl): Likewise.
48476         [non-C99-based standards] (scalbl): Likewise.
48477         [ISO || ISO99 || ISO11] (*_t): Do not allow.
48478         [non-C99-based standards] (FP_*): Do not allow.
48479         [C99-based standards] (FP_*): Change to
48480         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
48481         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
48482         allow.
48483         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
48484         (SIG_ERR): Likewise.
48485         [X/Open-based standards] (SIG_HOLD): Likewise.
48486         (SIG_IGN): Likewise.
48487         (SIGABRT): Use macro-int-constant.  Specify type.  Require
48488         positive value.
48489         (SIGFPE): Likewise.
48490         (SIGILL): Likewise.
48491         (SIGINT): Likewise.
48492         (SIGSEGV): Likewise.
48493         (SIGTER): Likewise.
48494         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
48495         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
48496         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
48497         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
48498         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
48499         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
48500         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
48501         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
48502         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
48503         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
48504         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
48505         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
48506         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
48507         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
48508         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
48509         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
48510         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
48511         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
48512         [X/Open-based standards] (SIGTRAP): Likewise.
48513         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
48514         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
48515         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
48516         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
48517         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
48518         allow.
48520 2012-05-08  Ian Wienand  <ianw@vmware.com>
48522         [BZ #14080]
48523         * time/tzset.c (__tzset_parse_tz): Update default rules for
48524         daylight time changes in the Energy Policy Act of 2005.
48526 2012-05-09  Andreas Jaeger  <aj@suse.de>
48528         [BZ #13983]
48529         * elf/ldconfig.c (parse_conf): Change string to make clear that
48530         ldconfig only issued a warning if ld.so.conf does not exist.
48532 2012-05-08  David S. Miller  <davem@davemloft.net>
48534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
48535         movxtod instead of popping the value on the stack.
48537         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48539 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
48541         * config.h.in: Add HAVE_ARM_PCS_VFP.
48543 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
48545         [BZ #13979]
48546         * include/features.h: Warn if user requests __FORTIFY_SOURCE
48547         checking but the checks are disabled for any reason.
48549 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
48551         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
48552         and ELF64_R_TYPE with ELFW(R_TYPE).
48554 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
48556         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
48557         (ulimit): Likewise.
48559         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
48560         (settimeofday): Likewise.
48562 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
48564         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
48565         a struct th_u2 inside the union, and move tu_block/tu_code into
48566         a new th_u3 union of tu_block/tu_code inside of that.  Move
48567         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
48568         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
48569         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
48570         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
48571         (th_stuff): Change to th_u1.tu_stuff.
48572         (th_data): Define.
48573         (th_msg): Change to th_u1.th_u2.tu_data.
48575 2012-05-07  David S. Miller  <davem@davemloft.net>
48577         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48579         [BZ #14074]
48580         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
48581         (SETUP_PIC_REG): Use it.
48582         (SETUP_PIC_REG_LEAF): Use it.
48584 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
48586         [BZ #13885]
48587         [BZ #13923]
48588         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
48589         USE_AS_EXPM1L.
48590         (EXPL_FINITE): Likewise.
48591         (FLDLOG): Likewise.
48592         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
48593         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
48594         e_expl.S.
48595         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
48596         USE_AS_EXPM1L.
48597         (EXPL_FINITE): Likewise.
48598         (FLDLOG): Likewise.
48599         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
48600         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
48601         e_expl.S.
48602         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
48603         test of -max_value argument for long double.
48604         * sysdeps/i386/fpu/libm-test-ulps: Update.
48605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48607 2012-05-06  David S. Miller  <davem@davemloft.net>
48609         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
48610         quad soft-float symbols whose references which are compiler
48611         generated.
48612         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
48614 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
48616         [BZ #13884]
48617         [BZ #13914]
48618         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
48619         USE_AS_EXP10L.
48620         (EXPL_FINITE): Likewise.
48621         (FLDLOG): Likewise.
48622         (c0): Likewise.
48623         (c1): Likewise.
48624         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
48625         Adjust comments for base varying.
48626         (__expl_finite): Change alias to EXPL_FINITE.
48627         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
48628         e_expl.S.
48629         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
48630         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
48631         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
48632         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
48633         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
48634         USE_AS_EXP10L.
48635         (EXPL_FINITE): Likewise.
48636         (FLDLOG): Likewise.
48637         (c0): Likewise.
48638         (c1): Likewise.
48639         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
48640         Adjust comments for base varying.
48641         (__expl_finite): Change alias to EXPL_FINITE.
48642         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
48643         tests for bugs.
48644         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48646         [BZ #14064]
48647         * math/libm-test.inc (check_float_internal): Correct ulp
48648         calculation for subnormal expected results.
48650 2012-05-06  Andreas Jaeger  <aj@suse.de>
48652         * Makeconfig (+math-flags): New, set to -frounding-math.
48653         (+cflags): Add +math-flags so that all of glibc gets compiled with
48654         it.
48656         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
48658 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
48660         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
48661         Disable one test.
48663         [BZ #13787]
48664         [BZ #13922]
48665         [BZ #14036]
48666         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
48667         (__ieee754_expl): Allow for and saturate large arguments.
48668         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
48669         (u_threshold): Likewise.
48670         (__exp): Call __ieee754_exp before checking for overflow and
48671         underflow.
48672         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
48673         (u_threshold): Likewise.
48674         (__expf): Call __ieee754_expf before checking for overflow and
48675         underflow.
48676         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
48677         (u_threshold): Likewise.
48678         (__expl): Call __ieee754_expl before checking for overflow and
48679         underflow.
48680         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
48681         (__ieee754_expl): Allow for and saturate large arguments.
48682         * math/libm-test.inc (exp_test): Add another test.  Do not allow
48683         missing overflow exception on overflow.
48684         (expm1_test): Do not allow missing overflow exception on overflow.
48686         * sysdeps/i386/fpu/e_expl.c: Move to ...
48687         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
48688         rather than using inline asm.
48689         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
48690         * sysdeps/x86_64/fpu/e_expl.S: Copy from
48691         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
48693         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
48694         (nice): Likewise.
48695         (poll): Likewise.
48696         (signal): Likewise.
48697         (time): Likewise.
48698         (times): Likewise.
48700 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
48702         * sysdeps/unix/syscalls.list (adjtime): Add entry from
48703         sysdeps/unix/common/syscalls.list.
48704         (fchmod): Likewise.
48705         (fchown): Likewise.
48706         (ftruncate): Likewise.
48707         (getrusage): Likewise.
48708         (gettimeofday): Likewise.
48709         (setpgid): Likewise.
48710         (setregid): Likewise.
48711         (setreuid): Likewise.
48712         (sigaction): Likewise.
48713         (truncate): Likewise.
48714         (vhangup): Likewise.
48715         * sysdeps/unix/common/syscalls.list: Remove file.
48716         * sysdeps/unix/bsd/Implies: Don't include unix/common.
48717         * sysdeps/unix/sysv/linux/Implies: Likewise.
48719 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
48721         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
48722         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
48723         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
48724         Moved to ...
48725         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
48726         Here.
48727         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
48728         to ...
48729         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
48730         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
48731         to ...
48732         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
48733         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
48734         to ...
48735         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
48736         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
48737         to ...
48738         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
48739         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
48740         to ...
48741         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
48742         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
48743         to ...
48744         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
48745         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
48746         to ...
48747         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
48748         Here.
48749         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
48750         to ...
48751         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
48752         Here.
48753         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
48754         to ...
48755         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
48756         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
48757         Moved to ...
48758         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
48759         Here.
48760         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
48761         to ...
48762         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
48764 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
48766         * sysdeps/unix/common/bits/dirent.h: Remove file.
48767         * sysdeps/unix/common/bits/fcntl.h: Likewise.
48769         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
48770         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
48771         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
48772         * sysdeps/unix/bsd/isatty.c: Likewise.
48773         * sysdeps/unix/bsd/tcdrain.c: Likewise.
48774         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
48775         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
48777 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48779         [BZ #13563]
48780         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
48781         long double comparison inaccuracies.
48782         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
48783         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48785 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
48787         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
48788         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
48790 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
48792         [BZ #14049]
48793         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
48794         nonzero digits before rounding a hex value.
48795         * stdlib/tst-strtod.c (tests): Add another test.
48797 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48799         * sysdeps/s390/fpu/libm-test-ulps: Update.
48801 2012-05-03  Andreas Jaeger  <aj@suse.de>
48803         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
48804         does not get optimized out.
48805         (malloc_opt_barrier): New.
48807 2012-05-03  Andreas Jaeger  <aj@suse.de>
48808             Roland McGrath  <roland@hack.frob.com>
48810         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
48811         intermediate file deletion.
48812         (generated): Add .symlist files.
48814 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
48816         [BZ #13775]
48817         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
48818         Redirect under this condition.
48819         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
48820         [__USE_GNU] (__dprintf_chk): Not under this condition.
48821         [__USE_GNU] (__vdprintf_chk): Likewise.
48822         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
48823         under this condition.
48824         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
48825         [__USE_XOPEN2K8] (dprintf): Define under this condition.
48826         [__USE_XOPEN2K8] (vdprintf): Likewise.
48827         [__USE_GNU] (__dprintf_chk): Not under this condition.
48828         [__USE_GNU] (__vdprintf_chk): Likewise.
48829         [__USE_GNU] (dprintf): Likewise.
48830         [__USE_GNU] (vdprintf): Likewise.
48832 2012-05-03  Roland McGrath  <roland@hack.frob.com>
48834         * elf/Makefile (common-generated): Set this instead of generated for
48835         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
48836         $(all-built-dso)-derived lists.
48838 2012-05-03  Andreas Jaeger  <aj@suse.de>
48840         * sysdeps/i386/fpu/libm-test-ulps: Update.
48842         * FAQ: Removed.
48843         * FAQ.in: Likewise.
48844         * scripts/gen-FAQ.pl: Likewise.
48845         * manual/install.texi (Installation): Point to online location of
48846         FAQ.
48847         * Makefile (files-for-dist): Remove FAQ.
48848         (FAQ): Remove.
48850 2012-05-02  Allan McRae  <allan@archlinux.org>
48852         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
48853         (LDFLAGS-reldepmod5.so): Likewise.
48854         (LDFLAGS-reldep6mod1.so): Likewise.
48855         (LDFLAGS-reldep6mod4.so): Likewise.
48856         (LDFLAGS-reldep8mod3.so): Likewise.
48857         (LDFLAGS-unload4mod1.so): Likewise.
48858         (LDFLAGS-unload4mod2.so): Likewise.
48859         (LDFLAGS-tst-initorder): Likewise.
48860         (LDFLAGS-tst-initordera2.so): Likewise.
48861         (LDFLAGS-tst-initordera3.so): Likewise.
48862         (LDFLAGS-tst-initordera4.so): Likewise.
48863         (LDFLAGS-tst-initorderb2.so): Likewise.
48864         (LDFLAGS-noload): Likewise.
48865         (LDFLAGS-next): Likewise.
48866         (LDFLAGS-order2mod1.so): Likewise.
48867         (LDFLAGS-order2mod2.so): Likewise.
48868         (LDFLAGS-tst-initorder2): Likewise.
48869         (LDFLAGS-tst-initorder2a.so): Likewise.
48870         (LDFLAGS-tst-initorder2b.so): Likewise.
48871         (LDFLAGS-tst-initorder2c.so): Likewise.
48872         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
48874 2012-05-02  David S. Miller  <davem@davemloft.net>
48876         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48878 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
48880         [BZ #14055]
48881         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
48883 2012-05-02  Andreas Jaeger  <aj@suse.de>
48885         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
48886         since we manipulate rounding mode.
48887         (CPPFLAGS-test-idouble.c): Likewise.
48888         (CPPFLAGS-test-ifloat.c): Likewise.
48889         (CFLAGS-test-ldouble.c): Likewise.
48890         (CFLAGS-test-double.c): Likewise.
48891         (CFLAGS-test-float.c): Likewise.
48892         (CFLAGS-test-misc.c): Likewise.
48893         (CFLAGS-test-test-fenv.c): Likewise.
48895 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48897         [BZ #2550]
48898         [BZ #2570]
48899         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
48900         comparisons to determine direction to adjust input.
48902 2012-05-01  Roland McGrath  <roland@hack.frob.com>
48904         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
48905         output to the target.
48907         * scripts/localplt.awk: New file.
48908         * elf/Makefile ($(objpfx)check-localplt): Target removed.
48909         (check-localplt-CFLAGS): Variable removed.
48910         ($(all-built-dso:=.jmprel)): New static pattern rule.
48911         (generated): Add those targets.
48912         (localplt-built-dso): New variable.
48913         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
48915         * elf/check-localplt.c: File removed.
48917         * scripts/check-execstack.awk: New file.
48918         * elf/Makefile ($(objpfx)check-execstack): Target removed.
48919         (check-execstack-CFLAGS): Variable removed.
48920         ($(objpfx)check-execstack.h): Target removed.
48921         ($(objpfx)execstack-default): New target.
48922         (generated): Add that instead of check-execstack.h.
48923         ($(all-built-dso:=.phdr)): New static pattern rule.
48924         (generated): Add those targets.
48925         * elf/check-execstack.c: File removed.
48927         * scripts/check-textrel.awk: New file.
48928         * elf/Makefile ($(objpfx)check-textrel): Target removed.
48929         (check-textrel-CFLAGS): Variable removed.
48930         (all-built-dso): Use := to define.o
48931         ($(all-built-dso:=.dyn)): New static pattern rule.
48932         (generated): Add those targets.
48933         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
48934         * config.make.in (READELF): New substituted variable.
48935         * elf/check-textrel.c: File removed.
48937 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
48939         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
48940         allow.
48941         * conform/data/ctype.h-data [C99-based standards] (isblank):
48942         Expect function.
48943         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
48944         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
48945         [ISO || ISO99 || ISO11] (*_t): Do not allow.
48946         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
48947         Specify type.  Require positive value.
48948         (EILSEQ): Likewise.
48949         (ERANGE): Likewise.
48950         [ISO || POSIX] (EILSEQ): Do not expect.
48951         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
48952         Specify type.  Require positive value.
48953         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
48954         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
48955         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
48956         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
48957         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
48958         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
48959         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
48960         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
48961         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
48962         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
48963         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
48964         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
48965         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
48966         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
48967         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
48968         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
48969         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
48970         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
48971         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
48972         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
48973         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
48974         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
48975         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
48976         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
48977         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
48978         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
48979         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
48980         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
48981         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
48982         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
48983         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
48984         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
48985         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
48986         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
48987         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
48988         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
48989         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
48990         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
48991         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
48992         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
48993         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
48994         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
48995         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
48996         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
48997         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
48998         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
48999         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
49000         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
49001         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
49002         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
49003         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
49004         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
49005         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
49006         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
49007         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
49008         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
49009         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
49010         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
49011         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
49012         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
49013         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
49014         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
49015         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
49016         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
49017         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
49018         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
49019         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
49020         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
49021         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
49022         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
49023         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
49024         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
49025         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
49026         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
49027         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
49028         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
49029         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
49030         Require >= 2.
49031         (FLT_ROUNDS): Expect as macro, not constant.
49032         (FLT_MANT_DIG): Use macro-int-constant.
49033         (DBL_MANT_DIG): Likewise.
49034         (LDBL_MANT_DIG): Likewise.
49035         (FLT_DIG): Likewise.
49036         (DBL_DIG): Likewise.
49037         (LDBL_DIG): Likewise.
49038         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
49039         (DBL_MIN_EXP): Likewise.
49040         (LDBL_MIN_EXP): Likewise.
49041         (FLT_MAX_EXP): Use macro-int-constant.
49042         (DBL_MAX_EXP): Likewise.
49043         (LDBL_MAX_EXP): Likewise.
49044         (FLT_MAX_10_EXP): Likewise.
49045         (DBL_MAX_10_EXP): Likewise.
49046         (LDBL_MAX_10_EXP): Likewise.
49047         (FLT_MAX): Use macro-constant.
49048         (DBL_MAX): Likewise.
49049         (LDBL_MAX): Likewise.
49050         (FLT_EPSILON): Use macro-constant.  Give upper bound.
49051         (DBL_EPSILON): Likewise.
49052         (LDBL_EPSILON): Likewise.
49053         (FLT_MIN): Likewise.
49054         (DBL_MIN): Likewise.
49055         (LDBL_MIN): Likewise.
49056         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
49057         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
49058         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
49059         [ISO11] (FLT_HAS_SUBNORM): Likewise.
49060         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
49061         [ISO11] (DBL_DECIMAL_DIG): Likewise.
49062         [ISO11] (FLT_DECIMAL_DIG): Likewise.
49063         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
49064         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
49065         [ISO11] (FLT_TRUE_MIN): Likewise.
49066         [ISO11] (LDBL_TRUE_MIN): Likewise.
49067         [ISO || ISO99 || ISO11] (*_t): Do not allow.
49068         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
49069         (SCHAR_MIN): Use macro-int-constant.  Specify type.
49070         (SCHAR_MAX): Likewise.
49071         (UCHAR_MAX): Likewise.
49072         (CHAR_MIN): Likewise.
49073         (CHAR_MAX): Likewise.
49074         (MB_LEN_MAX): Use macro-int-constant.
49075         (SHRT_MIN): Use macro-int-constant.  Specify type.
49076         (SHRT_MAX): Likewise.
49077         (USHRT_MAX): Likewise.
49078         (INT_MAX): Likewise.
49079         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
49080         bound negative.
49081         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
49082         bound with "U".
49083         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
49084         bound with "L".
49085         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
49086         bound negative.  Suffix upper bound with "L".
49087         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
49088         bound with "UL".
49089         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
49090         Specify type.
49091         [C99-based standards] (LLONG_MAX): Likewise.
49092         [C99-based standards] (ULLONG_MAX): Likewise.
49093         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
49094         == 0.
49095         [ISO11] (max_align_t): Require type.
49096         [ISO || ISO99 || ISO11] (*_t): Do not allow.
49098         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
49099         from $CFLAGS, without defining away __attribute__ calls.
49100         (checknamespace): Use $CFLAGS_namespace.
49102         * conform/conformtest.pl (@keywords): Only include C99 keywords
49103         for standards based on C99 or C11.
49105         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
49106         Disable tests.
49107         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
49108         UNIX98]: Likewise.
49110         * conform/conformtest.pl: Handle "macro-int-constant" and test for
49111         usability of symbols in #if.
49113         * conform/conformtest.pl: If macro or constant types start
49114         "promoted:", expect the symbol to be of the following type
49115         promoted by the integer promotions.
49117         * conform/conformtest.pl: Parse all "constant" and "macro" lines
49118         in one place.  Also handle "macro-constant".
49120         * conform/conformtest.pl: Only accept expected macro values with
49121         "==".  Parse all "macro" lines in one place.
49122         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
49124         * conform/conformtest.pl: Handle braced types on "constant" lines
49125         instead of handling "typed-constant".
49126         * conform/data/signal.h-data: Use "constant" instead of
49127         "typed-constant".
49129         * conform/conformtest.pl: Handle "optional-" at start of lines in
49130         one place rather than duplicating several cases.  Handle each
49131         format of "macro" line with initial "optional-".
49133         * conform/conformtest.pl: Only accept expected constant or
49134         optional-constant values with "==".  Parse all "constant" lines in
49135         one place.  Parse all "optional-constant" lines in one place.
49136         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
49137         * conform/data/fmtmsg.h-data: Likewise.
49138         * conform/data/netinet/in.h-data: Likewise.
49139         * conform/data/tar.h-data: Likewise.
49140         * conform/data/limits.h-data: Use "==" form on "constant" and
49141         "optional-constant" lines.
49143         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
49144         Use -std=c99 for XOPEN2K.
49145         (@knownproblems): Remove.
49146         (newtoken): Don't check %isknown.
49148         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
49149         Do not expect macro.
49150         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
49151         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
49152         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
49153         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
49154         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
49155         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
49156         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
49157         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
49158         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
49159         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
49160         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
49161         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
49162         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
49163         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
49164         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
49165         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
49166         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
49167         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
49168         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
49169         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
49170         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
49171         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
49172         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
49173         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
49174         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
49175         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
49176         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
49177         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
49178         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
49179         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
49180         [XPG3] (acosh): Likewise.
49181         [XPG3] (asinh): Likewise.
49182         [XPG3] (atanh): Likewise.
49183         [XPG3] (cbrt): Likewise.
49184         [XPG3] (expm1): Likewise.
49185         [XPG3] (ilogb): Likewise.
49186         [XPG3] (log1p): Likewise.
49187         [XPG3] (logb): Likewise.
49188         [XPG3] (nextafter): Likewise.
49189         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
49190         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
49191         [XPG3] (remainder): Likewise.
49192         [XPG3] (rint): Likewise.
49193         [XPG3 || XPG4 || UNIX98] (round): Likewise.
49194         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
49195         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
49196         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
49197         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
49198         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
49199         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
49200         [UNIX98 || XOPEN2K] (scalb): Expect.
49201         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
49202         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
49203         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
49204         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
49205         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
49206         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
49207         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
49208         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
49209         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
49210         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
49211         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
49212         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
49213         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
49214         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
49215         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
49216         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
49217         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
49218         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
49219         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
49220         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
49221         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
49222         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
49223         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
49224         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
49225         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
49226         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
49227         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
49228         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
49229         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
49230         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
49231         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
49232         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
49233         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
49234         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
49235         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
49236         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
49237         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
49238         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
49239         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
49240         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
49241         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
49242         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
49243         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
49244         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
49245         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
49246         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
49247         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
49248         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
49249         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
49250         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
49251         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
49252         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
49253         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
49254         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
49255         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
49256         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
49257         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
49258         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
49259         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
49260         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
49261         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
49262         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
49263         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
49264         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
49265         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
49266         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
49267         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
49268         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
49269         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
49270         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
49271         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
49272         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
49273         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
49274         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
49275         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
49276         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
49277         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
49278         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
49279         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
49280         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
49281         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
49282         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
49283         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
49284         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
49285         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
49286         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
49287         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
49288         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
49289         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
49290         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
49291         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
49292         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
49293         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
49294         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
49295         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
49296         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
49297         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
49298         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
49299         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
49300         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
49301         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
49302         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
49303         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
49304         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
49305         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
49306         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
49307         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
49308         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
49309         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
49310         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
49311         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
49312         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
49313         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
49314         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
49315         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
49316         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
49317         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
49318         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
49319         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
49320         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
49321         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
49322         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
49323         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
49324         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
49325         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
49326         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
49327         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
49328         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
49329         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
49330         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
49331         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
49332         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
49333         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
49334         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
49335         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
49336         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
49337         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
49339         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
49340         _XOPEN_SOURCE_EXTENDED for XPG4.
49342         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
49344         * Makeconfig (localtime): Remove variable.
49345         (inst_localtime-file): Likewise.
49347 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
49349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
49350         Update.
49351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
49352         Update.
49353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
49354         Update.
49355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
49356         Update.
49357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
49358         Update.
49359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
49360         Update.
49361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
49362         Update.
49363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
49364         Update.
49365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
49366         Update.
49368 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
49370         [BZ #2550]
49371         [BZ #2570]
49372         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
49373         comparisons to determine direction to adjust input.
49374         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
49375         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
49376         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
49377         Likewise.
49378         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
49379         Likewise.
49380         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
49381         Likewise.
49382         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
49383         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
49384         Likewise.
49385         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
49386         Likewise.
49387         * math/libm-test.inc (nexttoward_test): Add more tests.
49389 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
49391         [BZ #14040]
49392         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
49393         in version GLIBC_2.1, not GLIBC_2.0.
49394         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
49395         Likewise.
49397 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
49399         [BZ #13942]
49400         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
49401         (1 - x) * (1 + x).
49402         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
49403         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
49404         * math/libm-test.inc (acos_test): Add more tests.
49405         (asin_test): Likewise.
49406         * sysdeps/i386/fpu/libm-test-ulps: Update.
49407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49409         [BZ #14034]
49410         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
49411         of square root.
49412         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
49413         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
49414         * math/libm-test.inc (acos_test_tonearest): New function.
49415         (acos_test_towardzero): Likewise.
49416         (acos_test_downward): Likewise.
49417         (acos_test_upward): Likewise.
49418         (asin_test_tonearest): Likewise.
49419         (asin_test_towardzero): Likewise.
49420         (asin_test_downward): Likewise.
49421         (asin_test_upward): Likewise.
49422         (main): Call the new functions.
49423         * sysdeps/i386/fpu/libm-test-ulps: Update.
49424         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49426         [BZ #13884]
49427         [BZ #13924]
49428         * math/e_exp10.c: Include <float.h>.
49429         (__ieee754_exp10): Handle underflow here rather than multiplying
49430         large negative argument by M_LN10.
49431         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
49432         of __ieee754_expf.
49433         * math/e_exp10l.c: Include <float.h>.
49434         (__ieee754_exp10l): Handle underflow here rather than multiplying
49435         large negative argument by M_LN10l.
49436         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
49437         spurious overflow exception on underflow.
49439 2012-04-29  Marek Polacek  <polacek@redhat.com>
49441         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
49442         (__fortify_function): New macro.
49443         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
49444         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
49445         __extern_always_inline.
49446         * libio/bits/stdio2.h: Likewise.
49447         * libio/bits/stdio.h: Likewise.
49448         * string/string.h: Likewise.
49449         * string/bits/string3.h: Likewise.
49450         * include/stdio.h: Likewise.
49451         * stdlib/bits/stdlib.h: Likewise.
49452         * stdlib/stdlib.h: Likewise.
49453         * rt/bits/mqueue2.h: Likewise.
49454         * rt/mqueue.h: Likewise.
49455         * posix/bits/unistd.h: Likewise.
49456         * posix/unistd.h: Likewise.
49457         * io/bits/poll2.h: Likewise.
49458         * io/bits/fcntl2.h: Likewise.
49459         * io/fcntl.h: Likewise.
49460         * io/sys/poll.h: Likewise.
49461         * misc/bits/syslog.h: Likewise.
49462         * misc/bits/syslog-ldbl.h: Likewise.
49463         * misc/sys/syslog.h: Likewise.
49464         * socket/bits/socket2.h: Likewise.
49465         * socket/sys/socket.h: Likewise.
49466         * debug/tst-chk1.c: Likewise.
49467         * wcsmbs/bits/wchar2.h: Likewise.
49468         * wcsmbs/bits/wchar-ldbl.h: Likewise.
49469         * wcsmbs/wchar.h: Likewise.
49471 2012-04-29  Andreas Jaeger  <aj@suse.de>
49473         * Makerules (tests): Remove enable-check-abi protection.
49474         (check-abi-warn): Remove.
49475         (check-abi-%): Remove check-abi-warn usage.
49477         * configure.in: Remove check-abi configure option.
49478         * configure: Regenerated.
49479         * config.make.in (enable-check-abi): Remove.
49481 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
49483         [BZ #14033]
49484         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
49485         double functions to double *_finite functions.
49487         [BZ #13941]
49488         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
49489         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
49490         LDBL_MIN_EXP.
49491         * stdio-common/Makefile (tests): Add tst-sprintf3.
49492         * stdio-common/tst-sprintf3.c: New file.
49494         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
49495         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
49497 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
49499         * conform/conformtest.pl: Remove duplicate typed-constant
49500         handling.
49502 2012-04-28  David S. Miller  <davem@davemloft.net>
49504         * Makerules (%.abilist): Add vpath on sysdep_dirs.
49505         (check-abi-%): Remove AWK script prerequisite and explicit
49506         abilist directory.
49507         (check-abi): Rewrite to just diff the symlist with the abilist.
49508         (config-tls, config-abi-config): Delete, no longer used.
49509         (update-abi-%): Remove AWK script and explicit abilist directory.
49510         (update-abi): Rewrite to simply compare and conditionally copy the
49511         symlist and the sysdep abilist file.  Remove update-abi-config
49512         checks.
49513         * abilist/ld.abilist: Remove.
49514         * abilist/libBrokenLocale.abilist: Remove.
49515         * abilist/libanl.abilist: Remove.
49516         * abilist/libcrypt.abilist: Remove.
49517         * abilist/libdl.abilist: Remove.
49518         * abilist/librt.abilist: Remove.
49519         * abilist/libthread_db.abilist: Remove.
49520         * abilist/libutil.abilist: Remove.
49521         * scripts/extract-abilist.awk: Remove.
49522         * scripts/merge-abilist.awk: Remove.
49523         * sysdeps/generic/libcidn.abilist: New file.
49524         * sysdeps/generic/libnss_compat.abilist: New file.
49525         * sysdeps/generic/libnss_db.abilist: New file.
49526         * sysdeps/generic/libnss_dns.abilist: New file.
49527         * sysdeps/generic/libnss_files.abilist: New file.
49528         * sysdeps/generic/libnss_hesiod.abilist: New file.
49529         * sysdeps/generic/libnss_nis.abilist: New file.
49530         * sysdeps/generic/libnss_nisplus.abilist: New file.
49531         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
49532         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
49533         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
49534         file.
49535         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
49536         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
49537         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
49538         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
49539         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
49540         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
49541         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
49542         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
49543         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
49544         file.
49545         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
49546         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
49547         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
49548         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
49549         file.
49550         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
49551         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
49552         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
49553         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
49554         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
49555         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
49556         file.
49557         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
49558         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
49559         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
49560         file.
49561         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
49562         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
49563         New file.
49564         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
49565         New file.
49566         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
49567         New file.
49568         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
49569         New file.
49570         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
49571         New file.
49572         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
49573         New file.
49574         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
49575         New file.
49576         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
49577         New file.
49578         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
49579         New file.
49580         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
49581         New file.
49582         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
49583         New file.
49584         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
49585         New file.
49586         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
49587         New file.
49588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
49589         file.
49590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
49591         New file.
49592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
49593         New file.
49594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
49595         file.
49596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
49597         New file.
49598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
49599         New file.
49600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
49601         file.
49602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
49603         New file.
49604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
49605         New file.
49606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
49607         New file.
49608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
49609         New file.
49610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
49611         New file.
49612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
49613         New file.
49614         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
49615         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
49616         file.
49617         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
49618         New file.
49619         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
49620         file.
49621         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
49622         file.
49623         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
49624         file.
49625         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
49626         file.
49627         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
49628         file.
49629         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
49630         New file.
49631         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
49632         file.
49633         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
49634         file.
49635         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
49636         New file.
49637         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
49638         file.
49639         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
49640         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
49641         file.
49642         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
49643         New file.
49644         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
49645         file.
49646         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
49647         file.
49648         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
49649         file.
49650         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
49651         file.
49652         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
49653         file.
49654         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
49655         New file.
49656         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
49657         file.
49658         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
49659         file.
49660         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
49661         New file.
49662         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
49663         file.
49664         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
49665         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
49666         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
49667         file.
49668         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
49669         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
49670         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
49671         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
49672         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
49673         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
49674         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
49675         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
49676         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
49677         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
49678         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
49679         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
49680         file.
49681         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
49682         New file.
49683         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
49684         file.
49685         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
49686         file.
49687         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
49688         file.
49689         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
49690         file.
49691         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
49692         file.
49693         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
49694         New file.
49695         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
49696         New file.
49697         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
49698         file.
49699         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
49700         New file.
49701         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
49702         file.
49703         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
49704         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
49705         file.
49706         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
49707         New file.
49708         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
49709         file.
49710         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
49711         file.
49712         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
49713         file.
49714         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
49715         file.
49716         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
49717         file.
49718         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
49719         New file.
49720         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
49721         New file.
49722         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
49723         file.
49724         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
49725         New file.
49726         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
49727         file.
49729 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
49731         * conform/conformtest.pl: Fix typo in handling typed-constant from
49732         allow-header.
49734 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
49736         * README: Cut down references to pre-2.6 Linux kernels and
49737         Linuxthreads.  Update lists of configurations in libc and ports
49738         and sort alphabetically.  Say "or newer" with Linux kernel version
49739         requirements.
49741         * config.h.in [IS_IN_build]: Allow compiling without optimization.
49743 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
49745         [BZ #887]
49746         * math/libm-test.inc (logb_test_downward): New test to expose
49747         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
49748         rounding mode.
49750 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
49752         [BZ #14027]
49753         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
49754         to be done.
49755         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
49756         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
49758 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
49760         * sysdeps/unix/i386/brk.S: Remove file.
49761         * sysdeps/unix/i386/dl-brk.S: Likewise.
49762         * sysdeps/unix/i386/pipe.S: Likewise.
49763         * sysdeps/unix/i386/sigreturn.S: Likewise.
49764         * sysdeps/unix/i386/syscall.S: Likewise.
49765         * sysdeps/unix/i386/vfork.S: Likewise.
49766         * sysdeps/unix/i386/wait.S: Likewise.
49768         * sysdeps/unix/common/tcsendbrk.c: Move to ...
49769         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
49771         * configure.in (arm*-none*): Do not allow without
49772         --enable-hacker-mode.
49773         (netbsd*): Remove case setting base_os.
49774         (386bsd*): Likewise.
49775         (freebsd*): Likewise.
49776         (bsdi*): Likewise.
49777         (osf*): Likewise.
49778         (sunos*): Likewise.
49779         (ultrix*): Likewise.
49780         (newsos*): Likewise.
49781         (dynix*): Likewise.
49782         (*bsd*): Likewise.
49783         (sysv*): Likewise.
49784         (isc*): Likewise.
49785         (esix*): Likewise.
49786         (sco*): Likewise.
49787         (minix*): Likewise.
49788         (irix4*): Likewise.
49789         (irix6*): Likewise.
49790         (solaris[2-9]*): Likewise.
49791         (none): Likewise.
49792         * configure: Regenerated.
49794 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49796         [BZ #11521]
49797         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
49798         overflow or cancellation in calculating denominator.
49799         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
49800         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
49801         down expression to avoid unexpected rounding in newer GCCs.
49802         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
49804 2012-04-26  David S. Miller  <davem@davemloft.net>
49806         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
49807         long-double compat symbols.
49808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
49809         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
49810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
49811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
49812         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
49813         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
49814         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
49815         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
49816         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
49817         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
49818         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
49819         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
49820         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49822 2012-04-25  David S. Miller  <davem@davemloft.net>
49824         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
49825         HWCAP_* values only after the memory barriers have been defined.
49826         (atomic_full_barrier): Define.
49827         (atomic_read_barrier): Define.
49828         (atomic_write_barrier): Define.
49830 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
49832         * shlib-versions: Add libgcc_s version information.
49833         * sysdeps/generic/libgcc_s.h: Remove.
49834         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
49835         libgcc_s.h.
49836         * sysdeps/gnu/unwind-resume.c: Likewise.
49837         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
49839 2012-04-25  David S. Miller  <davem@davemloft.net>
49841         * sysdeps/unix/sparc/brk.S: Delete.
49842         * sysdeps/unix/sparc/dl-brk.S: Delete.
49843         * sysdeps/unix/sparc/pipe.S: Delete.
49844         * sysdeps/unix/sparc/sysdep.S: Delete.
49845         * sysdeps/unix/sparc/sysdep.h: Delete.
49846         * sysdeps/unix/sparc/vfork.S: Delete.
49847         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
49848         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
49849         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
49850         (ret_ERRVAL, r0, r1, MOVE): Define.
49851         (JUMPTARGET): Remove.
49852         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
49853         sysdeps/unix/sparc/sysdep.h
49854         (ENTRY, END): Remove.
49855         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49857 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
49859         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
49860         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
49861         -DIS_IN_build.
49863         * timezone/README: Update upstream location and email address for
49864         tzcode and tzdata.
49865         * timezone/zdump.c: Update from tzcode 2012b.
49866         * timezone/zic.c: Likewise.
49868         * configure.in (libc_cv_as_needed): Remove test.
49869         * configure: Regenerated.
49870         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
49871         conditional definition.
49872         [$(have-as-needed) != yes] (no-as-needed): Likewise.
49873         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
49874         * config.make.in (have-as-needed): Remove variable.
49876 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
49877             Paul Pluzhnikov  <ppluzhnikov@google.com>
49879         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
49880         strings correctly.
49882 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
49884         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
49885         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
49886         * sysdeps/sh/strlen.S: Likewise.
49888 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
49890         * sysdeps/unix/fork.S: Remove file.
49891         * sysdeps/unix/i386/fork.S: Likewise.
49892         * sysdeps/unix/sparc/fork.S: Likewise.
49894         * sysdeps/unix/system.c: Remove file.
49895         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
49897         * sysdeps/unix/getegid.S: Remove file.
49898         * sysdeps/unix/geteuid.S: Likewise.
49900 2012-04-24  Roland McGrath  <roland@hack.frob.com>
49902         * scripts/check-localplt.awk: New file.
49903         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
49904         of diff.
49905         * scripts/data/localplt-generic.data: Add a comment.
49907         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
49908         NODE when __dir_mkfile failed.
49909         * sysdeps/mach/hurd/symlinkat.c: Likewise.
49910         Reported by Ludovic Courtès <ludo@gnu.org>.
49912 2012-04-24  Andreas Jaeger  <aj@suse.de>
49914         * Makerules (common-clean): Also remove gen-as-const-headers
49915         files.
49917 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
49919         * Makerules (native-compile): Do not change working directory for
49920         build.  Use $(OUTPUT_OPTION) in command.
49921         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
49923 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49925         [BZ #13886]
49926         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
49927         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
49928         * math/libm-test.inc (floor_test): Add more tests.
49929         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
49931 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
49933         * sysdeps/unix/getdents.c: Remove file.
49934         * sysdeps/unix/sysv/getdents.c: Likewise.
49935         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
49937         * sysdeps/unix/syscalls.list (madvise): Add syscall from
49938         sysdeps/unix/mman/syscalls.list.
49939         (mmap): Likewise.
49940         (mprotect): Likewise.
49941         (msync): Likewise.
49942         (munmap): Likewise.
49943         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
49944         * sysdeps/unix/mman/syscalls.list: Remove.
49945         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
49947         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
49948         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
49949         * configure: Regenerated.
49950         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
49951         $(libgcc_s_suffix).
49952         * config.make.in (libgcc_s_suffix): Remove variable.
49954 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
49956         * sysdeps/unix/sysv/gethostname.c: Move to ...
49957         * sysdeps/posix/gethostname.c: ... here.
49959         * sysdeps/unix/execve.S: Remove file.
49961         * sysdeps/unix/_exit.S: Remove file.
49963 2012-04-23  Andreas Jaeger  <aj@suse.de>
49965         [BZ #13739]
49966         * manual/Makefile: Remove make dist support, there's no
49967         need for a stand-alone documentation tar ball.
49968         (TEXI2DVI): Define always, it's not in Makeconfig.
49969         (dist): Removed.
49970         (tar-it): Removed.
49971         (edition): Removed.
49972         (glibc-doc-$(edition).tar): Removed
49973         (%.Z): Removed.
49974         (%.gz): Removed.
49975         (%.uu): Removed.
49976         (ETAGS): Remove, it's in Makeconfig.
49977         (move-if-change): Remove, it's in Makeconfig.
49979 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
49981         [BZ #13970]
49982         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
49983         (strtod, strtof, strtold, strtol, strtoul, strtoq)
49984         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
49985         (strtod_l, strtof_l, strtold_l): Remove __wur.
49986         It is not necessarily an error to ignore strtol's return value.
49987         One can reliably look at the stored endptr to decide whether
49988         the number had valid syntax.
49990 2012-04-21  Andreas Jaeger  <aj@suse.de>
49992         [BZ #13739]
49993         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
49995 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
49997         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
49998         * sysdeps/unix/sysv/Versions: Remove file.
50000 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
50002         [BZ #13927]
50003         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50005 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
50007         [BZ #7064]
50008         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
50009         version from __vm86.
50011 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
50013         * sysdeps/unix/common/lxstat.c: Remove file.
50014         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
50016         * sysdeps/unix/sysv/Makefile: Remove file.
50018         * sysdeps/unix/sysv/direct.h: Remove file.
50020         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
50021         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
50022         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
50023         * sysdeps/unix/sysv/bits/signum.h: Likewise.
50024         * sysdeps/unix/sysv/bits/stat.h: Likewise.
50025         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
50026         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
50028         * sysdeps/unix/sysv/setrlimit.c: Remove file.
50030         * sysdeps/unix/xmknod.c: Remove file.
50031         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
50033         * sysdeps/unix/sysv/settimeofday.c: Remove file.
50035         * sysdeps/unix/sysv/i386/time.S: Remove file.
50037         * sysdeps/unix/fxstat.c: Remove file.
50038         * sysdeps/unix/xstat.c: Likewise.
50039         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
50041         * sysdeps/unix/sysv/sigaction.c: Remove file.
50043         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
50044         (sysdep_headers): Remove variable.
50045         [termio.h not in sysdep_headers] (generated): Likewise.
50046         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
50047         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
50048         * sysdeps/unix/sysv/tcdrain.c: Likewise.
50049         * sysdeps/unix/sysv/tcflow.c: Likewise.
50050         * sysdeps/unix/sysv/tcflush.c: Likewise.
50051         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
50052         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
50053         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
50054         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
50055         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
50057         * sysdeps/unix/siglist.c: Remove file.
50059         * sysdeps/unix/getppid.S: Remove file.
50061         * sysdeps/unix/mkdir.c: Remove file.
50062         * sysdeps/unix/rmdir.c: Likewise.
50064 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
50066         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
50067         ERR_MAX value.
50068         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
50069         errlist-compat value.
50071 2012-04-18  David S. Miller  <davem@davemloft.net>
50073         * sysdeps/generic/memcopy.h (reg_char): Delete.
50074         * debug/strcat_chk.c: Use char, not reg_char.
50075         * debug/strcpy_chk.c: Likewise.
50076         * debug/strncat_chk.c: Likewise.
50077         * debug/strncpy_chk.c: Likewise.
50078         * string/memchr.c: Likewise.
50079         * string/memrchr.c: Likewise.
50080         * string/rawmemchr.c: Likewise.
50081         * string/strcat.c: Likewise.
50082         * string/strchr.c: Likewise.
50083         * string/strchrnul.c: Likewise.
50084         * string/strcmp.c: Likewise.
50085         * string/strcpy.c: Likewise.
50086         * string/strncat.c: Likewise.
50087         * string/strncmp.c: Likewise.
50088         * string/strncpy.c: Likewise.
50090 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
50092         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
50093         __builtin_memcopy is called when src and dest ranges are known to not
50094         overlap.
50096 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
50098         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
50099         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
50100         fwd_align_merge macro call.
50101         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
50102         bwd_align_merge macro call.
50103         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
50105 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
50107         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
50108         bwd_align_merge macros.
50109         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
50110         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
50111         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
50113 2012-04-18  David S. Miller  <davem@davemloft.net>
50115         * sysdeps/sparc/sparc64/memcopy.h: Delete.
50117 2012-04-18  Andreas Jaeger  <aj@suse.de>
50119         [BZ# 6794]
50120         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
50121         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
50122         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
50124         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
50125         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
50126         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
50128         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
50129         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
50130         Adjust for changed ldbl-128 files.
50132         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
50133         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
50134         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
50136 2012-04-17  David S. Miller  <davem@davemloft.net>
50138         * sysdeps/sparc/sparc32/memcopy.h: Delete.
50140 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
50142         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
50143         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
50144         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
50145         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
50146         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
50147         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
50149 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50151         [BZ #6794]
50152         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
50153         * math/libm-test.inc: Add ilogb errno and exception tests.
50154         * math/w_ilogb.c: New file: ilogb wrapper.
50155         * math/w_ilogbf.c: New file: ilogbf wrapper.
50156         * math/w_ilogbl.c: New file: ilogbl wrapper.
50157         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
50158         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
50159         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
50160         exception being thrown with 0.0 as argument.
50161         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
50162         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
50163         exception being thrown with 0.0 as argument.
50164         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
50165         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
50166         exception being thrown with 0.0 as argument.
50167         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
50168         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
50169         exception being thrown with 0.0 as argument.
50170         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
50171         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
50172         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
50173         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
50174         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
50175         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
50176         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
50177         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
50178         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
50180 2012-04-17  Petr Baudis  <pasky@ucw.cz>
50182         * include/sys/uio.h: Change __vector to __iovec to avoid clash
50183         with altivec.
50185 2012-04-16  Marek Polacek  <polacek@redhat.com>
50187         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
50189 2012-04-16  Marek Polacek  <polacek@redhat.com>
50191         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
50192         operands of fdivp instruction.
50194 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
50196         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
50197         * elf/tst-auditmod3b.c: Likewise.
50198         * elf/tst-auditmod4b.c: Likewise.
50199         * elf/tst-auditmod5b.c: Likewise.
50200         * elf/tst-auditmod6b.c: Likewise.
50201         * elf/tst-auditmod6c.c: Likewise.
50202         * elf/tst-auditmod7b.c: Likewise.
50203         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
50204         * sysdeps/x86_64/preconfigure.in: Likewise.
50205         * sysdeps/x86_64/preconfigure: Regenerated.
50207 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
50209         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
50210         __ILP32__.
50212 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
50214         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
50215         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
50217 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
50219         [BZ #13973]
50220         * locale/iso-639.def: Fix gl language name. Spotted by
50221         Yaron Shahrabani.
50223 2012-04-12  Roland McGrath  <roland@hack.frob.com>
50225         [BZ #2074]
50226         * libio/libio.h (__io_write_fn): Update comment.
50228 2012-04-12  Petr Baudis  <pasky@ucw.cz>
50230         [BZ #2074]
50231         * stdio.texi (Hook Functions): The user provided writer function
50232         is not allowed to return -1.
50234 2012-04-11  David S. Miller  <davem@davemloft.net>
50236         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50238 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
50240         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
50241         Add a leading slash to rtkaio.
50243 2012-04-11  Jim Meyering  <meyering@redhat.com>
50245         [BZ #11959]
50246         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
50247         It is not necessarily an error to ignore fwrite's return
50248         value.  One can reliably use ferror to test for errors after
50249         the fact.
50251 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
50253         * bits/types.h (__snseconds_t): New type.
50254         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
50256         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
50257         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
50258         (__SNSECONDS_T_TYPE): Likewise.
50259         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
50260         (__SNSECONDS_T_TYPE): Likewise.
50261         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
50262         (__SNSECONDS_T_TYPE): Likewise.
50264 2012-04-10  Andreas Jaeger  <aj@suse.de>
50266         [BZ #2636]
50267         * manual/time.texi (Processor Time): Return type of times is
50268         elapsed real time since an arbitrary point in the past.
50269         (CPU Time): Move CLK_TCK from here...
50270         (Processor Time): ...to here.  Correct description.
50271         * manual/conf.texi (Constants for Sysconf): Correct description of
50272         _SC_CLK_TCK.
50274 2012-04-10  David S. Miller  <davem@davemloft.net>
50276         [BZ #13967]
50277         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
50278         where the is a gap between DT_REL(A) and DT_JMPREL.
50280 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
50282         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
50283         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
50284         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
50286 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
50288         * elf/dl-support.c (_dl_inhibit_cache): New variable.
50289         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
50290         (dl_main): Handle --inhibit-cache.
50291         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
50292         _dl_inhibit_cache.
50293         * elf/dl-load.c (_dl_map_object): Use it.
50294         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
50296 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
50298         [BZ #13872]
50299         * sysdeps/i386/fpu/e_powl.S (p78): New object.
50300         (__ieee754_powl): Saturate large exponents rather than testing for
50301         overflow of y*log2(x).
50302         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50303         * math/libm-test.inc (pow_test): Do not permit spurious overflow
50304         exceptions.
50306         [BZ #11521]
50307         * math/s_ctan.c: Include <float.h>.
50308         (__ctan): Avoid internal overflow or cancellation in calculating
50309         denominator.
50310         * math/s_ctanf.c: Likewise.
50311         * math/s_ctanl.c: Likewise.
50312         * math/s_ctanh.c: Likewise.
50313         * math/s_ctanhf.c: Likewise.
50314         * math/s_ctanhl.c: Likewise.
50315         * math/libm-test.inc (ctan_test): Add more tests.
50316         (ctanh_test): Likewise.
50317         * sysdeps/i386/fpu/libm-test-ulps: Update.
50318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50320 2012-04-09  Andreas Jaeger  <aj@suse.de>
50322         [BZ #6894]
50323         * manual/filesys.texi (Directory Entries): Mention that d_namlen
50324         is an optional BSD extension.
50326         [BZ #10254]
50327         * manual/stdio.texi (Opening Streams): Document additional fopen
50328         parameters.
50330 2012-04-09  Roland McGrath  <roland@hack.frob.com>
50332         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
50333         %eax without telling the compiler.
50335 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
50337         [BZ # 13963]
50338         * manual/install.texi: Use sourceware.org.
50340 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
50342         [BZ #13873]
50343         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
50344         (__ieee754_pow): Generate overflow and underflow using huge*huge
50345         and tiny*tiny rather than just returning constant infinity or zero
50346         for large exponents.
50347         * math/libm-test.inc (pow_test): Require overflow exceptions for
50348         applicable cases of large exponents.
50350         [BZ #706]
50351         * sysdeps/i386/fpu/e_pow.S (p10): New object.
50352         (__ieee754_pow): Use iterative multiplication algorithm only for
50353         integer exponents with absolute value below 1024.  Check for odd
50354         integer exponents when using algorithm for real exponents.
50355         * math/libm-test.inc (pow_test): Add more tests.
50356         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50358 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
50360         [BZ #13705]
50361         * math/libm-test.inc (exp_test): Do not allow overflow exception
50362         on underflow test.
50364 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
50366         [BZ #13705]
50367         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
50368         instead of __kernel_standard_f.
50370 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
50372         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
50373         * sysdeps/x86_64/memset_chk.S: Likewise.
50375 2012-04-08  Andreas Jaeger  <aj@suse.de>
50377         [BZ #10153]
50378         * manual/startup.texi (Environment Access): Describe return value
50379         for putenv and setenv.
50381         [BZ #6895]
50382         * manual/filesys.texi (Directory Entries): Add description for
50383         DT_LNK.
50385         [BZ #6890]
50386         * manual/filesys.texi (Directory Entries): Clarify that it's file
50387         system not operating system in the description of DT_UNKNOWN.
50389         [BZ #6578]
50390         * manual/syslog.texi (closelog): Fix reference, it's openlog.
50392 2012-04-08  Stephen Compall  <s11@member.fsf.org>
50394         [BZ #6649]
50395         * manual/llio.texi (Opening and Closing Files): Add cross
50396         reference to explain mode argument.
50398 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
50400         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
50401         * sysdeps/x86_64/memset_chk.S: Likewise.
50403 2012-04-07  David S. Miller  <davem@davemloft.net>
50405         * elf/elf.h (R_SPARC_WDISP10): Define.
50406         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
50407         R_SPARC_SIZE32.
50408         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
50409         R_SPARC_SIZE64 and R_SPARC_H34.
50411 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
50413         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
50414         conditions and remove no longer applicable assertion.
50416 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
50418         * bits/byteswap.h: Include <features.h>.
50419         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
50420         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
50422 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
50424         * bits/byteswap.h (__bswap_16): Removed.
50425         Include <bits/byteswap-16.h> to get __bswap_16.
50426         * sysdeps/i386/bits/byteswap.h: Likewise.
50427         * sysdeps/s390/bits/byteswap.h: Likewise.
50428         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50429         * bits/byteswap-16.h: New file.
50430         * sysdeps/i386/bits/byteswap-16.h: Likewise.
50431         * sysdeps/s390/bits/byteswap-16.h: Likewise.
50432         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
50433         * string/Makefile (headers): Add bits/byteswap-16.h.
50435 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
50437         [BZ #13895]
50438         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
50439         extra indirection.
50440         * nss/Makefile (tests-static, tests): Add tst-nss-static.
50441         * nss/tst-nss-static.c: New.
50443 2012-04-06  Robert Millan  <rmh@gnu.org>
50445         [BZ #6486]
50446         * manual/llio.texi (File Position Primitive): lseek
50447         refers to WHENCE when it really means OFFSET.
50449 2012-04-06  Andreas Jaeger  <aj@suse.de>
50451         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
50452         strncmp declarations.
50454         * abilist/libc.abilist: Add __poll and __ppoll.
50456 2012-04-05  David S. Miller  <davem@davemloft.net>
50458         * scripts/check-local-headers.sh: Accept a host triplet in the
50459         path matched by the exclude regexp.
50461         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
50462         definition.
50463         * sysdeps/powerpc/powerpc32/dl-machine.h
50464         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
50465         * sysdeps/s390/s390-32/dl-machine.h
50466         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
50467         * sysdeps/sparc/sparc32/dl-machine.h
50468         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
50469         * sysdeps/sparc/sparc64/dl-machine.h
50470         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
50472         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
50473         lazy binding.
50474         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
50475         undefined symbol errors.
50477         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
50478         DT_NEEDED entries.
50480 2012-04-05  Michael Matz  <matz@suse.de>
50482         [BZ #13592]
50483         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
50485 2012-04-05  Andreas Jaeger  <aj@suse.de>
50487         [BZ #13908]
50488         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
50489         comment.
50491 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50493         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
50494         which ROUND is no valid rounding mode.
50496 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50498         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
50499         read again.
50500         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
50502 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50504         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
50505         an exception using FPU order intentionally.
50507 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50509         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
50510         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
50511         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
50512         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
50514 2012-04-05  Simon Josefsson  <simon@josefsson.org>
50516         [BZ #12340]
50517         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
50518         EINVAL when BUFLEN is too smal.
50520 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
50522         [BZ #13553]
50523         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
50524         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
50526 2012-04-03  Andreas Jaeger  <aj@suse.de>
50528         [BZ #13938]
50529         * manual/setjmp.texi (System V contexts): Fix sentence.
50531         [BZ #13926]
50532         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
50533         New macro for this case.
50534         [!__GNUC__] (__bswap_64): New inline function for this case.
50535         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50536         * bits/byteswap.h: Likewise.
50537         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
50538         ull, guard with __GLIBC_HAVE_LONG_LONG.
50540         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
50541         __GLIBC_HAVE_LONG_LONG.
50543         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
50544         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
50546 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
50548         [BZ #13691]
50549         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
50550         inptr and inend, rather than using last_ch.
50552 2012-04-02  David S. Miller  <davem@davemloft.net>
50554         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
50555         * stdio-common/printf-parse.h (read_int): Change return type to
50556         'int', return -1 on INT_MAX overflow.
50557         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
50558         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
50559         overflows INT_MAX.  Check for overflow of in-format-string precision
50560         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
50561         SIZE_MAX not INT_MAX for integer overflow test.
50562         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
50563         skip the construct in the format string but do not record anything.
50564         * stdio-common/bug22.c: Adjust to test both width/prevision
50565         INT_MAX overflow as well as total length INT_MAX overflow.  Check
50566         explicitly for proper errno values.
50568 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
50570         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
50571         CHAR_MAX.
50572         * string/test-strcmp.c [! WIDE]: Likewise.
50573         * time/tst-mktime2.c: Likewise for INT_MAX.
50574         * string/test-string.h: #include <sys/param.h> for MIN.
50576         * csu/init-first.c (__libc_init_first): Call __ctype_init.
50577         * sysdeps/i386/init-first.c (init): Likewise.
50578         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
50579         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
50580         * sysdeps/sh/init-first.c (init): Likewise.
50582 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
50584         * po/ru.po: Update from translation team.
50585         * po/vi.po: Likewise.
50587 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
50589         * resolv/nss_dns/dns-host.c: Merge copyright years.
50591 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50593         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50594         Optimize memcpy with prefetch if
50595         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
50596         src, dst pointers have unequal 16 byte alignments.
50598 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
50600         [BZ #13928]
50601         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
50602         from a CNAME entry and return the minimum ttl for the query.
50603         (gaih_getanswer_slice): Likewise.
50605 2012-03-30  Jeff Law  <law@redhat.com>
50607         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
50608         due to long keys.
50609         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
50610         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
50612         * resolv/nss_dns/dns-host.c: Update copyright year.
50614 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
50616         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
50617         requests to save a system call.  Fix check that all bytes are sent.
50619         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
50620         comments for sendmmsg.
50622 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
50624         [BZ #13691]
50625         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
50626         with only 1 character between 0x0041 and 0x01b0.
50627         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
50628         * wcsmbs/tst-mbsnrtowcs.c: New file.
50630 2012-03-29  David S. Miller  <davem@davemloft.net>
50632         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
50633         small copies by hand.
50635 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
50637         [BZ #13761]
50638         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
50639         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
50640         group memberships.
50642 2012-03-28  David S. Miller  <davem@davemloft.net>
50644         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
50645         that branches into memcpy.
50646         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
50647         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
50648         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
50649         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
50650         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
50651         bits.
50652         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
50653         implementation too.
50654         * sysdeps/sparc/mempcpy.S: New file.
50656         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
50657         the IFUNC routine in the libc case.
50658         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50660         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
50661         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
50662         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
50663         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
50664         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
50665         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
50666         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
50667         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
50669         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
50670         loop to 256 bytes instead of 64 bytes and fix test signedness.
50672         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
50673         * sysdeps/sparc/sparc32/Makefile: rather than here...
50674         * sysdeps/sparc/sparc64/Makefile: and here.
50676 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
50678         * malloc/mallocbug.c: Avoid warnings about unused variables.
50680 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
50682         [BZ #13760]
50683         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
50684         in the right place. Discard and retry query if response is
50685         larger than input buffer size.
50687 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
50689         [BZ #369]
50690         [BZ #2678]
50691         [BZ #3866]
50692         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
50693         x for large integer exponent.
50694         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
50695         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
50696         sign of result as needed afterwards.
50697         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
50698         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
50699         result for underflowing pow the same as for overflow.
50700         (__kernel_standard_l): Handle powl overflow and underflow here
50701         rather than calling __kernel_standard.
50702         * math/libm-test.inc (pow_test): Add more tests.
50704         [BZ #3868]
50705         [BZ #13879]
50706         [BZ #13910]
50707         [BZ #13911]
50708         [BZ #13912]
50709         [BZ #13913]
50710         [BZ #13915]
50711         [BZ #13916]
50712         [BZ #13917]
50713         [BZ #13918]
50714         [BZ #13919]
50715         [BZ #13920]
50716         [BZ #13921]
50717         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
50718         * sysdeps/ieee754/k_standard.c: Include <float.h>.
50719         (__kernel_standard_l): New function.
50720         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
50721         __kernel_standard.
50722         * math/w_acosl.c (__acosl): Likewise.
50723         * math/w_asinl.c (__asinl): Likewise.
50724         * math/w_atan2l.c (__atan2l): Likewise.
50725         * math/w_atanhl.c (__atanhl): Likewise.
50726         * math/w_coshl.c (__coshl): Likewise.
50727         * math/w_exp10l.c (__exp10l): Likewise.
50728         * math/w_exp2l.c (__exp2l): Likewise.
50729         * math/w_fmodl.c (__fmodl): Likewise.
50730         * math/w_hypotl.c (__hypotl): Likewise.
50731         * math/w_j0l.c (__j0l, __y0l): Likewise.
50732         * math/w_j1l.c (__j1l, __y1l): Likewise.
50733         * math/w_jnl.c (__jnl, __ynl): Likewise.
50734         * math/w_lgammal.c (__lgammal): Likewise.
50735         * math/w_log10l.c (__log10l): Likewise.
50736         * math/w_log2l.c (__log2l): Likewise.
50737         * math/w_logl.c (__logl): Likewise.
50738         * math/w_powl.c (__powl): Likewise.
50739         * math/w_remainderl.c (__remainderl): Likewise.
50740         * math/w_scalbl.c (sysv_scalbl): Likewise.
50741         * math/w_sinhl.c (__sinhl): Likewise.
50742         * math/w_sqrtl.c (__sqrtl): Likewise.
50743         * math/w_tgammal.c (__tgammal): Likewise.
50744         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
50745         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
50746         * math/libm-test.inc (acos_test): Add more tests.
50747         (acosh_test): Likewise.
50748         (asin_test): Likewise.
50749         (atanh_test): Likewise.
50750         (exp_test): Likewise.
50751         (exp10_test): Likewise.
50752         (exp2_test): Likewise.
50753         (expm1_test): Likewise.
50754         (lgamma_test): Likewise.
50755         (log_test): Likewise.
50756         (log10_test): Likewise.
50757         (log1p_test): Likewise.
50758         (log2_test): Likewise.
50759         (pow_test): Do not allow some spurious overflow exceptions.
50760         (sqrt_test): Add more tests.
50761         (tgamma_test): Likewise.
50762         (y0_test): Likewise.
50763         (y1_test): Likewise.
50764         (yn_test): Likewise.
50766 2012-03-27  Anton Blanchard  <anton@samba.org>
50768         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
50769         MAP_HUGETLB.
50770         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
50771         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
50772         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
50774 2012-03-27  David S. Miller  <davem@davemloft.net>
50776         * conform/Makefile: Run run-conformtest.sh using $(BASH).
50778         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
50779         have-as-vis3 check.
50781 2012-03-27  Andreas Jaeger  <aj@suse.de>
50783         * sysdeps/x86_64/elf/configure.in: Moved to ...
50784         * sysdeps/x86_64/configure.in: ... here.
50785         * sysdeps/x86_64/elf/start.S: Moved to ...
50786         * sysdeps/x86_64/start.S: ... here.
50787         * sysdeps/x86_64/elf/configure: Delete.
50789         * sysdeps/x86_64/configure.in: Merge contents from
50790         sysdeps/i386/configure.in (without i686 check).
50792         * sysdeps/i386/elf/Versions: Merge into ...
50793         * sysdeps/i386/Versions: ... this.
50794         * sysdeps/i386/elf/Versions: Delete file.
50795         * sysdeps/i386/elf/start.S: Moved to ...
50796         * sysdeps/i386/start.S: ...here.
50797         * sysdeps/i386/elf/configure.in: Merge into...
50798         * sysdeps/i386/configure.in: ...here.
50799         * sysdeps/i386/elf/configure.in: Delete file.
50800         * sysdeps/i386/elf/configure: Delete file.
50802         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
50803         * debug/backtracesyms.c: ... here.
50804         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
50805         * debug/backtracesymsfd.c: ... here.
50806         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
50807         * sysdeps/generic/ifunc-sel.h: ... here.
50809         * sysdeps/unix/i386/start.c: Delete file.
50810         * sysdeps/unix/sparc/start.c: Delete file.
50811         * sysdeps/unix/start.c: Delete file.
50813         * sysdeps/sh/elf/configure.in: Moved to ...
50814         * sysdeps/sh/configure.in: ... here.
50815         * sysdeps/sh/elf/start.S: Moved to ...
50816         * sysdeps/sh/start.S: ... here.
50817         * sysdeps/sh/elf/configure: Delete file.
50819         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
50820         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
50821         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
50822         * sysdeps/powerpc/powerpc64/entry.h: ... here.
50823         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
50824         * sysdeps/powerpc/powerpc64/start.S: here.
50825         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
50826         * sysdeps/powerpc/powerpc64/Makefile: ... this.
50827         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
50828         * sysdeps/powerpc/powerpc64/configure.in: ... this.
50829         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
50831         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
50832         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
50833         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
50834         * sysdeps/powerpc/powerpc32/start.S: ... here.
50835         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
50836         * sysdeps/powerpc/powerpc32/configure.in: ... this.
50837         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
50839         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
50840         * sysdeps/powerpc/ifunc-sel.h: ... here.
50841         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
50842         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
50844         * sysdeps/sparc/elf/configure.in: Moved to ...
50845         * sysdeps/sparc/configure.in: ... here.
50846         * sysdeps/sparc/elf/configure: Delete file.
50847         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
50848         * sysdeps/sparc/sparc32/start.S: ... here.
50849         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
50850         * sysdeps/sparc/sparc64/start.S: ... here.
50851         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
50852         * sysdeps/sparc/sparc32/Makefile: ... this.
50853         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
50854         * sysdeps/sparc/sparc64/Makefile: ... this.
50856         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
50857         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
50858         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
50859         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
50860         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
50861         * sysdeps/s390/s390-32/setjmp.S: ... here.
50862         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
50863         * sysdeps/s390/s390-32/configure.in: ... here.
50864         * sysdeps/s390/s390-32/elf/configure: Delete file.
50865         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
50866         * sysdeps/s390/s390-32/start.S: ... here.
50868         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
50869         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
50870         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
50871         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
50872         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
50873         * sysdeps/s390/s390-64/setjmp.S: ... here.
50874         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
50875         * sysdeps/s390/s390-64/configure.in: ... here
50876         * sysdeps/s390/s390-64/elf/configure: Delete file.
50877         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
50878         * sysdeps/s390/s390-64/start.S: ... here.
50879         * sysdeps/s390/s390-64/elf/configure: Delete.
50881         * configure.in: Remove support for elf directories in sysdeps.
50883         * configure: Regenerated.
50884         * sysdeps/i386/configure: Regenerated.
50885         * sysdeps/powerpc/powerpc32/configure: Regenerated.
50886         * sysdeps/powerpc/powerpc64/configure: Regenerated.
50887         * sysdeps/s390/s390-32/configure: Regenerated.
50888         * sysdeps/s390/s390-64/configure: Regenerated.
50889         * sysdeps/sh/configure: Regenerated.
50890         * sysdeps/sparc/configure: Regenerated.
50891         * sysdeps/x86_64/configure: Regenerated.
50893 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
50895         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50897         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
50898         denormal result into account.
50900 2012-03-25  Roland McGrath  <roland@hack.frob.com>
50902         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
50903         Reported by Allan McRae <allan@archlinux.org>.
50905 2012-03-23  Jeff Law  <law@redhat.com>
50907         * nss/getnssent.c (__nss_getent): Fix typo.
50909 2012-03-23  David S. Miller  <davem@davemloft.net>
50911         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50913 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
50915         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
50916         to pad to uint64_t for each field.
50917         (dl_tls_index): Replace unsigned long with uint64_t.
50919 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
50920         Paul Pluzhnikov  <ppluzhnikov@google.com>
50922         [BZ #6528]
50923         * grp/Makefile (otherlibs): Don't set it.
50924         * inet/Makefile (otherlibs): Likewise.
50925         * login/Makefile (otherlibs): Likewise.
50926         * nscd/Makefile (otherlibs): Likewise.
50927         * posix/Makefile (otherlibs): Likewise.
50928         * pwd/Makefile (otherlibs): Likewise.
50929         * rt/Makefile (otherlibs): Likewise.
50930         * sunrpc/Makefile (otherlibs): Likewise.
50931         * nss/Makefile (otherlibs): Likewise.
50932         Add libnss_files to routines and static-only-routines.
50933         ($(objpfx)getent): Remove rule.
50934         * resolv/Makefile: Add libnss_dns and libresolv to routines and
50935         static-only-routines.
50937 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
50939         [BZ #13892]
50940         * math/s_cexp.c: Include <float.h>.
50941         (__cexp): Handle exp result overflowing not necessarily
50942         overflowing both real and imaginary parts of result.
50943         * math/s_cexpf.c: Likewise.
50944         * math/s_cexpl.c: Likewise.
50945         * math/libm-test.inc (cexp_test): Add more tests.
50946         * sysdeps/i386/fpu/libm-test-ulps: Update.
50947         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50949 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
50951         * include/link.h (ELFW): New macro.
50952         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
50953         Replace ELF64_R_TYPE with ELFW(R_TYPE).
50955 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
50957         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
50958         with uint64_t.
50960 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
50962         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
50963         declaration.
50964         (struct La_x32_retval): Likewise.
50966 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
50968         * sysdeps/x86_64/preconfigure.in: New file.
50969         * sysdeps/x86_64/preconfigure: New generated file.
50971 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
50973         [BZ #13824]
50974         * math/e_exp2l.c: Include <float.h>.
50975         (__ieee754_exp2l): Handle overflow and underflow cases
50976         separately.  Only pass fractional part of argument to
50977         __ieee754_expl.
50978         * math/libm-test.inc (exp2_test): Add more tests.
50980         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
50981         negating x to take absolute value.
50982         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
50983         Likewise.
50984         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
50985         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
50986         Likewise.
50987         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
50988         computing low part if x was negated.
50989         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
50991 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
50993         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
50994         la_x32_gnu_pltexit.
50995         (pltexit): Cast int_retval to ptrdiff_t.
50996         * elf/tst-auditmod3b.c: Likewise.
50997         * elf/tst-auditmod4b.c: Likewise.
50998         * elf/tst-auditmod5b.c: Likewise.
50999         * elf/tst-auditmod6b.c: Likewise.
51000         * elf/tst-auditmod6c.c: Likewise.
51001         * elf/tst-auditmod7b.c: Likewise.
51003         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
51004         and x32_gnu_pltexit.
51006         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
51007         __ELF_NATIVE_CLASS.
51008         (La_x32_regs): New macro.
51009         (La_x32_retval): Likewise.
51010         (la_x32_gnu_pltenter): New function prototype.
51011         (la_x32_gnu_pltexit): Likewise.
51013 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
51015         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
51016         exponent.
51018         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51020         * configure.in (libc_cv_cc_nofma): Check for option to disable
51021         generation of FMA instructions.
51022         * configure: Regenerate.
51023         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
51024         * sysdeps/ieee754/dbl-64/Makefile: New file.
51025         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
51026         Remove brandred-fma4.
51027         (CFLAGS-brandred-fma4.c): Remove.
51028         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
51029         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
51030         define.
51031         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
51032         define.
51034 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
51036         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
51037         LLONG_MAX != LONG_MAX.
51038         (_itoa_word): Use _ITOA_WORD_TYPE on value.
51039         (_fitoa_word): Likewise.
51040         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
51041         LLONG_MAX != LONG_MAX.
51042         * stdio-common/_itowa.h: Include <_itoa.h>.
51043         (_itowa_word): Use _ITOA_WORD_TYPE on value.
51044         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
51045         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
51046         only if not defined.
51047         (_ITOA_WORD_TYPE): Likewise.
51048         (_itoa_word): Use _ITOA_WORD_TYPE on value.
51049         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
51051 2012-03-21  David S. Miller  <davem@davemloft.net>
51053         * sysdeps/sparc/fpu/libm-test-ulps: Update.
51055 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
51057         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
51058         of x86_64 when setting libc_cv_slibdir, libdir and
51059         libc_cv_localedir.
51060         * sysdeps/unix/sysv/linux/configure: Regenerated.
51062 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
51064         * manual/lang.texi (Old Varargs): Remove section.
51065         (How Variadic): Update menu.
51066         (va_start): Do not mention varargs.h.
51068 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
51069             Joseph Myers  <joseph@codesourcery.com>
51071         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
51072         link test.
51073         * configure: Regenerated.
51075 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
51077         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
51078         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
51079         conformtest.pl
51081 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
51083         * NOTES: Remove.
51084         * Makefile (files-for-dist): Remove NOTES.
51085         (NOTES): Remove rule.
51086         * README: Don't refer to NOTES.
51087         * manual/creature.texi: Don't include macros.texi.
51088         * manual/intro.texi (creature.texi): Remove comment referring to
51089         NOTES.
51091         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
51092         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
51093         * configure: Regenerated.
51094         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
51095         LIBC_TRY_CC_OPTION.
51096         (libc_cv_as_i686): Likewise.
51097         (libc_cv_cc_avx): Likewise.
51098         (libc_cv_cc_sse2avx): Likewise.
51099         (libc_cv_cc_fma4): Likewise.
51100         (libc_cv_cc_novzeroupper): Likewise.
51101         * sysdeps/i386/configure: Regenerated.
51103         [BZ #13883]
51104         * sysdeps/i386/fpu/s_cexp.S: Remove.
51105         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
51106         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
51107         * math/libm-test.inc (cexp_test): Add more tests.
51108         * sysdeps/i386/fpu/libm-test-ulps: Update.
51109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51111 2012-03-21  Allan McRae  <allan@archlinux.org>
51113         * timezone/Makefile: Do not install iso3166.tab and zone.tab
51115 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
51117         [BZ #13871]
51118         * math/w_exp2.c: Do not include <float.h>.
51119         (o_threshold, u_threshold): Remove.
51120         (__exp2): Calculate result before checking finiteness and calling
51121         __kernel_standard.
51122         * math/w_exp2f.c: Likewise.
51123         * math/w_exp2l.c: Likewise.
51124         * math/libm-test.inc (exp2_test): Require overflow exception for
51125         1e6 input.
51127         [BZ #3866]
51128         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
51129         range of signed 64-bit integers before using fistpll.  Remove
51130         checks for whether integers fit in mantissa bits.
51131         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
51132         the range of signed 32-bit integers before using fistpl.  Remove
51133         checks for whether integers fit in mantissa bits.
51134         * sysdeps/i386/fpu/e_powl.S (p64): New object.
51135         (__ieee754_powl): Test for y outside the range of signed 64-bit
51136         integers before using fistpll.  Reduce 64-bit values to 63-bit
51137         ones as needed.
51138         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
51139         divide-by-zero is raised for zero to large negative powers.
51140         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
51141         (__ieee754_powl): Test for y outside the range of signed 64-bit
51142         integers before using fistpll.  Reduce 64-bit values to 63-bit
51143         ones as needed.
51144         * math/libm-test.inc (pow_test): Add more tests.
51146 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51148         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
51149         <stdio-common/_itoa.h>.
51150         * debug/segfault.c: Likewise.
51151         * elf/dl-cache.c: Likewise.
51152         * elf/dl-minimal.c: Likewise.
51153         * elf/dl-misc.c: Likewise.
51154         * elf/dl-sysdep.c: Likewise.
51155         * elf/dl-version.c: Likewise.
51156         * elf/rtld.c: Likewise.
51157         * hurd/hurdsock.c: Likewise.
51158         * hurd/lookup-retry.c: Likewise.
51159         * malloc/malloc.c: Likewise.
51160         * malloc/mtrace.c: Likewise.
51161         * nscd/nscd_getgr_r.c: Likewise.
51162         * nscd/nscd_getpw_r.c: Likewise.
51163         * nscd/nscd_getserv_r.c: Likewise.
51164         * posix/getopt_init.c: Likewise.
51165         * posix/wordexp.c: Likewise.
51166         * stdio-common/_itoa.c: Likewise.
51167         * stdio-common/printf_fphex.c: Likewise.
51168         * stdio-common/vfprintf.c: Likewise.
51169         * string/_strerror.c: Likewise.
51170         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
51171         * sysdeps/i386/i686/hp-timing.h: Likewise.
51172         * sysdeps/mach/_strerror.c: Likewise.
51173         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
51174         * sysdeps/mach/hurd/sethostid.c: Likewise.
51175         * sysdeps/mach/hurd/xmknodat.c: Likewise.
51176         * sysdeps/mach/xpg-strerror.c: Likewise.
51177         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
51178         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
51179         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
51180         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
51181         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
51182         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
51183         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
51184         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
51185         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
51186         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
51187         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
51188         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
51189         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
51190         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
51191         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
51192         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
51193         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
51194         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
51195         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
51196         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
51197         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
51199         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
51201         * stdio-common/_itoa.h: Moved to ...
51202         * sysdeps/generic/_itoa.h: Here.
51204         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
51206         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
51207         instead of "_itoa.h" and "_itowa.h".
51208         * stdio-common/vfprintf.: Likewise.
51210 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51212         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
51213         <bits/wordsize.h>.
51214         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
51215         (__signbit): Likwise.
51216         (llrintf): Likwise.
51217         (llrint): Likwise.
51219 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51221         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
51222         __WORDSIZE != 64.
51224 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
51226         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
51227         OVERFLOW_EXCEPTION_OK.
51228         * math/libm-test.inc ("Philosophy"): Update comment about
51229         exception testing.
51230         (OVERFLOW_EXCEPTION): Define.
51231         (OVERFLOW_EXCEPTION_OK): Likewise.
51232         (INVALID_EXCEPTION_OK): Renumber.
51233         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
51234         (IGNORE_ZERO_INF_SIGN): Likewise.
51235         (test_exceptions): Handle FE_OVERFLOW.
51236         (exp10_test): Expect overflow exceptions.
51237         (exp2_test): Likewise.
51238         (expm1_test): Likewise.
51239         (nextafter_test): Likewise.
51240         (pow_test): Likewise.
51241         (scalbn_test): Likewise.
51242         (scalbln_test): Likewise.
51244 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
51246         * sysdeps/x86_64/bits/atomic.h
51247         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
51248         64bit integer.
51249         (atomic_exchange_acq): Likewise.
51250         (__arch_exchange_and_add_body): Likewise.
51251         (__arch_add_body): Likewise.
51252         (atomic_add_negative): Likewise.
51253         (atomic_add_zero): Likewise.
51255 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
51257         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
51258         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
51260 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
51262         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
51263         Check __x86_64__ instead of __WORDSIZE.
51265 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
51267         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
51269 2012-03-19  David S. Miller  <davem@davemloft.net>
51271         * sysdeps/sparc/fpu/libm-test-ulps: Update.
51273         * sysdeps/sparc/fpu/fenv_private.h: New file.
51274         * sysdeps/sparc/fpu/math_private.h: Use it.
51275         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
51276         Remove.
51277         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
51278         (libc_feholdexcept_setroundl): Remove.
51279         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
51280         Remove.
51281         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
51282         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
51284 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
51286         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
51287         int64_t instead of long int.
51288         (INSERT_WORDS64): Likwise.
51290 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
51292         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
51293         _Unwind_GetCFA return to _Unwind_Ptr first.
51295 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
51297         [BZ #13629]
51298         * math/s_clog.c: Include <float.h>.
51299         (__clog): Scale large or subnormal inputs.
51300         * math/s_clogf.c: Likewise.
51301         * math/s_clogl.c: Likewise.
51302         * math/s_clog10.c: Include <float.h>.
51303         (M_LOG10_2): Define.
51304         (__clog10): Scale large or subnormal inputs.
51305         * math/s_clog10f.c: Likewise.
51306         * math/s_clog10l.c: Likewise.
51307         * math/libm-test.inc (clog_test): Add more tests.
51308         (clog10_test): Likewise.
51309         * sysdeps/i386/fpu/libm-test-ulps: Update.
51310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51312         [BZ #11451]
51313         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
51314         x and y.
51315         * math/libm-test.inc (atan2_test): Add another test.
51317         * Makerules (common-objdir-compile): Remove.
51318         * sysdeps/unix/Makefile (config-generated): Do not add
51319         $(unix-generated) to variable.
51320         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
51321         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
51322         Remove rule.
51323         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
51324         Likewise.
51325         [generic bits/local_lim.h] (before-compile): Do not append to
51326         variable.
51327         [generic bits/local_lim.h] (common-generated): Likewise.
51328         [generic sys/param.h] (before-compile): Do not append to variable.
51329         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
51330         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
51331         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
51332         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
51333         include.
51334         [generic sys/param.h] (sys/param.h-includes): Remove variable.
51335         [generic sys/param.h] (sys/param.h-includes): Remove rule.
51336         [generic sys/param.h] ($(addprefix
51337         $(common-objpfx),$(sys/param.h-includes))): Likewise.
51338         [generic sys/param.h] (common-generated): Do not append to
51339         variable.
51340         [generic sys/param.h] (sysdep_headers): Likewise.
51341         [generic bits/errno.h] (before-compile): Do not append to
51342         variable.
51343         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
51344         rule.
51345         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
51346         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
51347         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
51348         [generic bits/errno.h] (common-generated): Do not append to
51349         variable.
51350         [generic bits/ioctls.h] (before-compile): Do not append to
51351         variable.
51352         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
51353         rule.
51354         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
51355         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
51356         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
51357         rule.
51358         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
51359         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
51360         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
51361         [generic bits/ioctls.h] (common-generated): Do not append to
51362         variable.
51363         [generic sys/syscall.h] (syscall.h): Remove variable.
51364         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
51365         rule.
51366         [generic sys/syscall.h] (before-compile): Do not append to
51367         variable.
51368         [generic sys/syscall.h] (common-generated): Likewise.
51369         * sysdeps/unix/errnos-tmpl.c: Remove file.
51370         * sysdeps/unix/errnos.awk: Likewise.
51371         * sysdeps/unix/ioctls-tmpl.c: Likewise.
51372         * sysdeps/unix/ioctls.awk: Likewise.
51373         * sysdeps/unix/mk-local_lim.c: Likewise.
51374         * sysdeps/unix/snarf-ioctls: Likewise.
51376 2012-03-19  Richard Henderson  <rth@twiddle.net>
51378         * sysdeps/i386/fpu/fenv_private.h: New file.
51379         * sysdeps/i386/fpu/math_private.h: Use it.
51380         (math_opt_barrier, math_force_eval): Remove.
51381         (libc_feholdexcept_setround_53bit): Remove.
51382         (libc_feupdateenv_53bit): Remove.
51383         * sysdeps/x86_64/fpu/math_private.h: Likewise.
51384         (math_opt_barrier, math_force_eval): Remove.
51385         (libc_feholdexcept): Remove.
51386         (libc_feholdexcept_setround): Remove.
51387         (libc_fetestexcept, libc_fesetenv): Remove.
51388         (libc_feupdateenv_test): Remove.
51389         (libc_feupdateenv, libc_feholdsetround): Remove.
51390         (libc_feresetround): Remove.
51392         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
51393         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
51395         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
51396         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
51397         (libc_feupdateenv_testl): New.
51398         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
51399         (libc_feupdateenv_testf): New.
51400         (libc_feupdateenv): Use libc_feupdateenv_test.
51401         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
51402         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
51404         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
51405         (libc_feholdsetroundf, libc_feholdsetroundl): New.
51406         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
51407         (libc_feresetround_noex): New.
51408         (libc_feresetround_noexf): New.
51409         (libc_feresetround_noexl): New.
51410         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
51411         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
51412         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
51413         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
51414         SET_RESTORE_ROUND.
51415         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
51416         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
51417         (__cos): Likewise.
51418         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
51419         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
51420         SET_RESTORE_ROUND_NOEX.
51421         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
51422         SET_RESTORE_ROUND_NOEXF.
51423         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
51424         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
51425         (libc_feholdsetroundf): New.
51426         (libc_feresetround, libc_feresetroundf): New.
51428         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
51429         (libc_feholdexcept_setround_53bit): Convert from macro to function.
51430         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
51432         * sysdeps/generic/math_private.h: Include <fenv.h>.
51433         (default_libc_feholdexcept): New.
51434         (default_libc_feholdexcept_setround): New.
51435         (default_libc_fesetenv, default_libc_feupdateenv): New.
51436         (libc_feholdexcept): Only define if undefined.
51437         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
51438         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
51439         (libc_feholdexcept_setroundl): Likewise.
51440         (libc_feholdexcept_setround_53bit): Likewise.
51441         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
51442         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
51443         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
51444         (libc_feupdateenv_53bit): Likewise.
51445         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
51446         (libc_feholdexcept): Convert from macro to inline function.
51447         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
51448         (libc_fesetenv, libc_feupdateenv): Likewise.
51450         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
51451         not previously defined.
51452         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
51453         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
51454         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
51455         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
51456         * sysdeps/ieee754/flt-32/math_private.h: New file.
51457         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
51458         math_private.h below SET_FLOAT_WORD.
51459         (__isnan, __isinf_ns, __finite): Remove.
51460         (__isnanf, __isinf_nsf, __finitef): Remove.
51462 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
51464         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51466 2012-03-17  David S. Miller  <davem@davemloft.net>
51468         [BZ #6471]
51469         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
51470         for 2.16.
51472 2012-03-16  David S. Miller  <davem@davemloft.net>
51474         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
51475         warnings.
51477         [BZ #6471]
51478         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
51479         properly.
51480         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
51481         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
51482         sysdep_routines when subdir is sysvipc.
51483         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
51484         __getshmlba helper.
51486         * sysdeps/sparc/fpu/libm-test/ulps: Update.
51488 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
51490         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
51491         [__LP64__].
51493 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
51495         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
51496         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
51497         (__lround): Renamed to ...
51498         (__llround): This.  Replace long int with long long int.
51499         Define lround functions as aliases of llround functions.
51500         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
51502 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
51504         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
51505         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
51506         adresses to uintptr_t.  Replace "long int" and "unsigned long
51507         int" with "greg_t" on va_arg.
51509 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
51511         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
51512         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
51514         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
51515         Move e_machine check before EI_CLASS check.  Handle x32
51516         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
51517         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
51518         SKIP_EM_IA_64 and include
51519         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
51521         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
51522         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
51523         (add_system_dir): New macro.
51525         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
51526         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
51528 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
51530         [BZ #2551]
51531         [BZ #2552]
51532         [BZ #2553]
51533         [BZ #2554]
51534         [BZ #2562]
51535         [BZ #2563]
51536         [BZ #2565]
51537         [BZ #2566]
51538         [BZ #2576]
51539         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
51540         (y0): Likewise.
51541         * math/w_j0f.c (j0f): Likewise.
51542         (y0f): Likewise.
51543         * math/w_j0l.c (__j0l): Likewise.
51544         (__y0l): Likewise.
51545         * math/w_j1.c (j1): Likewise.
51546         (y1): Likewise.
51547         * math/w_j1f.c (j1f): Likewise.
51548         (y1f): Likewise.
51549         * math/w_j1l.c (__j1l): Likewise.
51550         (__y1l): Likewise.
51551         * math/w_jn.c (jn): Likewise.
51552         (yn): Likewise.
51553         * math/w_jnf.c (jnf): Likewise.
51554         (ynf): Likewise.
51555         * math/w_jnl.c (__jnl): Likewise.
51556         (__ynl): Likewise.
51557         * math/libm-test.inc (j0_test): Add more tests.
51558         (j1_test): Likewise.
51559         (jn_test): Likewise.  Add trailing semicolon to existing test.
51560         (y0_test): Likewise.
51561         (y1_test): Likewise.
51562         * sysdeps/i386/fpu/libm-test-ulps: Update.
51563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51565         [BZ #13851]
51566         [BZ #13854]
51567         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
51568         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
51569         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
51570         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
51571         (__tanl): Set errno for infinite argument.
51572         * sysdeps/i386/fpu/mptan.c: Remove.
51573         * sysdeps/i386/fpu/s_tan.S: Likewise.
51574         * sysdeps/i386/fpu/s_tanl.S: Likewise.
51575         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
51576         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
51577         * math/libm-test.inc (tan_test): Add more tests and enable more
51578         tests for double and long double.
51579         * sysdeps/i386/fpu/libm-test-ulps: Update.
51580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51582 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
51584         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
51585         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
51587 2012-03-16  Roland McGrath  <roland@hack.frob.com>
51589         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
51590         * configure.in: Use it for both main tree and add-ons.
51591         * configure: Regenerated.
51593 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
51595         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
51597 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
51599         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
51600         in comment.
51602         [BZ #13851]
51603         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
51604         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
51605         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
51606         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
51607         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
51608         infinite argument.
51609         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
51610         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
51611         != 0 for prec == 2.
51612         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
51613         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
51614         * sysdeps/i386/fpu/s_cosl.S: Likewise.
51615         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
51616         * sysdeps/i386/fpu/s_sinl.S: Likewise.
51617         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
51618         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
51619         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
51620         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
51621         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
51622         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
51623         * math/libm-test.inc (cos_test): Add more tests and enable more
51624         tests for long double.
51625         (sin_test): Likewise.
51626         (sincos_test): Likewise.
51627         * sysdeps/i386/fpu/libm-test-ulps: Update.
51628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51630 2012-03-16  David S. Miller  <davem@davemloft.net>
51632         * sysdeps/sparc/fpu/math_private.h: New file.
51634 2012-03-15  David S. Miller  <davem@davemloft.net>
51636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
51637         file.
51638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
51639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
51640         file.
51641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
51642         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
51643         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
51644         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
51645         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
51646         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
51647         sysdep routines.
51648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
51650         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
51651         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
51653         * sysdeps/sparc/sparc-ifunc.h: New file.
51654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
51655         sparc-ifunc.h
51656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
51657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
51658         Likewise.
51659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
51660         Likewise.
51661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
51662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
51663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
51664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
51665         Likewise.
51666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
51667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
51668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
51669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
51670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
51671         Likewise.
51672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
51673         Likewise.
51674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
51675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
51676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
51677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
51678         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
51679         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
51680         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
51681         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
51682         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
51683         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
51684         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
51685         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
51686         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
51687         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
51688         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
51689         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
51690         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
51691         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
51692         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
51693         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
51694         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
51695         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
51696         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
51697         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
51699 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
51701         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
51702         scaling.
51703         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51705 2012-03-15  Andreas Jaeger  <aj@suse.de>
51707         [BZ #13852]
51708         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
51709         ieee754/flt-32 implementation for sin, cos and sincos.
51710         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
51711         * sysdeps/i386/fpu/s_cosf.S: Likewise.
51712         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
51713         * sysdeps/i386/fpu/s_sinf.S: Likewise.
51714         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
51715         ieee754/flt-32 implementation for tan.
51717         * math/libm-test.inc (cos_test): Enable some large input tests for
51718         float as well
51719         (sin_test): Likewise.
51720         (sincos_test): Likewise.
51721         (tan_test): Add tests for large input.
51723         * sysdeps/i386/fpu/libm-test-ulps: Update.
51725 2012-03-15  Andreas Jaeger  <aj@suse.de>
51727         [BZ #13658]
51728         * math/libm-test.inc (cos_test): Add more test cases.
51729         (sin_test): Likewise.
51730         (sincos_test): Likewise.
51732 2012-03-15  Andreas Jaeger  <aj@suse.de>
51734         [BZ #13837]
51735         * math/libm-test.inc (cos_test): Add a test case for large input
51736         value.
51737         (sin_test): Likewise.
51738         (sincos_test): Likewise.
51740 2012-03-15  Andreas Jaeger  <aj@suse.de>
51741             Joseph Myers  <joseph@codesourcery.com>
51743         [BZ #13658]
51744         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
51745         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
51746         * sysdeps/i386/fpu/branred.c: Likewise.
51747         * sysdeps/i386/fpu/dosincos.c: Likewise.
51748         * sysdeps/i386/fpu/mpa.c: Likewise.
51749         * sysdeps/i386/fpu/s_cos.S: Likewise.
51750         * sysdeps/i386/fpu/s_sin.S: Likewise.
51751         * sysdeps/i386/fpu/s_sincos.S: Likewise.
51752         * sysdeps/i386/fpu/sincos32.c: Likewise.
51754         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
51755         Define.
51756         (libc_feupdateenv_53bit): Define.
51757         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
51758         Define.
51759         (libc_feupdateenv_53bit): Define.
51761         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
51762         53 bit (without extend i386 double precision).
51764         * math/libm-test.inc (sincos_test): Add tests for large input.
51765         (sin): Likewise.
51766         (cos): Likewise.
51768         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
51770 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
51772         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51774 2012-03-15  David S. Miller  <davem@davemloft.net>
51776         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
51777         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
51778         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
51779         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
51780         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
51781         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
51782         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
51783         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
51784         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
51785         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
51786         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
51787         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
51788         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
51789         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
51790         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
51791         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
51792         file.
51793         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
51794         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
51795         file.
51796         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
51797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
51798         file.
51799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
51800         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
51801         file.
51802         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
51803         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
51804         fmin/fmax sysdep routines.
51805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
51807 2012-03-14  David S. Miller  <davem@davemloft.net>
51809         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
51810         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
51811         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
51812         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
51813         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
51814         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
51815         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
51816         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
51817         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
51818         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
51819         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
51820         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
51821         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
51822         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
51823         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
51824         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
51825         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
51826         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
51827         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
51828         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
51829         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
51830         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
51831         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
51832         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
51833         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
51834         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
51835         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
51836         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
51837         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
51838         routines.
51839         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
51840         file.
51841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
51842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
51843         file.
51844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
51845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
51846         file.
51847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
51848         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
51849         file.
51850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
51851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
51852         file.
51853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
51854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
51855         file.
51856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
51857         file.
51858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
51859         file.
51860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
51861         file.
51862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
51863         New file.
51864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
51865         file.
51866         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
51867         file.
51868         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
51869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
51870         file.
51871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
51872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
51873         file.
51874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
51875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
51876         file.
51877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
51878         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
51879         VIS3 routines.
51881         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
51882         New file.
51884         * sysdeps/sparc/fpu/libm-test-ulps: Update.
51886         * sysdeps/sparc/configure.in: New file.
51887         * sysdeps/sparc/configure: Generate.
51888         * configure.in (libc_cv_sparc_as_vis3): Substitute.
51889         * configure: Regenerate.
51890         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
51891         * config.make.in (have-as-vis3): New.
51892         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
51893         available use -Av9d instead of -Av9a.
51894         * sysdeps/sparc/sparc64/Makefile: Likewise.
51895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
51896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
51897         New file.
51898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
51899         file.
51900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
51901         New file.
51902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
51903         file.
51904         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
51905         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
51906         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
51907         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
51908         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
51910         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
51911         fzeros/fnegs to load 0x80000000 into a float register instead of
51912         using the stack.
51913         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
51915 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
51917         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51918         bits/syscall.h.
51919         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
51920         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
51921         ($(inst_includedir)/bits/syscall.h): Remove rule.
51922         ($(objpfx)bits/syscall.d): Include instead of
51923         $(objpfx)syscall-list.d.
51924         (generated): Change syscall-list.h and syscall-list.d to
51925         bits/syscall.h and bits/syscall.d.
51927 2012-03-14  Roland McGrath  <roland@hack.frob.com>
51929         [BZ #13846]
51930         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
51932 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
51934         [BZ #13841]
51935         * math/s_csqrt.c: Include <float.h>.
51936         (__csqrt): Scale large or subnormal inputs.
51937         * math/s_csqrtf.c: Likewise.
51938         * math/s_csqrtl.c: Likewise.
51939         * math/libm-test.inc (csqrt_test): Add more tests.
51940         * sysdeps/i386/fpu/libm-test-ulps: Update.
51941         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51943         [BZ #13840]
51944         * math/libm-test.inc (hypot_test): Add more tests.
51946 2012-03-13  David S. Miller  <davem@davemloft.net>
51948         [BZ #13840]
51949         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
51950         double-precision for the calculation instead of scaling.
51952 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
51954         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
51955         manipulate bits before adding and subtracting TWO52[sx].
51956         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
51957         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
51958         Likewise.
51959         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
51961 2012-03-13  David S. Miller  <davem@davemloft.net>
51963         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
51964         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
51965         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
51966         rtld-global-offsets.h
51967         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
51969         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
51970         large parameters.
51972         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
51974         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
51975         'err' in the ifdef scope in which it is actually used.
51977         * nss/nss_db/db-init.c: Include string.h
51979 2012-03-12  David S. Miller  <davem@davemloft.net>
51981         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51982         masking out of the most significant byte of random value used.
51983         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51984         Fix coding style in previous change.
51986         * sysdeps/unix/sysv/linux/kernel-features.h
51987         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
51988         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
51989         expression.
51990         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
51991         later.
51993 2012-03-11  David S. Miller  <davem@davemloft.net>
51995         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
51996         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
51997         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
51998         for 'resultvar' otherwise things get truncated on 64-bit.
52000         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52001         Fix masking out of the most significant byte of random value used.
52003         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52005 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
52007         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
52009 2012-03-09  David S. Miller  <davem@davemloft.net>
52011         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
52012         variables with appropriate CPP guards.
52013         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
52014         from the frame pointer, not the stack pointer.  Correct layout
52015         comments.  Fix test on resulting framesize and the management of
52016         the outregs buffer for pltexit.  Preserve floating point return
52017         values across _dl_call_pltexit call.
52018         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
52019         framesize and the management of the outregs buffer for pltexit.
52020         Preserve floating point return values across _dl_call_pltexit
52021         call.
52022         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
52023         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
52024         (la_sparc64_gnu_pltexit): New functions.
52025         (print_exit): Fix format string for return register value.
52027 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
52029         * sunrpc/Makefile (others): Add rpcgen.
52030         ($(objpfx)rpcgen): Remove special build rule and dependency on
52031         libc.
52032         * sunrpc/rpcgen.c: New file.
52034 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
52036         [BZ #13673]
52037         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
52038         * stdio-common/bug-vfprintf-nargs.c: Likewise.
52039         * sysdeps/i386/crti.S: Likewise.
52040         * sysdeps/i386/crtn.S: Likewise.
52041         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
52042         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
52043         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
52044         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
52045         * sysdeps/sh/crti.S: Likewise.
52046         * sysdeps/sh/crtn.S: Likewise.
52047         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
52049         [BZ #13673]
52050         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
52051         with URL.
52052         * locale/programs/locfile-kw.gperf: Likewise.
52053         * locale/programs/charmap-kw.h: Regenerated.
52054         * locale/programs/locfile-kw.h: Likewise.
52056         [BZ #13673]
52057         * intl/plural.y: Replace FSF snail mail address with URL.
52058         * intl/plural.c: Regenerated.
52060 2012-03-09  Richard Henderson  <rth@twiddle.net>
52062         * include/math_private.h: Remove file.
52063         * math/math_private.h: Move file ...
52064         * sysdeps/generic/math_private.h: ... here.
52066         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
52067         * sysdeps/powerpc/fpu/math_private.h: Likewise.
52068         * sysdeps/x86_64/fpu/math_private.h: Likewise.
52070         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
52071         and <math_private.h>.
52072         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
52073         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
52074         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
52075         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
52076         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
52077         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
52078         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52079         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52080         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52081         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52082         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52083         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52084         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52085         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52086         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52087         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52088         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52089         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52090         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52091         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52092         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52093         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52094         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52095         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52096         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
52097         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52098         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52099         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52100         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52101         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
52102         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52103         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52104         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
52105         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52106         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
52107         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
52108         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52109         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
52110         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
52111         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52112         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
52113         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
52114         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
52115         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
52116         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
52117         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
52118         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
52119         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
52120         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52121         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
52122         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
52123         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
52124         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
52125         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
52126         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
52127         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52128         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52129         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
52130         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
52131         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
52132         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52133         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
52134         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52135         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
52136         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
52137         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52138         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52139         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52140         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
52141         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
52142         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
52143         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52144         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
52145         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52146         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
52147         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
52148         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
52149         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
52150         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
52151         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
52152         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
52153         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
52154         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
52155         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52156         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52157         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
52158         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
52159         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
52160         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52161         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52162         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52163         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52164         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52165         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52166         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52167         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52168         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52169         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52170         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52171         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52172         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52173         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52174         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52175         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52176         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
52177         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52178         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52179         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52180         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
52181         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
52182         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
52183         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
52184         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52185         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
52186         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
52187         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52188         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
52189         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
52190         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
52191         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52192         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
52193         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
52194         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52195         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
52196         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
52197         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
52198         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52199         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
52200         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
52201         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
52202         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
52203         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52204         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
52205         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
52206         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
52207         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
52208         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52209         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
52210         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
52211         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52212         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52213         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
52214         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
52215         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
52216         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
52217         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
52218         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
52219         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
52220         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
52221         * sysdeps/ieee754/k_standard.c: Likewise.
52222         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52223         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52224         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52225         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52226         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52227         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52228         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52229         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52230         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52231         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52232         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52233         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52234         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52235         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52236         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52237         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52238         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
52239         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52240         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52241         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
52242         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
52243         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
52244         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
52245         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
52246         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
52247         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
52248         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
52249         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
52250         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
52251         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
52252         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
52253         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
52254         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
52255         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
52256         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
52257         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
52258         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
52259         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
52260         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
52261         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
52262         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
52263         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
52264         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
52265         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
52266         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
52267         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
52268         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
52269         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
52270         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
52271         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
52272         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
52273         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
52274         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
52275         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
52276         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
52277         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
52278         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
52279         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
52280         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
52281         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
52282         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
52283         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
52284         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
52285         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52286         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52287         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52288         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52289         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52290         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52291         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52292         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52293         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52294         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52295         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52296         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52297         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52298         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
52299         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52300         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52301         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
52302         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
52303         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
52304         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
52305         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
52306         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
52307         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
52308         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
52309         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
52310         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
52311         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
52312         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
52313         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
52314         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
52315         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
52316         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
52317         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
52318         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
52319         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
52320         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
52321         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
52322         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
52323         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
52324         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
52325         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
52326         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
52327         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
52328         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
52329         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
52330         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
52331         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
52332         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
52333         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
52334         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52335         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52336         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52337         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52338         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52339         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52340         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52341         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52342         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52343         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52344         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52345         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52346         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52347         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
52348         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
52349         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
52350         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
52351         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
52352         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
52353         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
52354         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
52355         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
52356         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
52357         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
52358         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
52359         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
52360         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
52361         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
52362         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
52363         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
52364         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
52365         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
52366         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
52367         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
52368         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
52369         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
52370         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
52371         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
52372         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
52373         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52374         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
52375         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
52376         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
52377         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
52378         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
52379         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
52380         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
52381         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
52382         * sysdeps/ieee754/s_lib_version.c: Likewise.
52383         * sysdeps/ieee754/s_matherr.c: Likewise.
52384         * sysdeps/ieee754/s_signgam.c: Likewise.
52385         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52386         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52387         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
52388         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
52389         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
52390         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
52391         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
52392         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
52393         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
52394         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
52395         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
52396         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
52397         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
52398         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
52399         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
52400         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
52401         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
52402         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
52403         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
52404         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
52405         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
52407 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
52409         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
52410         * sunrpc/rpc_main.c: Likewise.
52411         * sunrpc/rpc_svcout.c: Likewise.
52413 2012-03-09  David S. Miller  <davem@davemloft.net>
52415         * include/math_private.h: New file.
52417 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
52419         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
52420         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
52421         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
52422         from <bits/socket_type.h>.
52423         (enum __socket_type): Don't define here.
52424         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
52425         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52426         bits/socket_type.h.
52428         [BZ #13566]
52429         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
52430         checking __USE_GNU.
52432         * Makerules ($(inst_includedir)/%.h): New rule.
52433         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
52434         (install-others): Remove variable setting.
52435         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
52437 2012-03-08  Richard Henderson  <rth@twiddle.net>
52439         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
52440         from macro to inline function; merge with the
52441         !__LIBC_INTERNAL_MATH_INLINES version.
52442         (__ieee754_sqrtf): Likewise.
52444         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
52445         to inline function.
52446         (__rintf, __floor, __floorf): Likewise.
52448         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
52449         macro to inline function.
52450         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
52452         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
52453         not <math/math_private.h>.
52455 2012-03-08  David S. Miller  <davem@davemloft.net>
52457         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
52458         copyright year.
52459         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
52461 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
52463         * resolv/gai_misc.c (handle_requests): Fix struct timespec
52464         normalization.
52465         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
52466         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
52468 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
52470         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
52471         be defined individually, they must be defined as a block.  Define
52472         S for printing a string instead of hidint the different by using a
52473         macro for adding the 'l'.
52474         * stdio-common/tst-fphex-wide.c: Adjust.
52476 2012-03-07  Marek Polacek  <polacek@redhat.com>
52478         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
52480 2012-03-08  Marek Polacek  <polacek@redhat.com>
52482         [BZ #13806]
52483         * stdio-common/Makefile (tests): Add tst-fphex-wide.
52484         * stdio-common/tst-fphex.c: Define a few macros to make the
52485         test reusable.  Use them.
52486         * stdio-common/tst-fphex-wide.c: New file.
52488 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
52490         [BZ #6911]
52491         * manual/macros.texi (gnusystems): New macro.
52492         (nongnusystems): Likewise.
52493         (gnulinuxhurdsystems): Likewise.
52494         (gnuhurdsystems): Likewise..
52495         (gnulinuxsystems): Likewise.
52496         * manual/charset.texi: Use new macros or @theglibc{} to refer to
52497         variants of the GNU system, not "GNU system".
52498         * manual/conf.texi: Likewise.
52499         * manual/errno.texi: Likewise.  Update example of errno macro
52500         expansion.
52501         * manual/filesys.texi: Likewise.
52502         (getumask): Document as specific to GNU/Hurd.
52503         * manual/install.texi: Likewise.  Reword some references to
52504         GNU/Linux.
52505         * manual/intro.texi: Likewise.
52506         * manual/io.texi: Likewise.
52507         (File Name Portability): Detail which constraints are inapplicable
52508         to all GNU systems and which are only inapplicable to GNU/Hurd.
52509         * manual/job.texi: Likewise.
52510         * manual/llio.texi: Likewise.
52511         (O_NOCTTY): Document as present on GNU/Linux.
52512         * manual/maint.texi: Likewise.
52513         * manual/memory.texi: Likewise.
52514         * manual/pattern.texi: Likewise.
52515         * manual/pipe.texi: Likewise.
52516         * manual/process.texi: Likewise.
52517         * manual/resource.texi: Likewise.
52518         (RUSAGE_CHILDREN): Remove statement about specifying a particular
52519         child on GNU/Hurd.
52520         * manual/setjmp.texi: Likewise.
52521         * manual/signal.texi: Likewise.
52522         * manual/startup.texi: Likewise.
52523         * manual/stdio.texi: Likewise.
52524         * manual/terminal.texi: Likewise.
52525         (ONLCR): Document as POSIX.
52526         (OXTABS): Document availability on GNU/Linux as XTABS.
52527         (ONOEOT): Document availability separately from other bits.
52528         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
52529         * manual/time.texi: Likewise.
52530         * manual/users.texi: Likewise.
52531         * INSTALL: Regenerated.
52532         * sysdeps/gnu/errlist.c: Regenerated.
52534         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
52535         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
52536         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
52537         puts.
52538         * configure: Regenerated.
52540 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
52542         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
52543         default includes instead of AC_HEADER_CHECK.
52544         * sysdeps/i386/configure: Regenerated.
52546         [BZ #10716]
52547         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
52548         * math/s_cacoshf.c (__cacoshf): Likewise.
52549         * math/s_cacoshl.c (__cacoshl): Likewise.
52550         * math/s_casinh.c (__casinh): Set signs of result from argument.
52551         * math/s_casinhf.c (__casinhf): Likewise.
52552         * math/s_casinhl.c (__casinhl): Likewise.
52553         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
52554         (casinh_test): Add more tests.
52555         * sysdeps/i386/fpu/libm-test-ulps: Update.
52556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52558 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
52560         * po/zh_TW.po: Update from translation team.
52562         * login/Makefile (distribute): Remove variable.
52563         * catgets/Makefile: Likewise.
52564         * mach/Makefile: Likewise.
52565         * malloc/Makefile: Likewise.
52566         * misc/Makefile: Likewise.
52567         * iconv/Makefile: Likewise.
52568         * nscd/Makefile: Likewise.
52569         * hurd/Makefile: Likewise.
52570         * manual/Makefile: Likewise.
52571         * locale/Makefile: Likewise.
52572         * intl/Makefile: Likewise.
52573         * conform/Makefile: Likewise.
52574         * nss/Makefile: Likewise.
52575         * time/Makefile: Likewise.
52576         * soft-fp/Makefile: Likewise.
52577         * dirent/Makefile: Likewise.
52578         * gmon/Makefile: Likewise.
52579         * po/Makefile: Likewise.
52580         * rt/Makefile: Likewise.
52581         * socket/Makefile: Likewise.
52582         * math/Makefile: Likewise.
52583         * signal/Makefile: Likewise.
52584         * debug/Makefile: Likewise.
52585         * elf/Makefile: Likewise.
52586         * timezone/Makefile: Likewise.
52587         * stdlib/Makefile: Likewise.
52588         * iconvdata/Makefile: Likewise.
52589         * sunrpc/Makefile: Likewise.
52590         * io/Makefile: Likewise.
52591         * argp/Makefile: Likewise.
52592         * inet/Makefile: Likewise.
52593         * hesiod/Makefile: Likewise.
52594         * grp/Makefile: Likewise.
52595         * csu/Makefile: Likewise.
52596         * wctype/Makefile: Likewise.
52597         * crypt/Makefile: Likewise.
52598         * libio/Makefile: Likewise.
52599         * string/Makefile: Likewise.
52600         * nis/Makefile: Likewise.
52601         * resolv/Makefile: Likewise.
52602         * stdio-common/Makefile: Likewise.
52603         * wcsmbs/Makefile: Likewise.
52604         * dlfcn/Makefile: Likewise.
52605         * posix/Makefile: Likewise.
52607         [BZ #6959]
52608         * timezone/Makefile: Don't install timezone files, just the programs
52609         and scripts.
52611 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
52613         * nss/databases.def: Add missing gshadow entry.
52615         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
52617 2012-03-06  Marek Polacek  <polacek@redhat.com>
52619         [BZ #13726]
52620         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
52621         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
52622         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
52623         * stdio-common/tst-long-dbl-fphex.c: New file.
52625 2012-03-06  David S. Miller  <davem@davemloft.net>
52627         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
52628         (set_obp_int): New function.
52629         (get_obp_int): New function.
52630         (__get_clockfreq_via_dev_openprom): Likewise.
52631         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
52632         Avoid unused variable warnings on 'val' and use builtin_expect.
52633         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
52634         __builtin_expect.
52635         (INLINE_CLONE_SYSCALL): Likewise.
52637 2012-03-05  David S. Miller  <davem@davemloft.net>
52639         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52641 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
52643         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
52645         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
52646         only for |x| >= 40.
52647         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52649 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
52651         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
52652         Replace gettimeofday with __vdso_gettimeofday.
52654         * sysdeps/unix/sysv/linux/x86_64/init-first.c
52655         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
52656         __vdso_clock_gettime and __vdso_getcpu.
52658         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
52659         time with __vdso_time.
52661 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
52663         * manual/lang.texi (size_t): Note types to which size_t may be
52664         equivalent with the GNU C Library, but do not describe when
52665         differences between them are significant.
52667 2012-03-05  Andreas Jaeger  <aj@suse.de>
52669         * sysdeps/i386/fpu/libm-test-ulps: Update.
52671 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
52673         [BZ #3976]
52674         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
52675         (__ieee754_pow): Save and restore rounding mode and use
52676         round-to-nearest for main computations.
52677         * math/libm-test.inc (pow_test_tonearest): New function.
52678         (pow_test_towardzero): Likewise.
52679         (pow_test_downward): Likewise.
52680         (pow_test_upward): Likewise.
52681         (main): Call the new functions.
52682         * sysdeps/i386/fpu/libm-test-ulps: Update.
52683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52685         [BZ #3976]
52686         * math/libm-test.inc (cosh_test_tonearest): New function.
52687         (cosh_test_towardzero): Likewise.
52688         (cosh_test_downward): Likewise.
52689         (cosh_test_upward): Likewise.
52690         (sinh_test_tonearest): Likewise.
52691         (sinh_test_towardzero): Likewise.
52692         (sinh_test_downward): Likewise.
52693         (sinh_test_upward): Likewise.
52694         (main): Call the new functions.
52695         * sysdeps/i386/fpu/libm-test-ulps: Update.
52696         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52698 2012-03-05  Tom de Vries  <tom@codesourcery.com>
52700         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
52701         default stack guard is set in last bytes.
52702         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
52704 2012-03-05  Kees Cook  <keescook@chromium.org>
52706         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
52708         [BZ #13656]
52709         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
52710         possibly allocate from heap instead of stack.
52711         * stdio-common/bug-vfprintf-nargs.c: New file.
52712         * stdio-common/Makefile (tests): Add nargs overflow test.
52714 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
52716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
52718 2012-03-03  Marek Polacek  <polacek@redhat.com>
52720         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
52721         * math/math_private.h: Likewise.
52722         * stdlib/tst-strtod.c: Likewise.
52723         * sysdeps/i386/i486/bits/atomic.h: Likewise.
52724         * sysdeps/x86_64/bits/atomic.h: Likewise.
52726 2012-03-02  David S. Miller  <davem@davemloft.net>
52728         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
52729         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
52730         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
52731         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
52732         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
52733         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
52734         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
52735         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
52737 2012-03-02  Roland McGrath  <roland@hack.frob.com>
52739         [BZ #13792]
52740         * manual/examples/README: New file, says the example source files
52741         can be used under GPL>=2.
52742         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
52743         line containing just "*/".
52744         * manual/examples/add.c: Add copyright header (GPL>=2).
52745         * manual/examples/argp-ex1.c: Likewise.
52746         * manual/examples/argp-ex2.c: Likewise.
52747         * manual/examples/argp-ex3.c: Likewise.
52748         * manual/examples/argp-ex4.c: Likewise.
52749         * manual/examples/atexit.c: Likewise.
52750         * manual/examples/db.c: Likewise.
52751         * manual/examples/dir.c: Likewise.
52752         * manual/examples/dir2.c: Likewise.
52753         * manual/examples/execinfo.c: Likewise.
52754         * manual/examples/filecli.c: Likewise.
52755         * manual/examples/filesrv.c: Likewise.
52756         * manual/examples/fmtmsgexpl.c: Likewise.
52757         * manual/examples/genpass.c: Likewise.
52758         * manual/examples/inetcli.c: Likewise.
52759         * manual/examples/inetsrv.c: Likewise.
52760         * manual/examples/isockad.c: Likewise.
52761         * manual/examples/longopt.c: Likewise.
52762         * manual/examples/memopen.c: Likewise.
52763         * manual/examples/memstrm.c: Likewise.
52764         * manual/examples/mkfsock.c: Likewise.
52765         * manual/examples/mkisock.c: Likewise.
52766         * manual/examples/mygetpass.c: Likewise.
52767         * manual/examples/pipe.c: Likewise.
52768         * manual/examples/popen.c: Likewise.
52769         * manual/examples/rprintf.c: Likewise.
52770         * manual/examples/search.c: Likewise.
52771         * manual/examples/select.c: Likewise.
52772         * manual/examples/setjmp.c: Likewise.
52773         * manual/examples/sigh1.c: Likewise.
52774         * manual/examples/sigusr.c: Likewise.
52775         * manual/examples/stpcpy.c: Likewise.
52776         * manual/examples/strdupa.c: Likewise.
52777         * manual/examples/strftim.c: Likewise.
52778         * manual/examples/strncat.c: Likewise.
52779         * manual/examples/subopt.c: Likewise.
52780         * manual/examples/swapcontext.c: Likewise.
52781         * manual/examples/termios.c: Likewise.
52782         * manual/examples/testopt.c: Likewise.
52783         * manual/examples/testpass.c: Likewise.
52784         * manual/examples/timeval_subtract.c: Likewise.
52786         [BZ #13792]
52787         * manual/time.texi (Elapsed Time): Move timeval_subtract example
52788         function to ...
52789         * manual/timeval_subtract.c.texi: ... here, new file.
52791 2012-03-02  David S. Miller  <davem@davemloft.net>
52793         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
52795 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
52797         [BZ #3976]
52798         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
52799         (__sin): Save and restore rounding mode and use round-to-nearest
52800         for all computations.
52801         (__cos): Save and restore rounding mode and use round-to-nearest
52802         for all computations.
52803         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
52804         <fenv.h>.
52805         (tan): Save and restore rounding mode and use round-to-nearest for
52806         all computations.
52807         * math/libm-test.inc (cos_test_tonearest): New function.
52808         (cos_test_towardzero): Likewise.
52809         (cos_test_downward): Likewise.
52810         (cos_test_upward): Likewise.
52811         (sin_test_tonearest): Likewise.
52812         (sin_test_towardzero): Likewise.
52813         (sin_test_downward): Likewise.
52814         (sin_test_upward): Likewise.
52815         (tan_test_tonearest): Likewise.
52816         (tan_test_towardzero): Likewise.
52817         (tan_test_downward): Likewise.
52818         (tan_test_upward): Likewise.
52819         (main): Call the new functions.
52820         * sysdeps/i386/fpu/libm-test-ulps: Update.
52821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52823         [BZ #10135]
52824         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
52825         small n, then large n, before computing and testing k+n.
52826         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
52827         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
52828         Likewise.
52829         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
52830         Likewise.
52831         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
52832         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
52833         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
52834         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
52835         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
52836         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
52837         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
52838         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
52839         * math/libm-test.inc (scalbn_test): Add more tests.
52840         (scalbln_test): Likewise.
52842         * manual/filesys.texi (mode_t): Describe constraints on size and
52843         signedness, not exact equivalence to a particular type.
52844         (ino_t): Likewise.
52845         (ino64_t): Likewise.
52846         (dev_t): Likewise.
52847         (nlink_t): Likewise.
52848         (blkcnt_t): Likewise.
52849         (blkcnt64_t): Likewise.
52850         * manual/llio.texi (off_t): Likewise.
52852         [BZ #3976]
52853         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
52854         (__ieee754_exp): Save and restore rounding mode and use
52855         round-to-nearest for all computations.
52856         * math/libm-test.inc (exp_test_tonearest): New function.
52857         (exp_test_towardzero): Likewise.
52858         (exp_test_downward): Likewise.
52859         (exp_test_upward): Likewise.
52860         (main): Call the new functions.
52861         * sysdeps/i386/fpu/libm-test-ulps: Update.
52862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52864 2012-03-01  Chris Demetriou  <cgd@google.com>
52866         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
52867         have predictable order.
52869 2012-03-01  David S. Miller  <davem@davemloft.net>
52871         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
52873         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
52874         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
52875         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
52876         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
52878         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
52879         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
52880         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
52881         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
52882         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
52883         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
52884         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
52885         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
52886         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
52888         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52890         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
52891         * sysdeps/sparc/fpu/libm-test-ulps: to here.
52892         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
52894         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
52895         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52896         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
52897         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
52898         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
52899         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
52900         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
52901         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52902         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
52903         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
52904         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
52905         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
52906         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52907         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
52908         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
52909         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52910         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
52911         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
52912         * sysdeps/sparc/elf/configure: Regenerated.
52914 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
52916         * configure.in (AS, LD): Require binutils 2.20 or later.
52917         * configure: Regenerated.
52918         * manual/install.texi (Tools for Compilation): Give binutils 2.20
52919         as required minimum version.
52920         * INSTALL: Regenerated.
52922         [BZ #2541]
52923         [BZ #4108]
52924         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
52925         before squaring exponent.
52926         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
52927         bottom long double and 27 bits of top long double before squaring
52928         exponent.
52929         * math/libm-test.inc (erfc_test): Add more tests.
52930         * sysdeps/i386/fpu/libm-test-ulps: Update.
52931         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
52932         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52934 2012-03-01  Kai Tietz  <ktietz@redhat.com>
52936         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
52937         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
52938         containing bit-fields.
52939         * soft-fp/extended.h (_FP_UNION_E): Likewise.
52940         * soft-fp/single.h (_FP_UNION_S): Likewise.
52941         * soft-fp/double.h (_FP_UNION_D): Likewise.
52943 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
52945         [BZ #13786]
52946         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
52947         not include ../strcmp.S.
52948         [USE_AS_STRNCASECMP_L]: Likewise.
52949         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
52950         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
52951         * sysdeps/i386/i686/multiarch/strncase_l-c.c
52952         (__strncasecmp_l_ia32): Define as alias to
52953         __strncasecmp_l_nonascii.
52955         [BZ #5794]
52956         * math/libm-test.inc (expm1_test): Add test for bug 5794.
52957         * sysdeps/i386/fpu/libm-test-ulps: Update.
52958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52960         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
52961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52963 2012-02-29  Jeff Law  <law@redhat.com>
52965         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
52966         out of bounds read.
52968 2012-02-29  Marek Polacek  <polacek@redhat.com>
52970         [BZ #13706]
52971         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
52972         * elf/Makefile: Add rules to run tst-unused-dep.out.
52974 2012-02-28  David S. Miller  <davem@davemloft.net>
52976         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
52977         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
52978         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
52979         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
52980         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
52981         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
52983 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
52985         * math/libm-test.inc (llround_test): Move one test from
52986         lround_test.  Use TEST_f_L in moved test.
52987         (lround_test): Move misplaced test to llround_test.  Add testcase
52988         from bug 2561.
52990 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
52992         * sysdeps/x86_64/fpu/e_expf.S: New file.
52993         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
52995 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
52997         [BZ #13637]
52998         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
52999         of remain_len that may cause incomplete multi-byte character and
53000         false match.
53001         * posix/bug-regex33.c: New file.
53002         * posix/Makefile (tests): Add bug-regex33.
53004 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
53006         * manual/macros.texi: New file.
53007         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
53008         * manual/libc.texinfo: Include macros.texi.
53009         * manual/creatute.texi: Likewise.
53010         * manual/install.texi: Likewise.
53011         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
53012         @glibcadj{} in references to the GNU C Library.
53013         * manual/charset.texi: Likewise.
53014         * manual/conf.texi: Likewise.
53015         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
53016         when not using those macros.
53017         * manual/creature.texi: Likewise.
53018         * manual/crypt.texi: Likewise.
53019         * manual/errno.texi: Likewise.
53020         * manual/filesys.texi: Likewise.
53021         * manual/header.texi: Likewise.
53022         * manual/install.texi: Likewise.
53023         * manual/intro.texi: Likewise.
53024         * manual/io.texi: Likewise.
53025         * manual/job.texi: Likewise.
53026         * manual/lang.texi: Likewise.
53027         * manual/libc.texiinfo: Likewise.
53028         * manual/llio.texi: Likewise.
53029         * manual/locale.texi: Likewise.
53030         * manual/maint.texi: Likewise.
53031         * manual/math.texi: Likewise.
53032         * manual/memory.texi: Likewise.
53033         * manual/message.texi: Likewise.
53034         * manual/nss.texi: Likewise.
53035         * manual/pattern.texi: Likewise.
53036         * manual/process.texi: Likewise.
53037         * manual/resource.texi: Likewise.
53038         * manual/search.texi: Likewise.
53039         * manual/setjmp.texi: Likewise.
53040         * manual/signal.texi: Likewise.
53041         * manual/socket.texi: Likewise.
53042         * manual/startup.texi: Likewise.
53043         * manual/stdio.texi: Likewise.
53044         * manual/string.texi: Likewise.
53045         * manual/sysinfo.texi: Likewise.
53046         * manual/syslog.texi: Likewise.
53047         * manual/terminal.texi: Likewise.
53048         * manual/time.texi: Likewise.
53049         * manual/users.texi: Likewise.
53050         * INSTALL: Regenerated.
53051         * NOTES: Regenerated.
53052         * sysdeps/gnu/errlist.c: Regenerated.
53054 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
53056         * include/dirent.h: Include <dirstream.h> before
53057         <dirent/dirent.h>.
53059 2012-02-28  David S. Miller  <davem@davemloft.net>
53061         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
53062         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
53063         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
53064         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
53066 2012-02-27  David S. Miller  <davem@davemloft.net>
53068         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
53069         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
53070         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
53071         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
53073         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
53074         frame pointer instead of stack pointer relative arg slot.
53075         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
53076         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
53077         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
53079 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
53081         [BZ #3992]
53082         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
53084 2012-02-27  David S. Miller  <davem@davemloft.net>
53086         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
53087         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
53088         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
53089         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
53090         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
53091         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
53092         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
53093         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
53095 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
53097         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
53098         later.  Allow versions 5-9.
53099         * configure: Regenerated.
53100         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
53101         required minimum version and 4.6 as recommended version.  Do not
53102         mention bugs in GCC 2.7 and 2.8.
53103         * INSTALL: Regenerated.
53105 2012-02-27  David S. Miller  <davem@davemloft.net>
53107         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
53108         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
53109         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
53110         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
53111         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
53112         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
53113         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
53114         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
53116         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
53117         manipulate bits before adding and subtracting TWO112[sx].
53118         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
53120 2012-02-27  Roland McGrath  <roland@hack.frob.com>
53122         [BZ #13775]
53123         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
53124         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
53125         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
53126         being in POSIX, because they are in 1003.1-2008.
53128         * rt/tst-aio.c: Include <fcntl.h>.
53129         * rt/tst-aio7.c: Likewise.
53130         * rt/tst-aio64.c: Likewise.
53132         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
53134 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
53136         * manual/install.texi (--with-headers): Describe headers as
53137         interface headers, not private headers.
53138         (Specific advice for GNU/Linux systems): Describe use of headers
53139         from "make headers_install", not private headers from older
53140         kernels.
53141         * INSTALL: Regenerated.
53142         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
53143         Change to 2.6.19.
53144         * sysdeps/unix/sysv/linux/configure: Regenerated.
53146         * manual/llio.texi (fclean): Remove documentation.
53148         * manual/Makefile (libc-texi-generated): New variable.  Include
53149         version.texi.
53150         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
53151         $(libc-texi-generated), not duplicated list of files.
53152         (version.texi, stamp-version): New rules.
53153         (realclean): Remove $(libc-texi-generated), not individual files
53154         from that list.  Do not remove dir-add.texinfo.
53155         * manual/libc.texinfo: Comment out uses of edition numbers and
53156         references to printed manual.  Remove last-updated dates.
53157         (EDITION): Comment out.
53158         (ISBN): Likewise.
53159         (VERSION, UPDATED): Remove.
53160         (version.texi): Include.
53162 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
53164         * sysdeps/posix/spawni.c: Include <signal.h>.
53165         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
53166         * sysdeps/pthread/aio_fsync.c: Likewise.
53168 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
53170         * conform/Makefile (tests): Run only when not cross-compiling and
53171         when fast-check is not defined.
53173         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
53174         * conform/data/limits.h-data: Fixes for POSIX2008.
53175         * conform/run-conformtest.sh: Run all tests.
53176         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
53177         headers.
53178         * include/bits/dlfcn.h: Likewise.
53179         * include/langinfo.h: Likewise.
53180         * include/monetary.h: Likewise.
53181         * include/sys/poll.h: Likewise.
53183         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
53184         for __USE_GNU.
53185         * posix/spawn.h: Define __need_sigset_t.
53186         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
53187         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
53188         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
53189         to get sigevent_t only.
53190         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
53191         only for __USE_GNU.
53192         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53193         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
53194         process_vm_writev only for __USE_GNU.
53195         * termios/termios.h: Declare tcgetsid also for POSIX2008.
53197         * conform/Makefile: For now ignore errors from run-conformtest.
53198         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
53199         POSIX to avoid namespace pollution.  Don't prepend headers.
53200         * conform/data/aio.h-data: Fixes for POSIX testing.
53201         * conform/data/fcntl.h-data: Likewise.
53202         * conform/data/glob.h-data: Likewise.
53203         * conform/data/grp.h-data: Likewise.
53204         * conform/data/pthread.h-data: Likewise.
53205         * conform/data/pwd.h-data: Likewise.
53206         * conform/data/signal.h-data: Likewise.
53207         * conform/data/spawn.h-data: Likewise.
53208         * conform/data/stdio.h-data: Likewise.
53209         * conform/data/stdlib.h-data: Likewise.
53210         * conform/data/stropts.h-data: Likewise.
53211         * conform/data/sys/mman.h-data: Likewise.
53212         * conform/data/sys/stat.h-data: Likewise.
53213         * conform/data/sys/types.h-data: Likewise.
53214         * conform/data/sys/wait.h-data: Likewise.
53215         * conform/data/time.h-data: Likewise.
53216         * conform/data/unistd.h-data: Likewise.
53217         * conform/data/utime.h-data: Likewise.
53219         * io/sys/stat.h: fchmod was always in POSIX.
53220         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
53221         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
53222         * rt/aio.h: Define __need_timespec before including <time.h>.
53223         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
53224         struct.  Add forward declaration of pthread_attr_t and use it in
53225         sigevent.
53226         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53227         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53228         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
53229         always remove CLK_TCK definition.
53231 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
53233         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
53235 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
53237         * conform/run-conformtest.sh: New file.
53238         * conform/Makefile: Run run-conformtest for tests.
53239         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
53240         support.
53242         * conform/data/uchar.h-data: New file.
53243         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
53244         * conform/data/arpa/inet.h-data: Likewise.
53245         * conform/data/assert.h-data: Likewise.
53246         * conform/data/complex.h-data: Likewise.
53247         * conform/data/cpio.h-data: Likewise.
53248         * conform/data/ctype.h-data: Likewise.
53249         * conform/data/dirent.h-data: Likewise.
53250         * conform/data/dlfcn.h-data: Likewise.
53251         * conform/data/errno.h-data: Likewise.
53252         * conform/data/fcntl.h-data: Likewise.
53253         * conform/data/float.h-data: Likewise.
53254         * conform/data/fmtmsg.h-data: Likewise.
53255         * conform/data/fnmatch.h-data: Likewise.
53256         * conform/data/ftw.h-data: Likewise.
53257         * conform/data/glob.h-data: Likewise.
53258         * conform/data/grp.h-data: Likewise.
53259         * conform/data/iconv.h-data: Likewise.
53260         * conform/data/inttypes.h-data: Likewise.
53261         * conform/data/langinfo.h-data: Likewise.
53262         * conform/data/libgen.h-data: Likewise.
53263         * conform/data/limits.h-data: Likewise.
53264         * conform/data/locale.h-data: Likewise.
53265         * conform/data/math.h-data: Likewise.
53266         * conform/data/monetary.h-data: Likewise.
53267         * conform/data/mqueue.h-data: Likewise.
53268         * conform/data/ndbm.h-data: Likewise.
53269         * conform/data/net/if.h-data: Likewise.
53270         * conform/data/netdb.h-data: Likewise.
53271         * conform/data/netinet/in.h-data: Likewise.
53272         * conform/data/nl_types.h-data: Likewise.
53273         * conform/data/poll.h-data: Likewise.
53274         * conform/data/pthread.h-data: Likewise.
53275         * conform/data/pwd.h-data: Likewise.
53276         * conform/data/regex.h-data: Likewise.
53277         * conform/data/sched.h-data: Likewise.
53278         * conform/data/search.h-data: Likewise.
53279         * conform/data/semaphore.h-data: Likewise.
53280         * conform/data/setjmp.h-data: Likewise.
53281         * conform/data/signal.h-data: Likewise.
53282         * conform/data/spawn.h-data: Likewise.
53283         * conform/data/stdarg.h-data: Likewise.
53284         * conform/data/stdio.h-data: Likewise.
53285         * conform/data/stdlib.h-data: Likewise.
53286         * conform/data/string.h-data: Likewise.
53287         * conform/data/strings.h-data: Likewise.
53288         * conform/data/stropts.h-data: Likewise.
53289         * conform/data/sys/ipc.h-data: Likewise.
53290         * conform/data/sys/mman.h-data: Likewise.
53291         * conform/data/sys/msg.h-data: Likewise.
53292         * conform/data/sys/resource.h-data: Likewise.
53293         * conform/data/sys/select.h-data: Likewise.
53294         * conform/data/sys/sem.h-data: Likewise.
53295         * conform/data/sys/shm.h-data: Likewise.
53296         * conform/data/sys/socket.h-data: Likewise.
53297         * conform/data/sys/stat.h-data: Likewise.
53298         * conform/data/sys/statvfs.h-data: Likewise.
53299         * conform/data/sys/time.h-data: Likewise.
53300         * conform/data/sys/timeb.h-data: Likewise.
53301         * conform/data/sys/times.h-data: Likewise.
53302         * conform/data/sys/types.h-data: Likewise.
53303         * conform/data/sys/uio.h-data: Likewise.
53304         * conform/data/sys/un.h-data: Likewise.
53305         * conform/data/sys/utsname.h-data: Likewise.
53306         * conform/data/sys/wait.h-data: Likewise.
53307         * conform/data/syslog.h-data: Likewise.
53308         * conform/data/tar.h-data: Likewise.
53309         * conform/data/termios.h-data: Likewise.
53310         * conform/data/utime.h-data: Likewise.
53311         * conform/data/utmpx.h-data: Likewise.
53312         * conform/data/varargs.h-data: Likewise.
53313         * conform/data/wchar.h-data: Likewise.
53314         * conform/data/wctype.h-data: Likewise.
53315         * conform/data/wordexp.h-data: Likewise.
53317         * include/stropts.h: New file.
53318         * include/uchar.h: New file.
53319         * include/aio.h: Changes to allow conformtest.pl to use the headers.
53320         * include/assert.h: Likewise.
53321         * include/ctype.h: Likewise.
53322         * include/dirent.h: Likewise.
53323         * include/dlfcn.h: Likewise.
53324         * include/fcntl.h: Likewise.
53325         * include/fnmatch.h: Likewise.
53326         * include/glob.h: Likewise.
53327         * include/grp.h: Likewise.
53328         * include/libio.h: Likewise.
53329         * include/locale.h: Likewise.
53330         * include/math.h: Likewise.
53331         * include/net/if.h: Likewise.
53332         * include/netdb.h: Likewise.
53333         * include/netinet/in.h: Likewise.
53334         * include/pthread.h: Likewise.
53335         * include/pwd.h: Likewise.
53336         * include/regex.h: Likewise.
53337         * include/sched.h: Likewise.
53338         * include/search.h: Likewise.
53339         * include/setjmp.h: Likewise.
53340         * include/signal.h: Likewise.
53341         * include/stdio.h: Likewise.
53342         * include/stdlib.h: Likewise.
53343         * include/string.h: Likewise.
53344         * include/sys/cdefs.h: Likewise.
53345         * include/sys/mman.h: Likewise.
53346         * include/sys/msg.h: Likewise.
53347         * include/sys/resource.h: Likewise.
53348         * include/sys/select.h: Likewise.
53349         * include/sys/socket.h: Likewise.
53350         * include/sys/stat.h: Likewise.
53351         * include/sys/statvfs.h: Likewise.
53352         * include/sys/time.h: Likewise.
53353         * include/sys/times.h: Likewise.
53354         * include/sys/uio.h: Likewise.
53355         * include/sys/utsname.h: Likewise.
53356         * include/sys/wait.h: Likewise.
53357         * include/termios.h: Likewise.
53358         * include/time.h: Likewise.
53359         * include/ulimit.h: Likewise.
53360         * include/unistd.h: Likewise.
53361         * include/utime.h: Likewise.
53362         * include/wchar.h: Likewise.
53363         * include/wctype.h: Likewise.
53364         * include/wordexp.h: Likewise.
53366         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
53368         * time/time.h: TIME_UTC must be a macro.
53369         Make timespec_get available for ISO C11 only as well.
53371 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
53373         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
53374         Reported by Peng Haitao <penght@cn.fujitsu.com>.
53376 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
53378         * configure.in: Use -o not -a in test for unsupported multi-arch.
53380 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
53382         * manual/texinfo.tex: Update to version 2012-01-19.16.
53384 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
53386         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
53388 2012-02-24  Roland McGrath  <roland@hack.frob.com>
53390         [BZ #13738]
53391         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
53392         * manual/fdl-1.3.texi: New file.
53393         * manual/fdl-1.1.texi: File removed.
53395         [BZ #13738]
53396         * manual/libc.texinfo (FDL_VERSION): New @set.
53397         Use it for mention of FDL in cover text.
53398         (Documentation License): Use it in @include file name.
53400 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
53401             Roland McGrath  <roland@hack.frob.com>
53403         [BZ #5461]
53404         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
53405         (not LONG_LONG_MAX and LONG_LONG_MIN.
53406         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
53407         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
53408         name.
53409         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
53411 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
53413         [BZ #2547]
53414         [BZ #11365]
53415         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
53416         manipulate bits before adding and subtracting TWO23[sx].
53417         * math/libm-test.inc (nearbyint_test): Add more tests.
53419 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
53421         [BZ #2548]
53422         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
53423         bits before adding and subtracting TWO23[sx].
53424         * math/libm-test.inc (rint_test): Add more tests.
53425         (rint_test_tonearest): Likewise.
53426         (rint_test_towardzero): Likewise.
53427         (rint_test_downward): Likewise.
53428         (rint_test_upward: Likewise.
53430 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
53432         [BZ #10110]
53433         * include/stdc-predef.h: New file.  Extracted from features.h.
53434         * include/features.h: Include stdc-predef.h.
53435         * Makefile (headers): Add stdc-predef.h.
53436         * CONFORMANCE (Compiler limitations): Update.
53438 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
53440         * manual/libc.texinfo (VERSION, UPDATED): Revert.
53442 2012-02-21  David S. Miller  <davem@davemloft.net>
53444         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
53445         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
53447 2012-02-20  David S. Miller  <davem@davemloft.net>
53449         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
53450         using a normal save/restore sequence, rather than allocating a
53451         dummy stack frame just to store a frame pointer and restore.
53452         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
53454 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
53456         * manual/install.texi: Fix stray word in line-wrapped comment.
53458 2012-02-20  David S. Miller  <davem@davemloft.net>
53460         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
53461         both binutils and gcc support GOTDATA.
53463         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
53464         "rd %pc" in the PIC register setup sequences.
53466         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
53467         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
53468         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
53469         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
53470         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
53471         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
53472         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53473         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
53474         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
53475         (SYSCALL_ERROR_HANDLER): Likewise.
53476         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
53477         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
53478         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
53479         (SYSCALL_ERROR_HANDLER): Likewise.
53481         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
53482         (HAVE_GCC_GOTDATA): New.
53483         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
53484         relocation support in both binutils and gcc.
53485         * sysdeps/sparc/elf/configure: Regenerate.
53487         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
53488         * sysdeps/sparc/sparc32/elf/configure: Delete.
53489         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
53490         * sysdeps/sparc/sparc64/elf/configure: Delete.
53491         * sysdeps/sparc/elf/configure.in: New file.
53492         * sysdeps/sparc/elf/configure: Generate.
53494         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
53495         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
53496         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53497         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
53498         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
53500 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
53502         * manual/install.texi: Do not mention specific glibc version
53503         numbers.
53504         * manual/libc.texinfo (VERSION, UPDATED): Update.
53505         (@copying): Use @copyright{} and range of years.
53507 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
53509         [BZ #13695]
53510         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
53511         [crti.S not in sysdirs] (generated): Do not append.
53512         [crti.S not in sysdirs] (omit-deps): Likewise.
53513         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
53514         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
53515         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
53516         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
53517         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
53518         Likewise.
53519         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
53520         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
53521         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
53522         * csu/defs.awk: Remove file.
53523         * sysdeps/generic/initfini.c: Likewise.
53524         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
53525         variable.
53526         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
53527         Likewise.
53529 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
53531         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
53532         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
53533         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
53534         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
53535         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
53536         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
53537         <bits/epoll.h>.
53538         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
53539         (__EPOLL_PACKED): Define to empty if not defined by
53540         <bits/epoll.h>.
53541         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
53542         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53543         bits/epoll.h.
53545 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
53547         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
53548         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
53549         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
53550         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
53551         <bits/timerfd.h>.
53552         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
53553         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53554         bits/timerfd.h.
53556 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
53558         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
53559         in C locale.
53560         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
53561         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
53562         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
53563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53565 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
53567         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53568         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
53570 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
53572         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
53573         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
53574         defined.
53575         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
53576         Likewise.
53577         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
53578         entry for 2.16.
53580 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
53582         * math/w_acos.c: Use non-signaling floating-point comparisons.
53583         * math/w_acosf.c: Likewise.
53584         * math/w_acosh.c: Likewise.
53585         * math/w_acoshf.c: Likewise.
53586         * math/w_acoshl.c: Likewise.
53587         * math/w_acosl.c: Likewise.
53588         * math/w_asin.c: Likewise.
53589         * math/w_asinf.c: Likewise.
53590         * math/w_asinl.c: Likewise.
53591         * math/w_atanh.c: Likewise.
53592         * math/w_atanhf.c: Likewise.
53593         * math/w_atanhl.c: Likewise.
53594         * math/w_exp2.c: Likewise.
53595         * math/w_exp2f.c: Likewise.
53596         * math/w_exp2l.c: Likewise.
53597         * math/w_j0.c: Likewise.
53598         * math/w_j0f.c: Likewise.
53599         * math/w_j0l.c: Likewise.
53600         * math/w_j1.c: Likewise.
53601         * math/w_j1f.c: Likewise.
53602         * math/w_j1l.c: Likewise.
53603         * math/w_jn.c: Likewise.
53604         * math/w_jnf.c: Likewise.
53605         * math/w_log.c: Likewise.
53606         * math/w_log10.c: Likewise.
53607         * math/w_log10f.c: Likewise.
53608         * math/w_log10l.c: Likewise.
53609         * math/w_log2.c: Likewise.
53610         * math/w_log2f.c: Likewise.
53611         * math/w_log2l.c: Likewise.
53612         * math/w_logf.c: Likewise.
53613         * math/w_logl.c: Likewise.
53614         * math/w_sqrt.c: Likewise.
53615         * math/w_sqrtf.c: Likewise.
53616         * math/w_sqrtl.c: Likewise.
53617         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53618         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
53619         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53620         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53621         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53623 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
53625         [BZ #9739]
53626         * manual/string.texi (strnlen): Use correct parameter name in
53627         equivalent expression.
53629 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
53631         [BZ #11174]
53632         * manual/users.texi (seteuid): Consistently use neweuid for
53633         argument name.
53635 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
53637         [BZ #13704]
53638         * manual/nss.texi (Services in the NSS configuration): Correct
53639         list of services in example configuration file.
53641 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
53643         [BZ #11322]
53644         * manual/arith.texi: Remove statements about negative zero
53645         behaving identically to zero.
53647 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
53649         [BZ #5993]
53650         * manual/install.texi: Do not document upgrading from libc5.
53652 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
53654         [BZ #4596]
53655         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
53657 2012-02-18  David S. Miller  <davem@davemloft.net>
53659         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
53660         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
53661         %o7 across the call.
53662         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
53663         instead.
53664         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
53665         SETUP_PIC_REG_LEAF.
53666         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53667         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
53668         * sysdeps/sparc/crtn.S: Likewise.
53670 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
53672         * aout/Makefile: Remove.
53674 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
53676         [BZ #13058]
53677         * manual/examples/argp-ex1.c (main): Format definition in GNU
53678         style.
53679         * manual/examples/argp-ex2.c (main): Likewise.
53680         * manual/examples/argp-ex3.c (main): Likewise.
53681         * manual/examples/argp-ex4.c (main): Likewise.
53682         * manual/examples/longopt.c (main): Use new-style prototype
53683         definition.
53684         * manual/examples/strncat.c (main): Specify return type and use
53685         (void) for arguments.
53686         * manual/examples/subopt.c (main): Use char **argv argument.
53688 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
53690         [BZ #5077]
53691         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
53692         rounding modes.
53694 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
53696         [BZ #6907]
53697         * manual/string.texi (strchr): Change when strchrnul is
53698         recommended.
53700 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
53702         [BZ #174]
53703         * manual/locale.texi (setlocale): Document LOCPATH.
53705 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
53707         [BZ #10210]
53708         * manual/process.texi (execle): Move @dots{} before last argument.
53710 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
53712         [BZ #12047]
53713         * manual/charset.texi (Generic Charset Conversion): Fix typo
53714         (LC_TYPE -> LC_CTYPE).
53716 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
53718         [BZ #5805]
53719         * manual/arith.texi (scalbn): Use @var{} on parameter names.
53720         (scalbnf): Likewise.
53721         (scalbnl): Likewise.
53722         (scalbln): Likewise.
53723         (scalblnf): Likewise.
53724         (scalblnl): Likewise.
53725         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
53726         (vwarnx): Likewise.
53727         (verr): Likewise.
53728         (verrx): Likewise.
53729         * manual/filesys.texi (telldir): Use braces around return type.
53730         * manual/llio.texi (mmap): Add space after comma.
53731         (mmap64): Likewise.
53732         * manual/math.texi (jn): Use @var{} on parameter names.
53733         (jnf): Likewise.
53734         (jnl): Likewise.
53735         (yn): Likewise.
53736         (ynf): Likewise.
53737         (ynl): Likewise.
53738         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
53739         line.
53740         * manual/resource.texi (ulimit): Use @dots{} instead of literal
53741         "...".
53742         (sched_get_priority_min): Remove semicolon on @deftypefun line.
53743         (sched_get_priority_max): Likewise.
53744         * manual/signal.texi (sigvec): Add space after comma.
53745         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
53746         names.
53747         (if_indextoname): Likewise.
53748         (if_freenameindex): Likewise.
53749         (sendto): Use ',' instead of '.' in prototype.
53750         * manual/startup.texi (syscall): Use @dots{} instead of literal
53751         "...".
53752         * manual/stdio.texi (__fpending): Separate initial words of
53753         paragraph from @deftypefun line.
53754         * manual/syslog.texi (syslog): Use @dots{} instead of literal
53755         "...".
53756         (vsyslog): Use @var{} on parameter names.
53757         * manual/terminal.texi (stty): Use @var{} on parameter names.
53758         * manual/users.texi (getutmp): Use @var{} on parameter names.
53759         (getutmpx): Likewise.
53761 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
53763         [BZ #6884]
53764         * manual/stdio.texi (fopen): Fix typos in description of
53765         ",ccs=STRING".
53767 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
53769         [BZ #4026]
53770         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
53771         get clock_id definition.
53773 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
53775         [BZ #4822]
53776         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
53777         (madvise): Cast every argument to void on its own.
53779 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
53781         [BZ #9902]
53782         * manual/startup.texi (Exit Status): Fix typo.
53784 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
53786         [BZ #10140]
53787         * manual/examples/argp-ex1.c: Include <stdlib.h>.
53788         * manual/examples/argp-ex2.c: Likewise.
53789         * manual/examples/argp-ex3.c: Likewise.
53791 2012-02-16  Richard Henderson  <rth@redhat.com>
53793         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
53794         * sysdeps/s390/s390-32/initfini.c: Remove.
53795         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
53796         * sysdeps/s390/s390-64/initfini.c: Remove.
53798 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53800         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
53801         compiler output for sysdeps/generic/initfini.c.
53802         * sysdeps/sh/elf/initfini.c: Remove file.
53804 2012-02-16  David S. Miller  <davem@davemloft.net>
53806         [BZ #11494]
53807         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
53809         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
53810         * sysdeps/sparc/crti.S: New file.
53811         * sysdeps/sparc/crtn.S: New file.
53812         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
53813         * sysdeps/sparc/sparc64/Makefile: Likewise.
53815 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
53817         [BZ #3335]
53818         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
53820 2012-02-15  Roland McGrath  <roland@hack.frob.com>
53822         [BZ #4822]
53823         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
53825         * mach/devstream.c (cookie_io_functions_t): Macro removed.
53826         (write, read, close): Likewise.
53827         Patch by Aurelien Jarno <aurelien@aurel32.net>.
53829 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
53831         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
53832         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
53833         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
53834         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
53835         <bits/signalfd.h>.
53836         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
53837         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53838         bits/signalfd.h.
53840 2012-02-14  Marek Polacek  <polacek@redhat.com>
53842         * sysdeps/x86_64/crti.S: New file.
53843         * sysdeps/x86_64/crtn.S: New file.
53844         * sysdeps/x86_64/elf/initfini.c: Remove file.
53846 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
53848         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
53849         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
53850         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
53851         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
53852         <bits/inotify.h>.
53853         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
53854         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53855         bits/inotify.h.
53857 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
53859         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
53860         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
53861         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
53862         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
53863         <bits/eventfd.h>.
53864         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
53865         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53866         bits/eventfd.h.
53868 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
53870         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
53871         __feraiseexcept instead of feraiseexcept.
53873         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
53874         nanosleep invocations.
53875         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
53876         strings, and add error checking for a nanosleep invocations.
53878 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
53880         Replace FSF snail mail address with URLs, as per GNU coding standards.
53881         Most of the snail mail addresses were wrong anyway, and omitting
53882         them makes the source code easier to maintain.  Almost all of the
53883         changes are to license notices and to locale LC_IDENTIFICATION
53884         addresses, except for this one:
53885         * manual/libc.texinfo: In "Published by", give the FSF's URL,
53886         not its snail mail address.
53888 2012-02-09  Richard Henderson  <rth@twiddle.net>
53890         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
53891         of kernel-features.h.
53893         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
53895 2012-02-08  Marek Polacek  <polacek@redhat.com>
53897         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
53898         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
53899         * sysdeps/gnu/_G_config.h: Likewise.
53900         * sysdeps/generic/_G_config.h: Likewise.
53902 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
53904         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
53905         tests.
53906         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53908         * sysdeps/powerpc/powerpc32/crti.S: New file.
53909         * sysdeps/powerpc/powerpc32/crtn.S: New file.
53910         * sysdeps/powerpc/powerpc64/crti.S: New file.
53911         * sysdeps/powerpc/powerpc64/crtn.S: New file.
53913         * Makeconfig (have-initfini): Don't set.
53914         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
53915         * configure.in (nopic_initfini): Don't substitute.
53916         * config.h.in (HAVE_INITFINI): Don't #undef.
53917         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
53918         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
53920 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
53922         Support crti.S and crtn.S provided directly by architectures.
53923         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
53924         [crti.S in sysdirs] (omit-deps): Likewise.
53925         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
53926         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
53927         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
53928         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
53929         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
53930         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
53931         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
53932         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
53933         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
53934         compiler output for sysdeps/generic/initfini.c.
53935         * sysdeps/i386/elf/Makefile: Remove file.
53936         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
53938 2012-02-07  Marek Polacek  <polacek@redhat.com>
53940         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
53941         * sysdeps/gnu/_G_config.h: Likewise.
53942         * sysdeps/mach/hurd/_G_config.h: Likewise.
53944 2012-02-07  Marek Polacek  <polacek@redhat.com>
53946         * math/Makefile (tests): Add tst-CMPLX2.
53947         * math/tst-CMPLX2.c: New file.
53949 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
53951         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53953         * math/libm-test.inc (jn_test): Add missing L suffix.
53955 2012-02-06  Marek Polacek  <polacek@redhat.com>
53957         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
53958         * sysdeps/i386/fpu/e_powf.S: Likewise.
53959         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53960         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
53961         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53962         * sysdeps/i386/fpu/e_pow.S: Likewise.
53963         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
53964         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53965         * sysdeps/i386/fpu/s_expm1.S: Likewise.
53966         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
53967         * sysdeps/i386/fpu/e_log2.S: Likewise.
53968         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53969         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53970         * sysdeps/i386/fpu/e_powl.S: Likewise.
53971         * sysdeps/i386/fpu/s_log1p.S: Likewise.
53972         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53973         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
53974         * sysdeps/i386/fpu/e_logl.S: Likewise.
53975         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
53976         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
53977         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
53978         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
53979         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53980         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53981         * sysdeps/i386/fpu/e_log.S: Likewise.
53982         * sysdeps/i386/fpu/s_cexp.S: Likewise.
53983         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53984         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
53985         * sysdeps/i386/fpu/e_logf.S: Likewise.
53986         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53987         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53988         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
53989         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
53990         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
53991         * sysdeps/i386/fpu/e_log10.S: Likewise.
53992         * sysdeps/i386/fpu/s_frexp.S: Likewise.
53993         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53994         * sysdeps/i386/fpu/s_asinh.S: Likewise.
53995         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
53996         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53997         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
53998         * sysdeps/i386/asm-syntax.h: Likewise.
53999         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
54000         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
54001         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
54002         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
54003         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
54004         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
54005         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
54006         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
54007         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
54008         * sysdeps/powerpc/sysdep.h: Likewise.
54009         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
54010         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
54012 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
54014         [BZ #411]
54015         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
54017 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
54019         * sysdeps/i386/sysdep.h: Include <features.h>.
54020         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
54021         version.
54023 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
54025         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
54026         Define.
54027         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
54028         LOAD_PIC_REG_STR.
54030 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
54032         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
54033         (SETUP_PIC_REG): Use GET_PC_THUNK.
54034         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
54035         macro.
54037 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
54039         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
54040         for non-PIC compilation.
54041         (SETUP_PIC_REG): Add .p2align directive.
54042         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
54043         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
54044         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
54045         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
54046         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
54047         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
54048         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
54049         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54050         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
54051         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
54052         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
54053         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
54054         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
54055         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
54056         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
54057         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
54058         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
54059         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
54060         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
54061         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
54062         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
54063         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
54064         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
54065         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
54066         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
54067         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
54068         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
54069         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
54070         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
54071         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
54072         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
54073         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
54074         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
54075         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
54076         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
54077         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
54078         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
54079         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
54080         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
54081         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
54082         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
54084 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
54086         * math/tst-CMPLX.c: Include <stdio.h>.
54088 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
54090         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
54091         float.
54092         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
54093         * sysdeps/sparc/bits/mathdef.h: Likewise.
54095 2012-01-31  Marek Polacek  <polacek@redhat.com>
54097         * libio/libio.h: Don't define _PARAMS.
54098         * locale/programs/config.h: Don't define PARAMS.
54099         * stdlib/strtol_l.c: Likewise.
54100         (__strtol_l): Remove PARAMS from the prototype.
54102 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
54104         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
54105         names.  Just use the correct names.  Remove unnecessary wrapper
54106         functions.
54107         * malloc/arena.c: Likewise.
54108         * malloc/hooks.c: Likewise.
54110         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
54111         ARENA_TEST says not to.  Simplify test for creation of a new arena.
54112         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
54114 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
54116         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
54117         into tail calls.
54118         (update_get_addr): New function.
54119         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
54120         GET_ADDR_MODULE parameter.
54122 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
54124         * crypt/cert.c: Remove __STDC__ conditionals.
54125         * crypt/crypt-entry.c: Likewise.
54126         * crypt/crypt_util.c: Likewise.
54127         * libio/filedoalloc.c: Likewise.
54128         * libio/fileops.c: Likewise.
54129         * libio/genops.c: Likewise.
54130         * libio/iofclose.c: Likewise.
54131         * libio/iofdopen.c: Likewise.
54132         * libio/iofopen.c: Likewise.
54133         * libio/iofopen64.c: Likewise.
54134         * libio/iogetdelim.c: Likewise.
54135         * libio/iopopen.c: Likewise.
54136         * libio/obprintf.c: Likewise.
54137         * libio/oldfileops.c: Likewise.
54138         * libio/oldiofclose.c: Likewise.
54139         * libio/oldiofdopen.c: Likewise.
54140         * libio/oldiofopen.c: Likewise.
54141         * libio/oldiopopen.c: Likewise.
54142         * libio/wfiledoalloc.c: Likewise.
54143         * libio/wgenops.c: Likewise.
54144         * locale/programs/xmalloc.c: Likewise.
54145         * misc/syslog.c: Likewise.
54146         * stdio-common/xbug.c: Likewise.
54147         * string/memchr.c: Likewise.
54148         * string/memcmp.c: Likewise.
54149         * string/memrchr.c: Likewise.
54150         * string/rawmemchr.c: Likewise.
54151         * sysdeps/posix/getcwd.c: Likewise.
54152         * time/strftime_l.c: Likewise.
54154 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
54156         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
54157         * config.make.in (config-cflags-sse2avx): Define.
54158         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
54159         Fix typo.
54161 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
54163         * scripts/config.guess: Update from upstream config git repository.
54164         * scripts/config.sub: Likewise.
54166 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
54168         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
54169         (EM_NUM): Update.
54170         (R_TILEPRO_*, R_TILEGX_*): New macros.
54172         * scripts/firstversions.awk: Fix bug in version range handling.
54174         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
54176         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
54178         * include/sys/epoll.h: New file.
54179         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
54180         libc_hidden_def.
54182 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
54184         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
54185         Avoid unnecessary __WORDSIZE == 64 test.
54186         (fmaxf): Use VEX format if possible.
54187         (fmax): Likewise.
54188         (fminf): Likewise.
54189         (fmin): Likewise.
54191         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
54192         * math/math_private.h: Remove libc_fegetround* and
54193         libc_fesetround*.
54194         * sysdeps/i386/configure.in: Check for -msse2avx.
54195         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
54196         also if SSE2AVX is defined.
54197         Remove libc_fegetround* and libc_fesetround*.
54198         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
54199         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
54200         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
54201         of HAS_YMM_USABLE.
54202         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
54203         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
54204         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
54205         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
54206         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
54208         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
54210 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54212         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
54213         size is not set.
54214         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
54216 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
54218         [BZ #13618]
54219         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
54220         relocation.
54221         * Makeconfig (libm): Define.
54222         * elf/Makefile: Add rules to build and run tst-relsort1.
54223         * elf/tst-relsort1.c: New file.
54224         * elf/tst-relsort1mod1.c: New file.
54225         * elf/tst-relsort1mod2.c: New file.
54227 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
54229         * math/s_ldexp.c: Remove __STDC__ conditionals.
54230         * math/s_ldexpf.c: Likewise.
54231         * math/s_ldexpl.c: Likewise.
54232         * math/s_nextafter.c: Likewise.
54233         * math/s_nexttowardf.c: Likewise.
54234         * math/s_significand.c: Likewise.
54235         * math/s_significandf.c: Likewise.
54236         * math/s_significandl.c: Likewise.
54237         * math/w_jnl.c: Likewise.
54238         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
54239         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
54240         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
54241         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
54242         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
54243         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
54244         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
54245         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
54246         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
54247         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
54248         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
54249         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
54250         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
54251         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
54252         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
54253         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
54254         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
54255         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
54256         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
54257         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
54258         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
54259         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
54260         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
54261         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
54262         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
54263         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
54264         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
54265         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
54266         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
54267         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
54268         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
54269         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
54270         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
54271         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
54272         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
54273         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
54274         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
54275         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
54276         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
54277         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
54278         * sysdeps/ieee754/k_standard.c: Likewise.
54279         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
54280         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
54281         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
54282         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
54283         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
54284         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
54285         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
54286         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
54287         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
54288         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
54289         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
54290         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
54291         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
54292         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
54293         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
54294         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
54295         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
54296         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
54297         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
54298         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
54299         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
54300         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
54301         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
54302         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
54303         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
54304         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
54305         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
54306         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
54307         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54308         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
54309         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
54310         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
54311         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
54312         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
54313         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
54314         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
54315         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
54316         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
54317         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
54318         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
54319         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
54320         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
54321         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
54322         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
54323         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
54324         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
54325         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
54326         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
54327         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
54328         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
54329         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
54330         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
54331         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
54332         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
54333         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
54334         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
54335         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
54336         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
54337         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
54338         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
54339         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
54340         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
54341         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
54342         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
54343         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
54344         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
54345         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
54346         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
54347         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
54348         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
54349         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
54350         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
54351         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
54352         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
54353         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
54354         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
54355         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
54356         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
54357         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
54358         * sysdeps/ieee754/s_matherr.c: Likewise.
54359         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
54360         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
54361         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
54362         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
54364 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
54366         * crypt/md5.h: Remove __STDC__ conditionals.
54367         * libio/libioP.h: Likewise.
54368         * locale/programs/config.h: Likewise.
54369         * sysdeps/generic/sysdep.h: Likewise.
54370         * sysdeps/i386/asm-syntax.h: Likewise.
54371         * sysdeps/s390/asm-syntax.h: Likewise.
54372         * sysdeps/unix/sysdep.h: Likewise.
54373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
54374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
54376 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
54378         * libio/libio.h: Remove __STDC__ conditionals.
54379         * malloc/obstack.h: Likewise.
54380         * math/complex.h: Likewise.
54381         * math/math.h: Likewise.
54382         * sysdeps/generic/_G_config.h: Likewise.
54383         * sysdeps/gnu/_G_config.h: Likewise.
54384         * sysdeps/mach/hurd/_G_config.h: Likewise.
54385         * sysdeps/powerpc/bits/mathdef.h: Likewise.
54386         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
54387         * sysdeps/sparc/bits/mathdef.h: Likewise.
54389 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
54391         [BZ #13583]
54392         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
54393         Clean up HAS_* macros.
54394         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
54395         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
54396         possible.
54397         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
54398         HAS_AVX.
54399         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
54400         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
54401         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
54402         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
54403         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
54405 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
54407         * elf/tst-unique3.cc (gets): Remove declaration.
54408         * elf/tst-unique3lib.cc (gets): Likewise.
54409         * elf/tst-unique3lib2.cc (gets): Likewise.
54410         * elf/tst-unique4.cc (gets): Likewise.
54412 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
54414         * include/stdio.h: Add C++ protection.  Add gets declarations and
54415         definitions.
54416         * debug/tst-chk1.c: Don't declare gets here.
54417         * stdio-common/tst-gets.c: Likewise.
54419 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
54421         * posix/glob: Remove directory.
54423 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
54425         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
54427 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
54429         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
54430         of the non-standard EPFNOSUPPORT.
54432 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54434         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
54435         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
54436         ANYWHERE set to 1 only on KERN_NO_SPACE error.
54438 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
54440         * wcsmbs/uchar.h: Test __STDC_VERSION__.
54442 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
54444         * nscd/aicache.c (addhstaiX): Do not cache negative results of
54445         transient errors.
54446         * nscd/grpcache.c (cache_addgr): Likewise.
54447         * nscd/hstcache.c (cache_addhst): Likewise.
54448         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54449         * nscd/pwdcache.c (cache_addpw): Likewise.
54450         * nscd/servicescache.c (cache_addserv): Likewise.
54452 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
54454         * malloc/malloc.c: Various cleanups.
54455         * malloc/hooks.c: Likewise.
54457         * stdlib/Makefile (tests): Add bug-fmtmsg1.
54458         * stdlib/bug-fmtmsg1.c: New file.
54460         * stdlib/fmtmsg.c (init): Add missing unlock.
54461         Patch by Peng Haitao <penght@cn.fujitsu.com>.
54463 2012-01-12  Marek Polacek  <polacek@redhat.com>
54465         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
54466         and _GNU_SOURCE.
54468 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54470         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
54471         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
54472         macro to ensure uniqueness of label name.
54473         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
54474         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
54476 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
54478         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
54480         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
54481         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
54482         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
54483         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
54485 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
54487         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
54489         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
54490         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
54491         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
54493         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
54495         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
54496         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
54497         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
54498         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
54500         * math/bits/math-finite.h: Add ldexp support.
54502 2012-01-10  Marek Polacek  <polacek@redhat.com>
54504         * locale/programs/localedef.h (show_archive_content): Add noreturn
54505         attribute.
54507 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
54509         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
54511 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
54513         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
54515         * io/Makefile (headers): Add bits/poll2.h.
54517 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
54519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
54520         typo #include statement.
54522 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
54524         * include/sys/cdefs.h: Define __attribute_alloc_size.
54525         * catgets/gencat.c: Add alloc_size attribute and apply consistently
54526         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
54527         * elf/pldd.c: Likewise.
54528         * iconv/iconv_charmap.c: Likewise.
54529         * iconv/iconvconfig.c: Likewise.
54530         * iconv/strtab.c: Likewise.
54531         * locale/programs/locale.c: Likewise.
54532         * locale/programs/localedef.h: Likewise.
54533         * locale/programs/simple-hash.c: Likewise.
54534         * nscd/nscd.h: Likewise.
54535         * nss/makedb.c: Likewise.
54536         * sysdeps/generic/ldconfig.h: Likewise.
54537         * locale/programs/localedef.c: Remove xmalloc prototype.
54538         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
54540 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54542         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
54543         appropriate.
54545 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
54547         * math/Makefile (tests): Add tst-CMPLX.
54548         * math/tst-CMPLX.c: New file.
54550         * math/complex.h (CMPLXL): Fix typo.
54552         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
54553         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
54554         GLIBC_2.16.
54555         * debug/tst-chk1.c: Add poll and ppoll tests.
54556         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
54557         * include/sys/poll.h: Add hidden proto for ppoll.
54558         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
54559         * sysdeps/mach/hurd/ppoll.c: Likewise.
54560         * io/ppoll.c: Likewise.
54561         * debug/poll_chk.c: New file.
54562         * debug/ppoll_chk.c: New file.
54563         * include/bits/poll2.h: New file.
54564         * io/bits/poll2.h: New file.
54566         [BZ #1350]
54567         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
54569         * configure.in: static is always set to yes.  Remove.
54570         * config.make.in: Don't set build-static.
54571         * Makeconfig: Remove use of build-static.
54572         * dlfcn/Makefile: Likewise.
54573         * elf/Makefile: Likewise.
54574         * math/Makefile: Likewise.
54575         * misc/Makefile: Likewise.
54576         * nptl/Makefile: Likewise.
54577         * sysdeps/mach/hurd/Makefile: Likewise.
54579         * configure.in: PWD_P is not used anymore.
54580         * config.make.in: Remove PWD_P entry.
54582         * configure.in: Remove last remnants of RANLIB.
54583         No need to check for signed size_t anymore.
54584         Don't set libc_commonpagesize and libc_relro_required here for Alpha
54585         and IA-64.
54586         Remove __builtin_expect test because we require at least gcc 3.4.
54587         * aclocal.m4: Likewise.
54589         * wcsmbs/mbrtoc16.c: Implement using towc function.
54590         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
54591         * wcsmbs/wcsmbsload.c: Likewise.
54592         * iconv/gconv_simple.c: Likewise.
54593         * iconv/gconv_int.h: Likewise.
54594         * iconv/gconv_builtin.h: Likewise.
54595         * iconv/iconv_prog.c: Remove CHAR16 handling.
54597         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
54599         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
54601         * configure.in: Remove --with-elf and --enable-bounded options.
54602         Dont set base_machine for ia64.  More non-ELF conditions removed.
54603         Remove testing and setting of leading underscore information.
54604         * config.make.in (build-bounded): Set to no.
54605         * config.h.in: Remove NO_UNDERSCORES entry.
54606         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
54607         them.
54608         * csu/start.c: Remove !NO_UNDERSCORE code.
54609         * locale/localeinfo.h: Likewise.
54610         * sysdeps/generic/machine-gmon.h: Likewise.
54611         * sysdeps/generic/sysdep.h: Likewise.
54612         * sysdeps/i386/sysdep.h: Likewise.
54613         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
54614         * sysdeps/mach/sysdep.h: Likewise.
54615         * sysdeps/s390/s390-32/sysdep.h: Likewise.
54616         * sysdeps/s390/s390-64/sysdep.h: Likewise.
54617         * sysdeps/sh/sysdep.h: Likewise.
54618         * sysdeps/sparc/sparc32/alloca.S: Likewise.
54619         * sysdeps/unix/i386/sysdep.S: Likewise.
54620         * sysdeps/unix/sparc/start.c: Likewise.
54621         * sysdeps/unix/sparc/sysdep.S: Likewise.
54622         * sysdeps/unix/sparc/sysdep.h: Likewise.
54623         * sysdeps/unix/start.c: Likewise.
54624         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54625         * sysdeps/x86_64/sysdep.h: Likewise.
54627 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
54629         [BZ #13553]
54630         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
54631         for non-gcc.
54632         * argp/argp-fmtstream.h: Use const instead __const.
54633         * argp/argp.h: Likewise.
54634         * assert/assert.h: Likewise.
54635         * bits/fenv.h: Likewise.
54636         * bits/sched.h: Likewise.
54637         * bits/sigset.h: Likewise.
54638         * bits/sigthread.h: Likewise.
54639         * catgets/nl_types.h: Likewise.
54640         * conform/data/pthread.h-data: Likewise.
54641         * crypt/crypt-private.h: Likewise.
54642         * crypt/crypt.h: Likewise.
54643         * crypt/crypt_util.c: Likewise.
54644         * ctype/ctype.h: Likewise.
54645         * debug/execinfo.h: Likewise.
54646         * debug/mbsnrtowcs_chk.c: Likewise.
54647         * debug/mbsrtowcs_chk.c: Likewise.
54648         * debug/wcsnrtombs_chk.c: Likewise.
54649         * debug/wcsrtombs_chk.c: Likewise.
54650         * debug/wcstombs_chk.c: Likewise.
54651         * dirent/dirent.h: Likewise.
54652         * dlfcn/dlfcn.h: Likewise.
54653         * elf/neededtest4.c: Likewise.
54654         * grp/grp.h: Likewise.
54655         * gshadow/gshadow.h: Likewise.
54656         * iconv/gconv.h: Likewise.
54657         * iconv/gconv_int.h: Likewise.
54658         * iconv/gconv_simple.c: Likewise.
54659         * iconv/iconv.h: Likewise.
54660         * iconv/loop.c: Likewise.
54661         * iconv/skeleton.c: Likewise.
54662         * include/aio.h: Likewise.
54663         * include/aliases.h: Likewise.
54664         * include/argz.h: Likewise.
54665         * include/arpa/inet.h: Likewise.
54666         * include/assert.h: Likewise.
54667         * include/dirent.h: Likewise.
54668         * include/dlfcn.h: Likewise.
54669         * include/execinfo.h: Likewise.
54670         * include/fcntl.h: Likewise.
54671         * include/fenv.h: Likewise.
54672         * include/glob.h: Likewise.
54673         * include/grp.h: Likewise.
54674         * include/libintl.h: Likewise.
54675         * include/mntent.h: Likewise.
54676         * include/netdb.h: Likewise.
54677         * include/pwd.h: Likewise.
54678         * include/rpc/netdb.h: Likewise.
54679         * include/sched.h: Likewise.
54680         * include/search.h: Likewise.
54681         * include/shadow.h: Likewise.
54682         * include/signal.h: Likewise.
54683         * include/stdio.h: Likewise.
54684         * include/stdlib.h: Likewise.
54685         * include/string.h: Likewise.
54686         * include/sys/socket.h: Likewise.
54687         * include/sys/stat.h: Likewise.
54688         * include/sys/statfs.h: Likewise.
54689         * include/sys/statvfs.h: Likewise.
54690         * include/sys/syslog.h: Likewise.
54691         * include/sys/time.h: Likewise.
54692         * include/sys/uio.h: Likewise.
54693         * include/time.h: Likewise.
54694         * include/unistd.h: Likewise.
54695         * include/utmp.h: Likewise.
54696         * include/wchar.h: Likewise.
54697         * include/wctype.h: Likewise.
54698         * inet/aliases.h: Likewise.
54699         * inet/arpa/inet.h: Likewise.
54700         * inet/netinet/ether.h: Likewise.
54701         * inet/netinet/in.h: Likewise.
54702         * intl/libintl.h: Likewise.
54703         * io/bits/fcntl2.h: Likewise.
54704         * io/fcntl.h: Likewise.
54705         * io/ftw.h: Likewise.
54706         * io/sys/poll.h: Likewise.
54707         * io/sys/stat.h: Likewise.
54708         * io/sys/statfs.h: Likewise.
54709         * io/sys/statvfs.h: Likewise.
54710         * io/utime.h: Likewise.
54711         * libio/bits/stdio.h: Likewise.
54712         * libio/bits/stdio2.h: Likewise.
54713         * libio/libio.h: Likewise.
54714         * libio/libioP.h: Likewise.
54715         * libio/stdio.h: Likewise.
54716         * locale/lc-ctype.c: Likewise.
54717         * locale/locale.h: Likewise.
54718         * login/utmp.h: Likewise.
54719         * malloc/arena.c: Likewise.
54720         * malloc/malloc.c: Likewise.
54721         * malloc/malloc.h: Likewise.
54722         * malloc/mcheck.c: Likewise.
54723         * malloc/mtrace.c: Likewise.
54724         * math/bits/mathcalls.h: Likewise.
54725         * math/fenv.h: Likewise.
54726         * math/math_private.h: Likewise.
54727         * misc/bits/error.h: Likewise.
54728         * misc/bits/syslog.h: Likewise.
54729         * misc/err.h: Likewise.
54730         * misc/error.h: Likewise.
54731         * misc/fstab.h: Likewise.
54732         * misc/mntent.h: Likewise.
54733         * misc/regexp.h: Likewise.
54734         * misc/search.h: Likewise.
54735         * misc/sgtty.h: Likewise.
54736         * misc/sys/mman.h: Likewise.
54737         * misc/sys/syslog.h: Likewise.
54738         * misc/sys/uio.h: Likewise.
54739         * misc/sys/xattr.h: Likewise.
54740         * misc/ttyent.h: Likewise.
54741         * nis/rpcsvc/ypclnt.h: Likewise.
54742         * nss/nss.h: Likewise.
54743         * posix/bits/unistd.h: Likewise.
54744         * posix/fnmatch.h: Likewise.
54745         * posix/glob.h: Likewise.
54746         * posix/sched.h: Likewise.
54747         * posix/spawn.h: Likewise.
54748         * posix/sys/wait.h: Likewise.
54749         * posix/unistd.h: Likewise.
54750         * posix/wordexp.h: Likewise.
54751         * pwd/pwd.h: Likewise.
54752         * resolv/netdb.h: Likewise.
54753         * resource/sys/resource.h: Likewise.
54754         * rt/aio.h: Likewise.
54755         * rt/bits/mqueue2.h: Likewise.
54756         * rt/mqueue.h: Likewise.
54757         * shadow/shadow.h: Likewise.
54758         * signal/signal.h: Likewise.
54759         * socket/send.c: Likewise.
54760         * socket/sendto.c: Likewise.
54761         * socket/sys/socket.h: Likewise.
54762         * stdio-common/printf.h: Likewise.
54763         * stdlib/bits/stdlib.h: Likewise.
54764         * stdlib/fmtmsg.h: Likewise.
54765         * stdlib/monetary.h: Likewise.
54766         * stdlib/stdlib.h: Likewise.
54767         * stdlib/ucontext.h: Likewise.
54768         * streams/stropts.h: Likewise.
54769         * string/argz.h: Likewise.
54770         * string/bits/string2.h: Likewise.
54771         * string/string.h: Likewise.
54772         * string/strings.h: Likewise.
54773         * sunrpc/rpc/auth.h: Likewise.
54774         * sunrpc/rpc/auth_des.h: Likewise.
54775         * sunrpc/rpc/clnt.h: Likewise.
54776         * sunrpc/rpc/netdb.h: Likewise.
54777         * sunrpc/rpc/pmap_clnt.h: Likewise.
54778         * sunrpc/rpc/xdr.h: Likewise.
54779         * sysdeps/generic/inttypes.h: Likewise.
54780         * sysdeps/generic/net/if.h: Likewise.
54781         * sysdeps/generic/sys/swap.h: Likewise.
54782         * sysdeps/gnu/net/if.h: Likewise.
54783         * sysdeps/gnu/utmpx.h: Likewise.
54784         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
54785         * sysdeps/i386/i486/bits/string.h: Likewise.
54786         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
54787         * sysdeps/s390/bits/string.h: Likewise.
54788         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
54789         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
54790         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
54791         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
54792         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
54793         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
54794         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
54795         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
54796         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
54797         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
54798         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
54799         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
54800         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
54801         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
54802         * sysdeps/unix/sysv/linux/readv.c: Likewise.
54803         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
54804         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
54805         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54806         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
54807         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
54808         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
54809         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
54810         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
54811         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
54812         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
54813         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
54814         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
54815         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
54816         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
54817         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
54818         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
54819         * sysvipc/sys/ipc.h: Likewise.
54820         * sysvipc/sys/msg.h: Likewise.
54821         * sysvipc/sys/sem.h: Likewise.
54822         * sysvipc/sys/shm.h: Likewise.
54823         * termios/termios.h: Likewise.
54824         * time/sys/time.h: Likewise.
54825         * time/time.h: Likewise.
54826         * wcsmbs/bits/wchar2.h: Likewise.
54827         * wcsmbs/uchar.h: Likewise.
54828         * wcsmbs/wchar.h: Likewise.
54829         * wctype/wctype.h: Likewise.
54831         [BZ #13551]
54832         * Makeconfig: Remove all but ELF support including AIX support.
54833         * Makerules: Likewise.
54834         * config.h.in: Likewise.
54835         * config.make.in: Likewise.
54836         * configure: Likewise.
54837         * configure.in: Likewise.
54838         * csu/Makefile: Likewise.
54839         * csu/version.c: Likewise.
54840         * debug/Makefile: Likewise.
54841         * dlfcn/Makefile: Likewise.
54842         * elf/Makefile: Likewise.
54843         * extra-lib.mk: Likewise.
54844         * iconv/Makefile: Likewise.
54845         * include/libc-symbols.h: Likewise.
54846         * include/shlib-compat.h: Likewise.
54847         * resolv/Makefile: Likewise.
54848         * resolv/res_libc.c: Likewise.
54849         * rt/Makefile: Likewise.
54850         * sysdeps/i386/asm-syntax.h: Likewise.
54851         * sysdeps/i386/sysdep.h: Likewise.
54852         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
54853         * sysdeps/mach/sysdep.h: Likewise.
54854         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
54855         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
54856         * sysdeps/s390/asm-syntax.h: Likewise.
54857         * sysdeps/s390/s390-32/sysdep.h: Likewise.
54858         * sysdeps/s390/s390-64/sysdep.h: Likewise.
54859         * sysdeps/sh/sysdep.h: Likewise.
54860         * sysdeps/unix/sparc/sysdep.h: Likewise.
54861         * sysdeps/wordsize-32/divdi3.c: Likewise.
54862         * sysdeps/x86_64/sysdep.h: Likewise.
54864         * argp/Versions: Remove _argp_unlock_xxx.
54866         [BZ #13559]
54867         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
54868         * abilist/libBrokenLocale.abilist: Likewise.
54869         * abilist/libanl.abilist: Likewise.
54870         * abilist/libc.abilist: Likewise.
54871         * abilist/libcrypt.abilist: Likewise.
54872         * abilist/libdl.abilist: Likewise.
54873         * abilist/libm.abilist: Likewise.
54874         * abilist/libnsl.abilist: Likewise.
54875         * abilist/libpthread.abilist: Likewise.
54876         * abilist/libresolv.abilist: Likewise.
54877         * abilist/librt.abilist: Likewise.
54878         * abilist/libthread_db.abilist: Likewise.
54879         * abilist/libutil.abilist: Likewise.
54880         * abilist/libnss_db.abilist: New file.
54882         * scripts/abilist.awk: Add support for indirect functions.
54884         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
54886         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
54888         * shlib-versions: Remove entries for ports architectures.
54890         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
54891         files in ports.
54892         * elf/stackguard-macros.h: Remove support for IA-64.
54893         * elf/tst-auditmod1.c: Likewise.
54894         * sysdeps/generic/ldsodefs.h: Likewise.
54896         * sysdeps/unix/sysv/linux/configure.in: Ports should define
54897         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
54898         configure files.
54900         [BZ #13552]
54901         * configure.in: Remove --enable-omitfp support.
54902         * FAQ.in: Adjust.
54903         * config.make.in: Likewise.
54904         * Makeconfig: Likewise.
54905         * manual/install.texi: Likewise.
54907         In case anyone cares, the IA-64 architecture could move to ports.
54908         * sysdeps/ia64/*: Removed.
54909         * sysdeps/unix/sysv/linux/ia64/*: Removed.
54910         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
54912         [BZ #13555]
54913         * configure.in: Remove entries for unsupported architectures.
54915         [BZ #13533]
54916         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
54917         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
54918         routines.
54919         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
54920         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
54921         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
54922         fall back to using wcrtomb.
54923         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
54924         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
54925         renaming.
54926         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
54927         * wcsmbs/tst-c16c32-1.c: New file.
54929         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
54930         local variable.
54932         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
54934         * elf/tst-unique3.cc: Add explicit declaration of gets.
54935         * elf/tst-unique3lib.cc: Likewise.
54936         * elf/tst-unique3lib2.cc: Likewise.
54937         * elf/tst-unique4.cc: Likewise.
54939         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
54941 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
54943         [BZ #13566]
54944         * assert/assert.h (static_assert): Don't define for C++.
54945         * libio/stdio.h (gets): Do declare for C++ <= C++11.
54946         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
54948 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
54950         * iconv/loop.c (single loop): Fix assertion in storing of
54951         remaining bytes.
54953         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
54955 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
54957         * posix/getconf.c: Update copyright year.
54958         * nss/getent.c: Likewise.
54959         * nss/makedb.c: Likewise.
54960         * iconv/iconvconfig.c: Likewise.
54961         * iconv/iconv_prog.c: Likewise.
54962         * elf/ldconfig.c: Likewise.
54963         * elf/pldd.c: Likewise.
54964         * elf/sotruss.ksh: Likewise.
54965         * catgets/gencat.c: Likewise.
54966         * csu/version.c: Likewise.
54967         * elf/ldd.bash.in: Likewise.
54968         * elf/sprof.c (print_version): Likewise.
54969         * locale/programs/locale.c: Likewise.
54970         * locale/programs/localedef.c: Likewise.
54971         * login/programs/pt_chown.c: Likewise.
54972         * nscd/nscd.c (print_version): Likewise.
54973         * debug/xtrace.sh: Likewise.
54974         * malloc/memusage.sh: Likewise.
54975         * malloc/mtrace.pl: Likewise.
54976         * debug/catchsegv.sh: Likewise.
54978 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
54980         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
54981         pure attribute.
54983 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
54985         [BZ #13533]
54986         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
54987         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
54988         transformations.
54989         * iconv/gconv_int.h: Likewise.
54990         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
54991         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
54992         from libc for GLIBC_2.16.
54993         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
54994         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
54995         * wcsmbs/uchar.h: Really define mbstate_t.
54996         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
54997         * wcsmbs/c16rtomb.c: New file.
54998         * wcsmbs/mbrtoc16.c: New file.
54999         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
55000         for C/POSIX locale.
55001         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
55002         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
55004         * wcsmbs/wchar.h: Add missing __restrict.
55006 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
55008         [BZ #13532]
55009         * time/Makefile (routines): Add timespec_get.
55010         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
55011         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
55012         timespec for ISO C11.
55013         * time/timespec_get.c: New file.
55014         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
55015         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
55017         [BZ #13531]
55018         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
55019         * stdlib/stdlib.h: Declare aligned_alloc.
55020         * Versions.def: Add GLIBC_2.16 for libc.
55021         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
55023         [BZ 13527]
55024         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
55025         ISO C11.
55027         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
55028         code.
55030         [BZ #13528]
55031         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
55033         [BZ #13529]
55034         * assert/assert.h (static_assert): Define.
55036         * version.h: Update for 2.16 development version.
55038         [BZ #13526]
55039         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
55040         _ISOC11_SOURCE.
55042         * version.h (RELEASE): Bump for 2.15 release.
55043         * include/features.h (__GLIBC_MINOR__): Bump to 15.
55045         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
55046         Patch by Marek Polacek <mpolacek@redhat.com>.
55048         * bits/byteswap.h: Protect long long constants with __extension__.
55049         * sysdeps/i386/bits/byteswap.h: Likewise.
55050         * sysdeps/ia64/bits/byteswap.h: Likewise.
55051         * sysdeps/s390/bits/byteswap.h: Likewise.
55052         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55054 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55056         [BZ #13540]
55057         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
55058         destination buffer.
55059         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
55061 2011-12-23  Marek Polacek  <polacek@redhat.com>
55063         * elf/dl-addr.c (determine_info): Add inline keyword.
55064         * elf/tst-auditmod4b.c (check_avx): Likewise.
55065         * elf/tst-auditmod6b.c (check_avx): Likewise.
55066         * elf/tst-auditmod6c.c (check_avx): Likewise.
55067         * elf/tst-auditmod7b.c (check_avx): Likewise.
55069 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
55071         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
55072         !__SSE_MATH__.
55074 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55076         [BZ #13540]
55077         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
55078         processing for last bytes.
55080 2011-08-06  Bruno Haible  <bruno@clisp.org>
55082         [BZ #13061]
55083         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
55084         U+0385, not to U+1FEE.
55086         [BZ #13062]
55087         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
55088         entry for U+00A5 U+0301.
55090 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
55092         [BZ #13166]
55093         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
55094         buffer for the output is too small.
55096         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
55097         optimization.
55099         [BZ #13185]
55100         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
55101         SSE flags if possible.
55103 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55105         [BZ #13540]
55106         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
55107         processing for last bytes.
55109 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
55111         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
55112         (syscall-list-default-options, syscall-list-default-condition)
55113         (syscall-list-includes): Define.
55114         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
55115         list of ABIs and options and #if conditions for each ABI.  Do not
55116         handle common syscalls between ABIs specially.
55117         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
55118         Remove.
55119         (syscall-list-variants, syscall-list-32bit-options)
55120         (syscall-list-32bit-condition, syscall-list-64bit-options)
55121         (syscall-list-64bit-condition): Define.
55122         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
55123         (syscall-list-variants, syscall-list-32bit-options)
55124         (syscall-list-32bit-condition, syscall-list-64bit-options)
55125         (syscall-list-64bit-condition): Define.
55126         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
55127         Remove.
55128         (syscall-list-variants, syscall-list-32bit-options)
55129         (syscall-list-32bit-condition, syscall-list-64bit-options)
55130         (syscall-list-64bit-condition): Define.
55131         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
55132         Remove.
55133         (syscall-list-variants, syscall-list-32bit-options)
55134         (syscall-list-32bit-condition, syscall-list-64bit-options)
55135         (syscall-list-64bit-condition): Define.
55137 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
55139         * locale/iso-639.def: Add brx entry.
55141         [BZ #13328]
55142         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
55143         Proposed by Mariusz_Cukr <marcukr@op.pl>.
55145         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
55146         __feraiseexcept_renamed.
55148 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
55150         [BZ #13538]
55151         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
55152         EPOLLET with unsigned values.
55153         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
55154         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
55156         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
55157         to large cancellation.
55158         * math/s_cacoshf.c: Likewise.
55159         * math/s_cacoshl.c: Likewise.
55161 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
55163         [BZ #13305]
55164         [BZ #12786]
55165         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
55166         * math/s_cacoshf.c: Likewise.
55167         * math/s_cacoshl.c: Likewise.
55169 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
55171         [BZ #13439]
55172         * iconv/gconv.h: Define __GCONV_SWAP.
55173         * iconvdata/unicode.c: The swap bit must be stored in __flags.
55174         * iconvdata/utf-16.c: Likewise.
55175         * iconvdata/utf-32.c: Likewise.
55177 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
55179         [BZ #13524]
55180         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
55181         numerator after shifting it by one limb.
55183 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
55185         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
55186         under [__USE_EXTERN_INLINES].
55188 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
55190         [BZ #13446]
55191         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
55193 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55195         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
55196         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
55197         optimized code.
55198         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
55199         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
55200         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
55201         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
55202         for strncasecmp/strncasecmp_l compilation.
55203         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
55204         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
55206 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
55208         [BZ #13484]
55209         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
55210         of __asm__.
55212 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
55214         [BZ #13506]
55215         * time/tzfile.c (__tzfile_read): Check values from file header.
55217 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
55219         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
55220         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
55221         * powerpc/powerpc32/dl-start.S: Likewise.
55222         * powerpc/powerpc32/elf/start.S: Likewise.
55223         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
55224         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
55225         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
55226         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
55227         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
55228         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
55229         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
55230         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
55231         * powerpc/powerpc32/fpu/s_round.S: Likewise.
55232         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
55233         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
55234         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
55235         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
55236         * powerpc/powerpc32/memset.S: Likewise.
55237         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
55238         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
55239         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
55240         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
55241         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
55242         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
55243         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
55244         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
55245         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
55246         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
55247         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
55248         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
55249         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
55251 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55253         * math/libm-test.inc: Added more nearbyint tests.
55254         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
55255         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
55256         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
55257         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
55259 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
55261         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
55262         FD_CLOEXEC.
55264 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55266         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
55267         Add wcscpy-ssse3 wcscpy-c.
55268         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
55269         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
55270         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
55271         * sysdeps/x86_64/wcschr.S: New file.
55272         * sysdeps/x86_64/wcsrchr.S: New file.
55273         * string/test-strcmp.c: Remove checking of wcscmp function for
55274         wrong alignments.
55275         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
55276         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
55277         wcsrchr-sse2 wcsrchr-c.
55278         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
55279         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
55280         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
55281         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
55282         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
55283         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
55284         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
55285         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
55286         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
55287         * wcsmbc/wcschr.c (WCSCHR): New macro.
55289 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55291         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
55292         * wcsmbs/test-wcsrchr.c: New file.
55293         * string/test-strrchr.c: Add wcsrchr support.
55294         (WIDE): New macro.
55295         * wcsmbs/test-wcscpy.c: New file.
55296         * string/test-strcpy.c: Add wcscpy support.
55297         (WIDE): New macro.
55299 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
55301         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
55302         the inner loop.
55304 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
55306         [BZ #13472]
55307         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
55309 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
55311         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
55312         Minor optimizations.
55314         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
55315         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
55316         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
55318 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
55320         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
55321         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
55322         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
55323         for gcc to avoid warnings.
55324         * inet/Makefile (tests): Add tst-checks.
55325         * inet/tst-checks.c: New file.
55327         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
55328         warning.
55330         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
55331         __wmemcmp_sse2.
55333         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
55334         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
55336         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
55338 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
55340         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
55341         problem.
55343         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
55345 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
55347         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
55348         conditional on GCC version.
55349         (__arch_compare_and_exchange_val_8_acq)
55350         (__arch_compare_and_exchange_val_16_acq)
55351         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
55352         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
55353         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
55355 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
55357         * sysdeps/sh/backtrace.c: New file.
55359 2011-12-02  Andreas Schwab  <schwab@redhat.com>
55361         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
55362         parenthesis.
55364 2011-12-01  Andreas Schwab  <schwab@redhat.com>
55366         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
55367         falling back to utime.
55369 2011-11-30  Andreas Schwab  <schwab@redhat.com>
55371         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
55372         expectations for float.
55374 2011-11-29  Andreas Schwab  <schwab@redhat.com>
55376         * locale/weight.h (findidx): Add parameter len.
55377         * locale/weightwc.h (findidx): Likewise.
55378         * posix/fnmatch_loop.c (FCT): Adjust caller.
55379         * posix/regcomp.c (build_equiv_class): Likewise.
55380         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
55381         * posix/regexec.c (check_node_accept_bytes): Likewise.
55382         * string/strcoll_l.c (STRCOLL): Likewise.
55383         * string/strxfrm_l.c (STRXFRM): Likewise.
55385 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
55387         * Makefile.in: Remove CVSOPT handling.
55388         * configure.in: Remove use of AC_REVISION.
55389         * iconvdata/Makefile (distribute): No need to filter out CVS.
55390         * scripts/list-sources.sh: Remove CVS, subversion and monotone
55391         handling.
55393 2011-11-16  Andreas Schwab  <schwab@redhat.com>
55395         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
55396         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
55397         [USE_AS_STRNCASECMP_L]: Likewise.
55398         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
55399         NO_TLS_DIRECT_SEG_REFS.
55400         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
55401         Fix argument offsets for non-PIC.
55402         [USE_AS_STRNCASECMP_L]: Likewise.
55403         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
55404         NO_TLS_DIRECT_SEG_REFS.
55406 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
55408         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
55409         O_CLOEXEC.
55410         * locale/loadlocale.c (_nl_load_locale): Likewise.
55412 2011-11-15  Andreas Schwab  <schwab@redhat.com>
55414         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
55415         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
55416         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
55417         (SYSCALL_GETTIME): Set errno on error.
55419         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
55420         count references to noai6ai_cached.
55422 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
55424         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
55426         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
55427         FD_CLOEXEC for /proc/self/maps.
55429         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
55430         FD_CLOEXEC for /proc/meminfo.
55432         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
55433         gai.conf.
55435         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
55436         FD_CLOEXEC for given file.
55438         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
55440         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
55441         FD_CLOEXEC for /etc/hosts.
55442         (_gethtent): Likewise.
55444         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
55446         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
55447         cancellation and set FD_CLOEXEC for /etc/netgroup.
55449         * nss/nss_files/files-key.c (search): Don't allow cancellation when
55450         reading /etc/publickey.
55452         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
55453         allow cancellation when reading /etc/group.
55455         * nss/nss_files/files-alias.c (internal_setent): Don't allow
55456         cancellation.
55457         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
55459         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
55460         when using data file.
55462         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
55464         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
55465         (write_nis_obj): Use "c" and "e" in fopen.
55467         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
55469         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
55471         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
55473         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
55475         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
55476         locale.alias.
55478         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
55480         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
55482         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
55484         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
55485         file parsing and set FD_CLOEXEC.
55487 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
55489         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
55491 2011-11-14  Andreas Schwab  <schwab@redhat.com>
55493         * malloc/arena.c (arena_get2): Don't call reused_arena when
55494         _int_new_arena failed.
55496 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
55498         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
55499         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
55500         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
55501         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
55502         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
55503         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
55504         to compile strcasecmp and strncasecmp.
55505         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
55506         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
55508         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
55510 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
55512         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
55513         locale-defines.sym to gen-as-const-headers.
55514         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
55515         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
55516         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
55517         to compile strcasecmp and strncasecmp.
55518         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
55519         strcasecmp_l and strncasecmp_l.
55520         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
55521         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
55522         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
55523         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
55524         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
55525         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
55526         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
55527         * sysdeps/i386/i686/multiarch/strncase.S: New file.
55528         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
55529         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
55530         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
55532 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
55534         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
55535         result of SYSDEP_GETTIME_CPU to retval.
55536         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
55537         parameter list to macro.  Remove trailing semicolon.  Adjust users.
55539         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
55540         variable.
55542         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
55543         mantissa words.
55544         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
55546         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
55547         from unused variable.
55549         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
55550         DWARF definitions.
55551         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
55552         for assembling.
55554         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
55555         over namespaces.
55557         * sunrpc/rpc_prot.c (rejected): Fix case value.
55559         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
55560         unsigned long long int to avoid warnings in shift.
55562         * posix/regex_internal.c (re_string_reconstruct): Actually use result
55563         of use of trans.
55564         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
55565         variable tmp.
55567         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
55568         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
55569         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
55571         * nis/nis_table.c (nis_list): Use variable of correct type for
55572         result of __follow_path call.
55574 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55576         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
55577         of math functions ceil, trunc, floor, round, and sqrt, when
55578         avaliable on the platform.
55579         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
55580         name clash.
55581         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
55582         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
55583         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
55585 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
55587         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
55588         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
55590 2011-11-11  Roland McGrath  <roland@hack.frob.com>
55592         * include/unistd.h: Fix __readlink return type.
55593         Reported by Chris Metcalf <cmetcalf@tilera.com>.
55595 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
55597         * stdlib/ucontext.h: Undo last change for makecontext.
55599 2011-11-11  Andreas Schwab  <schwab@redhat.com>
55601         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
55603         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
55604         * setjmp/setjmp.h: Mark functions as non-leaf.
55605         * setjmp/bits/setjmp2.h: Likewise.
55606         * stdlib/ucontext.h: Likewise.
55608 2011-11-10  Andreas Schwab  <schwab@redhat.com>
55610         * malloc/arena.c (_int_new_arena): Don't increment narenas.
55611         (reused_arena): Don't check arena limit.
55612         (arena_get2): Atomically check arena limit.
55614 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
55616         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
55617         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
55619         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
55620         instructions.
55622 2011-11-07  Andreas Schwab  <schwab@redhat.com>
55624         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
55625         handler when locking.
55627         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
55628         Fix size of allocated buffer.
55630 2011-11-04  Andreas Schwab  <schwab@redhat.com>
55632         [BZ #10103]
55633         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
55634         declarations for long double functions.
55635         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
55637         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
55639 2011-11-03  Andreas Schwab  <schwab@redhat.com>
55641         * nscd/nscd.c (main): Don't start AVC thread until credentials are
55642         installed.
55644         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
55645         is disabled.
55647 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55649         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
55651 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
55653         * include/alloca.h (stackinfo_alloca_round): Define.
55654         (extend_alloca): Use it.
55655         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
55656         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
55657         here.
55659         * scripts/check-local-headers.sh: Ignore libaudit.h.
55661         * nscd/Makefile (extra-objs): Make recursively expanded.
55663 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
55665         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
55666         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
55668         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
55669         * posix/tst-rfc3484-2.c: Likewise.
55670         * posix/tst-rfc3484-3.c: Likewise.
55672         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
55673         process_vm_writev.
55674         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
55675         process_vm_writev.
55676         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
55677         process_vm_writev from libc using GLIBC_2.15 version.
55679         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
55681 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
55683         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
55684         stack usage.
55686 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
55688         [BZ #13367]
55689         * nss/getent.c (initgroups_keys): Show error message in case no group
55690         names are given.
55692         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
55693         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
55694         __bump_nl_timestamp.
55695         * nscd/connections (nscd_init): When host database is served open
55696         netlink socket and request notification about configuration changes.
55697         (main_loop_poll): Track netlink file descriptor and bump timestamp
55698         in case data becomes available.
55699         (main_loop_epoll): Likewise.
55700         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
55701         (database_pers_head): Add extra_data fileds.
55702         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
55703         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
55704         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
55705         Adjust caller.
55706         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
55707         in6ai data, call __free_in6ai.
55708         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
55709         Add -DHAVE_NETLINK.
55710         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
55711         interface information.  Reuse previous data if netlink timestamp
55712         is not changed.
55713         (__bump_nl_timestamp): New function.
55714         (__free_in6ai): New function.
55716 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
55718         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
55719         close_not_cancel_no_status here.
55720         (__check_pf): Reorganize code a bit to not call close twice if OOM.
55722 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
55724         [BZ #13276]
55725         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
55726         return value.
55728         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
55729         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
55730         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
55732 2011-07-03  Andreas Jaeger  <aj@suse.de>
55734         [BZ #10709]
55735         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
55736         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
55737         * math/libm-test.inc (sin_test): Add test case.
55739 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
55741         [BZ #13337]
55742         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
55743         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
55745         * elf/chroot_canon.c (chroot_canon): Cleanups.
55747         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
55749         [BZ #13335]
55750         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
55751         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
55753         * string/test-strchr.c: Make usable for strchrnul testing.
55754         * string/test-strchrnul.c: New file.
55755         * string/Makefile (strop-tests): Add strchrnul.
55757         * po/it.po: Update from translation team.
55758         * po/es.po: Likewise.
55760 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
55762         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
55763         the three constants needed as parameters.  Drop the others.
55764         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
55765         __m128i_strloadu_tolower.
55766         Create and initialize variable zero and use it in all the places
55767         where _mm_setzero_si128 was used.
55769         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
55770         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
55771         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
55772         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
55773         anymore.
55774         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
55775         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
55776         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
55777         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
55778         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
55779         __mpranred, __mptan.
55780         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
55781         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
55782         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
55783         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
55784         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
55785         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
55786         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
55787         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
55788         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
55790 2011-10-28  Andreas Schwab  <schwab@redhat.com>
55792         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
55793         redefine if SHARED.
55794         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
55796         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
55797         wide char related routines to wcsmbs subdir.
55799 2011-10-27  Andreas Schwab  <schwab@redhat.com>
55801         [BZ #13344]
55802         * misc/sys/cdefs.h (__THROWNL): Define.
55803         * posix/unistd.h: Use __THREADNL instead of __THREAD
55804         for memory synchronization functions.
55806 2011-10-26  Roland McGrath  <roland@hack.frob.com>
55808         [BZ #13349]
55809         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
55810         doesn't exist.
55811         * manual/stdio.texi (Obstack Streams): Node removed.
55813 2011-10-26  Andreas Schwab  <schwab@redhat.com>
55815         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
55816         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
55817         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
55819         * math/math_private.h (math_force_eval): Allow non-addressable
55820         arguments.
55821         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
55823 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
55825         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
55826         file is not needed.
55828         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
55829         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
55830         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
55831         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
55832         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
55833         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
55834         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
55835         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
55836         Add AVX variants.
55837         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
55838         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
55839         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
55840         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
55841         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
55842         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
55843         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
55844         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
55845         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
55846         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
55847         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
55848         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
55849         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
55850         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
55851         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
55852         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
55853         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
55854         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
55855         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
55857         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
55858         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
55860         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
55861         place.  Use VEX encoding when compiling for AVX.
55863 2011-10-25  Andreas Schwab  <schwab@redhat.com>
55865         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
55866         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
55868         * string/test-strchr.c (do_test): Don't generate NUL bytes.
55870 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
55872         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
55873         useless if() expression.
55874         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
55875         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
55876         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
55877         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
55878         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
55879         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
55880         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
55881         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
55882         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
55883         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
55884         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
55885         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
55886         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
55887         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
55888         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
55889         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
55890         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
55891         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
55892         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
55894         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
55896 2011-10-25  Andreas Schwab  <schwab@redhat.com>
55898         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
55899         condition.
55900         * elf/dl-fini.c (_dl_sort_fini): Likewise.
55902 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
55904         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
55905         .text section.  Avoid duplicate constants.
55906         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
55907         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
55908         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
55909         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
55910         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
55911         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
55912         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
55913         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
55914         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
55915         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
55916         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
55917         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
55918         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
55919         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
55920         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
55921         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
55922         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
55923         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
55924         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
55925         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
55926         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
55927         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
55928         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
55929         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
55930         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
55931         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
55932         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
55933         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
55934         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
55935         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
55936         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
55937         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
55938         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
55939         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
55940         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
55941         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
55942         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
55943         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
55944         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
55945         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
55946         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
55947         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
55948         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
55949         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
55950         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
55952 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
55954         * sysdeps/x86_64/dla.h: Move to ...
55955         * sysdeps/x86_64/fpu/dla.h: ...here.
55956         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
55957         situations.  Use __builtin_fma only for gcc 4.6 and up.
55959         * config.make.in: Add have-mfma4 entry.
55960         * configure.in: Substitute libc_cv_cc_fma4.
55961         * math/Makefile (dbl-only-routines): Add sincostab.
55962         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
55963         Use __sincostab not sincos.
55964         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
55965         name is a macro.
55966         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
55967         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
55968         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
55969         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
55970         using __copysign.
55971         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
55972         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
55973         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
55974         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
55975         and __inv.
55976         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
55977         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
55978         __copysign.
55979         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
55980         define aliases when function name is a macro.
55981         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
55982         sysdeps/ieee754/dbl-64/sincos.tbl.
55983         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
55984         fma4-enabled routines.
55985         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
55986         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
55987         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
55988         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
55989         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
55990         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
55991         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
55992         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
55993         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
55994         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
55995         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
55996         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
55997         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
55998         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
55999         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
56000         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
56001         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
56002         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
56003         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
56004         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
56005         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
56006         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
56007         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
56008         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
56009         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
56010         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
56011         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
56012         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
56013         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
56014         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
56016         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
56017         rename.
56018         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
56019         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
56020         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
56021         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
56022         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
56023         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
56024         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
56025         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
56027 2011-10-24  Andreas Schwab  <schwab@redhat.com>
56029         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
56031 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
56033         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
56035         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
56036         prediction.
56037         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
56039         * string/strnlen.c: Don't define STRNLEN, reverse logic.
56040         Remove unused variable magic_bits.
56041         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
56043         * string/strnlen.c: Define and use STRNLEN macro.
56044         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
56045         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
56046         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
56047         * wcsmbs/wcslen.c: Define and use WCSLEN.
56048         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
56049         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
56050         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
56051         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
56052         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
56053         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
56054         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
56056 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
56058         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56059         strnlen-sse2-no-bsf.
56060         Rename strlen-no-bsf to strlen-sse2-no-bsf.
56061         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
56062         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
56063         Add strnlen support.
56064         (USE_AS_STRNLEN): New macro.
56065         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
56066         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
56067         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
56068         * sysdeps/x86_64/wcslen.S: New file.
56070 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
56072         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
56073         XMM-moves are used for copying on small sizes.
56075 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
56077         * wcsmbs/Makefile (strop-tests): Add wcschr.
56078         * wcsmbs/test-wcschr.c: New file.
56079         * string/test-strchr.c: Update.
56080         Add wcschr support.
56081         (WIDE): New macro.
56083 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
56085         * wcsmbs/Makefile (strop-tests): Add wcslen.
56086         * wcsmbs/test-wcslen.c: New file.
56087         * string/test-strlen.c: Update.
56088         Add wcslen support.
56089         (WIDE): New macro.
56091 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
56093         * po/it.po: Update from translation team.
56095 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
56097         * sysdeps/x86_64/wcscmp.S: Update.
56098         Fix wrong comparison semantics.
56099         wcscmp shall use signed comparison not unsigned.
56100         Don't use substraction to avoid overflow bug.
56101         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
56102         * wcsmbc/wcscmp.c: Likewise.
56103         * string/test-strcmp.c: Likewise.
56104         Add new tests to check cases with negative values.
56106 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
56108         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
56109         * sysdeps/x86_64/dla.h: ...here.  New file.
56110         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
56111         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
56112         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
56113         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
56114         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
56115         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
56116         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
56117         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
56118         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
56120 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
56122         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
56123         __ynl_finite aliases.
56125 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
56127         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
56129         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
56130         define DLA_FMA.
56131         [DLA_FMA] (EMULV): Use DLA_FMA.
56132         [DLA_FMA] (MUL12): Use EMULV.
56133         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
56134         that are not needed.
56135         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
56136         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
56137         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
56138         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
56139         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
56140         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
56141         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
56143 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
56145         * math/s_nan.c: Undef __nan.
56146         * math/s_nanf.c: Undef __nanf.
56147         * math/s_nanl.c: Undef __nanl.
56148         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
56149         "math_private.h".
56151 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
56153         * math/s_catan.c: Add branch predictions.
56154         * math/s_catanf.c: Likewise.
56155         * math/s_catanh.c: Likewise.
56156         * math/s_catanhf.c: Likewise.
56157         * math/s_catanhl.c: Likewise.
56158         * math/s_catanl.c: Likewise.
56159         * math/s_cexp.c: Likewise.
56160         * math/s_cexpf.c: Likewise.
56161         * math/s_cexpl.c: Likewise.
56162         * math/s_clog.c: Likewise.
56163         * math/s_clog10.c: Likewise.
56164         * math/s_clog10f.c: Likewise.
56165         * math/s_clog10l.c: Likewise.
56166         * math/s_clogf.c: Likewise.
56167         * math/s_clogl.c: Likewise.
56168         * math/s_csqrt.c: Likewise.
56169         * math/s_csqrtf.c: Likewise.
56170         * math/s_csqrtl.c: Likewise.
56171         * math/s_ctanf.c: Likewise.
56172         * math/s_ctanh.c: Likewise.
56173         * math/s_ctanhf.c: Likewise.
56174         * math/s_ctanhl.c: Likewise.
56175         * math/s_ctanl.c: Likewise.
56177         * math/math_private.h: Define __nan, __nanf, __nanl.
56178         * math/s_cacosh.c: Include <math_private.h>.
56179         * math/s_cacoshl.c: Likewise.
56180         * math/s_casinh.c: Likewise.
56181         * math/s_casinhf.c: Likewise.
56182         * math/s_casinhl.c: Likewise.
56183         * math/s_ccos.c: Rely entire on ccosh.
56184         * math/s_ccosf.c: Rely entire on ccoshf.
56185         * math/s_ccosl.c: Rely entirely on ccoshl.
56186         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
56187         Remove tests for FE_INVALID.
56188         * math/s_ccoshf.c: Likewise.
56189         * math/s_ccoshl.c: Likewise.
56190         * math/s_csin.c: Likewise.
56191         * math/s_csinf.c: Likewise.
56192         * math/s_csinh.c Likewise.
56193         * math/s_csinhf.c: Likewise.
56194         * math/s_csinhl.c: Likewise.
56195         * math/s_csinl.c: Likewise.
56196         * math/s_ctan.c: Likewise.
56197         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
56198         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
56199         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
56201 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
56203         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
56204         compilation problems.
56206         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
56207         __builtin_expect.
56209 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
56211         * sysdeps/i386/configure.in: Test for -mfma4 option.
56212         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
56213         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
56214         COMMON_CPUID_INDEX_80000001.
56215         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
56216         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
56217         use it if FMA3 is not supported.
56218         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
56220         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
56221         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56223 2011-10-20  Andreas Schwab  <schwab@redhat.com>
56225         [BZ #12892]
56226         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
56227         it would create a cycle with a link time dependency.
56229 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
56231         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
56232         instruction.
56233         * string/Makefile (strop-tests): Add rawmemchr.
56234         * string/test-rawmemchr.c: New file.
56236         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
56237         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
56238         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
56239         when compiling str{,n}casecmp and when AVX is available.  Hook up
56240         new optimized code in initializers.
56242 2011-10-19  Andreas Schwab  <schwab@redhat.com>
56244         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
56245         __feraiseexcept instead of feraiseexcept.
56247 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
56249         * math/math_private.h: Define defaults for libc_fetestexcept and
56250         libc_feupdateenv.
56251         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
56252         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
56253         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
56254         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
56255         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
56256         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
56257         libc_fetestexcept and libc_feupdateenv.
56259         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
56260         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
56261         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
56262         * sysdeps/x86_64/fpu/math_private.h: Define special version of
56263         libc_feholdexcept_setround.
56265         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
56266         Add s_nearbyint-c and s_nearbyintf-c.
56267         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
56268         nearbyintf inlines.
56269         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
56270         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
56271         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
56272         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
56274         * math/math_private.h: Define defaults for libc_fegetround,
56275         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
56276         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
56277         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
56278         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
56279         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
56280         standard functions.
56281         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
56282         Remove comments and hacks for old compiler versions.
56283         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
56284         libc_fegetround, libc_fesetround, libc_feholdexcept, and
56285         libc_feholdexceptl.
56287 2011-10-18  Andreas Schwab  <schwab@redhat.com>
56289         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
56290         (__feraiseexcept_renamed): Add __NTH.
56291         (feraiseexcept): Add __NTH.  Rename local variables to fix
56292         namespace violations.
56294 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
56296         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
56298         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
56300         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
56301         recently added interfaces.
56302         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
56304         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
56305         about macro parameter expansion.
56307         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
56308         __NO_MATH_INLINES is defined.  Cleanups.
56310         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
56311         and __floorf is target has SSE4.1.
56312         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
56313         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
56314         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
56315         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
56317         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
56318         name.
56319         (floorf): Likewise.
56321         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
56323 2011-10-17  Andreas Schwab  <schwab@redhat.com>
56325         * misc/sys/cdefs.h: Fix last change.
56327         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
56328         database lookup.
56330 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
56332         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
56334         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
56335         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
56336         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
56337         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
56338         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
56339         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
56340         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
56341         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
56342         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
56343         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
56344         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
56345         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
56346         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
56347         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
56348         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
56349         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
56350         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
56351         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
56352         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
56353         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
56354         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
56355         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
56357         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
56358         ceil, ceilf, floor, floorf.
56360         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
56361         Perform IRELATIVE relocations last.
56363         * elf/do-rel.h: Add another parameter nrelative, replacing the
56364         local variable with the same name.  Change name of the function
56365         to end in Rel or Rela (uppercase).
56366         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
56367         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
56368         elf_dynamic_do_##reloc function.
56370 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
56372         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
56373         is sufficient, at least on modern CPUs.
56375         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
56377         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
56378         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
56380         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
56381         __expl_finite.
56382         * math/bits/math-finite.h: Add entries for exp.
56383         * math/e_expl.c: Add __*_finite alias.
56384         * sysdeps/i386/fpu/e_exp.S: Likewise.
56385         * sysdeps/i386/fpu/e_expf.S: Likewise.
56386         * sysdeps/i386/fpu/e_expl.c: Likewise.
56387         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
56388         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
56389         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
56390         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
56391         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
56392         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
56393         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
56395         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
56396         is sufficient, at least on modern CPUs.
56398         * ctype/ctype-info.c (__ctype_init): Define.
56399         * include/ctype.h (__ctype_init): Declare.
56400         (__ctype_b_loc): The variable is always initialized.
56401         (__ctype_toupper_loc): Likewise.
56402         (__ctype_tolower_loc): Likewise.
56403         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
56404         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
56406 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
56408         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
56410         * configure.in: Also look in $cxxmachine/include for C++ system
56411         headers.
56413 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
56415         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
56416         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
56417         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
56418         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
56419         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
56420         (USE_AS_WMEMCMP): New macro.
56421         Fixing indents.
56422         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
56423         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
56424         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
56425         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
56426         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56427         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
56428         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
56429         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
56430         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
56431         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
56432         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
56433         (USE_AS_WMEMCMP): New macro.
56434         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
56435         * sysdeps/string/test-memcmp.c: Update.
56436         Fix simple_wmemcmp.
56437         Add new tests.
56438         * wcsmbs/wmemcmp.c: Update.
56439         (WMEMCMP): New macro.
56440         Fix overflow bug.
56442 2011-10-12  Andreas Jaeger  <aj@suse.de>
56444         [BZ #13268]
56445         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
56447 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
56449         * libio/iofwide.c (do_length): Avoid warning.
56451         * ctype/ctype.h (__isctype_f): Add missing __THROW.
56453 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
56455         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
56457         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
56458         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
56459         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
56460         * sysdeps/i386/i686/fpu/e_log.S: New file.
56461         * sysdeps/i386/i686/fpu/e_logf.S: New file.
56462         * sysdeps/i386/i686/fpu/e_logl.S: New file.
56464         * ctype/ctype.h: Add support for inlined isXXX functions when
56465         compiling C++ code.
56467 2011-10-14  Andreas Schwab  <schwab@redhat.com>
56469         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
56471         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
56473 2011-10-13  Roland McGrath  <roland@hack.frob.com>
56475         [BZ #13291]
56476         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
56478 2011-10-13  Andreas Schwab  <schwab@redhat.com>
56480         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
56481         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
56482         feraiseexcept.
56484         * sysdeps/x86_64/memrchr.S: Check for zero size.
56486         * string/stratcliff.c: Add memrchr tests.
56488 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
56490         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56491         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
56492         rawmemchr-sse2 rawmemchr-sse2-bsf.
56493         * sysdeps/i386/i686/multiarch/memchr.S: New file.
56494         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
56495         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
56496         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
56497         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
56498         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
56499         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
56500         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
56501         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
56502         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
56503         * string/memrchr.c (MEMRCHR): New macro.
56505 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
56507         Add integration with gcc's -ffinite-math-only and optimize wrapper
56508         functions in libm.
56509         * Versions.def: Define GLIBC_2.15 version for libm.
56510         * math/Makefile (headers): Add bits/math-finite.h.
56511         * math/bits/math-finite.h: New file.
56512         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
56513         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
56514         * math/e_acoshl.c: Add __*_finite alias.
56515         * math/e_acosl.c: Likewise.
56516         * math/e_asinl.c: Likewise.
56517         * math/e_atan2l.c: Likewise.
56518         * math/e_atanhl.c: Likewise.
56519         * math/e_coshl.c: Likewise.
56520         * math/e_exp10.c: Likewise.
56521         * math/e_exp10f.c: Likewise.
56522         * math/e_exp10l.c: Likewise.
56523         * math/e_exp2l.c: Likewise.
56524         * math/e_fmodl.c: Likewise.
56525         * math/e_gammal_r.c: Likewise.
56526         * math/e_hypotl.c: Likewise.
56527         * math/e_j0l.c: Likewise.
56528         * math/e_j1l.c: Likewise.
56529         * math/e_jnl.c: Likewise.
56530         * math/e_lgammal_r.c: Likewise.
56531         * math/e_log10l.c: Likewise.
56532         * math/e_log2l.c: Likewise.
56533         * math/e_logl.c: Likewise.
56534         * math/e_powl.c: Likewise.
56535         * math/e_sinhl.c: Likewise.
56536         * math/e_sqrtl.c: Likewise.
56537         * math/e_scalb.c: Completely rewritten and optimized.
56538         * math/e_scalbf.c: Likewise.
56539         * math/e_scalbl.c: Likewise.
56540         * math/w_acos.c: Likewise.
56541         * math/w_acosf.c: Likewise.
56542         * math/w_acosl.c: Likewise.
56543         * math/w_acosh.c: Likewise.
56544         * math/w_acoshf.c: Likewise.
56545         * math/w_acoshl.c: Likewise.
56546         * math/w_asin.c: Likewise.
56547         * math/w_asinf.c: Likewise.
56548         * math/w_asinl.c: Likewise.
56549         * math/w_atan2.c: Likewise.
56550         * math/w_atan2f.c: Likewise.
56551         * math/w_atan2l.c: Likewise.
56552         * math/w_atanh.c: Likewise.
56553         * math/w_atanhf.c: Likewise.
56554         * math/w_atanhl.c: Likewise.
56555         * math/w_exp10.c: Likewise.
56556         * math/w_exp10f.c: Likewise.
56557         * math/w_exp10l.c: Likewise.
56558         * math/w_fmod.c: Likewise.
56559         * math/w_fmodf.c: Likewise.
56560         * math/w_fmodl.c: Likewise.
56561         * math/w_j0.c: Likewise.
56562         * math/w_j0f.c: Likewise.
56563         * math/w_j0l.c: Likewise.
56564         * math/w_j1.c: Likewise.
56565         * math/w_j1f.c: Likewise.
56566         * math/w_j1l.c: Likewise.
56567         * math/w_jn.c: Likewise.
56568         * math/w_jnf.c: Likewise.
56569         * math/w_log.c: Likewise.
56570         * math/w_logf.c: Likewise.
56571         * math/w_logl.c: Likewise.
56572         * math/w_log10.c: Likewise.
56573         * math/w_log10f.c: Likewise.
56574         * math/w_log10l.c: Likewise.
56575         * math/w_log2.c: Likewise.
56576         * math/w_log2f.c: Likewise.
56577         * math/w_log2l.c: Likewise.
56578         * math/w_pow.c: Likewise.
56579         * math/w_powf.c: Likewise.
56580         * math/w_powl.c: Likewise.
56581         * math/w_remainder.c: Likewise.
56582         * math/w_remainderf.c: Likewise.
56583         * math/w_remainderl.c: Likewise.
56584         * math/w_scalb.c: Likewise.
56585         * math/w_scalbf.c: Likewise.
56586         * math/w_scalbl.c: Likewise.
56587         * math/w_sqrt.c: Likewise.
56588         * math/w_sqrtf.c: Likewise.
56589         * math/w_sqrtl.c: Likewise.
56590         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
56591         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
56592         used.
56593         * math/math_private.h: Declare __kernel_standard_f.
56594         * math/w_cosh.c: Remove cruft and optimize a bit.
56595         * math/w_coshf.c: Likewise.
56596         * math/w_coshl.c: Likewise.
56597         * math/w_exp2.c: Likewise.
56598         * math/w_exp2f.c: Likewise.
56599         * math/w_exp2l.c: Likewise.
56600         * math/w_hypot.c: Likewise.
56601         * math/w_hypotf.c: Likewise.
56602         * math/w_hypotl.c: Likewise.
56603         * math/w_lgamma.c: Likewise.
56604         * math/w_lgamma_r.c: Likewise.
56605         * math/w_lgammaf.c: Likewise.
56606         * math/w_lgammaf_r.c: Likewise.
56607         * math/w_lgammal.c: Likewise.
56608         * math/w_lgammal_r.c: Likewise.
56609         * math/w_sinh.c: Likewise.
56610         * math/w_sinhf.c: Likewise.
56611         * math/w_sinhl.c: Likewise.
56612         * math/w_tgamma.c: Likewise.
56613         * math/w_tgammaf.c: Likewise.
56614         * math/w_tgammal.c: Likewise.
56615         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
56616         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
56617         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
56618         Minor optimizations.  Pretty printing.  Remove cruft.
56619         * sysdeps/i386/fpu/e_acosf.S: Likewise.
56620         * sysdeps/i386/fpu/e_acosh.S: Likewise.
56621         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
56622         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
56623         * sysdeps/i386/fpu/e_acosl.c: Likewise.
56624         * sysdeps/i386/fpu/e_asin.S: Likewise.
56625         * sysdeps/i386/fpu/e_asinf.S: Likewise.
56626         * sysdeps/i386/fpu/e_atan2.S: Likewise.
56627         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
56628         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
56629         * sysdeps/i386/fpu/e_atanh.S: Likewise.
56630         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
56631         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
56632         * sysdeps/i386/fpu/e_exp10.S: Likewise.
56633         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
56634         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
56635         * sysdeps/i386/fpu/e_exp2.S: Likewise.
56636         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
56637         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
56638         * sysdeps/i386/fpu/e_fmod.S: Likewise.
56639         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
56640         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
56641         * sysdeps/i386/fpu/e_hypot.S: Likewise.
56642         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
56643         * sysdeps/i386/fpu/e_log.S: Likewise.
56644         * sysdeps/i386/fpu/e_log10.S: Likewise.
56645         * sysdeps/i386/fpu/e_log10f.S: Likewise.
56646         * sysdeps/i386/fpu/e_log10l.S: Likewise.
56647         * sysdeps/i386/fpu/e_log2.S: Likewise.
56648         * sysdeps/i386/fpu/e_log2f.S: Likewise.
56649         * sysdeps/i386/fpu/e_log2l.S: Likewise.
56650         * sysdeps/i386/fpu/e_logf.S: Likewise.
56651         * sysdeps/i386/fpu/e_logl.S: Likewise.
56652         * sysdeps/i386/fpu/e_pow.S: Likewise.
56653         * sysdeps/i386/fpu/e_powf.S: Likewise.
56654         * sysdeps/i386/fpu/e_powl.S: Likewise.
56655         * sysdeps/i386/fpu/e_remainder.S: Likewise.
56656         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
56657         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
56658         * sysdeps/i386/fpu/e_scalb.S: Likewise.
56659         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
56660         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
56661         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
56662         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
56663         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
56664         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
56665         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
56666         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
56667         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
56668         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
56669         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
56670         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
56671         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
56672         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
56673         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
56674         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
56675         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
56676         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
56677         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
56678         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
56679         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
56680         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
56681         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
56682         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
56683         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
56684         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
56685         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
56686         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
56687         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
56688         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
56689         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
56690         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
56691         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
56692         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
56693         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
56694         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
56695         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
56696         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
56697         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
56698         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
56699         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
56700         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
56701         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
56702         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
56703         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
56704         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
56705         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
56706         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
56707         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
56708         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
56709         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
56710         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
56711         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
56712         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
56713         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
56714         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
56715         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
56716         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
56717         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
56718         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
56719         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
56720         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
56721         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
56722         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
56723         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
56724         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
56725         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
56726         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
56727         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
56728         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
56729         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
56730         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
56731         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
56732         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
56733         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
56734         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
56735         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
56736         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
56737         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
56738         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
56739         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
56740         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
56741         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
56742         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
56743         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
56744         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
56745         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
56746         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
56747         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
56748         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
56749         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
56750         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
56751         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
56752         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
56753         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
56754         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
56755         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
56756         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
56757         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
56758         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
56759         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
56760         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
56761         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
56762         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
56763         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
56764         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
56765         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
56766         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
56767         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
56768         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
56769         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
56770         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
56771         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
56772         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
56773         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
56774         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
56775         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
56776         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
56777         (__isnanf): Likewise.
56778         (__isinf_ns): Likewise.
56779         (__isinf_nsf): Likewise.
56780         (__finite): Likewise.
56781         (__finitef): Likewise.
56782         (__ieee754_sqrt): Define as macro.
56783         (__ieee754_sqrtf): Define as macro.
56784         (__ieee754_sqrtl): Define as macro.
56785         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
56786         inlined copy.
56787         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
56788         __FINITE_MATH_ONLY__ consistent.
56789         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
56791 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
56793         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
56794         of rawmemchr.
56796         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
56798 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
56800         * po/ja.po: Update from translation team.
56802 2011-10-08  Roland McGrath  <roland@hack.frob.com>
56804         * locale/programs/locarchive.c (prepare_address_space): New function.
56805         (create_archive, enlarge_archive, open_archive): Use it.
56807         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
56808         inside [SHARED], where it is used.
56810         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
56812         * nss/getent.c (netgroup_keys): Remove unused variable.
56813         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
56815 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
56817         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
56818         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
56819         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
56820         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
56821         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
56822         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
56823         * math/Makefile (libm-calls): Add s_isinf_ns.
56824         * math/divtc3.c: Use __isinf_nsl instead of isinf.
56825         * math/multc3.c: Likewise.
56826         * math/s_casin.c: Likewise.
56827         * math/s_casinf.c: Likewise.
56828         * math/s_casinl.c: Likewise.
56829         * math/s_ccos.c: Likewise.
56830         * math/s_ccosf.c: Likewise.
56831         * math/s_ccosl.c: Likewise.
56832         * math/s_ctan.c: Likewise.
56833         * math/s_ctanf.c: Likewise.
56834         * math/s_ctanh.c: Likewise.
56835         * math/s_ctanhf.c: Likewise.
56836         * math/s_ctanhl.c: Likewise.
56837         * math/s_ctanl.c: Likewise.
56838         * math/w_fmod.c: Likewise.
56839         * math/w_fmodf.c: Likewise.
56840         * math/w_fmodl.c: Likewise.
56841         * math/w_remainder.c: Likewise.
56842         * math/w_remainderf.c: Likewise.
56843         * math/w_remainderl.c: Likewise.
56844         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
56845         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
56846         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
56847         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
56848         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
56849         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
56850         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
56851         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
56853         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
56854         of the number.
56855         * stdio-common/printf_fphex.c: Likewise.
56856         * stdio-common/printf_size.c: Likewise.
56858         * math/e_exp10.c: Include math_private.h using <...> not "...".
56859         * math/e_exp10f.c: Likewise.
56860         * math/e_exp10l.c: Likewise.
56861         * math/e_exp2l.c: Likewise.
56862         * math/e_j0l.c: Likewise.
56863         * math/e_j1l.c: Likewise.
56864         * math/e_jnl.c: Likewise.
56865         * math/e_lgammal_r.c: Likewise.
56866         * math/e_rem_pio2l.c: Likewise.
56867         * math/e_scalb.c: Likewise.
56868         * math/e_scalbf.c: Likewise.
56869         * math/e_scalbl.c: Likewise.
56870         * math/k_cosl.c: Likewise.
56871         * math/k_sinl.c: Likewise.
56872         * math/k_tanl.c: Likewise.
56873         * math/s_cacoshf.c: Likewise.
56874         * math/s_catan.c: Likewise.
56875         * math/s_catanf.c: Likewise.
56876         * math/s_catanh.c: Likewise.
56877         * math/s_catanhf.c: Likewise.
56878         * math/s_catanhl.c: Likewise.
56879         * math/s_catanl.c: Likewise.
56880         * math/s_ccosh.c: Likewise.
56881         * math/s_ccoshf.c: Likewise.
56882         * math/s_ccoshl.c: Likewise.
56883         * math/s_cexp.c: Likewise.
56884         * math/s_cexpf.c: Likewise.
56885         * math/s_cexpl.c: Likewise.
56886         * math/s_clog.c: Likewise.
56887         * math/s_clog10.c: Likewise.
56888         * math/s_clog10f.c: Likewise.
56889         * math/s_clog10l.c: Likewise.
56890         * math/s_clogf.c: Likewise.
56891         * math/s_clogl.c: Likewise.
56892         * math/s_csin.c: Likewise.
56893         * math/s_csinf.c: Likewise.
56894         * math/s_csinh.c: Likewise.
56895         * math/s_csinhf.c: Likewise.
56896         * math/s_csinhl.c: Likewise.
56897         * math/s_csinl.c: Likewise.
56898         * math/s_csqrt.c: Likewise.
56899         * math/s_csqrtf.c: Likewise.
56900         * math/s_csqrtl.c: Likewise.
56901         * math/s_ctan.c: Likewise.
56902         * math/s_ctanf.c: Likewise.
56903         * math/s_ctanh.c: Likewise.
56904         * math/s_ctanhf.c: Likewise.
56905         * math/s_ctanhl.c: Likewise.
56906         * math/s_ctanl.c: Likewise.
56907         * math/s_ldexp.c: Likewise.
56908         * math/s_ldexpf.c: Likewise.
56909         * math/s_ldexpl.c: Likewise.
56910         * math/s_significand.c: Likewise.
56911         * math/s_significandf.c: Likewise.
56912         * math/s_significandl.c: Likewise.
56913         * math/w_acos.c: Likewise.
56914         * math/w_acosf.c: Likewise.
56915         * math/w_acosh.c: Likewise.
56916         * math/w_acoshf.c: Likewise.
56917         * math/w_acoshl.c: Likewise.
56918         * math/w_acosl.c: Likewise.
56919         * math/w_asin.c: Likewise.
56920         * math/w_asinf.c: Likewise.
56921         * math/w_asinl.c: Likewise.
56922         * math/w_atan2.c: Likewise.
56923         * math/w_atan2f.c: Likewise.
56924         * math/w_atan2l.c: Likewise.
56925         * math/w_atanh.c: Likewise.
56926         * math/w_atanhf.c: Likewise.
56927         * math/w_atanhl.c: Likewise.
56928         * math/w_cosh.c: Likewise.
56929         * math/w_coshf.c: Likewise.
56930         * math/w_coshl.c: Likewise.
56931         * math/w_dremf.c: Likewise.
56932         * math/w_exp10.c: Likewise.
56933         * math/w_exp10f.c: Likewise.
56934         * math/w_exp10l.c: Likewise.
56935         * math/w_exp2.c: Likewise.
56936         * math/w_exp2f.c: Likewise.
56937         * math/w_fmod.c: Likewise.
56938         * math/w_fmodf.c: Likewise.
56939         * math/w_fmodl.c: Likewise.
56940         * math/w_hypot.c: Likewise.
56941         * math/w_hypotf.c: Likewise.
56942         * math/w_hypotl.c: Likewise.
56943         * math/w_j0.c: Likewise.
56944         * math/w_j0f.c: Likewise.
56945         * math/w_j0l.c: Likewise.
56946         * math/w_j1.c: Likewise.
56947         * math/w_j1f.c: Likewise.
56948         * math/w_j1l.c: Likewise.
56949         * math/w_jn.c: Likewise.
56950         * math/w_jnf.c: Likewise.
56951         * math/w_jnl.c: Likewise.
56952         * math/w_lgamma.c: Likewise.
56953         * math/w_lgamma_r.c: Likewise.
56954         * math/w_lgammaf.c: Likewise.
56955         * math/w_lgammaf_r.c: Likewise.
56956         * math/w_lgammal.c: Likewise.
56957         * math/w_lgammal_r.c: Likewise.
56958         * math/w_log.c: Likewise.
56959         * math/w_log10.c: Likewise.
56960         * math/w_log10f.c: Likewise.
56961         * math/w_log10l.c: Likewise.
56962         * math/w_log2.c: Likewise.
56963         * math/w_log2f.c: Likewise.
56964         * math/w_log2l.c: Likewise.
56965         * math/w_logf.c: Likewise.
56966         * math/w_logl.c: Likewise.
56967         * math/w_pow.c: Likewise.
56968         * math/w_powf.c: Likewise.
56969         * math/w_powl.c: Likewise.
56970         * math/w_remainder.c: Likewise.
56971         * math/w_remainderf.c: Likewise.
56972         * math/w_remainderl.c: Likewise.
56973         * math/w_scalb.c: Likewise.
56974         * math/w_scalbf.c: Likewise.
56975         * math/w_scalbl.c: Likewise.
56976         * math/w_sinh.c: Likewise.
56977         * math/w_sinhf.c: Likewise.
56978         * math/w_sinhl.c: Likewise.
56979         * math/w_sqrt.c: Likewise.
56980         * math/w_sqrtf.c: Likewise.
56981         * math/w_sqrtl.c: Likewise.
56982         * math/w_tgamma.c: Likewise.
56983         * math/w_tgammaf.c: Likewise.
56984         * math/w_tgammal.c: Likewise.
56986         * po/ja.po: Update from translation team.
56988 2011-09-29  Andreas Jaeger  <aj@suse.de>
56990         [BZ #13179]
56991         * sunrpc/netname.c (netname2host): Fix logic.
56993         [BZ #6779]
56994         [BZ #6783]
56995         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
56996         correctly.
56997         * math/w_remainder.c (__remainder): Likewise.
56998         * math/w_remainderf.c (__remainderf): Likewise.
56999         * math/libm-test.inc (remainder_test): Add test cases.
57001 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57003         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
57004         sdiv_qrnnd.
57006 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
57008         * string/test-memcmp.c: Avoid unncessary #defines.
57009         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
57011 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
57013         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
57014         Use new sse2 version for core i3 - i7 as it's faster
57015         than sse42 version.
57016         (bit_Prefer_PMINUB_for_stringop): New.
57017         * sysdeps/x86_64/rawmemchr.S: Update.
57018         Replace with faster SSE2 version.
57019         * sysdeps/x86_64/memrchr.S: New file.
57020         * sysdeps/x86_64/memchr.S: Update.
57021         Replace with faster SSE2 version.
57023 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
57025         * elf/dl-load.c (lose): Add cast to avoid warning.
57027 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
57029         * po/ca.po: Update from translation team.
57031         * inet/getnetgrent_r.c: Hook up nscd.
57032         * nscd/Makefile (routines): Add nscd_netgroup.
57033         (nscd-modules): Add netgroupcache.
57034         (CFLAGS-netgroupcache.c): Define.
57035         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
57036         (cache_search): Add const to second parameter.
57037         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
57038         INNETGR.
57039         (dbs): Add netgrdb entry.
57040         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
57041         (verify_persistent_db): Handle netgrdb.
57042         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
57043         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
57044         GETFDNETGR.
57045         (netgroup_response_header): Define.
57046         (innetgroup_response_header): Define.
57047         (datahead): Add netgroup_response_header and innetgroup_response_header
57048         elements.
57049         * nscd/nscd.conf: Add entries for netgroup cache.
57050         * nscd/nscd.h (dbtype): Add netgrdb.
57051         (_PATH_NSCD_NETGROUP_DB): Define.
57052         (netgroup_iov_disabled): Declare.
57053         (xmalloc, xcalloc, xrealloc): Move declarations here.
57054         (cache_search): Adjust prototype.
57055         Add netgroup-related prototypes.
57056         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
57057         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
57058         (__nscd_innetgr): Declare.
57059         * nscd/selinux.c (perms): Use access_vector_t as element type and
57060         add netgroup-related initializers.
57061         * nscd/netgroupcache.c: New file.
57062         * nscd/nscd_netgroup.c: New file.
57063         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
57064         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
57065         For four parameters use innetgr.
57066         * nss/nss_files/files-init.c: Add definition and callback for netgr.
57067         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
57068         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
57069         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
57071         * nscd/connections.c (register_traced_file): Don't register file
57072         for disabled databases.
57074 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
57076         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
57078         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
57079         from tree and freeing node.
57081 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
57083         * nss/nsswitch.c (__nss_database_lookup): Handle
57084         nss_parse_service_list out of memory case.
57086 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
57088         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
57089         out of memory case.
57091 2011-10-04  Andreas Schwab  <schwab@redhat.com>
57093         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
57094         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
57095         pass it down.
57096         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
57097         elf_machine_rela, elf_machine_lazy_rel.
57098         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
57099         (ELF_DYNAMIC_DO_REL): Likewise.
57100         (ELF_DYNAMIC_DO_RELA): Likewise.
57101         (ELF_DYNAMIC_RELOCATE): Likewise.
57102         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
57103         to ELF_DYNAMIC_DO_REL.
57104         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
57105         (dl_main): In trace mode always set __RTLD_NOIFUNC.
57106         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
57107         elf_machine_rela.
57108         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
57109         skip_ifunc, don't call ifunc function if non-zero.
57110         (elf_machine_rela): Likewise.
57111         (elf_machine_lazy_rel): Likewise.
57112         (elf_machine_lazy_rela): Likewise.
57113         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
57114         (elf_machine_lazy_rel): Likewise.
57115         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
57116         Likewise.
57117         (elf_machine_lazy_rel): Likewise.
57118         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57119         Likewise.
57120         (elf_machine_lazy_rel): Likewise.
57121         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
57122         (elf_machine_lazy_rel): Likewise.
57123         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
57124         (elf_machine_lazy_rel): Likewise.
57125         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
57126         (elf_machine_lazy_rel): Likewise.
57127         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
57128         (elf_machine_lazy_rel): Likewise.
57129         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
57130         (elf_machine_lazy_rel): Likewise.
57131         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
57132         (elf_machine_lazy_rel): Likewise.
57134 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
57136         * nss/nss_files/files-init.c (_nss_files_init): Use static
57137         initialization for all the *_traced_file variables.
57139 2011-09-28  Andreas Schwab  <schwab@redhat.com>
57141         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
57143 2011-09-27  Roland McGrath  <roland@hack.frob.com>
57145         [BZ #13226]
57146         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
57148 2011-09-27  Andreas Schwab  <schwab@redhat.com>
57150         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
57151         Reread the line before reparsing it.
57153 2011-09-26  Andreas Schwab  <schwab@redhat.com>
57155         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
57157 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
57158             Maxim Kuvyrkov  <maxim@codesourcery.com>
57159             Joseph Myers  <joseph@codesourcery.com>
57161         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
57162         if needed for __stack_chk_guard.
57164 2011-09-19  Roland McGrath  <roland@hack.frob.com>
57166         * sysdeps/posix/spawni.c (script_execute): Always define it.
57167         It will be optimized away if unused.
57168         (maybe_script_execute): New function.
57169         (__spawni): Call it.
57171         * Makerules: Don't include tls.make.
57172         (config-tls): Always set to thread.
57173         * tls.make.c: File removed.
57175 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
57177         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
57178         * config.make.in (CPPFLAGS-config): New substituted variable.
57180 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
57182         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
57184         [BZ #13192]
57185         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
57186         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
57188 2011-09-15  Roland McGrath  <roland@hack.frob.com>
57190         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
57191         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
57192         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57193         (CALL_FAIL): Likewise.
57194         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
57195         (CALL_FAIL): Macro removed.
57196         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
57198 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
57200         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
57201         for __FINITE_MATH_ONLY__ == 1.
57203 2011-09-15  Andreas Schwab  <schwab@redhat.com>
57205         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
57206         __ieee754_sqrt instead of sqrt.
57207         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
57208         __ieee754_sqrtf instead of sqrtf.
57209         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
57210         __floorf instead of floorf.
57211         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
57212         __floorf, __truncf instead of floorf, truncf.
57214 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
57216         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
57218         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
57219         __extern_always_inline.
57220         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
57221         32-bit.
57223 2011-09-14  Andreas Schwab  <schwab@redhat.com>
57225         * elf/rtld.c (dl_main): Also relocate in dependency order when
57226         doing symbol dependency testing.
57228 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
57230         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57231         Always define `refsym'.
57233 2011-09-13  Andreas Schwab  <schwab@redhat.com>
57235         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
57236         (__FD_ELT): Renamed from __FDELT.
57237         * misc/bits/select2.h (__FD_ELT): Likewise.
57238         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
57239         __FD_MASK instead of __FDELT, __FDMASK.
57240         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
57241         Likewise.
57242         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
57243         Likewise.
57245         * elf/Makefile (gen-ldd): Fix pattern.
57247         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
57248         (init_tls): Likewise.
57250 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
57252         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
57254 2011-09-12  Andreas Schwab  <schwab@redhat.com>
57256         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
57257         `struct cmsghdr *' instead of `void *'.
57258         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
57259         Likewise.
57261 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
57263         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
57264         if non-absolute.
57265         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
57266         ldd_rewrite_script.
57268 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
57270         * configure.in: Remove --with-tls option.
57271         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
57272         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
57273         out in case it is missing.
57274         * sysdeps/ia64/elf/configure.in: Likewise.
57275         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
57276         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
57277         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
57278         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
57279         * sysdeps/sh/elf/configure.in: Likewise.
57280         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
57281         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
57282         * sysdeps/x86_64/elf/configure.in: Likewise.
57283         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
57284         * sysdeps/mach/hurd/tls.h: Likewise.
57286         [BZ #13067]
57287         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
57289         [BZ #13090]
57290         * configure.in: Fix use of AC_INIT.
57292         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
57294 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
57296         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
57297         __set_errno.
57298         * malloc/hooks.c: Likewise.
57300         [BZ #11929]
57301         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
57302         variables statically.
57303         (narenas): Initialize.
57304         (list_lock): Initialize.
57305         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
57306         initializtion of main_arena and list_lock.  Small cleanups.
57307         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
57308         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
57309         Add initializers to main_arena and mp_.
57310         (malloc_state): Remove pagesize member.  Change all users to use
57311         GLRO(dl_pagesize).
57313         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
57314         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
57315         is always initialized.
57317         * malloc/malloc.c: Removed unused configurations and dead code.
57318         * malloc/arena.c: Likewise.
57319         * malloc/hooks.c: Likewise.
57320         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
57322         * include/tls.h: Removed.  USE___THREAD must always be defined.
57323         * bits/libc-tsd.h: Don't handle !USE___THREAD.
57324         * elf/dl-libc.c: Likewise.
57325         * elf/dl-tsd.c: Likewise.
57326         * include/errno.h: Likewise.
57327         * include/netdb.h: Likewise.
57328         * include/resolv.h: Likewise.
57329         * inet/herrno-loc.c: Likewise.
57330         * inet/herrno.c: Likewise.
57331         * malloc/arena.c: Likewise.
57332         * malloc/hooks.c: Likewise.
57333         * malloc/malloc.c: Likewise.
57334         * resolv/res-state.c: Likewise.
57335         * resolv/res_libc.c: Likewise.
57336         * sysdeps/i386/dl-machine.h: Likewise.
57337         * sysdeps/ia64/dl-machine.h: Likewise.
57338         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
57339         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
57340         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
57341         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
57342         * sysdeps/sh/dl-machine.h: Likewise.
57343         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
57344         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
57345         * sysdeps/unix/i386/sysdep.S: Likewise.
57346         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57347         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
57348         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
57349         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
57350         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
57351         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
57352         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
57353         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
57354         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
57355         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
57356         * sysdeps/unix/x86_64/sysdep.S: Likewise.
57357         * sysdeps/x86_64/dl-machine.h: Likewise.
57358         * tls.make.c: Likewise.
57360         * configure.in: Remove --with-__thread option.  Make tests for
57361         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
57362         tls_model attribute fail if no support is available.  Remove
57363         USE_IN_LIBIO.
57364         * Makeconfig: Adjust for dropped configure option.  All features are
57365         now mandatory.
57366         * Makerules: Likewise.
57367         * Versions.def: Likewise.
57368         * argp/argp-fmtstream.c: Likewise.
57369         * argp/argp-fmtstream.h: Likewise.
57370         * argp/argp-help.c: Likewise.
57371         * assert/assert.c: Likewise.
57372         * config.h.in: Likewise.
57373         * config.make.in: Likewise.
57374         * configure: Likewise.
57375         * configure.in: Likewise.
57376         * csu/Versions: Likewise.
57377         * csu/init.c: Likewise.
57378         * elf/tst-audit2.c: Likewise.
57379         * elf/tst-tls10.c: Likewise.
57380         * elf/tst-tls10.h: Likewise.
57381         * elf/tst-tls11.c: Likewise.
57382         * elf/tst-tls12.c: Likewise.
57383         * elf/tst-tls14.c: Likewise.
57384         * elf/tst-tlsmod11.c: Likewise.
57385         * elf/tst-tlsmod12.c: Likewise.
57386         * elf/tst-tlsmod13.c: Likewise.
57387         * elf/tst-tlsmod13a.c: Likewise.
57388         * elf/tst-tlsmod14a.c: Likewise.
57389         * elf/tst-tlsmod15b.c: Likewise.
57390         * elf/tst-tlsmod16a.c: Likewise.
57391         * elf/tst-tlsmod16b.c: Likewise.
57392         * elf/tst-tlsmod7.c: Likewise.
57393         * elf/tst-tlsmod8.c: Likewise.
57394         * elf/tst-tlsmod9.c: Likewise.
57395         * gmon/gmon.c: Likewise.
57396         * grp/fgetgrent_r.c: Likewise.
57397         * grp/putgrent.c: Likewise.
57398         * hurd/fopenport.c: Likewise.
57399         * include/libc-symbols.h: Likewise.
57400         * include/tls.h: Likewise.
57401         * intl/gettextP.h: Likewise.
57402         * intl/loadinfo.h: Likewise.
57403         * locale/global-locale.c: Likewise.
57404         * locale/localeinfo.h: Likewise.
57405         * mach/devstream.c: Likewise.
57406         * malloc/arena.c: Likewise.
57407         * malloc/set-freeres.c: Likewise.
57408         * misc/err.c: Likewise.
57409         * misc/getttyent.c: Likewise.
57410         * misc/mntent_r.c: Likewise.
57411         * posix/getopt.c: Likewise.
57412         * posix/wordexp.c: Likewise.
57413         * pwd/fgetpwent_r.c: Likewise.
57414         * resolv/Versions: Likewise.
57415         * resolv/res_hconf.c: Likewise.
57416         * shadow/fgetspent_r.c: Likewise.
57417         * shadow/putspent.c: Likewise.
57418         * stdio-common/printf_fphex.c: Likewise.
57419         * stdio-common/tmpfile.c: Likewise.
57420         * stdlib/abort.c: Likewise.
57421         * stdlib/fmtmsg.c: Likewise.
57422         * sunrpc/auth_unix.c: Likewise.
57423         * sunrpc/clnt_perr.c: Likewise.
57424         * sunrpc/clnt_tcp.c: Likewise.
57425         * sunrpc/clnt_udp.c: Likewise.
57426         * sunrpc/clnt_unix.c: Likewise.
57427         * sunrpc/openchild.c: Likewise.
57428         * sunrpc/svc_simple.c: Likewise.
57429         * sunrpc/svc_tcp.c: Likewise.
57430         * sunrpc/svc_udp.c: Likewise.
57431         * sunrpc/svc_unix.c: Likewise.
57432         * sunrpc/xdr.c: Likewise.
57433         * sunrpc/xdr_array.c: Likewise.
57434         * sunrpc/xdr_rec.c: Likewise.
57435         * sunrpc/xdr_ref.c: Likewise.
57436         * sunrpc/xdr_stdio.c: Likewise.
57438 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
57440         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
57442 2011-07-03  Andreas Jaeger  <aj@suse.de>
57444         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
57445         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
57446         regenerate with gen-libm-tests.pl.
57448 2010-05-12  Petr Baudis  <pasky@suse.cz>
57450         [BZ #11589]
57451         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
57452         around j0() zero points by switching to j1().
57453         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
57454         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
57455         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
57456         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
57458 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
57460         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
57461         instead of 0.
57462         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
57463         instead of 0.
57464         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
57465         Patch in part by Pavel Roskin <proski@gnu.org>.
57467         [BZ #13138]
57468         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
57469         realloc.
57470         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
57471         Free memory block if necessary.
57473         [BZ #12847]
57474         * libio/genops.c (INTDEF): For string streams the _lock pointer can
57475         be NULL.  Don't lock in this case.
57477 2011-09-09  Roland McGrath  <roland@hack.frob.com>
57479         * elf/elf.h (ELFOSABI_GNU): New macro.
57480         (ELFOSABI_LINUX): Define to that.
57482 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
57484         * string/strncat.c (strncat): Undef the symbol in case it has been
57485         defined in bits/string.h.
57487 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
57489         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
57491         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
57492         link map.
57494 2011-08-17  Andreas Jaeger  <aj@suse.de>
57496         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
57498 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
57499             Ian Lance Taylor  <iant@google.com>
57501         * math/libm-test.inc (lround_test): New testcase.
57502         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
57504 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
57506         * Makefile: Remove support for automatic cvs check-ins.
57507         * Makerules: Likewise.
57508         * config.make.in: Likewise.
57509         * configure.in: Likewise.
57510         * intl/Makefile: Likewise.
57511         * locale/Makefile: Likewise.
57512         * po/Makefile: Likewise.
57513         * posix/Makefile: Likewise.
57514         * sysdeps/gnu/Makefile: Likewise.
57515         * sysdeps/mach/hurd/Makefile: Likewise.
57516         * sysdeps/sparc/sparc32/Makefile: Likewise.
57518         [BZ #13118]
57519         * posix/Makefile (bug-regex32-ENV): Define.
57520         Patch by John Stanley <jpsinthemix@verizon.net>.
57522         * misc/Makefile (headers): Add bits/select2.h.
57523         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
57524         * misc/bits/select2.h: New file.
57525         * include/bits/select2.h: New file.
57526         * debug/Makefile (routines): Add fdelt_chk.
57527         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
57528         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
57529         FD_ISSET.
57530         * debug/fdelt_chk.c: New file.
57532         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
57533         * wcsmbs/test-wmemcmp.c: Likewise.
57534         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
57535         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
57537 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
57539         * string/Makefile (strop-tests): Add memcmp.
57540         * string/test-wmemcmp.c: New file.
57541         * string/test-memcmp.c: Add wmemcmp support.
57543 2011-09-08  Roland McGrath  <roland@hack.frob.com>
57545         [BZ #13153]
57546         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
57547         2011-07-19 change.
57549         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
57550         garbage value in a __mach_port_mod_refs call in the cases of the
57551         task-self and thread-self ports.
57553 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57555         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
57557 2011-09-08  Andreas Schwab  <schwab@redhat.com>
57559         * elf/dl-load.c (lose): Check for non-null L.
57561 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
57563         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
57565         * elf/dl-libc.c (dlerror_run): Pass back error code from
57566         dl_catch_error.
57568         [BZ #13123]
57569         * elf/dl-load.c (lose): Free l_origin if it is valid.
57571         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
57572         names.
57573         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
57574         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
57575         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
57576         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
57577         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
57578         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
57580 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57582         * sysdeps/powerpc/fpu/e_hypot.c: New file.
57583         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
57584         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
57585         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
57586         * sysdeps/powerpc/fpu/k_cosf.c: New file.
57587         * sysdeps/powerpc/fpu/k_sinf.c: New file.
57588         * sysdeps/powerpc/fpu/s_cosf.c: New file.
57589         * sysdeps/powerpc/fpu/s_sinf.c: New file.
57590         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
57591         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
57593 2011-08-15  Alan Modra  <amodra@gmail.com>
57595         [BZ #13092]
57596         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
57597         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
57598         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
57599         ppc_mcount to static-only-routines.
57600         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
57601         __mcount_internal.
57602         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
57603         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
57605 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
57607         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
57608         for finite and infinity parameters.
57610 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
57612         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
57613         and add nop instructions for throughput optimization.
57614         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
57616 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
57618         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
57619         aligned copy for power7 with vector-scalar instructions.
57620         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
57622 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
57624         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
57625         AVX check.
57627 2011-09-07  Andreas Schwab  <schwab@redhat.com>
57629         [BZ #13144]
57630         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
57631         last change.
57633 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
57635         * sysdeps/unix/sysv/linux/x86_64/init-first.c
57636         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
57637         syscall wrapper around clock_gettime in __vdso_clock_gettime.
57638         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
57639         clock_gettime.
57641 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
57643         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
57644         Forgot to demangle the pointer.
57646         * sysdeps/i386/sysdep.h: Define atom_text_section.
57647         * sysdeps/x86_64/sysdep.h: Likewise.
57648         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
57649         section with atom_text_section.
57650         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
57651         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
57652         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
57653         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
57654         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
57656         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
57657         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
57658         already be defined.  Change to take two parameters and don't assign
57659         result to variable.  Adjust all users.
57660         Define INTERNAL_GETTIME if not already defined.
57661         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
57662         call.
57663         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
57664         HAVE_CLOCK_GETTIME_VSYSCALL.
57665         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
57667         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
57668         gettimeofday vsyscall, just use time.
57670 2011-09-06  Andreas Schwab  <schwab@redhat.com>
57672         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
57673         <errno.h>.
57675 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
57677         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
57678         syscall on x86-64.
57679         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
57680         syscall.
57681         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
57682         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
57683         syscall if possible.
57685 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
57687         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
57688         e_ident.  Don't pass to find_mapsXX.
57689         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
57691 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
57693         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57694         strchr-sse2-no-bsf strrchr-sse2-no-bsf
57695         * sysdeps/x86_64/multiarch/strchr.S: Update.
57696         Check bit_slow_BSF bit.
57697         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
57698         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
57699         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
57701 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
57703         [BZ #13134]
57704         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
57705         before glibc 2.15.
57706         (tryshell): Define.
57707         (__spawni): Change last parameter to be flag.  Test
57708         SPAWN_XFLAGS_USE_PATH flag to use path or not.
57709         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
57710         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
57711         * posix/spawni.c: Likewise.
57712         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
57713         * posix/spawnp.c: Likewise.  Change normal version to use
57714         SPAWN_XFLAGS_USE_PATH.
57715         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
57716         SPAWN_XFLAGS_TRY_SHELL.
57718         [BZ #13150]
57719         * posix/glob.h: Remove gcc 1.x support.
57721         [BZ #13068]
57722         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
57724 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
57726         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57727         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
57728         strrchr-sse2-bsf
57729         * sysdeps/i386/i686/multiarch/strchr.S: New file.
57730         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
57731         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
57732         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
57733         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
57734         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
57736 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
57738         * sysdeps/x86_64/wcscmp.S: New file.
57740         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
57741         wcscmp-c wcscmp-sse2
57742         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
57743         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
57744         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
57745         * wcsmbs/wcscmp.c: Allow renaming.
57747 2011-09-05  David S. Miller  <davem@davemloft.net>
57749         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
57750         stack slot, rather than the struct return pointer slot.
57751         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
57752         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
57753         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
57754         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
57756 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
57758         * po/ja.po: Update from translation team.
57760         [BZ #13144]
57761         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
57762         kernel in 64-bit binaries.
57764 2011-09-01  David S. Miller  <davem@davemloft.net>
57766         * elf/elf.h (HWCAP_SPARC_*): Move to..
57767         * sysdeps/sparc/sysdep.h: this new file and add new values.
57768         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
57769         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
57770         _DL_HWCAP_COUNT to 24.
57771         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
57772         entries.
57773         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
57774         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
57775         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
57776         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
57777         instead of magic constants.
57778         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
57780 2011-08-31  David S. Miller  <davem@davemloft.net>
57782         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
57783         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
57784         Reimplement to do errno handling inline.
57785         (SYSCALL_ERROR_HANDLER): New macro.
57786         (__SYSCALL_STRING): Do not do errno handling in asm.
57787         (__CLONE_SYSCALL_STRING): Delete.
57788         (__INTERNAL_SYSCALL_STRING): Delete.
57789         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
57790         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
57791         (PSEUDO): Reimplement to do errno handling inline.
57792         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
57793         (SYSCALL_ERROR_HANDLER): New macro.
57794         (__SYSCALL_STRING): Do not do errno handling in asm.
57795         (__CLONE_SYSCALL_STRING): Delete.
57796         (__INTERNAL_SYSCALL_STRING): Delete.
57797         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
57798         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
57799         i386.
57800         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
57801         (inline_syscall*): Add 'err' argument.
57802         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
57803         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
57804         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
57805         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
57807         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
57808         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
57810 2011-08-30  Andreas Schwab  <schwab@redhat.com>
57812         * elf/rtld.c (dl_main): Relocate objects in dependency order.
57814 2011-08-29  Jiri Olsa <jolsa@redhat.com>
57816         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
57817         directive.
57819 2011-08-24  David S. Miller  <davem@davemloft.net>
57821         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
57823 2011-08-24  Andreas Schwab  <schwab@redhat.com>
57825         * elf/Makefile: Add rules to build and run unload8 test.
57826         * elf/unload8.c: New file.
57827         * elf/unload8mod1.c: New file.
57828         * elf/unload8mod1x.c: New file.
57829         * elf/unload8mod2.c: New file.
57830         * elf/unload8mod3.c: New file.
57832         * elf/dl-close.c (_dl_close_worker): Reset private search list if
57833         it wasn't used.
57835 2011-08-23  David S. Miller  <davem@davemloft.net>
57837         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
57838         subtract stack bias.
57839         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
57840         %sp not %fp in calculations.
57841         (_JMPBUF_UNWINDS_ADJ): Likewise.
57843         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
57844         (aio_suspend): Call it to force an exception region around the
57845         AIO_MISC_WAIT() invocation.
57847 2011-08-23  Andreas Schwab  <schwab@redhat.com>
57849         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
57850         backslash.
57852 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
57854         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
57855         protection macro.
57856         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
57857         and <dl-machine.h>.
57858         (Elf64_FuncDesc): Remove.
57860 2011-08-22  David S. Miller  <davem@davemloft.net>
57862         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
57863         sigaltstack check, add missing cfi directives.
57864         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
57865         missing cfi directives, and sigaltstack handling.
57867 2011-08-16  Andreas Schwab  <schwab@redhat.com>
57869         [BZ #11724]
57870         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
57871         object is seen twice.
57872         * elf/dl-fini.c (_dl_sort_fini): Likewise.
57874         * elf/Makefile (distribute): Add tst-initorder2.c.
57875         (tests): Add tst-initorder2.
57876         (modules-names): Add tst-initorder2a tst-initorder2b
57877         tst-initorder2c tst-initorder2d.  Add rules to build them.
57878         ($(objpfx)tst-initorder2.out): New rule.
57879         * elf/tst-initorder2.c: New file.
57880         * elf/tst-initorder2.exp: New file.
57882 2011-08-22  Andreas Schwab  <schwab@redhat.com>
57884         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
57886         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
57887         dependencies back to end of function.
57889         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57890         $(elfobjdir)/ld.so.
57892 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
57894         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
57895         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
57896         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
57897         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
57898         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
57899         of __vdso_gettimeofday.
57900         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
57901         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
57902         attribute_hidden.
57903         (_libc_vdso_platform_setup): Remove initialization of
57904         __vdso_gettimeofday and __vdso_time.
57906 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
57908         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
57909         and fgetc_unlocked.
57910         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
57911         getc_unlocked.
57913         * elf/dl-open.c (add_to_global): Report additions to the global scope
57914         for LD_DEBUG=scopes.
57915         (dl_open_worker): Also print scope of newly loaded dependencies.
57916         (_dl_show_scope): Indicate if there is no scope.
57918         [BZ #13114]
57919         * stdio-common/Makefile (tests): Add bug24.
57920         * stdio-common/bug24.c: New file.
57922 2011-08-19  Andreas Jaeger  <aj@suse.de>
57924         [BZ #13114]
57925         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
57926         non-existant file when using close-on-exec mode.
57928 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
57930         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
57931         the very first instruction.
57933         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
57934         the CFI state in the end.
57935         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
57936         inclusion of dl-trampoline.h.
57937         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
57939 2011-08-19  Andreas Schwab  <schwab@redhat.com>
57941         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
57942         expectations for long double.
57944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
57945         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
57947 2011-08-14  David S. Miller  <davem@davemloft.net>
57949         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
57950         artificual limit depends upon the system page size.
57952 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
57954         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
57955         * resolv/Makefile: Define CFLAGS-libresolv.
57957 2011-08-17  Andreas Schwab  <schwab@redhat.com>
57959         * nss/makedb.c (compute_tables): Make variables used in nested
57960         function static.
57962 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
57964         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
57965         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
57966         if buffer was too small.
57968         * elf/pldd.c (main): Attach to all threads in the process.
57969         Rewrite /proc handling to use *at functions.
57971 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
57973         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
57974         specifies first scope to show.
57975         (dl_open_worker): Update callers.  Move printing scope of new
57976         object to before the relocation.
57977         * elf/rtld.c (dl_main): Update _dl_show_scope call.
57978         * sysdeps/generic/ldsodefs.h: Update declaration.
57980         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
57981         string for the scope number.
57983 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
57985         * nscd/servicescache.c (cache_addserv): Make sure written is always
57986         initialized.
57988 2011-08-14  Roland McGrath  <roland@hack.frob.com>
57990         * sysdeps/i386/i486/bits/atomic.h
57991         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
57992         statement expression, so as to suppress "set but not used" warning.
57993         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
57995         * string/strncat.c (STRNCAT): Use prototype definition.
57997         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
57998         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
57999         -Iprograms here.
58000         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
58001         (localedef-modules): Add localedef.
58002         (locale-modules): Add locale.
58004         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
58005         * elf/rtld.c (dl_main): Invert order of assignment in last change,
58006         to avoid a warning.
58008 2011-08-14  David S. Miller  <davem@davemloft.net>
58010         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
58011         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
58013 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
58015         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
58016         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
58017         * elf/rtld.c (dl_main): Set l_name of vDSO.
58018         Call _dl_show_scope when DL_DEBUG_SCOPES.
58019         (process_dl_debug): Recognize scopes flag and also set it for all.
58020         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
58021         Declare _dl_show_scope.
58023         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
58024         (do_dlopen): Pass caller_dlopen to dl_open.
58025         (__libc_dlopen_mode): Initialize caller_dlopen.
58027         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
58028         of libc.  Make tolower call locale-independent.  Optimize a bit by
58029         using isdigit instead of isalnum.
58030         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
58032 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
58034         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
58035         was a dependency or dynamically loaded.
58037 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
58039         * intl/l10nflist.c: Allow architecture-specific pop function.
58040         * sysdeps/x86_64/l10nflist.c: New file.
58042         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
58043         classification.
58045 2011-08-10  Andreas Schwab  <schwab@redhat.com>
58047         * include/dirent.h: Add libc_hidden_proto for scandirat and
58048         scandirat64.  Don't declare __scandirat64.
58049         * dirent/scandirat.c: Add libc_hidden_def.
58050         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
58051         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
58053 2011-08-10  David S. Miller  <davem@davemloft.net>
58055         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
58056         enum.
58057         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
58058         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
58059         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
58061 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
58063         * Versions.def [libc]: Add GLIBC_2.15.
58064         * dirent/Makefile (routines): Add scandirat and scandirat64.
58065         * dirent/Versions [libc]: Export scandirat and scandirat64 for
58066         GLIBC_2.15.
58067         * dirent/dirent.h: Declare scandirat and scandirat64.
58068         * dirent/scandirat.c: New file.
58069         * dirent/scandirat64.c: New file.
58070         * sysdeps/wordsize-64/scandirat.c: New file.
58071         * sysdeps/wordsize-64/scandirat64.c: New file.
58072         * dirent/opendir.c: Define opendirat.
58073         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
58074         using scandirat.
58075         * dirent/scandir64.c: Adjust for scandir.c change.
58076         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
58077         __scandirat64, and __scandir_cancel_handler.
58078         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
58079         additional parameter and use openat instead of open (outside of ld.so).
58080         Add new __opendir as wrapper around __opendirat.
58081         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
58082         here without requiring old scandirat implementation.
58084 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
58086         * dirent/scandir.c (cancel_handler): Renamed to
58087         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
58088         defined.  Adjust users.
58089         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
58090         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
58092 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
58094         * string/test-string.h (IMPL): Use __STRING to expand name and then
58095         stringify it.
58097         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
58098         of cleanups.
58100 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58102         * string/Makefile: Update.
58103         (strop-tests): Append strncat.
58104         * string/test-wcscmp.c: New file.
58105         New comprehensive test for wcscmp.
58106         * string/test-strcmp.c: Update.
58107         (WIDE): New define.
58109 2011-07-22  Andreas Schwab  <schwab@redhat.com>
58111         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
58112         line.
58114 2011-07-26  Andreas Schwab  <schwab@redhat.com>
58116         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
58117         encoding to ACE if AI_IDN.
58119 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
58121         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
58122         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
58124 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
58126         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
58127         Fix overflow bug in strncat.
58128         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
58130         * string/test-strncat.c: Update.
58131         Add new tests for checking overflow bugs.
58133 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
58135         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58136         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
58137         * sysdeps/i386/i686/multiarch/strcat.S: New file.
58138         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
58139         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
58140         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
58141         * sysdeps/i386/i686/multiarch/strncat.S: New file.
58142         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
58143         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
58145         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
58146         (USE_AS_STRCAT): Define.
58147         Add strcat and strncat support.
58148         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
58150 2011-07-25  Andreas Schwab  <schwab@redhat.com>
58152         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
58153         __n bigger than INT_MAX+1.
58154         (__strncmp_g): Likewise.
58156 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
58158         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
58159         * libio/stido.h: Likewise.
58161         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
58162         (AF_NFC): Define.
58163         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
58164         (AF_NFC): Define.
58166         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
58167         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
58168         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
58169         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
58170         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
58172         [BZ #13021]
58173         * scripts/test-installation.pl: Don't expect libnss_test1 to be
58174         installed.
58176         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
58177         typo.
58178         (_dl_x86_64_save_sse): Likewise.
58180 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
58182         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
58183         OSXSAVE.
58184         (_dl_x86_64_save_sse): Likewise.
58186         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
58188         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
58190 2011-07-21  Andreas Schwab  <schwab@redhat.com>
58192         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
58193         change.
58194         (_dl_x86_64_save_sse): Use correct AVX check.
58196 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58198         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
58199         bug in strncpy/strncat.
58200         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
58202 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
58204         * string/tester.c (test_strcat): Add tests for different alignments
58205         of source and destination.
58206         (test_strncat): Likewise.
58208 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
58210         [BZ #12852]
58211         * posix/glob.c (glob): Check passed in values before using them in
58212         expressions to avoid some overflows.
58213         (glob_in_dir): Likewise.
58215         [BZ #13007]
58216         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
58217         check for AVX enablement so that we don't crash with old kernels and
58218         new hardware.
58219         * elf/tst-audit4.c: Add same checks here.
58220         * elf/tst-audit6.c: Likewise.
58222         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
58224 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
58226         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
58228 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
58230         * po/cs.po: Update from translation team.
58231         * po/bg.po: Likewise.
58233 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
58235         * misc/sys/cdefs.h: Add support for const attribute.
58236         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
58237         to gnu_dev_{major,minor,makedev} functions.
58239 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
58241         * intl/dcigettext.c (get_output_charset): Add missing bracket.
58243 2011-07-20  Andreas Schwab  <schwab@redhat.com>
58245         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
58246         strlen results.
58248 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58250         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
58251         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
58252         register in order to avoid conflicts with the soft frame pointer
58253         being held in r11 when necessary.
58254         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
58255         (INTERNAL_VSYSCALL_NCS): Likewise.
58257 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
58259         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
58260         * elf/dl-fini.c (_dl_fini): Adjust caller.
58261         * elf/dl-close.c (_dl_close_worker): Likewise.
58262         * sysdeps/generic/ldsodefs.h: Adjust declaration.
58264 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
58266         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
58267         "aux_cache->nlibs < 0".
58269         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
58270         in the reload-count case.
58272 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
58274         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58275         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
58276         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
58277         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
58278         * sysdeps/x86_64/multiarch/strcat.S: New file.
58279         * sysdeps/x86_64/multiarch/strncat.S: New file.
58280         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
58281         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
58282         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
58283         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
58284         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
58285         (USE_AS_STRCAT): Define.
58286         Add strcat and strncat support.
58287         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
58288         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
58289         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
58290         * string/strncat.c: Update.
58291         (USE_AS_STRNCAT): Define.
58292         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58293         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
58294         and i7.
58295         * sysdeps/x86_64/multiarch/init-arch.h
58296         (bit_Prefer_PMINUB_for_stringop): New.
58297         (index_Prefer_PMINUB_for_stringop): Likewise.
58298         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
58299         bit_Prefer_PMINUB_for_stringop.
58301 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
58303         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
58304         buffer64.
58305         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
58306         of casting of buffer.
58307         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
58308         buffer32 and buffer64.
58309         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
58310         writes instead of casting of buffer.
58311         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
58312         buffer32.
58313         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
58314         casting of buffer.
58316 2011-07-19  Andreas Schwab  <schwab@redhat.com>
58318         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
58320 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
58322         * nscd/nscd.c (termination_handler): Don't do anything for a database
58323         if it has not yet been initialized.
58325 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
58327         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
58329 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
58331         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
58333 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
58335         * po/nl.po: Update from translation team.
58336         * po/sv.po: Likewise.
58338 2011-07-16  Roland McGrath  <roland@hack.frob.com>
58340         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
58341         now disallowed by GCC.
58343         * configure.in (use-default-link): Default to yes if a test -shared
58344         link meets our qualifications.
58345         * configure: Regenerated.
58347         * config.make.in (output-format): New variable.
58348         * configure.in: Check for ld --print-output-format support.
58349         * configure: Regenerated.
58350         * Makerules ($(common-objpfx)format.lds)
58351         [$(output-format) != unknown]: Just use $(output-format),
58352         instead of the linker-script munging.
58354 2011-07-14  Roland McGrath  <roland@hack.frob.com>
58356         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
58357         of $(common-objpfx)shlib.lds.
58358         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
58360         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
58361         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
58363         * configure.in (-z relro check): Adjust test code to add a large
58364         writable data section after it.
58365         * configure: Regenerated.
58367 2011-07-11  Roland McGrath  <roland@hack.frob.com>
58369         * configure.in (-z relro check): Fix test code to make the variable
58370         truly const.
58371         * configure: Regenerated.
58373 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
58375         * nscd/nscd.h (struct traced_file): Define.
58376         (struct database_dyn): Remove inotify_descr, reset_res, and filename
58377         elements.  Add traced_files.
58378         (inotify_fd): Declare.
58379         (register_traced_file): Declare.
58380         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
58381         (inotify_fd): Export.
58382         (resolv_conf_descr): Remove.
58383         (nscd_init): Move inotify descriptor creation to main.
58384         Don't register files for notification here.
58385         (register_traced_file): New function.
58386         (invalidate_cache): Don't use reset_res to determine whether to call
58387         res_init, go through the list of registered files.
58388         (main_loop_poll): The inotify descriptors are now stored in the
58389         structures for the traced files.
58390         (main_loop_epoll): Likewise
58391         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
58392         to __nss_disable_nscd.
58393         * nscd/cache.c (prune_cache): There is no single inotify descriptor
58394         for a database anymore.  Check the records for all the registered
58395         files instead.
58396         * nss/Makefile (libnss_files-routines): Add files-init.
58397         (libnss_db-routines): Add db-init.
58398         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
58399         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
58400         * nss/nss_db/db-init.c: New file.
58401         * nss/nss_files/files-init.c: New file.
58402         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
58403         __nss_lookup_function.
58404         (__nss_lookup_function): Call nss_load_library.
58405         (nss_load_all_libraries): New function.
58406         (__nss_disable_nscd): Take parameter with callback function for files
58407         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
58408         used for the cached services.
58409         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
58410         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
58411         options for features to all the files in nscd.
58413         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
58415 2011-07-10  Roland McGrath  <roland@hack.frob.com>
58417         * csu/elf-init.c (__libc_csu_init): Comment typo.
58419 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
58421         * po/pl.po: Update from translation team.
58422         * po/ja.po: Likewise.
58423         * po/ru.po: Likewise.
58424         * po/ko.po: Likewise.
58425         * po/fr.po: Likewise.
58427 2011-07-09  Roland McGrath  <roland@hack.frob.com>
58429         * configure.in (.ctors/.dtors header and trailer check):
58430         Use an empirical test on a built program.
58431         * configure: Regenerated.
58433         * configure.in (-z relro check): Use an empirical test on a built DSO.
58434         Detect, but do not require, on ia64.
58435         * configure: Regenerated.
58437         * configure.in (READELF): Find it with AC_CHECK_TOOL.
58438         Update tests that use readelf to use $READELF instead.
58439         * configure: Regenerated.
58441 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
58443         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
58444         if the result is not used.
58446 2011-07-05  Andreas Jaeger  <aj@suse.de>
58448         [BZ#9696]
58449         * stdlib/tst-strtod.c: Add testcase.
58451 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
58453         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
58454         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
58455         The latter has a higher limit.  Take additional parameter to pass to
58456         the new function.
58457         (__pathconf): Pass file to __statfs_link_max.
58458         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
58459         __statfs_link_max.
58460         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
58461         __statfs_link_max.
58463         [BZ #12868]
58464         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
58465         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58466         Handle Lustre.
58467         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
58468         (__statfs_filesize_max): Likewise.
58469         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
58471 2011-07-05  Andreas Jaeger  <aj@suse.de>
58473         * resolv/res_comp.c (dn_skipname): Remove unused variable.
58475 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
58477         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
58478         `status' variable.
58479         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
58480         Likewise.
58482 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
58484         * Makefile (strop-tests): Add strncat.
58485         * string/test-strncat.c: New file.
58487 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
58489         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
58491 2011-06-21  Andreas Jaeger  <aj@suse.de>
58493         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
58494         Copy rule from iconvdata/Makefile.
58496 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
58498         [BZ #12922]
58499         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
58500         but no long options are defined, just return 'W'.
58502 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
58504         [BZ #9696]
58505         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
58507 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
58509         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
58510         netgroups to read.
58511         (innetgr): Likewise.
58513 2011-07-05  Roland McGrath  <roland@hack.frob.com>
58515         * config.make.in (install_root): Default to $(DESTDIR).
58517 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
58519         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
58521 2011-07-02  Roland McGrath  <roland@hack.frob.com>
58523         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
58525         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
58526         containing directory rather than embedding absolute directory names.
58528         * scripts/check-local-headers.sh: Rewritten using awk.
58529         Match by word, not by line.  Print error messages for matches.
58530         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
58532         * Makerules [shlib-lds-flags empty]:
58533         ($(common-objpfx)libc_pic.opts): New target.
58534         ($(common-objpfx)libc_pic.os.clean): New target.
58535         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
58537         * config.make.in (OBJCOPY): New variable.
58538         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
58539         * configure: Regenerated.
58541         * config.make.in (use-default-link): New variable.
58542         * configure.in (use_default_link): Grok --with-default-link to set it.
58543         * configure: Regenerated.
58544         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
58545         (shlib-lds, shlib-lds-flags): Define to empty.
58547         * Makerules (shlib-lds): New variable.
58548         (shlib-lds-flags): New variable.
58549         (build-shlib, build-moduile, build-module-asneeded): Use it.
58550         ($(common-objpfx)libc.so): Use $(shlib-lds).
58551         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
58552         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
58554         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
58555         DT_FLAGS/DT_FLAGS_1 with zero flags.
58557         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
58558         linker script munging.
58560 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
58562         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
58563         as 128-bit value.
58564         * crypt/sha512.c (sha512_process_block): Perform total addition using
58565         128-bit if possible.
58566         (__sha512_finish_ctx): Likewise.
58567         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
58568         as 64-bit value.
58569         * crypt/sha256.c (SWAP64): Define.
58570         (sha256_process_block): Perform total addition using 64-bit if
58571         possible.
58572         (__sha256_finish_ctx): Likewise.
58574 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
58576         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
58577         * nscd/initgrcache.c (addinitgroupsX): Likewise.
58578         * nscd/hstcache.c (cache_addhst): Likewise.
58579         * nscd/grpcache.c (cache_addgr): Likewise.
58580         * nscd/aicache.c (addhstaiX): Likewise
58581         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
58583 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
58585         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
58586         * nscd/initgrcache.c (addinitgroupsX): Likewise.
58587         * nscd/hstcache.c (cache_addhst): Likewise.
58588         * nscd/grpcache.c (cache_addgr): Likewise.
58589         * nscd/aicache.c (addhstaiX): Likewise
58591 2011-07-01  Andreas Schwab  <schwab@redhat.com>
58593         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
58594         domain only when needed.
58596 2011-06-30  Andreas Schwab  <schwab@redhat.com>
58598         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
58599         is always restored.
58601 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
58603         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
58604         are re-adding the entry.
58605         * nscd/servicescache.c (cache_addserv): Likewise.
58607 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
58609         * sysdeps/generic/dl-irel.h: fix protection against multiple
58610         inclusions.
58611         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
58613 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
58615         [BZ #12935]
58616         * malloc/memusage.sh: Fix quoting in message.
58617         * debug/xtrace.sh: Likewise.
58619         * configure.in: Remove support for --experimental-malloc option, make
58620         it the default.
58621         * config.make.in: Likewise.
58622         * malloc/Makefile: Likewise.
58624 2011-06-27  Andreas Schwab  <schwab@redhat.com>
58626         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
58627         two-byte characters.
58629 2011-06-27  Roland McGrath  <roland@hack.frob.com>
58631         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
58632         AC_CACHE_CHECK invocation.
58633         * configure: Regenerated.
58635         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
58637 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
58639         [BZ #12350]
58640         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
58641         bit from old_res_options.
58643         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
58645         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
58646         value type for setfct.
58648 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
58650         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
58651         __gettimeofday instead of gettimeofday.
58653 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
58655         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
58657 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
58659         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
58661         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
58662         info.
58664 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
58666         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58667         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
58668         strcpy-sse2-unaligned strncpy-sse2-unaligned
58669         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
58670         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
58671         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
58672         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
58673         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
58674         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
58675         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
58676         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
58677         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
58678         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
58679         (STRCPY): Support SSE2 and SSSE3 versions.
58681 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
58683         [BZ #12874]
58684         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
58685         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
58686         kernels which artificially limit size of requests.
58688 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
58690         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58691         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
58692         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
58693         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
58694         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
58695         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
58696         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
58697         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
58698         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
58699         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
58700         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
58701         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
58702         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
58703         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
58704         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
58705         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58706         Enable unaligned load optimization for Intel Core i3, i5 and i7
58707         processors.
58708         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
58709         Define.
58710         (index_Fast_Unaligned_Load): Define.
58711         (HAS_FAST_UNALIGNED_LOAD): Define.
58713 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
58715         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
58717 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
58719         [BZ #12907]
58720         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
58721         until it is clear that the information is realy needed.
58722         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
58724 2011-06-22  Andreas Schwab  <schwab@redhat.com>
58726         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
58728 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
58730         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
58731         /sys/devices/system/cpu/online if it is usable.
58733         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
58734         reading the information from the /proc filesystem to once a second.
58736 2011-06-21  Andreas Jaeger  <aj@suse.de>
58738         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
58739         NULL after inclusion of kernel headers.
58741 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
58743         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
58744         calls to internal_setent.
58746         [BZ #12885]
58747         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
58748         addresses using gethostbyname4_r ignore IPv4 addresses.
58750         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
58751         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
58753         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
58755 2011-06-20  David S. Miller  <davem@davemloft.net>
58757         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
58758         inclusions.
58759         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
58761         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
58762         (elf_irel): Use it.
58763         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
58764         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
58765         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
58766         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
58767         * sysdeps/x86_64/dl-irel.h: Likewise.
58769         * elf/dl-runtime.c: Use elf_ifunc_invoke.
58770         * elf/dl-sym.c: Likewise.
58772 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
58774         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
58775         need to dereference resplen2.
58777 2011-06-14  Andreas Schwab  <schwab@redhat.com>
58779         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
58781 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
58783         * Makeconfig: Define vardbdir and inst_vardbdir.
58784         * nss/Makefile: Add rules to install db-Makefile.
58786         * nss/nss_db/db-XXX.c: Cleanup.
58788         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
58789         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
58790         GLIBC_PRIVATE.
58791         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
58792         * nss/makedb.c: Implement -g option to specify that value strings
58793         are generated and should not be added to table iterated over for
58794         get*ent calls.
58795         * nss/nss_db/db-initgroups.c: New file.
58797         * nss/getent.c: Add support for initgroups lookups through getgrouplist
58798         interface.
58800         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
58801         (internal_getgrouplist): Adjust to name change.
58802         Update use_initgroups_entry if this is not the first call.
58803         * nss/databases.def: Add initgroups entry.
58805         * nss/makedb.c (compute_tables): Check result of multiple hash table
58806         sizes to minimize maximum chain length.
58808 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
58810         * Versions.def: Add entry for libnss_db.
58811         * shlib-versions: Likewise.
58812         * nss/Makefile: Add rules to build libnss_db.
58813         * nss/Versions: Add libnss_db information.  Organize libnss_files
58814         entries better.
58815         * nss/db-Makefile: Add gshadow support.  Change rules for the new
58816         makedb progra.  Some minor improvements to generate smaller files.
58817         * nss/nss_db/nss_db.h: Move NSS database header data structures to
58818         here from...
58819         * nss/makedb.c: ...here.
58820         Improve database format to be smaller and require less memory at
58821         runtime.
58822         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
58823         db anymore.
58824         * nss/nss_db/db-netgrp.c: Likewise.
58825         * nss/nss_db/db-open.c: Likewise.
58826         * nss/nss_files/flies-XXX.x: Adjust comments.
58827         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
58828         * nss/nss_files/files-grp.c: Likewise.
58829         * nss/nss_files/files-hosts.c: Likewise.
58830         * nss/nss_files/files-network.c: Likewise.
58831         * nss/nss_files/files-proto.c: Likewise.
58832         * nss/nss_files/files-pwd.c: Likewise.
58833         * nss/nss_files/files-rpc.c: Likewise.
58834         * nss/nss_files/files-service.c: Likewise.
58835         * nss/nss_files/files-sgrp.c: Likewise.
58836         * nss/nss_files/files-spwd.c: Likewise.
58837         * nss/nss_db/db-alias.c: Removed.
58838         * nss/nss_db/dummy-db.h: Removed.
58840 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
58842         * nss/makedb.c: Rewritten to not use database library.
58843         * nss/Makefile: Update to build new makedb program.
58845 2011-06-14  Andreas Jaeger  <aj@suse.de>
58847         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
58848         memset declaration.
58850 2011-06-10  Andreas Schwab  <schwab@redhat.com>
58852         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
58853         tmpbuf.
58855 2011-06-10  Roland McGrath  <roland@hack.frob.com>
58857         * Makerules (shlib.lds): Fail if the linker script comes out empty.
58858         * elf/Makefile ($(objpfx)ld.so): Likewise.
58860         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
58861         Don't list ld.so twice in dependencies.
58863         * posix/bug-regex31.c: Include <stdlib.h>.
58865         * nscd/hstcache.c (cache_addhst): Remove unused variable.
58867         * nis/nss_compat/compat-spwd.c
58868         (getspent_next_nss_netgr): Remove unused variable.
58869         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
58871         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
58872         nonmembers" output to use the right array.
58874         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
58876         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
58878         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
58879         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
58880         * catgets/gencat.c (read_input_file): Likewise.
58881         * locale/programs/locarchive.c (enlarge_archive): Likewise.
58883         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
58884         variable definition inside #if's controlling its use.
58886         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
58888         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
58890         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
58892         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
58893         unreachable code.
58895         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
58897         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
58898         * configure: Regenerated.
58900         * Makerules: Revert last change.
58901         * elf/Makefile: Likewise.
58903 2011-06-09  Roland McGrath  <roland@hack.frob.com>
58905         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
58906         * elf/Makefile ($(objpfx)librtld.os): Likewise.
58907         (reloc-link): Likewise.
58909 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
58911         * elf/Makefile: Add rules to build pldd.
58912         * elf/pldd.c: New file.
58913         * elf/pldd-xx.c: New file.
58915 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
58917         * version.h: Update for 2.15 development version.
58919 2011-06-07  David S. Miller  <davem@davemloft.net>
58921         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
58922         ifuncs.
58923         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
58924         elf_machine_lazy_rel): Likewise.
58925         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
58926         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
58927         elf_machine_lazy_rel): Likewise.
58928         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
58929         dl_hwcap via passed in argument.
58930         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
58931         Likewise.
58933 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58935         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
58937 2011-06-06  Roland McGrath  <roland@hack.frob.com>
58939         [BZ #12849]
58940         * manual/fdl-1.1.texi: New file, verbatim from:
58941         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
58942         * manual/lgpl-2.1.texi: New file, verbatim from:
58943         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
58944         * manual/Makefile (licenses): New variable, list those new file names.
58945         (texis): Use it.
58946         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
58948         * manual/fdl.texi: File removed.
58949         * manual/lesser.texi: File removed.
58950         * manual/libc.texinfo (Copying, Documentation License):
58951         Use new @include file names, put @appendix directive before @include.
58953 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
58955         [BZ #12841]
58956         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
58957         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
58958         (mq_open): Add __NTH.
58960 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
58962         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58963         Assume Intel Core i3/i5/i7 processor if AVX is available.
58965 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
58967         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
58968         typo.
58970 2011-05-31  Andreas Schwab  <schwab@redhat.com>
58972         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
58973         memory.  Use alloca_account.  Fix memory leak when retrying.
58975 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
58977         * version.h (RELEASE): Bump for 2.14 release.
58978         * include/features.h (__GLIBC_MINOR__): Bump to 14.
58980         * config.make.in (RANLIB): Remove entry.
58982 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
58984         * po/Makefile (po-sed-cmd): Add ksh to extensions.
58985         (libc.pot): Work around missing support for .ksh extension in xgettext.
58987         [BZ #12684]
58988         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
58989         if both request failed.
58990         (send_dg): In case of server errors clear resplen or *resplen2.
58992         [BZ #12454]
58993         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
58994         when there are multiple maps.
58995         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
58996         (_dl_fini): Remove test here.
58998         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
59000 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
59002         [BZ #12350]
59003         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
59004         bit from old_res_options.
59005         (gaih_inet): Likewise.
59007         [BZ #11099]
59008         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
59009         as signed.
59011         * resolv/res_init.c (res_setoptions): Make the code more compact.
59013         [BZ #11558]
59014         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
59015         set RES_USEVC.
59017         [BZ #11634]
59018         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
59020         * malloc/malloc.h: Mark malloc hook variables as deprecated.
59022         [BZ #11781]
59023         * malloc/malloc.h: Declare malloc hook variables as volatile.
59025         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
59026         in last patch.
59028         [BZ #11799]
59029         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
59030         raise in the comment.
59031         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
59032         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
59033         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
59035 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
59037         [BZ #12811]
59038         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
59039         grow the buffers more if it already has to be sufficient.
59040         (build_wcs_upper_buffer): Likewise.
59041         * posix/regexec.c (check_matching): Likewise.
59042         (clean_state_log_if_needed): Likewise.
59043         (extend_buffers): Don't enlarge buffers beyond size of the input
59044         buffer.
59045         Patches mostly by Emil Wojak <emil@wojak.eu>.
59046         * posix/bug-regex32.c: New file.
59047         * posix/Makefile (tests): Add bug-regex32.
59049         * locale/findlocale.c (_nl_find_locale): Return right away if
59050         _nl_explode_name failed.
59051         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
59053         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
59055         * debug/xtrace.sh: Unify messages.
59056         * malloc/memusage.sh: Likewise.
59058         [BZ #12813]
59059         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
59060         time symbol from vDSO.  Substitute with vsyscall if not available.
59061         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
59062         __vdso_time.
59064         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
59065         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
59066         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
59067         Add sendmmsg and internal_sendmmsg.
59068         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
59069         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
59070         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
59072         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
59073         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
59074         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
59076 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
59078         [BZ #12813]
59079         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
59080         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
59081         available.
59082         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
59083         __vdso_getcpu.
59085         [BZ #12814]
59086         * iconvdata/Makefile (tests): Add bug-iconv9.
59087         * iconvdata/bug-iconv9.c: New file.
59089 2011-05-27  Andreas Schwab  <schwab@redhat.com>
59091         [BZ #12814]
59092         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
59094 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
59096         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
59097         (struct user_regs_struct): Change intcs field back to cs.
59099 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
59101         * po/ja.po: Update from translation team.
59103 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
59105         [BZ #12795]
59106         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
59107         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
59109 2011-05-20  Andreas Schwab  <schwab@redhat.com>
59111         * stdlib/longlong.h: Update from GCC.
59113 2011-05-23  Andreas Schwab  <schwab@redhat.com>
59115         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
59116         parameter name.
59117         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
59118         Add parameter name.
59119         (__sysconf): Pass it down.
59121 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
59123         [BZ #12671]
59124         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
59125         some situations.
59126         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
59127         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
59128         add in in __libc_use_alloca calls.  Adjust callers.
59129         (glob): Use malloc in some situations.
59131         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
59132         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
59133         pltexit.
59135 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
59137         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
59138         and CLOCK_BOOTTIME_ALARM.
59140         [BZ #12782]
59141         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
59142         is returned.
59144         * string/_strerror.c (__strerror_r): Print negative errors as signed
59145         numbers.
59147         [BZ #12777]
59148         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
59149         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
59150         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
59152         * configure.in: Fix typo in redirection and correct removal of test
59153         files in two cases.
59155         [BZ #12788]
59156         * locale/setlocale.c (new_composite_name): Fix test to check for
59157         identical name of all categories.
59159         [BZ #12792]
59160         * libio/filedoalloc.c (local_isatty): New function.
59161         (_IO_file_doallocate): Use local_isatty.
59162         * stdio-common/perror.c (perror): In case a new stream is used
59163         forward the stream error.
59164         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
59165         error flag.
59167 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
59169         [BZ #11869]
59170         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
59171         alloca.
59172         * include/alloca.h (extend_alloca_account): Define.
59174         [BZ #11857]
59175         * posix/regex.h: Fix comments with documentation of user-accessible
59176         fields after compilation and describe correct free'ing of pattern
59177         after re_compile_pattern.
59178         Patch by Reuben Thomas <rrt@sc3d.org>.
59180 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
59182         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
59183         and -mno-altivec to prevent the compiler from using Altivec and/or
59184         VSX instructions when the corresponding registers are not available.
59186 2011-05-19  Andreas Schwab  <schwab@redhat.com>
59188         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
59190 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
59192         * libio/freopen.c (freopen): Use __dup2, not dup2.
59193         * libio/freopen64.c (freopen64): Likewise.
59195 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
59197         [BZ #12775]
59198         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
59199         * math/Makefile (tests): Add test-powl.
59200         (CFLAGS-test-powl.c): Define.
59201         * math/test-powl.c: New file.
59203 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
59205         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
59207 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
59209         [BZ #11837]
59210         * iconvdata/gb18030.c: Update to GB18020-2005.
59212 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
59214         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
59215         RE_SYNTAX_POSIX_AWK): Update to match recent development.
59216         Patch by Aharon Robbins <arnold@skeeve.com>.
59218         [BZ #11892]
59219         * stdlib/putenv.c (putenv): Don't always create copy of the variable
59220         on the stack.
59222         [BZ #11895]
59223         * misc/pselect.c (__pselect): Handle timeout value errors hidden
59224         through underflows.
59226         [BZ #12766]
59227         * misc/error.c (error_at_line): Ensure file_name and old_file_name
59228         point to strings before performing equality test for error_one_per_line
59229         mode.
59231         [BZ #11697]
59232         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
59234         [BZ #11820]
59235         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
59236         (struct user_fpregs_struct): Avoid __uint*_t types.
59238         [BZ #6420]
59239         * malloc/mtrace.c (tr_where): Add additional parameter to point to
59240         symbol info.  Use it instead of calling _dl_addr locally.
59241         (lock_and_info): New function.
59242         (tr_freehook): Call lock_and_info and pass symbol info as additional
59243         parameter to tr_where.
59244         (tr_mallochook): Likewise.
59245         (tr_reallochook): Likewise.
59246         (tr_memalignhook): Likewise.
59248         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
59249         used and couldn't be at all thread-safe.
59251 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
59253         * libio/freopen.c (freopen): Don't close old file descriptor
59254         before the new one is opened.  Instead dup the new file descriptor
59255         to the old one after the new stream is created.
59256         * libio/freopen64.c (freopen64): Likewise.
59257         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
59258         * libio/fileops.c (_IO_new_file_close_it): Handle new
59259         _IO_FLAGS2_NOCLOSE flag.
59260         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
59261         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
59262         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
59263         _IO_FLAGS2_NOCLOSE flag.
59264         * include/unistd.h: Add hidden_proto for dup3.
59265         Define __have_dup3.
59266         * io/dup3.c: Define hidden symbol.
59267         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
59269         [BZ #7101]
59270         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
59271         when an incomplete long option is used.
59272         * posix/tst-getopt_long1.c: New file.
59273         * posix/Makefile (tests): Add tst-getopt_long1.
59275         [BZ #10138]
59276         * scripts/config.guess: Update from autoconf-2.68.
59277         * scripts/config.sub: Likewise.
59279         [BZ #10157]
59280         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
59281         tests into ...
59282         (has_cpuclock): ...this.  New function.
59283         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
59284         macro here based on has_cpuclock code.
59286         [BZ #10149]
59287         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
59288         First byte (not low byte) is now always NUL.
59289         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
59291         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
59292         Use non-cancelable interfaces.
59294         [BZ #9809]
59295         * locale/iso-639.def: Add entry for Sorani.
59297         [BZ #11901]
59298         * include/stdlib.h: Move include protection to the right place.
59299         Define abort_msg_s.  Declare __abort_msg with it.
59300         * stdlib/abort.c (__abort_msg): Adjust type.
59301         * assert/assert.c (__assert_fail_base): New function.  Majority
59302         of code from __assert_fail.  Allocate memory for __abort_msg with
59303         mmap.
59304         (__assert_fail): Now call __assert_fail_base.
59305         * assert/assert-perr.c: Remove bulk of implementation.  Use
59306         __assert_fail_base.
59307         * include/assert.hL Declare __assert_fail_base.
59308         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
59309         mmap.
59310         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
59312 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
59314         [BZ #11952]
59315         [BZ #12453]
59316         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
59317         until all modules are registered in the DTV.
59318         * elf/Makefile: Add rules to build and run tst-tls19.
59319         * elf/tst-tls19.c: New file.
59320         * elf/tst-tls19mod1.c: New file.
59321         * elf/tst-tls19mod2.c: New file.
59322         * elf/tst-tls19mod3.c: New file.
59323         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
59325         [BZ #12083]
59326         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
59327         correctly.
59329         [BZ #12601]
59330         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
59331         two-byte sequence errors.
59332         * iconvdata/Makefile (tests): Add bug-iconv8.
59333         * iconvdata/bug-iconv8.c: New file.
59335         [BZ #12626]
59336         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
59337         buf2 definition.
59339         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
59341         [BZ #12432]
59342         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
59343         (dummy_getcfa): New function.
59344         (init): Get _Unwind_GetCFA address, use dummy if not found.
59345         (backtrace_helper): In recursion check, also check whether CFA changes.
59346         (__backtrace): Completely initialize arg.
59348         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
59349         storing incomplete byte sequence in state object.  Avoid testing for
59350         guaranteed too small input if we know there is enough data available.
59352 2011-05-11  Andreas Schwab  <schwab@redhat.com>
59354         * Makeconfig (+link-pie): Indent.
59355         * Rules (binaries-pie): Define if $(have-fpie) and
59356         $(build-shared).
59357         (binaries-shared): Also filter out $(binaries-pie).
59358         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
59359         * nscd/Makefile (others-pie): Add nscd.
59360         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
59361         ($(objpfx)nscd): Remove command override.
59362         * login/Makefile (others-pie): Add pt_chown.
59363         ($(objpfx)pt_chown): Remove command override.
59364         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
59365         remove command overrides.
59367 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
59369         * libio/tst_putwc.c: Fix error messages.
59371         [BZ #12724]
59372         * libio/fileops.c (_IO_new_file_close_it): Always flush when
59373         currently writing and seek to current position when not.
59374         * libio/Makefile (tests): Add bug-fclose1.
59375         * libio/bug-fclose1.c: New file.
59377 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
59379         [BZ #12511]
59380         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
59381         don't set DF_1_NODELETE here.
59382         (do_lookup_x): When entering new entry test for copy relocation
59383         and if necessary set DF_1_NODELETE flag.
59384         * elf/tst-unique4.cc: New file.
59385         * elf/tst-unique4.h: New file.
59386         * elf/tst-unique4lib.cc: New file.
59387         * elf/Makefile: Add rules to build and run tst-unique4.
59388         Patch by Piotr Bury <pbury@goahead.com>.
59390 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
59392         [BZ #12052]
59393         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
59395         [BZ #12625]
59396         * misc/mntent_r.c (addmntent): Flush the stream after the output
59398         [BZ #12393]
59399         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
59400         (is_trusted_path_normalize): Skip initial colon.  Append slash
59401         to empty buffer.  Duplicate is_trusted_path code but allow
59402         constructed patch to be prefix.
59403         (is_dst): Allow $ORIGIN followed by /.
59404         (_dl_dst_substitute): Correct clearing of check_for_trusted.
59405         Correct testing of result of is_trusted_path_normalize
59406         (decompose_rpath): Fix warning.
59408 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
59410         [BZ #11257]
59411         * grp/initgroups.c (internal_getgrouplist): When we found the service
59412         list through the initgroups entry in nsswitch.conf do not always
59413         continue on a successful lookup.  Don't always use the
59414         __nss_group_database value if it is set.
59415         * nss/nsswitch.conf (initgroups): Change action for successful db
59416         lookup to continue for compatibility.
59418 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
59420         [BZ #11532]
59421         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
59422         and CP774 modules.
59423         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
59424         and CP774 modules.
59425         * iconvdata/tst-tables.sh: Likewise.
59426         * iconvdata/cp770.c: New file.
59427         * iconvdata/cp771.c: New file.
59428         * iconvdata/cp772.c: New file.
59429         * iconvdata/cp773.c: New file.
59430         * iconvdata/cp774.c: New file.
59431         * iconvdata/testdata/CP770: New file.
59432         * iconvdata/testdata/CP770..UTF8: New file.
59433         * iconvdata/testdata/CP771: New file.
59434         * iconvdata/testdata/CP771..UTF8: New file.
59435         * iconvdata/testdata/CP772: New file.
59436         * iconvdata/testdata/CP772..UTF8: New file.
59437         * iconvdata/testdata/CP773: New file.
59438         * iconvdata/testdata/CP773..UTF8: New file.
59439         * iconvdata/testdata/CP774: New file.
59440         * iconvdata/testdata/CP774..UTF8: New file.
59442         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
59443         END CHARMAP line.
59444         * iconvdata/gen-8bit-gap.sh: Likewise.
59445         * iconvdata/gen-8bit.sh: Likewise.
59447         * locale/iso-639.def: Add ary entry.
59449         [BZ #11258]
59450         * locale/C-translit.h.in: Add U20A1 transliteration.
59452         [BZ #12178]
59453         * locale/iso-639.def: Add wae entry.
59454         Patch by Kevin Bortis <bortis@translate-wae.ch>.
59456         [BZ #12545]
59457         * locale/programs/localedef.c (construct_output_path): Use ssize_t
59458         for n.
59460         [BZ #12711]
59461         * locale/C-translit.h.in: Add entry for U20B9.
59462         Patch by pravin.d.s@gmail.com.
59464 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
59466         [BZ #12713]
59467         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
59468         ENAMETOOLONG use generic getcwd.
59469         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
59470         in rtld.  Use *stat64.
59471         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
59472         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
59473         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
59474         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
59475         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
59476         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
59477         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
59478         __fstatat64 macros.
59479         * include/dirent.h: Add libc_hidden_proto for rewinddir.
59480         * dirent/rewinddir.c: Add libc_hidden_def.
59481         * sysdeps/mach/hurd/rewinddir.c: Likewise.
59482         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
59484         * include/dirent.h (__alloc_dir): Add flags parameter.
59485         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
59486         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
59487         __alloc_dir.
59488         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
59489         from fdopendir if O_CLOEXEC is already set.
59491 2011-03-15  Alan Modra  <amodra@gmail.com>
59493         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
59494         l_tls_firstbyte_offset non-zero.  Save padding offset in
59495         l_tls_firstbyte_offset for later use.
59496         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
59497         freeing static tls block.
59499 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
59501         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
59502         where #ifdef was intended.  The intent is to prevent ARG_MAX from
59503         being defined by the kernel headers.
59505 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
59507         [BZ #12734]
59508         * resolv/resolv.h: Define RES_NOTLDQUERY.
59509         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
59510         no-tld-query and set RES_NOTLDQUERY.
59511         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
59512         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
59513         modern BIND to search name as TLD unless forbidden.
59515 2011-05-07  Petr Baudis  <pasky@suse.cz>
59516             Ulrich Drepper  <drepper@gmail.com>
59518         [BZ #12393]
59519         * elf/dl-load.c (fillin_rpath): Move trusted path check...
59520         (is_trusted_path): ...to here.
59521         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
59522         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
59523         using is_trusted_path_normalize() in setuid scripts.
59525 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
59527         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
59528         __BEGIN/__END_DECLS.
59530 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
59532         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
59533         NSS_STATUS_NOTFOUND if no record was found.
59535 2011-05-05  Andreas Schwab  <schwab@redhat.com>
59537         * sunrpc/Makefile (headers): Add rpc/netdb.h.
59538         (headers-not-in-tirpc): Remove rpc/netdb.h
59539         * resolv/netdb.h: Revert last change.
59541 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
59543         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
59544         circular dependency between libgcc.a and libc.a.
59546 2011-05-05  Andreas Schwab  <schwab@redhat.com>
59548         * resolv/netdb.h: Don't include <rpc/netdb.h>.
59549         * nis/Makefile: Don't install rpcsvc/*.
59550         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
59551         instead of <rpc/types.h>.
59552         (MAXHOSTNAMELEN): Define.
59554 2011-05-03  Andreas Schwab  <schwab@redhat.com>
59556         * elf/ldconfig.c (add_dir): Don't crash on empty path.
59558 2011-04-28  Maciej Babinski  <mbabinski@google.com>
59560         [BZ #12714]
59561         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
59562         gethostbyname4_r when IPv6 results are possible.
59564 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
59566         [BZ #12723]
59567         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
59568         _PC_PIPE_BUF handling.
59570 2011-04-30  Bruno Haible  <bruno@clisp.org>
59572         [BZ #12717]
59573         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
59574         * resolv/netdb.h (getnameinfo): Change type of flags parameter
59575         to 'int'.
59576         * inet/getnameinfo.c (getnameinfo): Likewise.
59578 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
59580         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
59581         to groups setting in database lookup.
59582         * nss/nsswitch.conf: Add initgroups entry.
59584 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
59586         [BZ #12685]
59587         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
59588         mode string.
59589         Patch by Eric Blake <eblake@redhat.com>.
59591 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
59593         * sunrpc/Makefile (need-export-routines): Add svc_run.
59594         (routines): Remove svc_run.
59595         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
59596         * sunrpc/clnt_perr.c (clnt_perrno): Export.
59597         * sunrpc/svc_run.c (svc_run): Likewise.
59598         * sunrpc/svc_udp.c (svcudp_create): Likewise.
59600 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
59602         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
59603         problem in reallocation in last patch.
59605 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
59607         * sunrpc/Makefile: Move inclusion of Rules.
59609 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
59611         * nss/nss_files/files-initgroups.c: New file.
59612         * nss/Makefile (libnss_files-routines): Add files-initgroups.
59613         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
59614         _nss_files_initgroups_dyn.
59616 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
59618         * elf/elf.h (R_ARM_IRELATIVE): Define.
59620 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
59622         * po/ru.po: Update from translation team.
59624 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
59626         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
59627         dependencies.
59629 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
59631         [BZ #12653]
59632         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
59633         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
59634         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
59635         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
59636         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
59638 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
59640         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
59641         differing bytes.
59642         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
59643         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
59644         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
59646 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
59648         [BZ #12420]
59649         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
59650         storing it.
59651         * stdlib/bug-getcontext.c: New file.
59652         * stdlib/Makefile: Add rules to build and run bug-getcontext.
59654 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
59656         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
59657         instructions into .machine "z9-109".
59658         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
59659         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
59661 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
59663         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
59664         between environment variables and auxiliary vector.
59666 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
59668         * Makefile: Add rules to build linkobj/libc.so.
59669         * include/libc-symbols.h: Define libc_hidden_nolink.
59670         * include/rpc/auth.h: Mark functions which are to be hidden.
59671         * include/rpc/auth_des.h: Likewise.
59672         * include/rpc/auth_unix.h: Likewise.
59673         * include/rpc/clnt.h: Likewise.
59674         * include/rpc/des_crypt.h: Likewise.
59675         * include/rpc/key_prot.h: Likewise.
59676         * include/rpc/pmap_clnt.h: Likewise.
59677         * include/rpc/pmap_prot.h: Likewise.
59678         * include/rpc/pmap_rmt.h: Likewise.
59679         * include/rpc/rpc_msg.h: Likewise.
59680         * include/rpc/svc.h: Likewise.
59681         * include/rpc/svc_auth.h: Likewise.
59682         * include/rpc/xdr.h: Likewise.
59683         * nis/Makefile: Link all DSOs against linkobj/libc.so.
59684         * nss/Makefile: Likewise.
59685         * sunrpc/Makefile: Don't install headers.  Build library with normal
59686         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
59687         * sunrpc/auth_des.c: Hide exported symbols by default, export some
59688         for the compat linking library.  Remove use of INTDEF/INTUSE.
59689         * sunrpc/auth_none.c: Likewise.
59690         * sunrpc/auth_unix.c: Likewise.
59691         * sunrpc/authdes_prot.c: Likewise.
59692         * sunrpc/authuxprot.c: Likewise.
59693         * sunrpc/clnt_gen.c: Likewise.
59694         * sunrpc/clnt_perr.c: Likewise.
59695         * sunrpc/clnt_raw.c: Likewise.
59696         * sunrpc/clnt_simp.c: Likewise.
59697         * sunrpc/clnt_tcp.c: Likewise.
59698         * sunrpc/clnt_udp.c: Likewise.
59699         * sunrpc/clnt_unix.c: Likewise.
59700         * sunrpc/des_crypt.c: Likewise.
59701         * sunrpc/des_soft.c: Likewise.
59702         * sunrpc/get_myaddr.c: Likewise.
59703         * sunrpc/key_call.c: Likewise.
59704         * sunrpc/key_prot.c: Likewise.
59705         * sunrpc/netname.c: Likewise.
59706         * sunrpc/pm_getmaps.c: Likewise.
59707         * sunrpc/pm_getport.c: Likewise.
59708         * sunrpc/pmap_clnt.c: Likewise.
59709         * sunrpc/pmap_prot.c: Likewise.
59710         * sunrpc/pmap_prot2.c: Likewise.
59711         * sunrpc/pmap_rmt.c: Likewise.
59712         * sunrpc/publickey.c: Likewise.
59713         * sunrpc/rpc_cmsg.c: Likewise.
59714         * sunrpc/rpc_common.c: Likewise.
59715         * sunrpc/rpc_dtable.c: Likewise.
59716         * sunrpc/rpc_prot.c: Likewise.
59717         * sunrpc/rpc_thread.c: Likewise.
59718         * sunrpc/rtime.c: Likewise.
59719         * sunrpc/svc.c: Likewise.
59720         * sunrpc/svc_auth.c: Likewise.
59721         * sunrpc/svc_authux.c: Likewise.
59722         * sunrpc/svc_raw.c: Likewise.
59723         * sunrpc/svc_run.c: Likewise.
59724         * sunrpc/svc_simple.c: Likewise.
59725         * sunrpc/svc_tcp.c: Likewise.
59726         * sunrpc/svc_udp.c: Likewise.
59727         * sunrpc/svc_unix.c: Likewise.
59728         * sunrpc/svcauth_des.c: Likewise.
59729         * sunrpc/xcrypt.c: Likewise.
59730         * sunrpc/xdr.c: Likewise.
59731         * sunrpc/xdr_array.c: Likewise.
59732         * sunrpc/xdr_float.c: Likewise.
59733         * sunrpc/xdr_intXX_t.c: Likewise.
59734         * sunrpc/xdr_mem.c: Likewise.
59735         * sunrpc/xdr_rec.c: Likewise.
59736         * sunrpc/xdr_ref.c: Likewise.
59737         * sunrpc/xdr_sizeof.c: Likewise.
59738         * sunrpc/xdr_stdio.c: Likewise.
59740 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
59742         [BZ #12650]
59743         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
59744         * sysdeps/ia64/dl-tls.h: Likewise.
59745         * sysdeps/powerpc/dl-tls.h: Likewise.
59746         * sysdeps/s390/dl-tls.h: Likewise.
59747         * sysdeps/sh/dl-tls.h: Likewise.
59748         * sysdeps/sparc/dl-tls.h: Likewise.
59749         * sysdeps/x86_64/dl-tls.h: Likewise.
59750         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
59752 2011-03-14  Andreas Schwab  <schwab@redhat.com>
59754         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
59755         rpath element also skip the following colon.
59756         (expand_dynamic_string_token): Add is_path parameter and pass
59757         down to DL_DST_REQUIRED and _dl_dst_substitute.
59758         (decompose_rpath): Call expand_dynamic_string_token with
59759         non-zero is_path.  Ignore empty rpaths.
59760         (_dl_map_object_from_fd): Call expand_dynamic_string_token
59761         with zero is_path.
59763 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
59765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
59766         Make cancelable.
59768 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
59770         [BZ #12655]
59771         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
59772         Patch by Filipe David Manana <fdmanana@apache.org>.
59774 2011-04-07  Andreas Schwab  <schwab@redhat.com>
59776         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
59777         Maintain aligned stack.
59778         (CHECK_RSP): Remove unused macro.
59780 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
59782         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
59783         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
59785 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
59787         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
59789         * include/features.h: Mention __USE_XOPEN2K8 in comment.
59791 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
59793         [BZ #12518]
59794         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
59795         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
59796         * sysdeps/x86_64/memmove.c: New file.
59797         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
59798         (memcpy): Renamed to ...
59799         (__new_memcpy): This.
59800         (memcpy): Provide GLIBC_2_14 memcpy.
59801         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
59802         (memcpy): Provide GLIBC_2_2_5 memcpy.
59804 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
59806         [BZ #12631]
59807         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
59809 2011-03-30  Andreas Schwab  <schwab@redhat.com>
59811         * misc/syncfs.c: New file.
59812         * misc/Makefile (routines): Add syncfs.
59813         * posix/unistd.h: Declare syncfs.
59814         * sysdeps/unix/syscalls.list: Add syncfs.
59816 2011-04-01  Andreas Schwab  <schwab@redhat.com>
59818         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
59819         open_by_handle_at.
59820         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
59821         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
59822         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
59823         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
59824         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
59825         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
59826         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
59828 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
59830         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
59831         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
59832         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
59833         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
59834         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
59835         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
59836         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
59838         * io/Makefile: Compile fallocate.c, fallocate64.c, and
59839         sync_file_range.c with -fexceptions.
59840         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
59841         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
59842         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
59843         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
59844         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
59845         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
59846         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
59847         sync_file_range as cancellation point
59848         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
59849         now a wrapper around __call_sync_file_range with cancellation handling.
59850         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
59851         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
59852         function name to __call_sync_file_range.
59853         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
59854         Add call_sync_file_range.
59856 2011-04-01  Andreas Schwab  <schwab@redhat.com>
59858         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
59859         bits/timex.h.
59861 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
59863         * iconv/iconv.h: Fix typo in comment.
59864         * io/fcntl.h: Likewise.
59865         * libio/stdio.h: Likewise.
59866         * posix/spawn.h: Likewise.
59867         * posix/unistd.h: Likewise.
59868         * stdlib/stdlib.h: Likewise.
59869         * time/time.h: Likewise.
59870         * wcsmbs/wchar.h: Likewise.
59872         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
59873         open_by_handle): Add.
59874         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
59875         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
59876         Augment a few comments.
59877         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
59878         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
59879         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
59880         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
59881         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
59882         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
59883         open_by_handle.
59885         * io/fcntl.h (AT_EMPTY_PATH): Define.
59887 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
59889         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
59890         * sysdeps/unix/sysv/linux/bits/time.h: New file.
59891         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
59892         to...
59893         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
59894         * Versions.def: Add GLIBC_2.14.
59895         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
59896         Export.
59898 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
59900         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
59901         round counter.
59902         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
59904 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
59906         [BZ #12597]
59907         * string/test-strncmp.c (do_page_test): New function.
59908         (check2): Likewise.
59909         (test_main): Call check2.
59910         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
59912 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
59914         [BZ #12587]
59915         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
59916         Handle cache information in CPU leaf 4.
59917         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
59919 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
59921         [BZ #12583]
59922         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
59923         character representation.
59924         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
59926 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
59928         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
59929         END(__isnan) to END(__isnanf) to match function entry point/label
59930         EALIGN(__isnanf,...).
59932 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
59934         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
59936 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
59938         [BZ #12510]
59939         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
59940         copy from the symbol referenced in the relocation to initialize the
59941         used variable.
59942         Patch by Piotr Bury <pbury@goahead.com>.
59943         * elf/Makefile: Add rules to build and tst-unique3.
59944         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
59945         * elf/tst-unique3.cc: New file.
59946         * elf/tst-unique3.h: New file.
59947         * elf/tst-unique3lib.cc: New file.
59948         * elf/tst-unique3lib2.cc: New file.
59950         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
59952 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
59954         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
59955         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
59956         to _start.
59958 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
59960         * elf/dl-load.c (_dl_map_object): If we are looking for the first
59961         to-be-loaded object along a path to loader is ld.so.
59963 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
59964             Ulrich Drepper  <drepper@gmail.com>
59966         * sysdeps/x86_64/memset.S: After aligning destination, code
59967         branches to different locations depending on the value of
59968         misalignment, when multiarch is enabled. Fix this.
59970 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
59972         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
59973         Set _x86_64_preferred_memory_instruction for AMD processsors.
59974         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
59975         Set bit_Prefer_SSE_for_memop for AMD processors.
59977 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
59979         * libio/fmemopen.c (fmemopen): Optimize a bit.
59981 2011-03-03  Andreas Schwab  <schwab@redhat.com>
59983         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
59985 2011-03-03  Roland McGrath  <roland@redhat.com>
59987         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
59989 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
59991         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
59992         __bzero_ultra1 instead of __memset_ultra1.
59994 2011-02-23  Andreas Schwab  <schwab@redhat.com>
59995             Ulrich Drepper  <drepper@gmail.com>
59997         [BZ #12509]
59998         * include/link.h (struct link_map): Add l_orig_initfini.
59999         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
60000         returning unsuccessfully.
60001         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
60002         close of a file loaded at startup, restore the original l_initfini
60003         list.
60004         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
60005         list, store the pointer.
60006         * elf/Makefile ($(objpfx)noload-mem): New rule.
60007         (noload-ENV): Define.
60008         (tests): Add $(objpfx)noload-mem.
60009         * elf/noload.c: Include <memcheck.h>.
60010         (main): Call mtrace.  Close all opened handles.
60012 2011-02-17  Andreas Schwab  <schwab@redhat.com>
60014         [BZ #12454]
60015         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
60016         dependencies are missing.
60018 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
60020         Fix __if_freereq crash: Unlike the generic version which uses free,
60021         Hurd needs munmap.
60022         * sysdeps/mach/hurd/ifreq.h: New file.
60024 2011-01-27  Petr Baudis  <pasky@suse.cz>
60025             Ulrich Drepper  <drepper@gmail.com>
60027         [BZ 12445]#
60028         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
60029         to extend_alloca().
60030         * stdio-common/bug23.c: New file.
60031         * stdio-common/Makefile (tests): Add bug23.
60033 2010-09-28  Andreas Schwab  <schwab@redhat.com>
60034             Ulrich Drepper  <drepper@gmail.com>
60036         [BZ #12489]
60037         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
60038         before performing relro protection.  At old place add assertion
60039         to make sure nothing changed.
60041 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
60042             Glauber de Oliveira Costa  <glommer@gmail.com>
60044         * elf/elf.h: Add new ARM TLS relocs.
60046 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
60048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
60049         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
60050         cast from r3.
60051         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
60052         'tests' variable.
60053         * sysdeps/wordsize-64/tst-writev.c: New file.
60055 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
60057         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
60058         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
60059         insns in _dl_start to prevent a TOC reference before relocs are
60060         resolved.
60062 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
60064         [BZ #12469]
60065         * Makeconfig: Remove RANLIB definition.
60066         * Makerules: Don't use RANLIB.
60067         * aclocal.m4: Remove ranlib test.
60068         * configure.in: No need to check for ranlib.
60069         * elf/rtld-Rules: Don't use RANLIB.
60071 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
60073         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
60074         protection macro.
60075         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
60076         inclusion protection macro.
60078         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
60079         SIGRTMIN and SIGRTMAX and print information in that case only when
60080         SIGRTMIN is defined.
60082 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
60084         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
60085         arginfo fn returning -1.
60087         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
60088         and thousands string is zero terminated.
60090 2011-02-03  Andreas Schwab  <schwab@redhat.com>
60092         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
60093         sysdeps/unix/sysv/linux/bits/socket.h.
60095 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
60097         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
60098         (__CPU_COUNT): Remove old macros.
60099         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
60100         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
60101         (__CPU_ALLOC, __CPU_FREE): Add macros.
60102         (__sched_cpualloc, __sched_cpufree): Add declarations.
60104 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
60106         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
60107         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
60108         * nscd/aicache.c (addhstaiX): Return timeout of added value.
60109         (readdhstai): Return value of addhstaiX call.
60110         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
60111         (addgrbyX): Return value returned by cache_addgr.
60112         (readdgrbyname): Return value returned by addgrbyX.
60113         (readdgrbygid): Likewise.
60114         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
60115         (addpwbyX): Return value returned by cache_addpw.
60116         (readdpwbyname): Return value returned by addhstbyX.
60117         (readdpwbyuid): Likewise.
60118         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
60119         (addservbyX): Return value returned by cache_addserv.
60120         (readdservbyname): Return value returned by addservbyX:
60121         (readdservbyport): Likewise.
60122         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
60123         (addhstbyX): Return value returned by cache_addhst.
60124         (readdhstbyname): Return value returned by addhstbyX.
60125         (readdhstbyaddr): Likewise.
60126         (readdhstbynamev6): Likewise.
60127         (readdhstbyaddrv6): Likewise.
60128         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
60129         (readdinitgroups): Return value returned by addinitgroupsX.
60130         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
60131         (prune_cache): Keep track of timeout value of re-added entries.
60132         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
60133         * nscd/nscd.h: Adjust prototypes of readd* functions.
60135 2011-02-04  Roland McGrath  <roland@redhat.com>
60137         * nis/nis_server.c (nis_servstate): Use the right name for 0.
60138         (nis_stats): Likewise.
60139         * nis/nis_modify.c (nis_modify): Likewise.
60140         * nis/nis_remove.c (nis_remove): Likewise.
60141         * nis/nis_add.c (nis_add): Likewise.
60143         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
60145         * posix/fnmatch_loop.c: Add some consts.
60147         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
60149 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
60151         [BZ #12460]
60152         * config.make.in (config-cflags-novzeroupper): Define.
60153         * configure.in: Substitute libc_cv_cc_novzeroupper.
60154         * elf/Makefile (AVX-CFLAGS): Define.
60155         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
60156         (CFLAGS-tst-auditmod4a.c): Likewise.
60157         (CFLAGS-tst-auditmod4b.c): Likewise.
60158         (CFLAGS-tst-auditmod6b.c): Likewise.
60159         (CFLAGS-tst-auditmod6c.c): Likewise.
60160         (CFLAGS-tst-auditmod7b.c): Likewise.
60161         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
60163 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
60165         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
60166         function to the callback.
60167         Patch partly by Jiri Olsa <jolsa@redhat.com>.
60169 2011-02-02  Andreas Schwab  <schwab@redhat.com>
60171         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
60172         of errno.
60174 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
60176         [BZ #11724]
60177         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
60178         of constructors.
60179         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
60180         of destructors.
60181         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
60183         [BZ #11724]
60184         * elf/Makefile: Add rules to build and run new test.
60185         * elf/tst-initorder.c: New file.
60186         * elf/tst-initorder.exp: New file.
60187         * elf/tst-initordera1.c: New file.
60188         * elf/tst-initordera2.c: New file.
60189         * elf/tst-initordera3.c: New file.
60190         * elf/tst-initordera4.c: New file.
60191         * elf/tst-initorderb1.c: New file.
60192         * elf/tst-initorderb2.c: New file.
60193         * elf/tst-order-a1.c: New file.
60194         * elf/tst-order-a2.c: New file.
60195         * elf/tst-order-a3.c: New file.
60196         * elf/tst-order-a4.c: New file.
60197         * elf/tst-order-b1.c: New file.
60198         * elf/tst-order-b2.c: New file.
60199         * elf/tst-order-main.c: New file.
60200         New test case by George Gensure <werkt0@gmail.com>.
60202 2010-10-01  Andreas Schwab  <schwab@redhat.com>
60204         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
60205         decoding ACE if AI_CANONIDN.
60207 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
60209         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
60211 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
60213         * version.h (RELEASE): Bump for 2.13 release.
60214         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
60216         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
60218         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
60219         MADV_NOHUGEPAGE.
60220         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
60221         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
60222         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
60223         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
60224         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
60225         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
60227         * posix/getconf.c: Update copyright year.
60228         * catgets/gencat.c: Likewise.
60229         * csu/version.c: Likewise.
60230         * debug/catchsegv.sh: Likewise.
60231         * debug/xtrace.sh: Likewise.
60232         * elf/ldconfig.c: Likewise.
60233         * elf/ldd.bash.in: Likewise.
60234         * elf/sprof.c (print_version): Likewise.
60235         * iconv/iconv_prog.c: Likewise.
60236         * iconv/iconvconfig.c: Likewise.
60237         * locale/programs/locale.c: Likewise.
60238         * locale/programs/localedef.c: Likewise.
60239         * malloc/memusage.sh: Likewise.
60240         * malloc/mtrace.pl: Likewise.
60241         * nscd/nscd.c (print_version): Likewise.
60242         * nss/getent.c: Likewise.
60244         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
60245         PF_CAIF, and PF_ALG.
60246         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
60248 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
60250         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
60251         (modules-names): Use them.
60252         (ifunc-test-modules, ifunc-pie-tests): Define.
60253         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
60254         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
60255         (test-extras): Likewise.
60256         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
60257         $(compile-command.c).
60258         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
60259         (all-built-dso): Define.
60260         (check-textrel.out, check-execstack.out): Depend on it.
60262         * configure.in: Don't override --enable-multi-arch.
60264 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
60266         [BZ #6812]
60267         * nscd/hstcache.c (tryagain): Define.
60268         (cache_addhst): Return tryagain not notfound for temporary errors.
60269         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
60270         failed.
60272 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
60274         [BZ #10563]
60275         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
60276         to make the syscall.
60277         * sysdeps/unix/sysv/linux/setgroups.c: New file.
60279         [BZ #12378]
60280         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
60281         and fall back to matching as normal character if the string ends before
60282         the matching ']' is found.  This is what POSIX requires.
60283         * posix/testfnm.c: Adjust test result.
60284         * posix/globtest.sh: Adjust test result.  Add new test.
60285         * posix/tst-fnmatch.input: Likewise.
60286         * posix/tst-fnmatch2.c: Add new test.
60288 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
60290         * elf/Makefile (check-execstack): Revert last change.  Depend on
60291         check-execstack.h.
60292         (check-execstack.h): New target.
60293         (generated): Add check-execstack.h.
60294         * elf/check-execstack.c: Include "check-execstack.h".
60295         (main): Revert last change.
60296         (handle_file): Return zero if GNU_STACK is absent and
60297         DEFAULT_STACK_PERMS doesn't include PF_X.
60299 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
60301         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
60302         in child fails because the descriptor is already closed.
60303         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
60304         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
60305         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
60307         [BZ #12397]
60308         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
60309         syscall.
60311         [BZ #10484]
60312         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
60313         temporary buffer used to handle multi lookups locally.
60314         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
60316 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
60318         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
60319         loader is ld.so.
60321 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
60323         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
60324         alignment for SSE2.
60326 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
60328         [BZ #12394]
60329         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
60330         characters.  When rounding increased number of integer digits recompute
60331         number of groups.
60332         * stdio-common/tst-grouping.c: New file.
60333         * stdio-common/Makefile: Add rules to build and run tst-grouping.
60335 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
60337         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
60338         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
60340         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
60341         void.
60342         * bits/select.h: Likewise.
60344 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
60346         * po/ja.po: Update from translation team.
60348 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
60350         [BZ #11155]
60351         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
60352         implementation just like for lxstat, fxstatat, et al.
60354 2010-12-27  Jim Meyering  <meyering@redhat.com>
60356         [BZ #12348]
60357         * posix/regexec.c (build_trtable): Return failure indication upon
60358         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
60360 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
60362         [BZ #12201]
60363         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
60364         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
60365         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
60366         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
60368         [BZ #12207]
60369         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
60371         [BZ #12204]
60372         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
60373         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
60375 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
60377         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
60378         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
60379         script has SORT_BY_INIT_PRIORITY.
60380         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
60381         NO_CTORS_DTORS_SECTIONS is defined.
60382         * elf/soinit.c: Likewise.
60383         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
60384         NO_CTORS_DTORS_SECTIONS is defined.
60385         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
60386         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
60387         * sysdeps/sh/init-first.c: Likewise.
60388         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
60390 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
60392         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
60393         always use the slow path.
60395 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
60397         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
60398         similar rule which adds the sysdep directories to the header search in
60399         order to pick up the correct platform stackinfo.h.
60400         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
60401         perform test if it is, otherwise return successfully without testing.
60402         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
60403         DEFAULT_STACK_PERMS define in stackinfo.h.
60404         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
60405         defined in stackinfo.h.
60406         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
60407         DEFAULT_STACK_PERMS defined in stackinfo.h.
60408         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
60409         * sysdeps/ia64/stackinfo.h: Likewise.
60410         * sysdeps/s390/stackinfo.h: Likewise.
60411         * sysdeps/sh/stackinfo.h: Likewise.
60412         * sysdeps/sparc/stackinfo.h: Likewise.
60413         * sysdeps/x86_64/stackinfo.h: Likewise.
60414         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
60415         PF_X for powerpc64.  Retain PF_X for powerpc32.
60417 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
60419         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
60420         accurately.
60421         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
60422         GETDENTS_64BIT_ALIGNED.
60424 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
60426         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
60428 2010-12-10  Andreas Schwab  <schwab@redhat.com>
60430         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
60431         _GNU_SOURCE.
60433         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
60434         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
60435         Remove __restrict.
60436         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
60437         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
60439 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
60441         [BZ #11655]
60442         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
60443         are initialized.
60445 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
60447         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
60449 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
60451         * po/it.po: Update from translation team.
60453 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
60455         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
60456         unused codes.
60458 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
60460         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
60462 2010-11-24  Andreas Schwab  <schwab@redhat.com>
60464         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
60465         specially.
60466         (gaih_getanswer_slice): Likewise.
60468 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
60470         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
60472 2010-05-31  Petr Baudis  <pasky@suse.cz>
60474         [BZ #11149]
60475         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
60476         silently even in the chroot mode.
60478 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
60480         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
60481         last patch a bit.  Pretty printing
60483 2010-05-31  Petr Baudis <pasky@suse.cz>
60485         [BZ #10085]
60486         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
60487         initialization of skip_initgroups_dyn.
60489 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
60491         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
60492         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
60494 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
60496         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
60498 2010-11-11  Andreas Schwab  <schwab@redhat.com>
60500         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
60501         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
60502         (tst-fnmatch-ENV): Set MALLOC_TRACE.
60503         ($(objpfx)tst-fnmatch-mem): New rule.
60504         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
60505         * posix/tst-fnmatch.c (main): Call mtrace.
60507 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
60509         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
60510         Support Intel processor model 6 and model 0x2c.
60512 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
60514         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
60515           signed comparison.
60517 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
60519         [BZ #12205]
60520         * string/test-strncasecmp.c (check_result): New function.
60521         (do_one_test): Use it.
60522         (check1): New function.
60523         (test_main): Use it.
60524         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
60525         Support strcasecmp and strncasecmp.
60527 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
60529         [BZ #12194]
60530         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
60531         * sysdeps/x86_64/bits/byteswap.h: Likewise.
60533 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
60535         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
60536         IFUNC support.
60537         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
60538         memset-x86-64.
60539         * sysdeps/x86_64/multiarch/bzero.S: New file.
60540         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
60541         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
60542         * sysdeps/x86_64/multiarch/memset.S: New file.
60543         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
60544         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
60545         Set bit_Prefer_SSE_for_memop for Intel processors.
60546         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
60547         Define.
60548         (index_Prefer_SSE_for_memop): Define.
60549         (HAS_PREFER_SSE_FOR_MEMOP): Define.
60551 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
60553         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
60554         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
60556 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
60558         [BZ #12191]
60559         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
60560         (__x86_64_raw_data_cache_size_half): Likewise.
60561         (__x86_64_raw_shared_cache_size): Likewise.
60562         (__x86_64_raw_shared_cache_size_half): Likewise.
60564         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
60565         (__x86_64_raw_data_cache_size_half): Likewise.
60566         (__x86_64_raw_shared_cache_size): Likewise.
60567         (__x86_64_raw_shared_cache_size_half): Likewise.
60568         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
60569         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
60570         and __x86_64_raw_shared_cache_size_half.  Round
60571         __x86_64_data_cache_size_half, __x86_64_data_cache_size
60572         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
60573         to multiple of 256 bytes.
60575 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
60577         [BZ #12167]
60578         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
60579         of inacessible symlinks.  Verify result of symlink before returning it.
60580         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
60581         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
60583 2010-10-28  Erich Ritz  <erichritz@gmail.com>
60585         * math/math.h (isinf): Fix typo in comment.
60587 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
60589         * po/da.po: Update from translation team.
60591 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
60593         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
60594         is added to the list.
60596 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
60597             Ulrich Drepper  <drepper@gmail.com>
60599         * elf/dl-object.c (_dl_new_object): Don't append the new object to
60600         the global list here.  Move code to...
60601         (_dl_add_to_namespace_list): ...here.  New function.
60602         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
60603         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
60604         * elf/dl-load.c (lose): Don't remove the element from the list.
60605         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
60606         (_dl_map_object): Likewise.
60608 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
60610         [BZ #12159]
60611         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
60612         into all bytes of SSE register.
60613         Patch by Richard Li <richardpku@gmail.com>.
60615 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
60617         [BZ #12140]
60618         * malloc/malloc.c (_int_free): Fill correct number of bytes when
60619         perturbing.
60621 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
60623         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
60624         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
60625         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
60626         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
60627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
60628         submachine.
60629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
60631 2010-10-22  Andreas Schwab  <schwab@redhat.com>
60633         * include/dlfcn.h (__RTLD_SECURE): Define.
60634         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
60635         mode & __RTLD_SECURE instead.
60636         (open_path): Rename preloaded parameter to secure.
60637         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
60638         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
60639         * elf/dl-deps.c (openaux): Likewise.
60640         * elf/rtld.c (struct map_args): Remove is_preloaded.
60641         (map_doit): Don't use it.
60642         (dl_main): Likewise.
60643         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
60644         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
60646 2010-09-09  Andreas Schwab  <schwab@redhat.com>
60648         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
60649         (sysd-rules-targets): Remove duplicates.
60650         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
60651         rtld-%.$o dependency.
60653 2010-10-18  Andreas Schwab  <schwab@redhat.com>
60655         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
60656         _dl_map_object do it.
60658 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
60660         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
60661         fast fma builtins, define the macros in the C99 standard.
60662         (FP_FAST_FMAF): Likewise.
60663         (FP_FAST_FMAL): Likewise.
60664         * sysdeps/x86_64/bits/mathdef.h: Likewise.
60666         * bits/mathdef.h: Update copyright year.
60667         * sysdeps/powerpc/bits/mathdef.h: Likewise.
60669 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
60671         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
60672         builtins, define the macros in the C99 standard.
60673         (FP_FAST_FMAF): Likewise.
60674         (FP_FAST_FMAL): Likewise.
60675         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
60676         multiply/add.
60677         (FP_FAST_FMAF): Likewise.
60679 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
60681         [BZ #3268]
60682         * math/libm-test.inc (fma_test): Some new testcases.
60683         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
60684         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
60685         y and infinite z.  Do multiplication by C already in long double.
60686         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
60687         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
60688         y and infinite z.  Do bitwise or of inexact bit into u.d.
60689         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
60690         * sysdeps/i386/fpu/s_fmaf.S: Removed.
60691         * sysdeps/i386/fpu/s_fma.S: Removed.
60692         * sysdeps/i386/fpu/s_fmal.S: Removed.
60694 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
60696         [BZ #3268]
60697         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
60698         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
60699         computation is not scheduled after fetestexcept.  Fix value
60700         of minimum denormal long double.
60702 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
60704         [BZ #3268]
60705         * math/libm-test.inc (fma_test): Add some more tests.
60706         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
60707         correctly.
60709 2010-10-15  Andreas Schwab  <schwab@redhat.com>
60711         * scripts/data/localplt-s390-linux-gnu.data: New file.
60712         * scripts/data/localplt-s390x-linux-gnu.data: New file.
60714 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
60716         [BZ #3268]
60717         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
60718         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
60719         instead of dbl-64.
60720         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
60721         inlines.
60722         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
60723         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
60724         if one of x and y is very large and the other is subnormal.
60725         * sysdeps/s390/fpu/s_fmaf.c: New file.
60726         * sysdeps/s390/fpu/s_fma.c: New file.
60727         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
60728         * sysdeps/powerpc/fpu/s_fma.S: New file.
60729         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
60730         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
60731         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
60733 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
60735         [BZ #3268]
60736         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
60737         fma tests.
60738         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
60739         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
60740         * sysdeps/i386/i686/multiarch/s_fma.c: Include
60741         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
60742         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
60743         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
60744         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
60746 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
60748         [BZ #12078]
60749         * posix/regcomp.c (parse_branch): One more memory leak plugged.
60750         * posix/bug-regex31.input: Add test case.
60752 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
60754         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
60755         * posix/bug-regex31.input: New file.
60757         [BZ #12078]
60758         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
60759         (parse_sub_exp): Fix last change, use postorder.
60761         * posix/bug-regex31.c: New file.
60762         * posix/Makefile: Add rules to build and run bug-regex31.
60764         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
60766         [BZ #12078]
60767         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
60769         [BZ #12108]
60770         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
60771         to have entries in sys_siglist.
60773         [BZ #12093]
60774         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
60775         be NULL.
60777 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
60779         [BZ #3268]
60780         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
60781         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
60782         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
60783         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
60784         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
60785         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
60786         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
60787         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
60788         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
60789         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
60790         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
60791         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
60792         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
60793         * math/ftestexcept.c (fetestexcept): Likewise.
60794         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
60795         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
60796         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
60797         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
60798         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
60799         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
60800         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
60802 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
60804         [BZ #12107]
60805         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
60806         newline.
60808 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
60810         * string/bug-strstr1.c: New file.
60811         * string/Makefile: Add rules to build and run bug-strstr1.
60813 2010-10-05  Eric Blake  <eblake@redhat.com>
60815         [BZ #12092]
60816         * string/str-two-way.h (two_way_long_needle): Always clear memory
60817         when skipping input due to the shift table.
60819 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
60821         [BZ #12005]
60822         * malloc/mcheck.c: Handle large requests.
60824         [BZ #12077]
60825         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
60826         for strncmp and strncasecmp.
60827         * string/stratcliff.c: Add tests for strcmp and strncmp.
60828         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
60830 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60832         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
60833         __set_fpscr.
60835 2010-09-30  Andreas Jaeger  <aj@suse.de>
60837         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
60838         (CGROUP_SUPER_MAGIC): Define.
60839         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
60840         Handle btrfs and cgroup file systems.
60841         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
60842         Likewise.
60844 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
60846         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
60847         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
60849 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
60851         [BZ #12067]
60852         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
60853         trying to locate the ELF header.
60855 2010-09-27  Andreas Schwab  <schwab@redhat.com>
60857         [BZ #11611]
60858         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
60859         Mask out sign-bit copies when constructing f_fsid.
60861 2010-09-24  Petr Baudis <pasky@suse.cz>
60863         * debug/stack_chk_fail_local.c: Add missing licence exception.
60864         * debug/warning-nop.c: Likewise.
60866 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
60868         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
60869         implementing getdents64 using getdents syscall, set d_type if
60870         __ASSUME_GETDENTS32_D_TYPE.
60872 2010-09-16  Andreas Schwab  <schwab@redhat.com>
60874         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
60875         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
60877 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
60879         [BZ #12037]
60880         * posix/unistd.h: Undo change of feature selection for ftruncate from
60881         2010-01-11.
60883 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
60885         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
60886         detection.
60888 2010-09-20  Andreas Schwab  <schwab@redhat.com>
60890         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
60891         fanotify_mark.
60892         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
60894 2010-09-14  Andreas Schwab  <schwab@redhat.com>
60896         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
60897         variables after CHECK_SP call.
60898         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
60900 2010-09-13  Andreas Schwab  <schwab@redhat.com>
60901             Ulrich Drepper  <drepper@redhat.com>
60903         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
60904         re-relocationg ld.so.
60905         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
60906         _dl_init_paths call.
60907         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
60908         here anymore.
60910 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
60912         * resolv/res_init.c (__res_vinit): Count the default server we added.
60914 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
60915             Ulrich Drepper  <drepper@redhat.com>
60917         [BZ #11968]
60918         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
60919         (____longjmp_chk): Use %ebx for saving value across system call.
60920         Add unwind info.
60922 2010-09-06  Andreas Schwab  <schwab@redhat.com>
60924         * manual/Makefile: Don't mix pattern rules with normal rules.
60926 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
60928         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
60929         operation.
60930         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
60931         * libio/iofopncook.c (_IO_cookie_init): Likewise.
60932         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
60933         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
60934         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
60935         Likewise.
60937 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
60939         [BZ #11979]
60940         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
60941         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
60943 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
60945         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
60946         * sysdeps/x86_64/addmul_1.S: Likewise.
60947         * sysdeps/x86_64/lshift.S: Likewise.
60948         * sysdeps/x86_64/mul_1.S: Likewise.
60949         * sysdeps/x86_64/rshift.S: Likewise.
60950         * sysdeps/x86_64/sub_n.S: Likewise.
60951         * sysdeps/x86_64/submul_1.S: Likewise.
60953 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
60955         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
60956         Define __sched_param instead of SCHED_* and sched_param when
60957         <bits/sched.h> is included with __need_schedparam defined.
60958         * bits/sched.h [__need_schedparam]
60959         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
60960         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
60961         (__defined_schedparam): Define to 1.
60962         (__sched_param): New structure, identical to sched_param.
60963         (__need_schedparam): Undefine.
60965 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
60967         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
60968         (epoll_create1): Declare.
60970         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
60972 2010-08-31  Andreas Schwab  <schwab@redhat.com>
60974         [BZ #7066]
60975         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
60976         shifting retval into place.
60978 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
60980         * nis/rpcsvc/nis.h: Update copyright notice.
60981         * nis/rpcsvc/nis.x: Likewise.
60982         * nis/rpcsvc/nis_callback.h: Likewise.
60983         * nis/rpcsvc/nis_callback.x: Likewise.
60984         * nis/rpcsvc/nis_object.x: Likewise.
60985         * nis/rpcsvc/nis_tags.h: Likewise.
60986         * nis/rpcsvc/yp.h: Likewise.
60987         * nis/rpcsvc/yp.x: Likewise.
60988         * nis/rpcsvc/ypupd.h: Likewise.
60989         * nis/yp_xdr.c: Likewise.
60990         * nis/ypupdate_xdr.c: Likewise.
60992         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
60993         mainly the body of pmap_getport.  Add parameters to specify timeouts.
60994         (pmap_getport): Use __libc_rpc_getport.
60995         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
60996         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
60997         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
60999 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
61001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
61002         fanotify_mark.
61004 2010-08-27  Roland McGrath  <roland@redhat.com>
61006         * sysdeps/i386/i686/multiarch/Makefile
61007         (CFLAGS-varshift.c): New variable.
61009 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
61011         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
61012         * sysdeps/i386/i686/multiarch/varshift.c: New file.
61014         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
61016         * sysdeps/x86_64/strlen.S: Minimal code improvement.
61018 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
61020         * sysdeps/x86_64/strlen.S: Unroll the loop.
61021         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
61022         strlen-sse2 strlen-sse2-bsf.
61023         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
61024         __strlen_no_bsf if bit_Slow_BSF is set.
61025         (__strlen_sse42): Removed.
61026         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
61027         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
61029 2010-08-25  Roland McGrath  <roland@redhat.com>
61031         * sysdeps/x86_64/multiarch/varshift.S: File removed.
61032         * sysdeps/x86_64/multiarch/varshift.c: New file.
61033         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
61034         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
61035         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
61036         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
61038 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
61040         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
61041         strlen-sse2 strlen-sse2-bsf.
61042         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
61043         __strlen_sse2_bsf if bit_Slow_BSF is unset.
61044         (__strlen_sse2): Removed.
61045         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
61046         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
61047         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
61048         bit_Slow_BSF for Atom.
61049         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
61050         (index_Slow_BSF): Define.
61051         (HAS_SLOW_BSF): Define.
61053 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
61055         [BZ #10851]
61056         * resolv/res_init.c (__res_vinit): When no server address at all
61057         is given default to loopback.
61059 2010-08-24  Roland McGrath  <roland@redhat.com>
61061         * configure.in: Remove config-name.h generation.
61062         * configure: Regenerated.
61063         * config-name.in: File removed.
61064         * scripts/config-uname.sh: New file.
61065         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
61066         ($(objdir)config-name.h): New target.
61068         * sunrpc/rpc_parse.h: Avoid nested comment.
61070 2010-08-24  Richard Henderson  <rth@redhat.com>
61071             Ulrich Drepper  <drepper@redhat.com>
61072             H.J. Lu  <hongjiu.lu@intel.com>
61074         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
61075         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
61076         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
61077         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
61078         _mm_alignr_epi8 with _mm_loadu_si128.
61079         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
61080         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
61081         (__m128i_shift_right): Removed.
61082         * sysdeps/i386/i686/multiarch/varshift.h: New file.
61083         * sysdeps/i386/i686/multiarch/varshift.S: New file.
61084         * sysdeps/x86_64/multiarch/varshift.h: New file.
61085         * sysdeps/x86_64/multiarch/varshift.S: New file.
61087 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
61089         * configure.in: Move assembler checks to before sysdep dir checking.
61091 2010-08-20  Petr Baudis  <pasky@suse.cz>
61093         * LICENSES: Sync the sunrpc license.
61095 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
61097         * sunrpc/auth_des.c: Update copyright notice once again.
61098         * sunrpc/auth_none.c: Likewise.
61099         * sunrpc/auth_unix.c: Likewise.
61100         * sunrpc/authdes_prot.c: Likewise.
61101         * sunrpc/authuxprot.c: Likewise.
61102         * sunrpc/bindrsvprt.c: Likewise.
61103         * sunrpc/clnt_gen.c: Likewise.
61104         * sunrpc/clnt_perr.c: Likewise.
61105         * sunrpc/clnt_raw.c: Likewise.
61106         * sunrpc/clnt_simp.c: Likewise.
61107         * sunrpc/clnt_tcp.c: Likewise.
61108         * sunrpc/clnt_udp.c: Likewise.
61109         * sunrpc/clnt_unix.c: Likewise.
61110         * sunrpc/des_crypt.c: Likewise.
61111         * sunrpc/des_soft.c: Likewise.
61112         * sunrpc/get_myaddr.c: Likewise.
61113         * sunrpc/getrpcport.c: Likewise.
61114         * sunrpc/key_call.c: Likewise.
61115         * sunrpc/key_prot.c: Likewise.
61116         * sunrpc/openchild.c: Likewise.
61117         * sunrpc/pm_getmaps.c: Likewise.
61118         * sunrpc/pm_getport.c: Likewise.
61119         * sunrpc/pmap_clnt.c: Likewise.
61120         * sunrpc/pmap_prot.c: Likewise.
61121         * sunrpc/pmap_prot2.c: Likewise.
61122         * sunrpc/pmap_rmt.c: Likewise.
61123         * sunrpc/rpc/auth.h: Likewise.
61124         * sunrpc/rpc/auth_unix.h: Likewise.
61125         * sunrpc/rpc/clnt.h: Likewise.
61126         * sunrpc/rpc/des_crypt.h: Likewise.
61127         * sunrpc/rpc/key_prot.h: Likewise.
61128         * sunrpc/rpc/netdb.h: Likewise.
61129         * sunrpc/rpc/pmap_clnt.h: Likewise.
61130         * sunrpc/rpc/pmap_prot.h: Likewise.
61131         * sunrpc/rpc/pmap_rmt.h: Likewise.
61132         * sunrpc/rpc/rpc.h: Likewise.
61133         * sunrpc/rpc/rpc_des.h: Likewise.
61134         * sunrpc/rpc/rpc_msg.h: Likewise.
61135         * sunrpc/rpc/svc.h: Likewise.
61136         * sunrpc/rpc/svc_auth.h: Likewise.
61137         * sunrpc/rpc/types.h: Likewise.
61138         * sunrpc/rpc/xdr.h: Likewise.
61139         * sunrpc/rpc_clntout.c: Likewise.
61140         * sunrpc/rpc_cmsg.c: Likewise.
61141         * sunrpc/rpc_common.c: Likewise.
61142         * sunrpc/rpc_cout.c: Likewise.
61143         * sunrpc/rpc_dtable.c: Likewise.
61144         * sunrpc/rpc_hout.c: Likewise.
61145         * sunrpc/rpc_main.c: Likewise.
61146         * sunrpc/rpc_parse.c: Likewise.
61147         * sunrpc/rpc_parse.h: Likewise.
61148         * sunrpc/rpc_prot.c: Likewise.
61149         * sunrpc/rpc_sample.c: Likewise.
61150         * sunrpc/rpc_scan.c: Likewise.
61151         * sunrpc/rpc_scan.h: Likewise.
61152         * sunrpc/rpc_svcout.c: Likewise.
61153         * sunrpc/rpc_tblout.c: Likewise.
61154         * sunrpc/rpc_util.c: Likewise.
61155         * sunrpc/rpc_util.h: Likewise.
61156         * sunrpc/rpcinfo.c: Likewise.
61157         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
61158         * sunrpc/rpcsvc/key_prot.x: Likewise.
61159         * sunrpc/rpcsvc/klm_prot.x: Likewise.
61160         * sunrpc/rpcsvc/mount.x: Likewise.
61161         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
61162         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
61163         * sunrpc/rpcsvc/rex.x: Likewise.
61164         * sunrpc/rpcsvc/rstat.x: Likewise.
61165         * sunrpc/rpcsvc/rusers.x: Likewise.
61166         * sunrpc/rpcsvc/sm_inter.x: Likewise.
61167         * sunrpc/rpcsvc/spray.x: Likewise.
61168         * sunrpc/rpcsvc/yppasswd.x: Likewise.
61169         * sunrpc/rtime.c: Likewise.
61170         * sunrpc/svc.c: Likewise.
61171         * sunrpc/svc_auth.c: Likewise.
61172         * sunrpc/svc_authux.c: Likewise.
61173         * sunrpc/svc_raw.c: Likewise.
61174         * sunrpc/svc_run.c: Likewise.
61175         * sunrpc/svc_simple.c: Likewise.
61176         * sunrpc/svc_tcp.c: Likewise.
61177         * sunrpc/svc_udp.c: Likewise.
61178         * sunrpc/svc_unix.c: Likewise.
61179         * sunrpc/svcauth_des.c: Likewise.
61180         * sunrpc/xcrypt.c: Likewise.
61181         * sunrpc/xdr.c: Likewise.
61182         * sunrpc/xdr_array.c: Likewise.
61183         * sunrpc/xdr_float.c: Likewise.
61184         * sunrpc/xdr_mem.c: Likewise.
61185         * sunrpc/xdr_rec.c: Likewise.
61186         * sunrpc/xdr_ref.c: Likewise.
61187         * sunrpc/xdr_sizeof.c: Likewise.
61188         * sunrpc/xdr_stdio.c: Likewise.
61190         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
61191         handling.
61193 2010-08-19  Andreas Schwab  <schwab@redhat.com>
61195         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
61197 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
61199         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
61200         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
61201         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
61202         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
61203         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
61204         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
61205         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
61206         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
61207         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
61208         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
61209         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
61210         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
61211         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
61212         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
61214 2010-07-26  Anton Blanchard  <anton@samba.org>
61216         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
61217         * malloc/arena.c (heap_trim): Likewise.
61219 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
61221         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
61222         here.  Not...
61223         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
61224         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
61226 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
61228         * sysdeps/i386/elf/Makefile: New file.
61230 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
61232         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
61233         from fanotify_init.
61234         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
61235         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
61237 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
61239         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
61240         of strncasecmp_l.
61241         * sysdeps/multiarch/strcmp.S: Likewise.
61243 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
61245         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
61246         strncase_l-nonascii.
61247         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
61248         Add strncase_l-ssse3.
61249         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
61250         * sysdeps/x86_64/strcmp.S: Likewise.
61251         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
61252         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
61253         * sysdeps/x86_64/strncase.S: New file.
61254         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
61255         * sysdeps/x86_64/strncase_l.S: New file.
61256         * string/Makefile (strop-tests): Add strncasecmp.
61257         * string/test-strncasecmp.c: New file.
61259         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
61260         warning.
61262         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
61263         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
61265 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
61267         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
61269 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
61271         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
61272         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
61273         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
61275 2010-05-01  Alan Modra  <amodra@gmail.com>
61277         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
61278         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
61279         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
61280         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
61281         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
61282         tidying.  Don't tail-call __sigjmp_save for static lib.
61283         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
61284         save location.
61285         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
61286         (CALL_MCOUNT): Add eh info, and nop after bl.
61287         (TAIL_CALL_SYSCALL_ERROR): New macro.
61288         (PSEUDO_RET): Use it.
61289         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
61290         Correct save location of integer regs and cr.
61291         (_dl_profile_resolve): Correct cr save location.  Delete nops
61292         after bl when SHARED.  Reduce cfi size a little by better
61293         placement of cfi directives.
61294         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
61295         make a stack frame.  Instead use parm save area as a temp.
61296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
61297         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
61298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
61299         Don't make a stack frame for parent, use parm save area.
61300         Increase child stack frame to 112 bytes.  Don't save unused reg,
61301         and adjust reg usage.  Set up cfi on error recovery and
61302         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
61303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
61304         (__makecontext): Add dummy nop after jump to exit.
61305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
61306         Use correct parm save area and cr save, reduce stack frame.
61307         Correct cfi for possible PSEUDO_RET frame setup.
61308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
61309         Branch to local label emitted by PSEUDO_RET rather than
61310         __syscall_error.
61312 2010-08-12  Andreas Schwab  <schwab@redhat.com>
61314         [BZ #11904]
61315         * locale/programs/locale.c (print_assignment): New function.
61316         (show_locale_vars): Use it.
61318 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
61320         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
61321         field.
61322         (struct statfs64): Likewise.
61323         (_STATFS_F_FLAGS): Define.
61324         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
61325         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
61326         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
61327         (ST_VALID): Define locally.
61328         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
61329         __statvfs_getflags, use the provided value.
61330         * sysdeps/unix/sysv/linux/kernel-features.h: Define
61331         __ASSUME_STATFS_F_FLAGS.
61333         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
61335         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
61336         Add sys/fanotify.h.
61337         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
61338         fanotify_mask for GLIBC_2.13.
61339         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
61340         fanotify_init and fanotify_mark.
61341         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
61342         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
61344         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
61345         Add prlimit.
61346         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
61347         prlimit64 for GLIBC_2.13.
61348         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
61349         prlimit64.
61350         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
61351         syscall.
61352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
61353         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
61354         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
61355         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
61356         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
61357         add prlimit alias.
61358         * sysdeps/unix/sysv/linux/prlimit.c: New file.
61360         [BZ #11903]
61361         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
61362         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
61364         * nss/Makefile: Add rules to build and run tst-nss-test1.
61365         * shlib-versions: Add entry for libnss_test1.
61366         * nss/nss_test1.c: New file.
61367         * nss/tst-nss-test1.c: New file.
61369         * nss/nsswitch.c (__nss_database_custom): Define new variable.
61370         (__nss_configure_lookup): Set appropriate entry in
61371         __nss_configure_lookup to true.
61372         * nss/nsswitch.h: Define enum with indeces of databases in
61373         databases and __nss_database_custom arrays.  Declare
61374         __nss_database_custom.
61375         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
61376         to avoid using nscd when custom rules are installed.
61377         * nss/getXXbyYY_r.c: Likewise.
61378         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
61380         * nss/nss_files/files-parse.c: Whitespace fixes.
61382 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
61384         [BZ #11883]
61385         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
61386         * posix/fnmatch_loop.c: Likewise.
61388 2010-07-17  Andi Kleen  <ak@linux.intel.com>
61390         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
61391         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
61392         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
61393         * Versions.def [GLIBC_2.13]: Add.
61395 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
61397         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
61398         Also fail if tpwd after pwuid call is NULL.
61400 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
61402         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
61403         when converting to ms.
61405 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
61407         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
61408         EOPNOTSUPP errors with ENOTTY.
61409         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
61410         EOPNOTSUPP errors with ENOTTY.
61412 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
61414         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
61415         Add strcasecmp_l-ssse3.
61416         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
61417         strcasecmp.
61418         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
61419         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
61420         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
61422 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
61424         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
61426         * string/Makefile (strop-tests): Add strcasecmp.
61427         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
61428         strcasecmp_l-nonascii.
61429         (gen-as-const-headers): Add locale-defines.sym.
61430         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
61431         * sysdeps/x86_64/strcasecmp.S: New file.
61432         * sysdeps/x86_64/strcasecmp_l.S: New file.
61433         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
61434         * sysdeps/x86_64/locale-defines.sym: New file.
61435         * string/test-strcasecmp.c: New file.
61437         * string/test-strcasestr.c: Test both ends of the range of characters.
61438         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
61440 2010-07-29  Roland McGrath  <roland@redhat.com>
61442         [BZ #11856]
61443         * manual/locale.texi (Yes-or-No Questions): Fix example code.
61445 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
61447         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
61448         for ld.so.
61450 2010-07-27  Andreas Schwab  <schwab@redhat.com>
61452         * manual/memory.texi (Malloc Tunable Parameters): Document
61453         M_PERTURB.
61455 2010-07-26  Roland McGrath  <roland@redhat.com>
61457         [BZ #11840]
61458         * configure.in (-fgnu89-inline check): Set and substitute
61459         gnu89_inline, not libc_cv_gnu89_inline.
61460         * configure: Regenerated.
61461         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
61463 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
61465         * string/test-strnlen.c: New file.
61466         * string/Makefile (strop-tests): Add strnlen.
61467         * string/tester.c (test_strnlen): Add a few more test cases.
61468         * string/tst-strlen.c: Better error reporting.
61470         * sysdeps/x86_64/strnlen.S: New file.
61472 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
61474         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
61475         lower-latency instructions.
61477 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
61479         * string/test-strcasestr.c: New file.
61480         * string/test-strstr.c: New file.
61481         * string/Makefile (strop-tests): Add strstr and strcasestr.
61482         * string/str-two-way.h: Don't undefine MAX.
61483         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
61485 2010-07-21  Andreas Schwab  <schwab@redhat.com>
61487         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
61488         strcasestr-nonascii.
61489         (CFLAGS-strcasestr-nonascii.c): Define.
61490         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
61491         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
61492         Remove unused attribute.
61494 2010-07-20  Roland McGrath  <roland@redhat.com>
61496         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
61497         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
61498         ld.so.cache was broken.  With it, there is no way to disable dsocaps
61499         like LD_HWCAP_MASK can disable hwcaps.
61501 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
61503         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
61505 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
61507         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
61508         call in strcasestr.
61509         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
61510         __strcasestr_sse42_nonascii.
61511         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
61512         strcasestr-nonascii.c.
61513         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
61515 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
61517         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
61518         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
61519         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
61520         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
61522 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
61524         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
61525         fcntl.
61527 2010-07-06  Andreas Schwab  <schwab@redhat.com>
61529         [BZ #11577]
61530         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
61531         dl_signal_cerror.
61533 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
61535         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
61536         _PC_PIPE_BUF using F_GETPIPE_SZ.
61538 2010-07-05  Roland McGrath  <roland@redhat.com>
61540         * manual/arith.texi (Rounding Functions): Fix rint description
61541         implicit in round description.
61543 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
61545         * elf/Makefile: Fix linking for a few tests to make recent linker
61546         happy.
61548 2010-06-30  Andreas Schwab  <schwab@redhat.com>
61550         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
61551         $(common-objpfx)libc_nonshared.a.
61553 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
61555         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
61556         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
61557         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
61558         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
61559         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
61560         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
61561         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
61562         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
61563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
61564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
61565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
61566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
61567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
61568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
61569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
61570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
61571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
61572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
61573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
61574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
61575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
61576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
61577         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
61578         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
61579         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
61580         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
61581         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
61582         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
61583         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
61584         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
61585         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
61586         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
61587         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
61588         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
61589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
61590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
61591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
61592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
61593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
61594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
61595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
61596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
61597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
61598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
61599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
61600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
61601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
61602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
61604 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
61606         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
61607         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
61608         * string/memmove.c (memmove): Renamed to ...
61609         (MEMMOVE): ...this.  Default to memmove.
61610         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
61611         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
61612         (END_CHK): Define.
61613         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
61614         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
61615         mempcpy-ssse3-back memmove-ssse3-back.
61616         * sysdeps/x86_64/multiarch/bcopy.S: New file .
61617         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
61618         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
61619         * sysdeps/x86_64/multiarch/memcpy.S: New file.
61620         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
61621         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
61622         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
61623         * sysdeps/x86_64/multiarch/memmove.c: New file.
61624         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
61625         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
61626         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
61627         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
61628         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
61629         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
61630         Define.
61631         (index_Fast_Copy_Backward): Define.
61632         (HAS_ARCH_FEATURE): Define.
61633         (HAS_FAST_REP_STRING): Define.
61634         (HAS_FAST_COPY_BACKWARD): Define.
61636 2010-06-21  Andreas Schwab  <schwab@redhat.com>
61638         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
61639         Restore proper fallback handling.
61641 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
61643         [BZ #11701]
61644         * posix/group_member.c (__group_member): Correct checking loop.
61646         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
61647         OOM in getpwuid_r correctly.  Return error number when the caller
61648         should return, otherwise -1.
61649         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
61650         call returning > 0 value.
61651         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
61653 2010-06-07  Andreas Schwab  <schwab@redhat.com>
61655         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
61656         libc_nonshared.a from targets in modules-names.
61658 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
61660         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
61661         requires it.
61663 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
61665         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
61666         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
61667         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
61668         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
61670 2010-06-02  Andreas Schwab  <schwab@redhat.com>
61672         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
61674 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
61676         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
61677         and F_GETPIPE_SZ.
61678         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
61679         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
61680         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
61681         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
61682         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
61683         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
61685 2010-06-14  Roland McGrath  <roland@redhat.com>
61687         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
61689 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
61691         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
61692         __REDIRECT followed by __THROW.
61693         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
61694         * posix/getopt.h (getopt): Likewise.
61696 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
61698         * hurd/lookup-at.c (__file_name_lookup_at): Accept
61699         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
61700         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
61701         in AT_FLAGS.
61702         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
61703         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
61705 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
61707         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
61709 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
61711         [BZ #11640]
61712         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
61713         Properly check family and model.
61715 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
61717         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
61719 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
61721         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
61723 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
61725         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
61726         symbol reference.
61728 2010-05-19  Andreas Schwab  <schwab@redhat.com>
61730         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
61731         symbol reference.
61733 2010-05-21  Andreas Schwab  <schwab@redhat.com>
61735         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
61736         and internal_recvmmsg.
61737         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
61738         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
61739         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
61740         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
61742         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
61743         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
61744         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
61746 2010-05-20  Andreas Schwab  <schwab@redhat.com>
61748         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
61750 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
61752         POWER7 optimizations.
61753         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
61754         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
61756 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
61758         * version.h: Update for 2.13 development version.
61760 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
61762         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
61763         exceptions.  Return 0.
61765 2010-05-07  Roland McGrath  <roland@redhat.com>
61767         * elf/ldconfig.c (main): Add a const.
61769 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
61771         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
61772         (args_options): Add no-idn option.
61773         (ahosts_keys_int): Add idn_flags to ai_flags.
61774         (parse_option): Handle 'i' option to clear idn_flags.
61776         * malloc/malloc.c (_int_free): Possible race in the most recently
61777         added check.  Only act on the data if no current modification
61778         happened.
61780 See ChangeLog.17 for earlier changes.